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: #9e9e9e !important;
}
.bg-success {
  background-color: #32447a !important;
}
.bg-info {
  background-color: #4154f1 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #656565 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #787878 !important;
  border-color: #787878 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #787878 !important;
  border-color: #787878 !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: #4154f1 !important;
  border-color: #4154f1 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #1025d6 !important;
  border-color: #1025d6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1025d6 !important;
  border-color: #1025d6 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #32447a !important;
  border-color: #32447a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1c2644 !important;
  border-color: #1c2644 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1c2644 !important;
  border-color: #1c2644 !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: #6b6b6b;
  color: #6b6b6b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !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: #0e21be;
  color: #0e21be;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #4154f1;
  border-color: #4154f1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4154f1 !important;
  border-color: #4154f1 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #141c32;
  color: #141c32;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #32447a;
  border-color: #32447a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #32447a !important;
  border-color: #32447a !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: #9e9e9e !important;
}
.text-secondary {
  color: #25c4ca !important;
}
.text-success {
  color: #32447a !important;
}
.text-info {
  color: #4154f1 !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: #6b6b6b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #157074 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #141c32 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0e21be !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: #4154f1;
}
.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: #9e9e9e;
  border-color: #9e9e9e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9e9e9e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dedede;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6a80c2;
}
.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 {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #9e9e9e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.btn-primary-outline-2 {
  border: none;
  color: #9e9e9e;
}
.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: #9e9e9e;
}
.btn-primary-outline-2:focus {
  background-color: inherit;
  color: #9e9e9e;
}
.btn-primary-outline-2:active {
  background-color: inherit;
  color: #9e9e9e;
}
.btn-primary-outline-2:hover .mbr-iconfont-btn {
  margin-left: 8px;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9e9e9e;
  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: #9e9e9e;
  border-bottom-color: #9e9e9e;
}
.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: #9e9e9e !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='%239e9e9e' %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-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sQXKlTMf88 {
  background-image: url("../../../assets/images/banner-portland-veteran-homes.png-1536x1024.png");
}
.cid-sQXKlTMf88 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sQXKlTMf88 .mbr-section-title a {
  font-weight: 600;
}
.cid-sQXKlTMf88 .mbr-section-title a:hover {
  background: none !important;
}
.cid-sQXKlTMf88 .mbr-text,
.cid-sQXKlTMf88 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sQXKlTMf88 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sR1nLSybqA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sR1nLSybqA .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sR1nLSybqA .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-sR1nLSybqA .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-sR1nLSybqA .mbr-section-subtitle {
  font-family: " .mbr-iconfont";
  color: #656565;
}
.cid-sR1nLSybqA .text {
  font-family: ' .mbr-iconfont';
  color: #BA9B67;
}
.cid-sR1nLSybqA .author {
  font-family: ' .mbr-iconfont';
  color: #9A948D;
  font-style: italic;
}
.cid-sR1nLSybqA .item-title {
  line-height: 1.161em;
}
@media (min-width: 992px) {
  .cid-sR1nLSybqA .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-sR1nLSybqA .mbr-section-title {
  color: #274abb;
}
.cid-sR1nLSybqA .mbr-text {
  color: #232323;
}
.cid-tyPxKwlaOM {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px;
}
.cid-tyPxKwlaOM .container-fluid {
  padding: 0 3rem;
}
.cid-tyPxKwlaOM .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tyPxKwlaOM .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyPxKwlaOM .video-block {
    width: 100% !important;
  }
}
.cid-sR2KmLhxIc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sR2KmLhxIc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sR2KmLhxIc .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sR2KmLhxIc .mbr-text {
  margin-bottom: 30px;
}
.cid-sR2KmLhxIc .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sR2KmLhxIc .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sR2KmLhxIc .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sR2KmLhxIc .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sR2KmLhxIc .btn_link:hover {
  cursor: pointer;
}
.cid-sR2KmLhxIc .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sR2KmLhxIc .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sR2KmLhxIc .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sR2KmLhxIc .text-wrapper {
    text-align: center;
  }
  .cid-sR2KmLhxIc .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sR2KmLhxIc .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sR2KmLhxIc .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sR2KmLhxIc .card-title,
.cid-sR2KmLhxIc .icon_block {
  color: #274abb;
}
.cid-uFlO7kPMef {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFlO7kPMef .mbr-text {
  color: #1e2024;
}
.cid-uFlO7kPMef .list {
  color: #666666;
}
.cid-uFlO7kPMef ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uFlO7kPMef li {
  padding-bottom: 0.5rem;
}
.cid-uFlO7kPMef .mbr-section-subtitle {
  text-align: center;
}
#custom-html-ov {
  /* Type valid CSS here */
}
#custom-html-ov div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ov p {
  font-size: 60px;
  color: #777;
}
.cid-sQXO19vaUN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQXO19vaUN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sQXO19vaUN .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sQXO19vaUN .mbr-text {
  margin-bottom: 30px;
}
.cid-sQXO19vaUN .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sQXO19vaUN .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sQXO19vaUN .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sQXO19vaUN .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sQXO19vaUN .btn_link:hover {
  cursor: pointer;
}
.cid-sQXO19vaUN .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sQXO19vaUN .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sQXO19vaUN .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQXO19vaUN .text-wrapper {
    text-align: center;
  }
  .cid-sQXO19vaUN .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sQXO19vaUN .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sQXO19vaUN .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sQXO19vaUN .card-title,
.cid-sQXO19vaUN .icon_block {
  color: #274abb;
}
.cid-tt98lJCddq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tt98lJCddq .image-wrapper img {
  width: 50%;
  object-fit: cover;
}
.cid-tt98lJCddq .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-tt98lJCddq .mbr-text {
  margin-bottom: 30px;
}
.cid-tt98lJCddq .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-tt98lJCddq .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-tt98lJCddq .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tt98lJCddq .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tt98lJCddq .btn_link:hover {
  cursor: pointer;
}
.cid-tt98lJCddq .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-tt98lJCddq .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-tt98lJCddq .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tt98lJCddq .text-wrapper {
    text-align: center;
  }
  .cid-tt98lJCddq .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tt98lJCddq .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tt98lJCddq .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tt98lJCddq .card-title,
.cid-tt98lJCddq .icon_block {
  color: #9e9e9e;
}
.cid-uDYqRzI367 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDYqRzI367 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDYqRzI367 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDYqRzI367 .row {
  justify-content: flex-start;
}
.cid-uDYqRzI367 .mbr-section-title {
  color: #45494E;
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uDYqRzI367 .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uDYqRzI367 .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-uDYqRzI367 .image-wrapper {
  width: 100%;
}
.cid-uDYqRzI367 .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-uDYqRzI367 .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-uDYqRzI367 .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uDYqRzI367 .mbr-text {
    margin-top: 45px;
  }
}
.cid-uDYqRzI367 .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uDYqRzI367 .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-uDYqRzI367 .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-uDYqRzI367 .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-sR2abJ7Rkq {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sR2abJ7Rkq .carousel {
  z-index: 2;
  position: relative;
}
.cid-sR2abJ7Rkq .user {
  padding: 0 !important;
}
.cid-sR2abJ7Rkq .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #d63d3d;
  opacity: 0.5;
}
.cid-sR2abJ7Rkq .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-sR2abJ7Rkq .carousel-item.active,
.cid-sR2abJ7Rkq .carousel-item-next,
.cid-sR2abJ7Rkq .carousel-item-prev {
  display: flex;
}
.cid-sR2abJ7Rkq .user_name {
  margin: 0;
}
.cid-sR2abJ7Rkq .carousel-controls a {
  font-size: 2rem;
}
.cid-sR2abJ7Rkq .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #3d626c;
  background: transparent;
  opacity: 0.5;
}
.cid-sR2abJ7Rkq .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sR2abJ7Rkq ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sR2abJ7Rkq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #3d626c;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-sR2abJ7Rkq .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sR2abJ7Rkq .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-sR2abJ7Rkq .user_text {
  color: #3d626c;
  text-align: left;
}
.cid-sR2abJ7Rkq .user_desk {
  color: #767676;
}
.cid-sR2abJ7Rkq .user_desk,
.cid-sR2abJ7Rkq .carousel-item {
  text-align: left;
}
.cid-sR2abJ7Rkq .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-sR2abJ7Rkq .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-sUNMQhjQBF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-sUNMQhjQBF .mbr-text,
.cid-sUNMQhjQBF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sUmZrPbCi1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #2e2e2e;
}
.cid-sUmZrPbCi1 .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-sUmZrPbCi1 .card-title {
  color: #ffffff;
}
.cid-sUmZrPbCi1 .mbr-text,
.cid-sUmZrPbCi1 .mbr-section-btn {
  color: #9b9ba5;
}
@media (min-width: 992px) {
  .cid-sUmZrPbCi1 .text-wrapper {
    padding-left: 5rem;
  }
  .cid-sUmZrPbCi1 .image-wrapper img {
    width: 650px;
    height: 482px;
    object-fit: cover;
  }
  .cid-sUmZrPbCi1 .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sUmZrPbCi1 .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sUmZrPbCi1 .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-sUmZrPbCi1 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sUmZrPbCi1 .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-sUmZrPbCi1 .bg-wrapper {
    display: none;
  }
  .cid-sUmZrPbCi1 .text-wrapper {
    text-align: center;
  }
  .cid-sUmZrPbCi1 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sUmZrPbCi1 .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-sUmZrPbCi1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-sUmZrPbCi1 .card-title {
    letter-spacing: -1px;
  }
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTveplDPun {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sTveplDPun .link-wrapper {
  width: 100%;
}
.cid-sTveplDPun .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTveplDPun .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTveplDPun .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTveplDPun .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTveplDPun .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTveplDPun .mbr-section-title DIV {
  text-align: center;
}
.cid-sTveplDPun .mbr-text,
.cid-sTveplDPun .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTveplDPun .link,
.cid-sTveplDPun .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTveplDPun .mbr-section-title {
  color: #ffffff;
}
.cid-sR2RjgVJFD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sR2RjgVJFD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sR2RjgVJFD .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sR2RjgVJFD .mbr-text {
  margin-bottom: 30px;
}
.cid-sR2RjgVJFD .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sR2RjgVJFD .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sR2RjgVJFD .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sR2RjgVJFD .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sR2RjgVJFD .btn_link:hover {
  cursor: pointer;
}
.cid-sR2RjgVJFD .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sR2RjgVJFD .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sR2RjgVJFD .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sR2RjgVJFD .text-wrapper {
    text-align: center;
  }
  .cid-sR2RjgVJFD .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sR2RjgVJFD .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sR2RjgVJFD .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sR2RjgVJFD .card-title,
.cid-sR2RjgVJFD .icon_block {
  color: #000000;
}
.cid-uDT2alFp8K {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDT2alFp8K .mbr-text {
  color: #666666;
}
.cid-uDT2alFp8K .list {
  color: #666666;
}
.cid-uDT2alFp8K ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uDT2alFp8K li {
  padding-bottom: 0.5rem;
}
.cid-tDSBqyG6Hw {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tDSBqyG6Hw .container-fluid {
  padding: 0 3rem;
}
.cid-tDSBqyG6Hw .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tDSBqyG6Hw .container-fluid {
    padding: 0 1rem;
  }
  .cid-tDSBqyG6Hw .video-block {
    width: 100% !important;
  }
}
.cid-sRe9bLVg7Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRe9bLVg7Q .mbr-figure {
  overflow: hidden;
  position: relative;
}
.cid-sRe9bLVg7Q figcaption {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 50% !important;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  padding: 1.5rem 0px;
  text-align: center;
}
.cid-sRe9bLVg7Q figcaption .mbr-text {
  padding: 0 40px;
}
@media (max-width: 768px) {
  .cid-sRe9bLVg7Q figcaption {
    display: none;
  }
}
.cid-uDYsczgY3R {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDYsczgY3R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDYsczgY3R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDYsczgY3R .row {
  justify-content: flex-start;
}
.cid-uDYsczgY3R .mbr-section-title {
  color: #45494E;
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uDYsczgY3R .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uDYsczgY3R .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-uDYsczgY3R .image-wrapper {
  width: 100%;
}
.cid-uDYsczgY3R .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-uDYsczgY3R .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-uDYsczgY3R .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uDYsczgY3R .mbr-text {
    margin-top: 45px;
  }
}
.cid-uDYsczgY3R .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uDYsczgY3R .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-uDYsczgY3R .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-uDYsczgY3R .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
#custom-html-ot {
  /* Type valid CSS here */
}
#custom-html-ot div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ot p {
  font-size: 60px;
  color: #777;
}
.cid-sRebhhuwxz {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sRebhhuwxz .carousel {
  z-index: 2;
  position: relative;
}
.cid-sRebhhuwxz .user {
  padding: 0 !important;
}
.cid-sRebhhuwxz .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #d63d3d;
  opacity: 0.5;
}
.cid-sRebhhuwxz .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-sRebhhuwxz .carousel-item.active,
.cid-sRebhhuwxz .carousel-item-next,
.cid-sRebhhuwxz .carousel-item-prev {
  display: flex;
}
.cid-sRebhhuwxz .user_name {
  margin: 0;
}
.cid-sRebhhuwxz .carousel-controls a {
  font-size: 2rem;
}
.cid-sRebhhuwxz .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #3d626c;
  background: transparent;
  opacity: 0.5;
}
.cid-sRebhhuwxz .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sRebhhuwxz ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sRebhhuwxz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #3d626c;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-sRebhhuwxz .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sRebhhuwxz .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-sRebhhuwxz .user_text {
  color: #3d626c;
  text-align: left;
}
.cid-sRebhhuwxz .user_desk {
  color: #767676;
}
.cid-sRebhhuwxz .user_desk,
.cid-sRebhhuwxz .carousel-item {
  text-align: left;
}
.cid-sRebhhuwxz .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-sRebhhuwxz .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-sR2EajEHKD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sR2EajEHKD .mbr-iconfont {
  color: #656565;
  font-size: 2rem;
}
.cid-sR2EajEHKD .title,
.cid-sR2EajEHKD .mbr-section-title {
  margin-bottom: 0.5rem !important;
}
.cid-sR2EajEHKD .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sR2EajEHKD .ico-wrap {
  background: #f1f1f1;
  padding: 1rem;
}
.cid-sR2EajEHKD .phone {
  margin-bottom: 0;
  color: #656565;
  text-align: left;
}
.cid-sR2EajEHKD .text-box {
  padding: 0rem;
}
.cid-sR2EajEHKD .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sR2EajEHKD .card-title {
  color: #274abb;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sR2EajEHKD .card-img {
  overflow: hidden;
}
.cid-sR2EajEHKD .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sR2EajEHKD .card-box {
  padding: 0rem;
}
.cid-sR2EajEHKD img {
  transition: all 0.3s;
}
.cid-sR2EajEHKD .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-sR2EajEHKD status {
  color: #855dd8;
}
.cid-sR2EajEHKD .status {
  color: #656565;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sR2EajEHKD .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sR2EajEHKD .card-img {
    width: 30%;
  }
  .cid-sR2EajEHKD .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sR2EajEHKD .card-img {
    width: 50%;
  }
  .cid-sR2EajEHKD .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sR2EajEHKD .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sR2EajEHKD .card-img {
    width: 75%;
  }
  .cid-sR2EajEHKD .card-box {
    width: 100%;
  }
}
.cid-sR2EajEHKD .card-box > p,
.cid-sR2EajEHKD .mbr-section-btn {
  color: #656565;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-uDWprBsiaN {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #ffffff;
}
.cid-uDWprBsiaN .item-image {
  margin-bottom: 5rem;
}
.cid-uDWprBsiaN img,
.cid-uDWprBsiaN .item-img {
  width: 85%;
}
.cid-uDWprBsiaN .item:focus,
.cid-uDWprBsiaN span:focus {
  outline: none;
}
.cid-uDWprBsiaN .item {
  cursor: pointer;
  margin-bottom: 1rem;
  position: relative;
}
.cid-uDWprBsiaN .item-wrapper {
  position: unset;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uDWprBsiaN .mbr-section-title {
  color: #000000;
}
@media (min-width: 768px) {
  .cid-uDWprBsiaN .mbr-section-head {
    margin-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .cid-uDWprBsiaN .mbr-section-subtitle,
  .cid-uDWprBsiaN .mbr-text {
    display: none;
  }
}
@media (max-width: 600px) {
  .cid-uDWprBsiaN .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uDWprBsiaN .mbr-section-title a {
  color: #9b9ba5 ;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTvhDC6mNf {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sTvhDC6mNf .link-wrapper {
  width: 100%;
}
.cid-sTvhDC6mNf .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTvhDC6mNf .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTvhDC6mNf .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTvhDC6mNf .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTvhDC6mNf .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTvhDC6mNf .mbr-section-title DIV {
  text-align: center;
}
.cid-sTvhDC6mNf .mbr-text,
.cid-sTvhDC6mNf .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTvhDC6mNf .link,
.cid-sTvhDC6mNf .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTvhDC6mNf .mbr-section-title {
  color: #ffffff;
}
.cid-sTvhE7HGpd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTvhE7HGpd .mbr-text {
  color: #666666;
}
.cid-sTvhE7HGpd .list {
  color: #666666;
}
.cid-sTvhE7HGpd ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sTvhE7HGpd li {
  padding-bottom: 0.5rem;
}
.cid-sTvhE7HGpd .mbr-section-subtitle {
  color: #656565;
}
.cid-ttaEx3KSRH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttaEx3KSRH .google-map {
  height: 25rem;
  position: relative;
}
.cid-ttaEx3KSRH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttaEx3KSRH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ttaEx3KSRH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttaEx3KSRH .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-ttaEx3KSRH .container-fluid {
  padding: 0;
}
.cid-ttaEx3KSRH .relative {
  position: relative;
  width: 100%;
}
.cid-ttaEx3KSRH .mbr-section-title {
  color: #656565;
}
.cid-ttaEx3KSRH .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-ttaEx3KSRH .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-ttaEx3KSRH .title {
  text-align: center;
  color: #ffffff;
}
.cid-ttaEx3KSRH .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-ttaEx3KSRH .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sRB2PvHkw4 {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sRB2PvHkw4 .link-wrapper {
  width: 100%;
}
.cid-sRB2PvHkw4 .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sRB2PvHkw4 .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sRB2PvHkw4 .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sRB2PvHkw4 .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sRB2PvHkw4 .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sRB2PvHkw4 .mbr-section-title DIV {
  text-align: center;
}
.cid-sRB2PvHkw4 .mbr-text,
.cid-sRB2PvHkw4 .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sRB2PvHkw4 .link,
.cid-sRB2PvHkw4 .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sRB2PvHkw4 .mbr-section-title {
  color: #ffffff;
}
.cid-sRB315rNym {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sRB315rNym a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sRB315rNym a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sRB315rNym .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sRB315rNym .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-sRB315rNym .form-control {
  background: none;
  border-radius: 0px;
}
.cid-sRB315rNym textarea.form-control {
  min-height: 214.5px;
}
.cid-sRB315rNym .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-sRB315rNym h4,
.cid-sRB315rNym p {
  margin: 0;
}
.cid-sRB315rNym h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-sRB315rNym h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-sRB315rNym .icon {
  color: #656565;
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .cid-sRB315rNym h2 {
    text-align: center;
  }
  .cid-sRB315rNym h3 {
    text-align: center;
  }
  .cid-sRB315rNym .input-group-btn {
    text-align: center;
  }
  .cid-sRB315rNym .social-list {
    text-align: center;
  }
}
.cid-sRB315rNym H2 {
  color: #656565;
}
.cid-sRB315rNym .content {
  text-align: left;
  color: #656565;
}
.cid-sRB315rNym .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-sRB315rNym .title1 {
  text-align: left;
}
.cid-sRB315rNym .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-sRB315rNym .title2 {
  color: #656565;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sRAECdsPMJ {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sRAECdsPMJ .link-wrapper {
  width: 100%;
}
.cid-sRAECdsPMJ .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sRAECdsPMJ .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sRAECdsPMJ .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sRAECdsPMJ .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sRAECdsPMJ .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sRAECdsPMJ .mbr-section-title DIV {
  text-align: center;
}
.cid-sRAECdsPMJ .mbr-text,
.cid-sRAECdsPMJ .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sRAECdsPMJ .link,
.cid-sRAECdsPMJ .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sRAECdsPMJ .mbr-section-title {
  color: #ffffff;
}
.cid-sRAGca1XKd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRAGca1XKd .mbr-text {
  color: #666666;
}
.cid-sRAGca1XKd .list {
  color: #666666;
}
.cid-sRAGca1XKd ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sRAGca1XKd li {
  padding-bottom: 0.5rem;
}
.cid-sRAGca1XKd .mbr-section-subtitle {
  color: #656565;
}
.cid-sRAI3Hweui {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sRAI3Hweui h2,
.cid-sRAI3Hweui h3,
.cid-sRAI3Hweui h4,
.cid-sRAI3Hweui p {
  margin: 0;
}
.cid-sRAI3Hweui .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sRAI3Hweui .mbr-section-title {
  color: #656565;
  margin-bottom: 10px;
}
.cid-sRAI3Hweui .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sRAIYKmYfF {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sRAIYKmYfF h2,
.cid-sRAIYKmYfF h3,
.cid-sRAIYKmYfF h4,
.cid-sRAIYKmYfF p {
  margin: 0;
}
.cid-sRAIYKmYfF .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sRAIYKmYfF .mbr-section-title {
  color: #666666;
  margin-bottom: 10px;
}
.cid-sRAIYKmYfF .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sT7A7uk0BE {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sT7A7uk0BE .link-wrapper {
  width: 100%;
}
.cid-sT7A7uk0BE .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sT7A7uk0BE .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sT7A7uk0BE .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sT7A7uk0BE .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sT7A7uk0BE .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sT7A7uk0BE .mbr-section-title DIV {
  text-align: center;
}
.cid-sT7A7uk0BE .mbr-text,
.cid-sT7A7uk0BE .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sT7A7uk0BE .link,
.cid-sT7A7uk0BE .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sT7A7uk0BE .mbr-section-title {
  color: #ffffff;
}
.cid-sT7A1XfXa5 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sT7A1XfXa5 .mbr-text {
  color: #656565;
}
.cid-sT7A1XfXa5 .list {
  color: #666666;
}
.cid-sT7A1XfXa5 ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sT7A1XfXa5 li {
  padding-bottom: 0.5rem;
}
.cid-sT7A1XfXa5 .mbr-section-subtitle {
  color: #656565;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sT7PvTrfyd {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sT7PvTrfyd .link-wrapper {
  width: 100%;
}
.cid-sT7PvTrfyd .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sT7PvTrfyd .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sT7PvTrfyd .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sT7PvTrfyd .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sT7PvTrfyd .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sT7PvTrfyd .mbr-section-title DIV {
  text-align: center;
}
.cid-sT7PvTrfyd .mbr-text,
.cid-sT7PvTrfyd .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sT7PvTrfyd .link,
.cid-sT7PvTrfyd .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sT7PvTrfyd .mbr-section-title {
  color: #ffffff;
}
.cid-sT7PCgDO6U {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sT7PCgDO6U .mbr-text {
  color: #656565;
}
.cid-sT7PCgDO6U .list {
  color: #666666;
}
.cid-sT7PCgDO6U ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sT7PCgDO6U li {
  padding-bottom: 0.5rem;
}
.cid-sT7PCgDO6U .mbr-section-subtitle {
  color: #656565;
}
.cid-sT7RSF10hS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sT7RSF10hS h2,
.cid-sT7RSF10hS h3,
.cid-sT7RSF10hS h4,
.cid-sT7RSF10hS p {
  margin: 0;
}
.cid-sT7RSF10hS .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sT7RSF10hS .mbr-section-title {
  color: #656565;
  margin-bottom: 10px;
}
.cid-sT7RSF10hS .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTvdMRPNGm {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sTvdMRPNGm .link-wrapper {
  width: 100%;
}
.cid-sTvdMRPNGm .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTvdMRPNGm .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTvdMRPNGm .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTvdMRPNGm .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTvdMRPNGm .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTvdMRPNGm .mbr-section-title DIV {
  text-align: center;
}
.cid-sTvdMRPNGm .mbr-text,
.cid-sTvdMRPNGm .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTvdMRPNGm .link,
.cid-sTvdMRPNGm .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTvdMRPNGm .mbr-section-title {
  color: #ffffff;
}
.cid-sT843f54uT {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT843f54uT .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT843f54uT .panel-group {
  border: none;
}
.cid-sT843f54uT .panel-collapse {
  padding: 0 2rem;
}
.cid-sT843f54uT .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT843f54uT .panel-body,
.cid-sT843f54uT .card-header {
  padding: 1rem 0;
}
.cid-sT843f54uT .panel-title-edit {
  color: #6c758f;
}
.cid-sT843f54uT .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT843f54uT .card {
  overflow: visible;
}
.cid-sT843f54uT .panel-text {
  color: #6c758f;
}
.cid-sT843f54uT H3 {
  color: #656565;
}
.cid-sT85VZkbdK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT85VZkbdK .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT85VZkbdK .panel-group {
  border: none;
}
.cid-sT85VZkbdK .panel-collapse {
  padding: 0 2rem;
}
.cid-sT85VZkbdK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT85VZkbdK .panel-body,
.cid-sT85VZkbdK .card-header {
  padding: 1rem 0;
}
.cid-sT85VZkbdK .panel-title-edit {
  color: #6c758f;
}
.cid-sT85VZkbdK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT85VZkbdK .card {
  overflow: visible;
}
.cid-sT85VZkbdK .panel-text {
  color: #6c758f;
}
.cid-sT85VZkbdK H3 {
  color: #656565;
}
.cid-sT8EFJTmHh {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sT8EFJTmHh .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8EFJTmHh .panel-group {
  border: none;
}
.cid-sT8EFJTmHh .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8EFJTmHh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8EFJTmHh .panel-body,
.cid-sT8EFJTmHh .card-header {
  padding: 1rem 0;
}
.cid-sT8EFJTmHh .panel-title-edit {
  color: #6c758f;
}
.cid-sT8EFJTmHh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8EFJTmHh .card {
  overflow: visible;
}
.cid-sT8EFJTmHh .panel-text {
  color: #6c758f;
}
.cid-sT8EFJTmHh H3 {
  color: #656565;
}
.cid-sT8G1VRR9L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT8G1VRR9L .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8G1VRR9L .panel-group {
  border: none;
}
.cid-sT8G1VRR9L .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8G1VRR9L .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8G1VRR9L .panel-body,
.cid-sT8G1VRR9L .card-header {
  padding: 1rem 0;
}
.cid-sT8G1VRR9L .panel-title-edit {
  color: #6c758f;
}
.cid-sT8G1VRR9L .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8G1VRR9L .card {
  overflow: visible;
}
.cid-sT8G1VRR9L .panel-text {
  color: #6c758f;
}
.cid-sT8G1VRR9L H3 {
  color: #656565;
}
.cid-sT8HtEuktt {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT8HtEuktt .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8HtEuktt .panel-group {
  border: none;
}
.cid-sT8HtEuktt .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8HtEuktt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8HtEuktt .panel-body,
.cid-sT8HtEuktt .card-header {
  padding: 1rem 0;
}
.cid-sT8HtEuktt .panel-title-edit {
  color: #6c758f;
}
.cid-sT8HtEuktt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8HtEuktt .card {
  overflow: visible;
}
.cid-sT8HtEuktt .panel-text {
  color: #6c758f;
}
.cid-sT8HtEuktt H3 {
  color: #656565;
}
.cid-sT8KPjLEzZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT8KPjLEzZ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8KPjLEzZ .panel-group {
  border: none;
}
.cid-sT8KPjLEzZ .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8KPjLEzZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8KPjLEzZ .panel-body,
.cid-sT8KPjLEzZ .card-header {
  padding: 1rem 0;
}
.cid-sT8KPjLEzZ .panel-title-edit {
  color: #6c758f;
}
.cid-sT8KPjLEzZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8KPjLEzZ .card {
  overflow: visible;
}
.cid-sT8KPjLEzZ .panel-text {
  color: #6c758f;
}
.cid-sT8KPjLEzZ H3 {
  color: #656565;
}
.cid-sT8LKlqxy9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT8LKlqxy9 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8LKlqxy9 .panel-group {
  border: none;
}
.cid-sT8LKlqxy9 .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8LKlqxy9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8LKlqxy9 .panel-body,
.cid-sT8LKlqxy9 .card-header {
  padding: 1rem 0;
}
.cid-sT8LKlqxy9 .panel-title-edit {
  color: #6c758f;
}
.cid-sT8LKlqxy9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8LKlqxy9 .card {
  overflow: visible;
}
.cid-sT8LKlqxy9 .panel-text {
  color: #6c758f;
}
.cid-sT8LKlqxy9 H3 {
  color: #656565;
}
.cid-sT8MuvxKrV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT8MuvxKrV .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8MuvxKrV .panel-group {
  border: none;
}
.cid-sT8MuvxKrV .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8MuvxKrV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8MuvxKrV .panel-body,
.cid-sT8MuvxKrV .card-header {
  padding: 1rem 0;
}
.cid-sT8MuvxKrV .panel-title-edit {
  color: #6c758f;
}
.cid-sT8MuvxKrV .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8MuvxKrV .card {
  overflow: visible;
}
.cid-sT8MuvxKrV .panel-text {
  color: #6c758f;
}
.cid-sT8MuvxKrV H3 {
  color: #656565;
}
.cid-sT8NYIzy3H {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT8NYIzy3H .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8NYIzy3H .panel-group {
  border: none;
}
.cid-sT8NYIzy3H .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8NYIzy3H .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8NYIzy3H .panel-body,
.cid-sT8NYIzy3H .card-header {
  padding: 1rem 0;
}
.cid-sT8NYIzy3H .panel-title-edit {
  color: #6c758f;
}
.cid-sT8NYIzy3H .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8NYIzy3H .card {
  overflow: visible;
}
.cid-sT8NYIzy3H .panel-text {
  color: #6c758f;
}
.cid-sT8NYIzy3H H3 {
  color: #656565;
}
.cid-sT8P9hSrJx {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT8P9hSrJx .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8P9hSrJx .panel-group {
  border: none;
}
.cid-sT8P9hSrJx .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8P9hSrJx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8P9hSrJx .panel-body,
.cid-sT8P9hSrJx .card-header {
  padding: 1rem 0;
}
.cid-sT8P9hSrJx .panel-title-edit {
  color: #6c758f;
}
.cid-sT8P9hSrJx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8P9hSrJx .card {
  overflow: visible;
}
.cid-sT8P9hSrJx .panel-text {
  color: #6c758f;
}
.cid-sT8P9hSrJx H3 {
  color: #656565;
}
.cid-sT8PaeXAqG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT8PaeXAqG .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8PaeXAqG .panel-group {
  border: none;
}
.cid-sT8PaeXAqG .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8PaeXAqG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8PaeXAqG .panel-body,
.cid-sT8PaeXAqG .card-header {
  padding: 1rem 0;
}
.cid-sT8PaeXAqG .panel-title-edit {
  color: #6c758f;
}
.cid-sT8PaeXAqG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8PaeXAqG .card {
  overflow: visible;
}
.cid-sT8PaeXAqG .panel-text {
  color: #6c758f;
}
.cid-sT8PaeXAqG H3 {
  color: #656565;
}
.cid-sT8QHiPCcg {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT8QHiPCcg .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8QHiPCcg .panel-group {
  border: none;
}
.cid-sT8QHiPCcg .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8QHiPCcg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8QHiPCcg .panel-body,
.cid-sT8QHiPCcg .card-header {
  padding: 1rem 0;
}
.cid-sT8QHiPCcg .panel-title-edit {
  color: #6c758f;
}
.cid-sT8QHiPCcg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8QHiPCcg .card {
  overflow: visible;
}
.cid-sT8QHiPCcg .panel-text {
  color: #6c758f;
}
.cid-sT8QHiPCcg H3 {
  color: #656565;
}
.cid-sT8QJRGrsM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT8QJRGrsM .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8QJRGrsM .panel-group {
  border: none;
}
.cid-sT8QJRGrsM .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8QJRGrsM .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8QJRGrsM .panel-body,
.cid-sT8QJRGrsM .card-header {
  padding: 1rem 0;
}
.cid-sT8QJRGrsM .panel-title-edit {
  color: #6c758f;
}
.cid-sT8QJRGrsM .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8QJRGrsM .card {
  overflow: visible;
}
.cid-sT8QJRGrsM .panel-text {
  color: #6c758f;
}
.cid-sT8QJRGrsM H3 {
  color: #656565;
}
.cid-sT8RzClIRr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT8RzClIRr .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8RzClIRr .panel-group {
  border: none;
}
.cid-sT8RzClIRr .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8RzClIRr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8RzClIRr .panel-body,
.cid-sT8RzClIRr .card-header {
  padding: 1rem 0;
}
.cid-sT8RzClIRr .panel-title-edit {
  color: #6c758f;
}
.cid-sT8RzClIRr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8RzClIRr .card {
  overflow: visible;
}
.cid-sT8RzClIRr .panel-text {
  color: #6c758f;
}
.cid-sT8RzClIRr H3 {
  color: #656565;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sT7XxiDIxh {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sT7XxiDIxh .link-wrapper {
  width: 100%;
}
.cid-sT7XxiDIxh .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sT7XxiDIxh .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sT7XxiDIxh .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sT7XxiDIxh .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sT7XxiDIxh .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sT7XxiDIxh .mbr-section-title DIV {
  text-align: center;
}
.cid-sT7XxiDIxh .mbr-text,
.cid-sT7XxiDIxh .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sT7XxiDIxh .link,
.cid-sT7XxiDIxh .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sT7XxiDIxh .mbr-section-title {
  color: #ffffff;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
#custom-html-ok {
  /* Type valid CSS here */
}
#custom-html-ok div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ok p {
  font-size: 60px;
  color: #777;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sT7vbiSryy {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sT7vbiSryy .link-wrapper {
  width: 100%;
}
.cid-sT7vbiSryy .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sT7vbiSryy .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sT7vbiSryy .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sT7vbiSryy .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sT7vbiSryy .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sT7vbiSryy .mbr-section-title DIV {
  text-align: center;
}
.cid-sT7vbiSryy .mbr-text,
.cid-sT7vbiSryy .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sT7vbiSryy .link,
.cid-sT7vbiSryy .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sT7vbiSryy .mbr-section-title {
  color: #ffffff;
}
.cid-sT7vyuZDvN {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-sT7vyuZDvN .features-border {
  border-bottom: 2px solid #191919;
}
.cid-sT7vyuZDvN .features-title {
  margin-top: 136px;
  margin-bottom: 96px;
}
.cid-sT7vyuZDvN .features-card {
  padding: 0 0 80px;
  display: flex;
}
.cid-sT7vyuZDvN .features-card:hover {
  cursor: pointer;
}
.cid-sT7vyuZDvN .features-card:hover .features-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sT7vyuZDvN .features-card:hover .features-link {
  opacity: .85;
}
.cid-sT7vyuZDvN .features-card:hover .features-link span {
  margin-left: 8px;
}
.cid-sT7vyuZDvN .features-img {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #191919;
}
.cid-sT7vyuZDvN .features-img img {
  transition: all .5s ease;
}
.cid-sT7vyuZDvN .features-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
}
.cid-sT7vyuZDvN .features-link span {
  margin-left: -14px;
  transition: all .5s ease;
  border-radius: 50%;
  border: 2px #d5d9d5 solid;
  padding: 8px 6px 8px 11px;
}
.cid-sT7vyuZDvN .mbr-text p {
  margin-top: 6px;
}
.cid-sT7vyuZDvN .features-button {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.cid-sT7vyuZDvN .features-button a {
  width: 430px;
  height: 74px;
}
@media (max-width: 991px) {
  .cid-sT7vyuZDvN .features-card {
    display: block;
  }
  .cid-sT7vyuZDvN .features-wrapper {
    margin: 40px 20px;
  }
  .cid-sT7vyuZDvN .features-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-sT7vyuZDvN .features-card {
    padding: 40px 0;
  }
  .cid-sT7vyuZDvN .features-button a {
    width: 330px;
    height: 64px;
  }
}
@media (max-width: 623px) {
  .cid-sT7vyuZDvN .features-img {
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-sT7vyuZDvN .features-img {
    padding: 10px 30px;
  }
  .cid-sT7vyuZDvN .features-title {
    margin-bottom: 0px;
  }
  .cid-sT7vyuZDvN .features-button {
    margin-bottom: 40px;
  }
  .cid-sT7vyuZDvN .features-button a {
    width: 230px;
    height: 54px;
  }
}
@media (max-width: 320px) {
  .cid-sT7vyuZDvN .features-button a {
    width: 200px;
    height: 50px;
  }
}
.cid-sT7vyuZDvN .mbr-text {
  color: #626462;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sRAQCoHzLL .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sRAQCoHzLL .navbar-fixed-top {
  padding-top: 0;
}
.cid-sRAQCoHzLL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sRAQCoHzLL .dropdown-item {
  padding: 0;
}
.cid-sRAQCoHzLL .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sRAQCoHzLL .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sRAQCoHzLL .menu-content-top {
    display: block;
  }
  .cid-sRAQCoHzLL .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sRAQCoHzLL .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sRAQCoHzLL nav.opened .menu-content-top {
  display: none;
}
.cid-sRAQCoHzLL .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRAQCoHzLL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sRAQCoHzLL a {
  font-style: normal;
}
.cid-sRAQCoHzLL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sRAQCoHzLL .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sRAQCoHzLL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRAQCoHzLL .content-text {
  margin-bottom: 0;
}
.cid-sRAQCoHzLL .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sRAQCoHzLL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sRAQCoHzLL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sRAQCoHzLL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sRAQCoHzLL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sRAQCoHzLL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sRAQCoHzLL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sRAQCoHzLL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sRAQCoHzLL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRAQCoHzLL .nav-dropdown .link {
  font-weight: 400;
}
.cid-sRAQCoHzLL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sRAQCoHzLL .content-right-side {
  text-align: center;
}
.cid-sRAQCoHzLL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sRAQCoHzLL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sRAQCoHzLL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sRAQCoHzLL .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sRAQCoHzLL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRAQCoHzLL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sRAQCoHzLL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sRAQCoHzLL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sRAQCoHzLL .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sRAQCoHzLL .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sRAQCoHzLL .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sRAQCoHzLL .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sRAQCoHzLL .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sRAQCoHzLL .navbar {
    display: block;
    padding: 0;
  }
  .cid-sRAQCoHzLL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sRAQCoHzLL .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sRAQCoHzLL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sRAQCoHzLL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sRAQCoHzLL .navbar-toggler {
    display: none;
  }
  .cid-sRAQCoHzLL .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sRAQCoHzLL .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sRAQCoHzLL .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRAQCoHzLL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sRAQCoHzLL .menu-logo {
  margin-right: auto;
}
.cid-sRAQCoHzLL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRAQCoHzLL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sRAQCoHzLL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sRAQCoHzLL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sRAQCoHzLL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sRAQCoHzLL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sRAQCoHzLL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sRAQCoHzLL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sRAQCoHzLL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRAQCoHzLL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sRAQCoHzLL .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sRAQCoHzLL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sRAQCoHzLL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRAQCoHzLL .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sRAQCoHzLL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sRAQCoHzLL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRAQCoHzLL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRAQCoHzLL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sRAQCoHzLL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRAQCoHzLL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sRAQCoHzLL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sRAQCoHzLL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sRAQCoHzLL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sRAQCoHzLL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sRAQCoHzLL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sRAQCoHzLL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sRAQCoHzLL button.navbar-toggler:focus {
  outline: none;
}
.cid-sRAQCoHzLL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRAQCoHzLL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRAQCoHzLL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRAQCoHzLL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRAQCoHzLL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRAQCoHzLL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRAQCoHzLL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRAQCoHzLL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRAQCoHzLL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRAQCoHzLL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRAQCoHzLL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRAQCoHzLL .collapsed .btn {
  display: flex;
}
.cid-sRAQCoHzLL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sRAQCoHzLL .collapsed .navbar-collapse.collapsing,
.cid-sRAQCoHzLL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sRAQCoHzLL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sRAQCoHzLL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sRAQCoHzLL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sRAQCoHzLL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sRAQCoHzLL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sRAQCoHzLL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sRAQCoHzLL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sRAQCoHzLL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sRAQCoHzLL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sRAQCoHzLL .collapsed button.navbar-toggler {
  display: block;
}
.cid-sRAQCoHzLL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sRAQCoHzLL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sRAQCoHzLL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sRAQCoHzLL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sRAQCoHzLL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sRAQCoHzLL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sRAQCoHzLL .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sRAQCoHzLL .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sRAQCoHzLL .navbar-collapse.collapsing,
  .cid-sRAQCoHzLL .navbar-collapse.show {
    display: block !important;
  }
  .cid-sRAQCoHzLL .navbar-collapse.collapsing .navbar-nav,
  .cid-sRAQCoHzLL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sRAQCoHzLL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sRAQCoHzLL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sRAQCoHzLL .navbar-collapse.collapsing .navbar-buttons,
  .cid-sRAQCoHzLL .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sRAQCoHzLL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sRAQCoHzLL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sRAQCoHzLL .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sRAQCoHzLL img {
    height: 2.2rem !important;
  }
  .cid-sRAQCoHzLL .btn {
    display: flex;
  }
  .cid-sRAQCoHzLL button.navbar-toggler {
    display: block;
  }
  .cid-sRAQCoHzLL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sRAQCoHzLL .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sRAQCoHzLL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sRAQCoHzLL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sRAQCoHzLL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sRAQCoHzLL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sRAQCoHzLL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sRAQCoHzLL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sRAQCoHzLL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sRAQCoHzLL .nav-link:focus {
  outline: none;
}
.cid-sRAQCoHzLL .navbar-toggler {
  position: relative;
}
.cid-sRAQCoHzLL .dropdown-item.active,
.cid-sRAQCoHzLL .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sRAQCoHzLL .widget-title,
.cid-sRAQCoHzLL .widget-icon {
  color: #9e9e9e;
}
.cid-sTve0DQ3cj {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sTve0DQ3cj .link-wrapper {
  width: 100%;
}
.cid-sTve0DQ3cj .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTve0DQ3cj .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTve0DQ3cj .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTve0DQ3cj .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTve0DQ3cj .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTve0DQ3cj .mbr-section-title DIV {
  text-align: center;
}
.cid-sTve0DQ3cj .mbr-text,
.cid-sTve0DQ3cj .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTve0DQ3cj .link,
.cid-sTve0DQ3cj .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTve0DQ3cj .mbr-section-title {
  color: #ffffff;
}
.cid-sRAQCnEJn5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRAQCnEJn5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRAQCnEJn5 .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sRAQCnEJn5 .mbr-text {
  margin-bottom: 30px;
}
.cid-sRAQCnEJn5 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sRAQCnEJn5 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sRAQCnEJn5 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sRAQCnEJn5 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRAQCnEJn5 .btn_link:hover {
  cursor: pointer;
}
.cid-sRAQCnEJn5 .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sRAQCnEJn5 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sRAQCnEJn5 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRAQCnEJn5 .text-wrapper {
    text-align: center;
  }
  .cid-sRAQCnEJn5 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sRAQCnEJn5 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sRAQCnEJn5 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sRAQCnEJn5 .card-title,
.cid-sRAQCnEJn5 .icon_block {
  color: #000000;
}
.cid-uDT2MK5eBC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDT2MK5eBC .mbr-text {
  color: #666666;
}
.cid-uDT2MK5eBC .list {
  color: #666666;
}
.cid-uDT2MK5eBC ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uDT2MK5eBC li {
  padding-bottom: 0.5rem;
}
.cid-sRAQCquXvG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRAQCquXvG .mbr-figure {
  overflow: hidden;
  position: relative;
}
.cid-sRAQCquXvG figcaption {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 50% !important;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  padding: 1.5rem 0px;
  text-align: center;
}
.cid-sRAQCquXvG figcaption .mbr-text {
  padding: 0 40px;
}
@media (max-width: 768px) {
  .cid-sRAQCquXvG figcaption {
    display: none;
  }
}
.cid-uDYsuz5KN2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDYsuz5KN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDYsuz5KN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDYsuz5KN2 .row {
  justify-content: flex-start;
}
.cid-uDYsuz5KN2 .mbr-section-title {
  color: #45494E;
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uDYsuz5KN2 .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uDYsuz5KN2 .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-uDYsuz5KN2 .image-wrapper {
  width: 100%;
}
.cid-uDYsuz5KN2 .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-uDYsuz5KN2 .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-uDYsuz5KN2 .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uDYsuz5KN2 .mbr-text {
    margin-top: 45px;
  }
}
.cid-uDYsuz5KN2 .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uDYsuz5KN2 .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-uDYsuz5KN2 .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-uDYsuz5KN2 .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-sRAQCtmvc0 {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sRAQCtmvc0 .carousel {
  z-index: 2;
  position: relative;
}
.cid-sRAQCtmvc0 .user {
  padding: 0 !important;
}
.cid-sRAQCtmvc0 .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #d63d3d;
  opacity: 0.5;
}
.cid-sRAQCtmvc0 .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-sRAQCtmvc0 .carousel-item.active,
.cid-sRAQCtmvc0 .carousel-item-next,
.cid-sRAQCtmvc0 .carousel-item-prev {
  display: flex;
}
.cid-sRAQCtmvc0 .user_name {
  margin: 0;
}
.cid-sRAQCtmvc0 .carousel-controls a {
  font-size: 2rem;
}
.cid-sRAQCtmvc0 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #3d626c;
  background: transparent;
  opacity: 0.5;
}
.cid-sRAQCtmvc0 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sRAQCtmvc0 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sRAQCtmvc0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #3d626c;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-sRAQCtmvc0 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sRAQCtmvc0 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-sRAQCtmvc0 .user_text {
  color: #3d626c;
  text-align: left;
}
.cid-sRAQCtmvc0 .user_desk {
  color: #767676;
}
.cid-sRAQCtmvc0 .user_desk,
.cid-sRAQCtmvc0 .carousel-item {
  text-align: left;
}
.cid-sRAQCtmvc0 .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-sRAQCtmvc0 .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-sRAQCuZKEb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRAQCuZKEb .mbr-iconfont {
  color: #656565;
  font-size: 1.9rem;
}
.cid-sRAQCuZKEb .title,
.cid-sRAQCuZKEb .mbr-section-title {
  margin-bottom: 0.5rem !important;
}
.cid-sRAQCuZKEb .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sRAQCuZKEb .ico-wrap {
  background: #f1f1f1;
  padding: 1rem;
}
.cid-sRAQCuZKEb .phone {
  margin-bottom: 0;
  color: #656565;
  text-align: left;
}
.cid-sRAQCuZKEb .text-box {
  padding: 0rem;
}
.cid-sRAQCuZKEb .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sRAQCuZKEb .card-title {
  color: #274abb;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sRAQCuZKEb .card-img {
  overflow: hidden;
}
.cid-sRAQCuZKEb .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sRAQCuZKEb .card-box {
  padding: 0rem;
}
.cid-sRAQCuZKEb img {
  transition: all 0.3s;
}
.cid-sRAQCuZKEb .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-sRAQCuZKEb status {
  color: #855dd8;
}
.cid-sRAQCuZKEb .status {
  color: #656565;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sRAQCuZKEb .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sRAQCuZKEb .card-img {
    width: 30%;
  }
  .cid-sRAQCuZKEb .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sRAQCuZKEb .card-img {
    width: 50%;
  }
  .cid-sRAQCuZKEb .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sRAQCuZKEb .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sRAQCuZKEb .card-img {
    width: 75%;
  }
  .cid-sRAQCuZKEb .card-box {
    width: 100%;
  }
}
.cid-sRAQCuZKEb .card-box > p,
.cid-sRAQCuZKEb .mbr-section-btn {
  color: #656565;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTtARIc73O {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sTtARIc73O .link-wrapper {
  width: 100%;
}
.cid-sTtARIc73O .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTtARIc73O .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTtARIc73O .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTtARIc73O .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTtARIc73O .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTtARIc73O .mbr-section-title DIV {
  text-align: center;
}
.cid-sTtARIc73O .mbr-text,
.cid-sTtARIc73O .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTtARIc73O .link,
.cid-sTtARIc73O .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTtARIc73O .mbr-section-title {
  color: #ffffff;
}
.cid-sTtDCCZ2ZR {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTtDCCZ2ZR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sTtDCCZ2ZR .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sTtDCCZ2ZR .mbr-text {
  margin-bottom: 30px;
}
.cid-sTtDCCZ2ZR .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sTtDCCZ2ZR .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sTtDCCZ2ZR .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sTtDCCZ2ZR .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sTtDCCZ2ZR .btn_link:hover {
  cursor: pointer;
}
.cid-sTtDCCZ2ZR .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sTtDCCZ2ZR .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sTtDCCZ2ZR .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTtDCCZ2ZR .text-wrapper {
    text-align: center;
  }
  .cid-sTtDCCZ2ZR .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sTtDCCZ2ZR .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sTtDCCZ2ZR .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sTtDCCZ2ZR .card-title,
.cid-sTtDCCZ2ZR .icon_block {
  color: #000000;
}
#custom-html-ph {
  /* Type valid CSS here */
}
#custom-html-ph div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ph p {
  font-size: 60px;
  color: #777;
}
.cid-txcb8J3yWZ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sTtDpL1c89 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sTtEekdBGJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTtEeUAyxz {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTtEg1iVuc {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTtEfq6NSw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTtEgMprUD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTtEhlH74p {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTtEhYsTMx {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTtImcMiGu {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTtImPtmVB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTtJIJ7k7J {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTtK0krCHq {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTtKvPW31M {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTtKP1wXPo {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTtL3GblSO {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTtLdzBvlf {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTtLrqhwOj {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sT8ZjhuozY {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sT8ZjhuozY .link-wrapper {
  width: 100%;
}
.cid-sT8ZjhuozY .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sT8ZjhuozY .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sT8ZjhuozY .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sT8ZjhuozY .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sT8ZjhuozY .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sT8ZjhuozY .mbr-section-title DIV {
  text-align: center;
}
.cid-sT8ZjhuozY .mbr-text,
.cid-sT8ZjhuozY .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sT8ZjhuozY .link,
.cid-sT8ZjhuozY .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sT8ZjhuozY .mbr-section-title {
  color: #ffffff;
}
.cid-sT8ZLTevBv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT8ZLTevBv .container-fluid {
  padding: 0 3rem;
}
.cid-sT8ZLTevBv .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT8ZLTevBv .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT8ZLTevBv .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT8ZLTevBv .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT8ZLTevBv .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT8ZLTevBv .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT8ZLTevBv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT8ZLTevBv .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT8ZLTevBv .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT8ZLTevBv .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT8ZLTevBv .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT8ZLTevBv .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT8ZLTevBv .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT8ZLTevBv .header-text {
    padding: 1rem !important;
  }
  .cid-sT8ZLTevBv .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT8ZLTevBv .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT8ZLTevBv .panel-group {
    padding: 0;
  }
}
.cid-sT8ZLTevBv .header-text,
.cid-sT8ZLTevBv .sign {
  color: #232323;
}
.cid-sT90fFifpr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT90fFifpr .container-fluid {
  padding: 0 3rem;
}
.cid-sT90fFifpr .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT90fFifpr .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT90fFifpr .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT90fFifpr .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT90fFifpr .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT90fFifpr .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT90fFifpr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT90fFifpr .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT90fFifpr .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT90fFifpr .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT90fFifpr .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT90fFifpr .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT90fFifpr .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT90fFifpr .header-text {
    padding: 1rem !important;
  }
  .cid-sT90fFifpr .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT90fFifpr .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT90fFifpr .panel-group {
    padding: 0;
  }
}
.cid-sT90fFifpr .header-text,
.cid-sT90fFifpr .sign {
  color: #232323;
}
.cid-sT91ffvkEZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91ffvkEZ .container-fluid {
  padding: 0 3rem;
}
.cid-sT91ffvkEZ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91ffvkEZ .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91ffvkEZ .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91ffvkEZ .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91ffvkEZ .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91ffvkEZ .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91ffvkEZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91ffvkEZ .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91ffvkEZ .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91ffvkEZ .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91ffvkEZ .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91ffvkEZ .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91ffvkEZ .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91ffvkEZ .header-text {
    padding: 1rem !important;
  }
  .cid-sT91ffvkEZ .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91ffvkEZ .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91ffvkEZ .panel-group {
    padding: 0;
  }
}
.cid-sT91ffvkEZ .header-text,
.cid-sT91ffvkEZ .sign {
  color: #232323;
}
.cid-sT91mihDUH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91mihDUH .container-fluid {
  padding: 0 3rem;
}
.cid-sT91mihDUH .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91mihDUH .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91mihDUH .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91mihDUH .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91mihDUH .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91mihDUH .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91mihDUH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91mihDUH .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91mihDUH .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91mihDUH .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91mihDUH .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91mihDUH .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91mihDUH .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91mihDUH .header-text {
    padding: 1rem !important;
  }
  .cid-sT91mihDUH .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91mihDUH .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91mihDUH .panel-group {
    padding: 0;
  }
}
.cid-sT91mihDUH .header-text,
.cid-sT91mihDUH .sign {
  color: #232323;
}
.cid-sT91gBV3dz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91gBV3dz .container-fluid {
  padding: 0 3rem;
}
.cid-sT91gBV3dz .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91gBV3dz .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91gBV3dz .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91gBV3dz .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91gBV3dz .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91gBV3dz .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91gBV3dz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91gBV3dz .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91gBV3dz .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91gBV3dz .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91gBV3dz .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91gBV3dz .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91gBV3dz .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91gBV3dz .header-text {
    padding: 1rem !important;
  }
  .cid-sT91gBV3dz .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91gBV3dz .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91gBV3dz .panel-group {
    padding: 0;
  }
}
.cid-sT91gBV3dz .header-text,
.cid-sT91gBV3dz .sign {
  color: #232323;
}
.cid-sT91h0ToVZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91h0ToVZ .container-fluid {
  padding: 0 3rem;
}
.cid-sT91h0ToVZ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91h0ToVZ .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91h0ToVZ .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91h0ToVZ .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91h0ToVZ .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91h0ToVZ .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91h0ToVZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91h0ToVZ .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91h0ToVZ .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91h0ToVZ .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91h0ToVZ .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91h0ToVZ .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91h0ToVZ .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91h0ToVZ .header-text {
    padding: 1rem !important;
  }
  .cid-sT91h0ToVZ .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91h0ToVZ .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91h0ToVZ .panel-group {
    padding: 0;
  }
}
.cid-sT91h0ToVZ .header-text,
.cid-sT91h0ToVZ .sign {
  color: #232323;
}
.cid-sT91mMeSJ6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91mMeSJ6 .container-fluid {
  padding: 0 3rem;
}
.cid-sT91mMeSJ6 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91mMeSJ6 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91mMeSJ6 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91mMeSJ6 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91mMeSJ6 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91mMeSJ6 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91mMeSJ6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91mMeSJ6 .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91mMeSJ6 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91mMeSJ6 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91mMeSJ6 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91mMeSJ6 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91mMeSJ6 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91mMeSJ6 .header-text {
    padding: 1rem !important;
  }
  .cid-sT91mMeSJ6 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91mMeSJ6 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91mMeSJ6 .panel-group {
    padding: 0;
  }
}
.cid-sT91mMeSJ6 .header-text,
.cid-sT91mMeSJ6 .sign {
  color: #232323;
}
.cid-sT91idfA24 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91idfA24 .container-fluid {
  padding: 0 3rem;
}
.cid-sT91idfA24 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91idfA24 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91idfA24 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91idfA24 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91idfA24 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91idfA24 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91idfA24 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91idfA24 .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91idfA24 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91idfA24 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91idfA24 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91idfA24 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91idfA24 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91idfA24 .header-text {
    padding: 1rem !important;
  }
  .cid-sT91idfA24 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91idfA24 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91idfA24 .panel-group {
    padding: 0;
  }
}
.cid-sT91idfA24 .header-text,
.cid-sT91idfA24 .sign {
  color: #232323;
}
.cid-sT91iEWwu6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91iEWwu6 .container-fluid {
  padding: 0 3rem;
}
.cid-sT91iEWwu6 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91iEWwu6 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91iEWwu6 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91iEWwu6 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91iEWwu6 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91iEWwu6 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91iEWwu6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91iEWwu6 .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91iEWwu6 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91iEWwu6 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91iEWwu6 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91iEWwu6 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91iEWwu6 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91iEWwu6 .header-text {
    padding: 1rem !important;
  }
  .cid-sT91iEWwu6 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91iEWwu6 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91iEWwu6 .panel-group {
    padding: 0;
  }
}
.cid-sT91iEWwu6 .header-text,
.cid-sT91iEWwu6 .sign {
  color: #232323;
}
.cid-sT91j6e5gn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91j6e5gn .container-fluid {
  padding: 0 3rem;
}
.cid-sT91j6e5gn .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91j6e5gn .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91j6e5gn .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91j6e5gn .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91j6e5gn .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91j6e5gn .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91j6e5gn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91j6e5gn .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91j6e5gn .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91j6e5gn .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91j6e5gn .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91j6e5gn .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91j6e5gn .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91j6e5gn .header-text {
    padding: 1rem !important;
  }
  .cid-sT91j6e5gn .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91j6e5gn .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91j6e5gn .panel-group {
    padding: 0;
  }
}
.cid-sT91j6e5gn .header-text,
.cid-sT91j6e5gn .sign {
  color: #232323;
}
.cid-sT91jBSWg9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91jBSWg9 .container-fluid {
  padding: 0 3rem;
}
.cid-sT91jBSWg9 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91jBSWg9 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91jBSWg9 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91jBSWg9 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91jBSWg9 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91jBSWg9 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91jBSWg9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91jBSWg9 .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91jBSWg9 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91jBSWg9 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91jBSWg9 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91jBSWg9 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91jBSWg9 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91jBSWg9 .header-text {
    padding: 1rem !important;
  }
  .cid-sT91jBSWg9 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91jBSWg9 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91jBSWg9 .panel-group {
    padding: 0;
  }
}
.cid-sT91jBSWg9 .header-text,
.cid-sT91jBSWg9 .sign {
  color: #232323;
}
.cid-sT91jU3dUZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91jU3dUZ .container-fluid {
  padding: 0 3rem;
}
.cid-sT91jU3dUZ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91jU3dUZ .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91jU3dUZ .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91jU3dUZ .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91jU3dUZ .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91jU3dUZ .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91jU3dUZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91jU3dUZ .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91jU3dUZ .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91jU3dUZ .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91jU3dUZ .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91jU3dUZ .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91jU3dUZ .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91jU3dUZ .header-text {
    padding: 1rem !important;
  }
  .cid-sT91jU3dUZ .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91jU3dUZ .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91jU3dUZ .panel-group {
    padding: 0;
  }
}
.cid-sT91jU3dUZ .header-text,
.cid-sT91jU3dUZ .sign {
  color: #232323;
}
.cid-sT91kjcGqa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91kjcGqa .container-fluid {
  padding: 0 3rem;
}
.cid-sT91kjcGqa .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91kjcGqa .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91kjcGqa .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91kjcGqa .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91kjcGqa .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91kjcGqa .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91kjcGqa .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91kjcGqa .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91kjcGqa .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91kjcGqa .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91kjcGqa .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91kjcGqa .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91kjcGqa .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91kjcGqa .header-text {
    padding: 1rem !important;
  }
  .cid-sT91kjcGqa .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91kjcGqa .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91kjcGqa .panel-group {
    padding: 0;
  }
}
.cid-sT91kjcGqa .header-text,
.cid-sT91kjcGqa .sign {
  color: #232323;
}
.cid-sT91fLViTS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91fLViTS .container-fluid {
  padding: 0 3rem;
}
.cid-sT91fLViTS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91fLViTS .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91fLViTS .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91fLViTS .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91fLViTS .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91fLViTS .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91fLViTS .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91fLViTS .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91fLViTS .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91fLViTS .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91fLViTS .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91fLViTS .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91fLViTS .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91fLViTS .header-text {
    padding: 1rem !important;
  }
  .cid-sT91fLViTS .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91fLViTS .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91fLViTS .panel-group {
    padding: 0;
  }
}
.cid-sT91fLViTS .header-text,
.cid-sT91fLViTS .sign {
  color: #232323;
}
.cid-sT9gpaZerE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9gpaZerE .container-fluid {
  padding: 0 3rem;
}
.cid-sT9gpaZerE .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9gpaZerE .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9gpaZerE .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9gpaZerE .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9gpaZerE .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9gpaZerE .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9gpaZerE .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9gpaZerE .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9gpaZerE .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9gpaZerE .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9gpaZerE .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9gpaZerE .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9gpaZerE .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9gpaZerE .header-text {
    padding: 1rem !important;
  }
  .cid-sT9gpaZerE .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9gpaZerE .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9gpaZerE .panel-group {
    padding: 0;
  }
}
.cid-sT9gpaZerE .header-text,
.cid-sT9gpaZerE .sign {
  color: #232323;
}
.cid-sT9gqZqB7M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9gqZqB7M .container-fluid {
  padding: 0 3rem;
}
.cid-sT9gqZqB7M .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9gqZqB7M .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9gqZqB7M .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9gqZqB7M .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9gqZqB7M .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9gqZqB7M .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9gqZqB7M .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9gqZqB7M .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9gqZqB7M .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9gqZqB7M .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9gqZqB7M .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9gqZqB7M .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9gqZqB7M .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9gqZqB7M .header-text {
    padding: 1rem !important;
  }
  .cid-sT9gqZqB7M .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9gqZqB7M .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9gqZqB7M .panel-group {
    padding: 0;
  }
}
.cid-sT9gqZqB7M .header-text,
.cid-sT9gqZqB7M .sign {
  color: #232323;
}
.cid-sT9grCaFd4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9grCaFd4 .container-fluid {
  padding: 0 3rem;
}
.cid-sT9grCaFd4 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9grCaFd4 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9grCaFd4 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9grCaFd4 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9grCaFd4 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9grCaFd4 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9grCaFd4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9grCaFd4 .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9grCaFd4 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9grCaFd4 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9grCaFd4 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9grCaFd4 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9grCaFd4 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9grCaFd4 .header-text {
    padding: 1rem !important;
  }
  .cid-sT9grCaFd4 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9grCaFd4 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9grCaFd4 .panel-group {
    padding: 0;
  }
}
.cid-sT9grCaFd4 .header-text,
.cid-sT9grCaFd4 .sign {
  color: #232323;
}
.cid-sT9gs5qN8O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9gs5qN8O .container-fluid {
  padding: 0 3rem;
}
.cid-sT9gs5qN8O .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9gs5qN8O .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9gs5qN8O .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9gs5qN8O .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9gs5qN8O .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9gs5qN8O .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9gs5qN8O .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9gs5qN8O .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9gs5qN8O .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9gs5qN8O .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9gs5qN8O .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9gs5qN8O .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9gs5qN8O .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9gs5qN8O .header-text {
    padding: 1rem !important;
  }
  .cid-sT9gs5qN8O .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9gs5qN8O .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9gs5qN8O .panel-group {
    padding: 0;
  }
}
.cid-sT9gs5qN8O .header-text,
.cid-sT9gs5qN8O .sign {
  color: #232323;
}
.cid-sT9gsEWKm8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9gsEWKm8 .container-fluid {
  padding: 0 3rem;
}
.cid-sT9gsEWKm8 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9gsEWKm8 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9gsEWKm8 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9gsEWKm8 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9gsEWKm8 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9gsEWKm8 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9gsEWKm8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9gsEWKm8 .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9gsEWKm8 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9gsEWKm8 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9gsEWKm8 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9gsEWKm8 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9gsEWKm8 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9gsEWKm8 .header-text {
    padding: 1rem !important;
  }
  .cid-sT9gsEWKm8 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9gsEWKm8 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9gsEWKm8 .panel-group {
    padding: 0;
  }
}
.cid-sT9gsEWKm8 .header-text,
.cid-sT9gsEWKm8 .sign {
  color: #232323;
}
.cid-sT9gt8wVEk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9gt8wVEk .container-fluid {
  padding: 0 3rem;
}
.cid-sT9gt8wVEk .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9gt8wVEk .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9gt8wVEk .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9gt8wVEk .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9gt8wVEk .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9gt8wVEk .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9gt8wVEk .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9gt8wVEk .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9gt8wVEk .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9gt8wVEk .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9gt8wVEk .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9gt8wVEk .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9gt8wVEk .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9gt8wVEk .header-text {
    padding: 1rem !important;
  }
  .cid-sT9gt8wVEk .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9gt8wVEk .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9gt8wVEk .panel-group {
    padding: 0;
  }
}
.cid-sT9gt8wVEk .header-text,
.cid-sT9gt8wVEk .sign {
  color: #232323;
}
.cid-sT9gujGJ71 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9gujGJ71 .container-fluid {
  padding: 0 3rem;
}
.cid-sT9gujGJ71 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9gujGJ71 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9gujGJ71 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9gujGJ71 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9gujGJ71 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9gujGJ71 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9gujGJ71 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9gujGJ71 .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9gujGJ71 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9gujGJ71 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9gujGJ71 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9gujGJ71 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9gujGJ71 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9gujGJ71 .header-text {
    padding: 1rem !important;
  }
  .cid-sT9gujGJ71 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9gujGJ71 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9gujGJ71 .panel-group {
    padding: 0;
  }
}
.cid-sT9gujGJ71 .header-text,
.cid-sT9gujGJ71 .sign {
  color: #232323;
}
.cid-sT9guWO9V1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9guWO9V1 .container-fluid {
  padding: 0 3rem;
}
.cid-sT9guWO9V1 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9guWO9V1 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9guWO9V1 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9guWO9V1 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9guWO9V1 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9guWO9V1 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9guWO9V1 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9guWO9V1 .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9guWO9V1 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9guWO9V1 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9guWO9V1 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9guWO9V1 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9guWO9V1 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9guWO9V1 .header-text {
    padding: 1rem !important;
  }
  .cid-sT9guWO9V1 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9guWO9V1 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9guWO9V1 .panel-group {
    padding: 0;
  }
}
.cid-sT9guWO9V1 .header-text,
.cid-sT9guWO9V1 .sign {
  color: #232323;
}
.cid-sT9gvrgGi3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9gvrgGi3 .container-fluid {
  padding: 0 3rem;
}
.cid-sT9gvrgGi3 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9gvrgGi3 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9gvrgGi3 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9gvrgGi3 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9gvrgGi3 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9gvrgGi3 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9gvrgGi3 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9gvrgGi3 .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9gvrgGi3 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9gvrgGi3 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9gvrgGi3 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9gvrgGi3 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9gvrgGi3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9gvrgGi3 .header-text {
    padding: 1rem !important;
  }
  .cid-sT9gvrgGi3 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9gvrgGi3 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9gvrgGi3 .panel-group {
    padding: 0;
  }
}
.cid-sT9gvrgGi3 .header-text,
.cid-sT9gvrgGi3 .sign {
  color: #232323;
}
.cid-sT9gvTPFqr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9gvTPFqr .container-fluid {
  padding: 0 3rem;
}
.cid-sT9gvTPFqr .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9gvTPFqr .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9gvTPFqr .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9gvTPFqr .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9gvTPFqr .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9gvTPFqr .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9gvTPFqr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9gvTPFqr .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9gvTPFqr .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9gvTPFqr .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9gvTPFqr .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9gvTPFqr .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9gvTPFqr .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9gvTPFqr .header-text {
    padding: 1rem !important;
  }
  .cid-sT9gvTPFqr .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9gvTPFqr .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9gvTPFqr .panel-group {
    padding: 0;
  }
}
.cid-sT9gvTPFqr .header-text,
.cid-sT9gvTPFqr .sign {
  color: #232323;
}
.cid-sT9gwWlMer {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9gwWlMer .container-fluid {
  padding: 0 3rem;
}
.cid-sT9gwWlMer .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9gwWlMer .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9gwWlMer .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9gwWlMer .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9gwWlMer .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9gwWlMer .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9gwWlMer .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9gwWlMer .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9gwWlMer .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9gwWlMer .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9gwWlMer .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9gwWlMer .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9gwWlMer .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9gwWlMer .header-text {
    padding: 1rem !important;
  }
  .cid-sT9gwWlMer .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9gwWlMer .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9gwWlMer .panel-group {
    padding: 0;
  }
}
.cid-sT9gwWlMer .header-text,
.cid-sT9gwWlMer .sign {
  color: #232323;
}
.cid-sT9v0vqoQM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9v0vqoQM .container-fluid {
  padding: 0 3rem;
}
.cid-sT9v0vqoQM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9v0vqoQM .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9v0vqoQM .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9v0vqoQM .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9v0vqoQM .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9v0vqoQM .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9v0vqoQM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9v0vqoQM .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9v0vqoQM .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9v0vqoQM .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9v0vqoQM .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9v0vqoQM .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9v0vqoQM .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9v0vqoQM .header-text {
    padding: 1rem !important;
  }
  .cid-sT9v0vqoQM .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9v0vqoQM .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9v0vqoQM .panel-group {
    padding: 0;
  }
}
.cid-sT9v0vqoQM .header-text,
.cid-sT9v0vqoQM .sign {
  color: #232323;
}
.cid-sT9v1GsdQv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9v1GsdQv .container-fluid {
  padding: 0 3rem;
}
.cid-sT9v1GsdQv .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9v1GsdQv .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9v1GsdQv .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9v1GsdQv .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9v1GsdQv .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9v1GsdQv .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9v1GsdQv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9v1GsdQv .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9v1GsdQv .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9v1GsdQv .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9v1GsdQv .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9v1GsdQv .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9v1GsdQv .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9v1GsdQv .header-text {
    padding: 1rem !important;
  }
  .cid-sT9v1GsdQv .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9v1GsdQv .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9v1GsdQv .panel-group {
    padding: 0;
  }
}
.cid-sT9v1GsdQv .header-text,
.cid-sT9v1GsdQv .sign {
  color: #232323;
}
.cid-sT9v2ccdlK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9v2ccdlK .container-fluid {
  padding: 0 3rem;
}
.cid-sT9v2ccdlK .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9v2ccdlK .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9v2ccdlK .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9v2ccdlK .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9v2ccdlK .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9v2ccdlK .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9v2ccdlK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9v2ccdlK .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9v2ccdlK .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9v2ccdlK .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9v2ccdlK .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9v2ccdlK .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9v2ccdlK .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9v2ccdlK .header-text {
    padding: 1rem !important;
  }
  .cid-sT9v2ccdlK .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9v2ccdlK .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9v2ccdlK .panel-group {
    padding: 0;
  }
}
.cid-sT9v2ccdlK .header-text,
.cid-sT9v2ccdlK .sign {
  color: #232323;
}
.cid-sT9v2FAXc0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9v2FAXc0 .container-fluid {
  padding: 0 3rem;
}
.cid-sT9v2FAXc0 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9v2FAXc0 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9v2FAXc0 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9v2FAXc0 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9v2FAXc0 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9v2FAXc0 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9v2FAXc0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9v2FAXc0 .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9v2FAXc0 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9v2FAXc0 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9v2FAXc0 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9v2FAXc0 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9v2FAXc0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9v2FAXc0 .header-text {
    padding: 1rem !important;
  }
  .cid-sT9v2FAXc0 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9v2FAXc0 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9v2FAXc0 .panel-group {
    padding: 0;
  }
}
.cid-sT9v2FAXc0 .header-text,
.cid-sT9v2FAXc0 .sign {
  color: #232323;
}
.cid-sT9v3cnfLV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9v3cnfLV .container-fluid {
  padding: 0 3rem;
}
.cid-sT9v3cnfLV .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9v3cnfLV .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9v3cnfLV .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9v3cnfLV .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9v3cnfLV .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9v3cnfLV .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9v3cnfLV .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9v3cnfLV .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9v3cnfLV .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9v3cnfLV .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9v3cnfLV .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9v3cnfLV .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9v3cnfLV .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9v3cnfLV .header-text {
    padding: 1rem !important;
  }
  .cid-sT9v3cnfLV .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9v3cnfLV .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9v3cnfLV .panel-group {
    padding: 0;
  }
}
.cid-sT9v3cnfLV .header-text,
.cid-sT9v3cnfLV .sign {
  color: #232323;
}
.cid-sT9v3ACUDb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9v3ACUDb .container-fluid {
  padding: 0 3rem;
}
.cid-sT9v3ACUDb .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9v3ACUDb .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9v3ACUDb .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9v3ACUDb .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9v3ACUDb .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9v3ACUDb .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9v3ACUDb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9v3ACUDb .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9v3ACUDb .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9v3ACUDb .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9v3ACUDb .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9v3ACUDb .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9v3ACUDb .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9v3ACUDb .header-text {
    padding: 1rem !important;
  }
  .cid-sT9v3ACUDb .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9v3ACUDb .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9v3ACUDb .panel-group {
    padding: 0;
  }
}
.cid-sT9v3ACUDb .header-text,
.cid-sT9v3ACUDb .sign {
  color: #232323;
}
.cid-sT9EUymOqb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9EUymOqb .container-fluid {
  padding: 0 3rem;
}
.cid-sT9EUymOqb .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9EUymOqb .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9EUymOqb .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9EUymOqb .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9EUymOqb .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9EUymOqb .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9EUymOqb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9EUymOqb .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9EUymOqb .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9EUymOqb .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9EUymOqb .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9EUymOqb .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9EUymOqb .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9EUymOqb .header-text {
    padding: 1rem !important;
  }
  .cid-sT9EUymOqb .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9EUymOqb .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9EUymOqb .panel-group {
    padding: 0;
  }
}
.cid-sT9EUymOqb .header-text,
.cid-sT9EUymOqb .sign {
  color: #232323;
}
.cid-sT9EWmct3c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9EWmct3c .container-fluid {
  padding: 0 3rem;
}
.cid-sT9EWmct3c .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9EWmct3c .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9EWmct3c .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9EWmct3c .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9EWmct3c .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9EWmct3c .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9EWmct3c .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9EWmct3c .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9EWmct3c .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9EWmct3c .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9EWmct3c .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9EWmct3c .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9EWmct3c .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9EWmct3c .header-text {
    padding: 1rem !important;
  }
  .cid-sT9EWmct3c .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9EWmct3c .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9EWmct3c .panel-group {
    padding: 0;
  }
}
.cid-sT9EWmct3c .header-text,
.cid-sT9EWmct3c .sign {
  color: #232323;
}
.cid-sT9EX9iGkG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9EX9iGkG .container-fluid {
  padding: 0 3rem;
}
.cid-sT9EX9iGkG .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9EX9iGkG .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9EX9iGkG .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9EX9iGkG .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9EX9iGkG .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9EX9iGkG .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9EX9iGkG .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9EX9iGkG .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9EX9iGkG .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9EX9iGkG .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9EX9iGkG .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9EX9iGkG .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9EX9iGkG .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9EX9iGkG .header-text {
    padding: 1rem !important;
  }
  .cid-sT9EX9iGkG .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9EX9iGkG .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9EX9iGkG .panel-group {
    padding: 0;
  }
}
.cid-sT9EX9iGkG .header-text,
.cid-sT9EX9iGkG .sign {
  color: #232323;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTwkrlJu78 {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sTwkrlJu78 .link-wrapper {
  width: 100%;
}
.cid-sTwkrlJu78 .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTwkrlJu78 .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTwkrlJu78 .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTwkrlJu78 .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTwkrlJu78 .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTwkrlJu78 .mbr-section-title DIV {
  text-align: center;
}
.cid-sTwkrlJu78 .mbr-text,
.cid-sTwkrlJu78 .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTwkrlJu78 .link,
.cid-sTwkrlJu78 .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTwkrlJu78 .mbr-section-title {
  color: #ffffff;
}
.cid-sTwktx5fBq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-sTwktx5fBq .features-border {
  border-bottom: 2px solid #191919;
}
.cid-sTwktx5fBq .features-title {
  margin-top: 136px;
  margin-bottom: 96px;
}
.cid-sTwktx5fBq .features-card {
  padding: 0 0 80px;
  display: flex;
}
.cid-sTwktx5fBq .features-card:hover {
  cursor: pointer;
}
.cid-sTwktx5fBq .features-card:hover .features-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sTwktx5fBq .features-card:hover .features-link {
  opacity: .85;
}
.cid-sTwktx5fBq .features-card:hover .features-link span {
  margin-left: 8px;
}
.cid-sTwktx5fBq .features-img {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #191919;
}
.cid-sTwktx5fBq .features-img img {
  transition: all .5s ease;
}
.cid-sTwktx5fBq .features-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
}
.cid-sTwktx5fBq .features-link span {
  margin-left: -14px;
  transition: all .5s ease;
  border-radius: 50%;
  border: 2px #d5d9d5 solid;
  padding: 8px 6px 8px 11px;
}
.cid-sTwktx5fBq .mbr-text p {
  margin-top: 6px;
}
.cid-sTwktx5fBq .features-button {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.cid-sTwktx5fBq .features-button a {
  width: 430px;
  height: 74px;
}
@media (max-width: 991px) {
  .cid-sTwktx5fBq .features-card {
    display: block;
  }
  .cid-sTwktx5fBq .features-wrapper {
    margin: 40px 20px;
  }
  .cid-sTwktx5fBq .features-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-sTwktx5fBq .features-card {
    padding: 40px 0;
  }
  .cid-sTwktx5fBq .features-button a {
    width: 330px;
    height: 64px;
  }
}
@media (max-width: 623px) {
  .cid-sTwktx5fBq .features-img {
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-sTwktx5fBq .features-img {
    padding: 10px 30px;
  }
  .cid-sTwktx5fBq .features-title {
    margin-bottom: 0px;
  }
  .cid-sTwktx5fBq .features-button {
    margin-bottom: 40px;
  }
  .cid-sTwktx5fBq .features-button a {
    width: 230px;
    height: 54px;
  }
}
@media (max-width: 320px) {
  .cid-sTwktx5fBq .features-button a {
    width: 200px;
    height: 50px;
  }
}
.cid-sTwktx5fBq .mbr-text {
  color: #626462;
}
.cid-sTwkufZ6yo {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-sTwkufZ6yo .features-border {
  border-bottom: 2px solid #191919;
}
.cid-sTwkufZ6yo .features-title {
  margin-top: 136px;
  margin-bottom: 96px;
}
.cid-sTwkufZ6yo .features-card {
  padding: 0 0 80px;
  display: flex;
}
.cid-sTwkufZ6yo .features-card:hover {
  cursor: pointer;
}
.cid-sTwkufZ6yo .features-card:hover .features-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sTwkufZ6yo .features-card:hover .features-link {
  opacity: .85;
}
.cid-sTwkufZ6yo .features-card:hover .features-link span {
  margin-left: 8px;
}
.cid-sTwkufZ6yo .features-img {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #191919;
}
.cid-sTwkufZ6yo .features-img img {
  transition: all .5s ease;
}
.cid-sTwkufZ6yo .features-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
}
.cid-sTwkufZ6yo .features-link span {
  margin-left: -14px;
  transition: all .5s ease;
  border-radius: 50%;
  border: 2px #d5d9d5 solid;
  padding: 8px 6px 8px 11px;
}
.cid-sTwkufZ6yo .mbr-text p {
  margin-top: 6px;
}
.cid-sTwkufZ6yo .features-button {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.cid-sTwkufZ6yo .features-button a {
  width: 430px;
  height: 74px;
}
@media (max-width: 991px) {
  .cid-sTwkufZ6yo .features-card {
    display: block;
  }
  .cid-sTwkufZ6yo .features-wrapper {
    margin: 40px 20px;
  }
  .cid-sTwkufZ6yo .features-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-sTwkufZ6yo .features-card {
    padding: 40px 0;
  }
  .cid-sTwkufZ6yo .features-button a {
    width: 330px;
    height: 64px;
  }
}
@media (max-width: 623px) {
  .cid-sTwkufZ6yo .features-img {
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-sTwkufZ6yo .features-img {
    padding: 10px 30px;
  }
  .cid-sTwkufZ6yo .features-title {
    margin-bottom: 0px;
  }
  .cid-sTwkufZ6yo .features-button {
    margin-bottom: 40px;
  }
  .cid-sTwkufZ6yo .features-button a {
    width: 230px;
    height: 54px;
  }
}
@media (max-width: 320px) {
  .cid-sTwkufZ6yo .features-button a {
    width: 200px;
    height: 50px;
  }
}
.cid-sTwkufZ6yo .mbr-text {
  color: #626462;
}
.cid-sTwkuKJSls {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-sTwkuKJSls .features-border {
  border-bottom: 2px solid #191919;
}
.cid-sTwkuKJSls .features-title {
  margin-top: 136px;
  margin-bottom: 96px;
}
.cid-sTwkuKJSls .features-card {
  padding: 0 0 80px;
  display: flex;
}
.cid-sTwkuKJSls .features-card:hover {
  cursor: pointer;
}
.cid-sTwkuKJSls .features-card:hover .features-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sTwkuKJSls .features-card:hover .features-link {
  opacity: .85;
}
.cid-sTwkuKJSls .features-card:hover .features-link span {
  margin-left: 8px;
}
.cid-sTwkuKJSls .features-img {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #191919;
}
.cid-sTwkuKJSls .features-img img {
  transition: all .5s ease;
}
.cid-sTwkuKJSls .features-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
}
.cid-sTwkuKJSls .features-link span {
  margin-left: -14px;
  transition: all .5s ease;
  border-radius: 50%;
  border: 2px #d5d9d5 solid;
  padding: 8px 6px 8px 11px;
}
.cid-sTwkuKJSls .mbr-text p {
  margin-top: 6px;
}
.cid-sTwkuKJSls .features-button {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.cid-sTwkuKJSls .features-button a {
  width: 430px;
  height: 74px;
}
@media (max-width: 991px) {
  .cid-sTwkuKJSls .features-card {
    display: block;
  }
  .cid-sTwkuKJSls .features-wrapper {
    margin: 40px 20px;
  }
  .cid-sTwkuKJSls .features-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-sTwkuKJSls .features-card {
    padding: 40px 0;
  }
  .cid-sTwkuKJSls .features-button a {
    width: 330px;
    height: 64px;
  }
}
@media (max-width: 623px) {
  .cid-sTwkuKJSls .features-img {
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-sTwkuKJSls .features-img {
    padding: 10px 30px;
  }
  .cid-sTwkuKJSls .features-title {
    margin-bottom: 0px;
  }
  .cid-sTwkuKJSls .features-button {
    margin-bottom: 40px;
  }
  .cid-sTwkuKJSls .features-button a {
    width: 230px;
    height: 54px;
  }
}
@media (max-width: 320px) {
  .cid-sTwkuKJSls .features-button a {
    width: 200px;
    height: 50px;
  }
}
.cid-sTwkuKJSls .mbr-text {
  color: #626462;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTvrtQvRMg {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/for-memorial-day-4-1400x934.jpeg");
}
.cid-sTvrtQvRMg .link-wrapper {
  width: 100%;
}
.cid-sTvrtQvRMg .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTvrtQvRMg .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTvrtQvRMg .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTvrtQvRMg .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTvrtQvRMg .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTvrtQvRMg .mbr-section-title DIV {
  text-align: center;
}
.cid-sTvrtQvRMg .mbr-text,
.cid-sTvrtQvRMg .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTvrtQvRMg .link,
.cid-sTvrtQvRMg .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTvrtQvRMg .mbr-section-title {
  color: #ffffff;
}
.cid-sTvrvxMhro {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-sTvrvxMhro .features-border {
  border-bottom: 2px solid #191919;
}
.cid-sTvrvxMhro .features-title {
  margin-top: 136px;
  margin-bottom: 96px;
}
.cid-sTvrvxMhro .features-card {
  padding: 0 0 80px;
  display: flex;
}
.cid-sTvrvxMhro .features-card:hover {
  cursor: pointer;
}
.cid-sTvrvxMhro .features-card:hover .features-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sTvrvxMhro .features-card:hover .features-link {
  opacity: .85;
}
.cid-sTvrvxMhro .features-card:hover .features-link span {
  margin-left: 8px;
}
.cid-sTvrvxMhro .features-img {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #191919;
}
.cid-sTvrvxMhro .features-img img {
  transition: all .5s ease;
}
.cid-sTvrvxMhro .features-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
}
.cid-sTvrvxMhro .features-link span {
  margin-left: -14px;
  transition: all .5s ease;
  border-radius: 50%;
  border: 2px #d5d9d5 solid;
  padding: 8px 6px 8px 11px;
}
.cid-sTvrvxMhro .mbr-text p {
  margin-top: 6px;
}
.cid-sTvrvxMhro .features-button {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.cid-sTvrvxMhro .features-button a {
  width: 430px;
  height: 74px;
}
@media (max-width: 991px) {
  .cid-sTvrvxMhro .features-card {
    display: block;
  }
  .cid-sTvrvxMhro .features-wrapper {
    margin: 40px 20px;
  }
  .cid-sTvrvxMhro .features-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-sTvrvxMhro .features-card {
    padding: 40px 0;
  }
  .cid-sTvrvxMhro .features-button a {
    width: 330px;
    height: 64px;
  }
}
@media (max-width: 623px) {
  .cid-sTvrvxMhro .features-img {
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-sTvrvxMhro .features-img {
    padding: 10px 30px;
  }
  .cid-sTvrvxMhro .features-title {
    margin-bottom: 0px;
  }
  .cid-sTvrvxMhro .features-button {
    margin-bottom: 40px;
  }
  .cid-sTvrvxMhro .features-button a {
    width: 230px;
    height: 54px;
  }
}
@media (max-width: 320px) {
  .cid-sTvrvxMhro .features-button a {
    width: 200px;
    height: 50px;
  }
}
.cid-sTvrvxMhro .mbr-text {
  color: #626462;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTwgvhTaWw {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/for-memorial-day-4-1400x934.jpeg");
}
.cid-sTwgvhTaWw .link-wrapper {
  width: 100%;
}
.cid-sTwgvhTaWw .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTwgvhTaWw .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTwgvhTaWw .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTwgvhTaWw .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTwgvhTaWw .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTwgvhTaWw .mbr-section-title DIV {
  text-align: center;
}
.cid-sTwgvhTaWw .mbr-text,
.cid-sTwgvhTaWw .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTwgvhTaWw .link,
.cid-sTwgvhTaWw .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTwgvhTaWw .mbr-section-title {
  color: #ffffff;
}
.cid-sTwgwv8uud {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-sTwgwv8uud .features-border {
  border-bottom: 2px solid #191919;
}
.cid-sTwgwv8uud .features-title {
  margin-top: 136px;
  margin-bottom: 96px;
}
.cid-sTwgwv8uud .features-card {
  padding: 0 0 80px;
  display: flex;
}
.cid-sTwgwv8uud .features-card:hover {
  cursor: pointer;
}
.cid-sTwgwv8uud .features-card:hover .features-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sTwgwv8uud .features-card:hover .features-link {
  opacity: .85;
}
.cid-sTwgwv8uud .features-card:hover .features-link span {
  margin-left: 8px;
}
.cid-sTwgwv8uud .features-img {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #191919;
}
.cid-sTwgwv8uud .features-img img {
  transition: all .5s ease;
}
.cid-sTwgwv8uud .features-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
}
.cid-sTwgwv8uud .features-link span {
  margin-left: -14px;
  transition: all .5s ease;
  border-radius: 50%;
  border: 2px #d5d9d5 solid;
  padding: 8px 6px 8px 11px;
}
.cid-sTwgwv8uud .mbr-text p {
  margin-top: 6px;
}
.cid-sTwgwv8uud .features-button {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.cid-sTwgwv8uud .features-button a {
  width: 430px;
  height: 74px;
}
@media (max-width: 991px) {
  .cid-sTwgwv8uud .features-card {
    display: block;
  }
  .cid-sTwgwv8uud .features-wrapper {
    margin: 40px 20px;
  }
  .cid-sTwgwv8uud .features-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-sTwgwv8uud .features-card {
    padding: 40px 0;
  }
  .cid-sTwgwv8uud .features-button a {
    width: 330px;
    height: 64px;
  }
}
@media (max-width: 623px) {
  .cid-sTwgwv8uud .features-img {
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-sTwgwv8uud .features-img {
    padding: 10px 30px;
  }
  .cid-sTwgwv8uud .features-title {
    margin-bottom: 0px;
  }
  .cid-sTwgwv8uud .features-button {
    margin-bottom: 40px;
  }
  .cid-sTwgwv8uud .features-button a {
    width: 230px;
    height: 54px;
  }
}
@media (max-width: 320px) {
  .cid-sTwgwv8uud .features-button a {
    width: 200px;
    height: 50px;
  }
}
.cid-sTwgwv8uud .mbr-text {
  color: #626462;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTAWom5dQm {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sTAWom5dQm .link-wrapper {
  width: 100%;
}
.cid-sTAWom5dQm .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTAWom5dQm .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTAWom5dQm .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTAWom5dQm .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTAWom5dQm .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTAWom5dQm .mbr-section-title DIV {
  text-align: center;
}
.cid-sTAWom5dQm .mbr-text,
.cid-sTAWom5dQm .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTAWom5dQm .link,
.cid-sTAWom5dQm .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTAWom5dQm .mbr-section-title {
  color: #ffffff;
}
.cid-sTAWxiWIe2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-sTAWxiWIe2 .features-border {
  border-bottom: 2px solid #191919;
}
.cid-sTAWxiWIe2 .features-title {
  margin-top: 136px;
  margin-bottom: 96px;
}
.cid-sTAWxiWIe2 .features-card {
  padding: 0 0 80px;
  display: flex;
}
.cid-sTAWxiWIe2 .features-card:hover {
  cursor: pointer;
}
.cid-sTAWxiWIe2 .features-card:hover .features-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sTAWxiWIe2 .features-card:hover .features-link {
  opacity: .85;
}
.cid-sTAWxiWIe2 .features-card:hover .features-link span {
  margin-left: 8px;
}
.cid-sTAWxiWIe2 .features-img {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #191919;
}
.cid-sTAWxiWIe2 .features-img img {
  transition: all .5s ease;
}
.cid-sTAWxiWIe2 .features-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
}
.cid-sTAWxiWIe2 .features-link span {
  margin-left: -14px;
  transition: all .5s ease;
  border-radius: 50%;
  border: 2px #d5d9d5 solid;
  padding: 8px 6px 8px 11px;
}
.cid-sTAWxiWIe2 .mbr-text p {
  margin-top: 6px;
}
.cid-sTAWxiWIe2 .features-button {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.cid-sTAWxiWIe2 .features-button a {
  width: 430px;
  height: 74px;
}
@media (max-width: 991px) {
  .cid-sTAWxiWIe2 .features-card {
    display: block;
  }
  .cid-sTAWxiWIe2 .features-wrapper {
    margin: 40px 20px;
  }
  .cid-sTAWxiWIe2 .features-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-sTAWxiWIe2 .features-card {
    padding: 40px 0;
  }
  .cid-sTAWxiWIe2 .features-button a {
    width: 330px;
    height: 64px;
  }
}
@media (max-width: 623px) {
  .cid-sTAWxiWIe2 .features-img {
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-sTAWxiWIe2 .features-img {
    padding: 10px 30px;
  }
  .cid-sTAWxiWIe2 .features-title {
    margin-bottom: 0px;
  }
  .cid-sTAWxiWIe2 .features-button {
    margin-bottom: 40px;
  }
  .cid-sTAWxiWIe2 .features-button a {
    width: 230px;
    height: 54px;
  }
}
@media (max-width: 320px) {
  .cid-sTAWxiWIe2 .features-button a {
    width: 200px;
    height: 50px;
  }
}
.cid-sTAWxiWIe2 .mbr-text {
  color: #626462;
}
.cid-sTB9Tz8d2y {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e9e9e9;
}
.cid-sTB9Tz8d2y .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-sTB9Tz8d2y .align-center {
    text-align: center;
  }
  .cid-sTB9Tz8d2y .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sTB9Tz8d2y .block-btn {
  display: flex;
}
.cid-sTB9Tz8d2y .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-sTB9Tz8d2y h1 {
  margin-bottom: 0;
}
.cid-sTB9Tz8d2y .wrapper {
  background-color: #333333;
  border-radius: 4px;
}
@media (min-width: 767px) {
  .cid-sTB9Tz8d2y .container {
    padding: 0 3rem;
  }
  .cid-sTB9Tz8d2y .wrapper {
    padding: 3.8rem 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sTB9Tz8d2y .block-btn {
    justify-content: center;
  }
  .cid-sTB9Tz8d2y .text-block {
    text-align: center;
  }
  .cid-sTB9Tz8d2y .mbr-section-title {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sTB9Tz8d2y .block-btn {
    justify-content: flex-end;
  }
  .cid-sTB9Tz8d2y .btn {
    border-radius: 2px;
    margin-right: 0rem;
  }
}
.cid-sTB9Tz8d2y .btn-white:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-sTB9Tz8d2y .btn-white:hover::before {
  background-color: #000000 !important;
}
.cid-sTBdY4YiLP {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #e9e9e9;
}
.cid-sTBdY4YiLP .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-sTBdY4YiLP .align-center {
    text-align: center;
  }
  .cid-sTBdY4YiLP .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sTBdY4YiLP .block-btn {
  display: flex;
}
.cid-sTBdY4YiLP .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-sTBdY4YiLP h1 {
  margin-bottom: 0;
}
.cid-sTBdY4YiLP .wrapper {
  background-color: #333333;
  border-radius: 4px;
}
@media (min-width: 767px) {
  .cid-sTBdY4YiLP .container {
    padding: 0 3rem;
  }
  .cid-sTBdY4YiLP .wrapper {
    padding: 3.8rem 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sTBdY4YiLP .block-btn {
    justify-content: center;
  }
  .cid-sTBdY4YiLP .text-block {
    text-align: center;
  }
  .cid-sTBdY4YiLP .mbr-section-title {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sTBdY4YiLP .block-btn {
    justify-content: flex-end;
  }
  .cid-sTBdY4YiLP .btn {
    border-radius: 2px;
    margin-right: 0rem;
  }
}
.cid-sTBdY4YiLP .btn-white:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-sTBdY4YiLP .btn-white:hover::before {
  background-color: #000000 !important;
}
.cid-sTBdYCZmer {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #e9e9e9;
}
.cid-sTBdYCZmer .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-sTBdYCZmer .align-center {
    text-align: center;
  }
  .cid-sTBdYCZmer .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sTBdYCZmer .block-btn {
  display: flex;
}
.cid-sTBdYCZmer .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-sTBdYCZmer h1 {
  margin-bottom: 0;
}
.cid-sTBdYCZmer .wrapper {
  background-color: #333333;
  border-radius: 4px;
}
@media (min-width: 767px) {
  .cid-sTBdYCZmer .container {
    padding: 0 3rem;
  }
  .cid-sTBdYCZmer .wrapper {
    padding: 3.8rem 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sTBdYCZmer .block-btn {
    justify-content: center;
  }
  .cid-sTBdYCZmer .text-block {
    text-align: center;
  }
  .cid-sTBdYCZmer .mbr-section-title {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sTBdYCZmer .block-btn {
    justify-content: flex-end;
  }
  .cid-sTBdYCZmer .btn {
    border-radius: 2px;
    margin-right: 0rem;
  }
}
.cid-sTBdYCZmer .btn-white:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-sTBdYCZmer .btn-white:hover::before {
  background-color: #000000 !important;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTBYjZRFWJ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sTBYjZRFWJ .link-wrapper {
  width: 100%;
}
.cid-sTBYjZRFWJ .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTBYjZRFWJ .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTBYjZRFWJ .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTBYjZRFWJ .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTBYjZRFWJ .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTBYjZRFWJ .mbr-section-title DIV {
  text-align: center;
}
.cid-sTBYjZRFWJ .mbr-text,
.cid-sTBYjZRFWJ .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTBYjZRFWJ .link,
.cid-sTBYjZRFWJ .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTBYjZRFWJ .mbr-section-title {
  color: #ffffff;
}
.cid-sTBYTfUbp8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-sTBYTfUbp8 .features-border {
  border-bottom: 2px solid #191919;
}
.cid-sTBYTfUbp8 .features-title {
  margin-top: 136px;
  margin-bottom: 96px;
}
.cid-sTBYTfUbp8 .features-card {
  padding: 0 0 80px;
  display: flex;
}
.cid-sTBYTfUbp8 .features-card:hover {
  cursor: pointer;
}
.cid-sTBYTfUbp8 .features-card:hover .features-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sTBYTfUbp8 .features-card:hover .features-link {
  opacity: .85;
}
.cid-sTBYTfUbp8 .features-card:hover .features-link span {
  margin-left: 8px;
}
.cid-sTBYTfUbp8 .features-img {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #191919;
}
.cid-sTBYTfUbp8 .features-img img {
  transition: all .5s ease;
}
.cid-sTBYTfUbp8 .features-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
}
.cid-sTBYTfUbp8 .features-link span {
  margin-left: -14px;
  transition: all .5s ease;
  border-radius: 50%;
  border: 2px #d5d9d5 solid;
  padding: 8px 6px 8px 11px;
}
.cid-sTBYTfUbp8 .mbr-text p {
  margin-top: 6px;
}
.cid-sTBYTfUbp8 .features-button {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.cid-sTBYTfUbp8 .features-button a {
  width: 430px;
  height: 74px;
}
@media (max-width: 991px) {
  .cid-sTBYTfUbp8 .features-card {
    display: block;
  }
  .cid-sTBYTfUbp8 .features-wrapper {
    margin: 40px 20px;
  }
  .cid-sTBYTfUbp8 .features-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-sTBYTfUbp8 .features-card {
    padding: 40px 0;
  }
  .cid-sTBYTfUbp8 .features-button a {
    width: 330px;
    height: 64px;
  }
}
@media (max-width: 623px) {
  .cid-sTBYTfUbp8 .features-img {
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-sTBYTfUbp8 .features-img {
    padding: 10px 30px;
  }
  .cid-sTBYTfUbp8 .features-title {
    margin-bottom: 0px;
  }
  .cid-sTBYTfUbp8 .features-button {
    margin-bottom: 40px;
  }
  .cid-sTBYTfUbp8 .features-button a {
    width: 230px;
    height: 54px;
  }
}
@media (max-width: 320px) {
  .cid-sTBYTfUbp8 .features-button a {
    width: 200px;
    height: 50px;
  }
}
.cid-sTBYTfUbp8 .mbr-text {
  color: #626462;
}
.cid-sTBYmLD4O1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e9e9e9;
}
.cid-sTBYmLD4O1 .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-sTBYmLD4O1 .align-center {
    text-align: center;
  }
  .cid-sTBYmLD4O1 .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sTBYmLD4O1 .block-btn {
  display: flex;
}
.cid-sTBYmLD4O1 .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-sTBYmLD4O1 h1 {
  margin-bottom: 0;
}
.cid-sTBYmLD4O1 .wrapper {
  background-color: #333333;
  border-radius: 4px;
}
@media (min-width: 767px) {
  .cid-sTBYmLD4O1 .container {
    padding: 0 3rem;
  }
  .cid-sTBYmLD4O1 .wrapper {
    padding: 3.8rem 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sTBYmLD4O1 .block-btn {
    justify-content: center;
  }
  .cid-sTBYmLD4O1 .text-block {
    text-align: center;
  }
  .cid-sTBYmLD4O1 .mbr-section-title {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sTBYmLD4O1 .block-btn {
    justify-content: flex-end;
  }
  .cid-sTBYmLD4O1 .btn {
    border-radius: 2px;
    margin-right: 0rem;
  }
}
.cid-sTBYmLD4O1 .btn-white:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-sTBYmLD4O1 .btn-white:hover::before {
  background-color: #000000 !important;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTC4GAUlYW {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sTC4GAUlYW .link-wrapper {
  width: 100%;
}
.cid-sTC4GAUlYW .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTC4GAUlYW .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTC4GAUlYW .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTC4GAUlYW .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTC4GAUlYW .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTC4GAUlYW .mbr-section-title DIV {
  text-align: center;
}
.cid-sTC4GAUlYW .mbr-text,
.cid-sTC4GAUlYW .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTC4GAUlYW .link,
.cid-sTC4GAUlYW .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTC4GAUlYW .mbr-section-title {
  color: #ffffff;
}
.cid-sTC4QUDF8M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-sTC4QUDF8M .features-border {
  border-bottom: 2px solid #191919;
}
.cid-sTC4QUDF8M .features-title {
  margin-top: 136px;
  margin-bottom: 96px;
}
.cid-sTC4QUDF8M .features-card {
  padding: 0 0 80px;
  display: flex;
}
.cid-sTC4QUDF8M .features-card:hover {
  cursor: pointer;
}
.cid-sTC4QUDF8M .features-card:hover .features-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sTC4QUDF8M .features-card:hover .features-link {
  opacity: .85;
}
.cid-sTC4QUDF8M .features-card:hover .features-link span {
  margin-left: 8px;
}
.cid-sTC4QUDF8M .features-img {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #191919;
}
.cid-sTC4QUDF8M .features-img img {
  transition: all .5s ease;
}
.cid-sTC4QUDF8M .features-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
}
.cid-sTC4QUDF8M .features-link span {
  margin-left: -14px;
  transition: all .5s ease;
  border-radius: 50%;
  border: 2px #d5d9d5 solid;
  padding: 8px 6px 8px 11px;
}
.cid-sTC4QUDF8M .mbr-text p {
  margin-top: 6px;
}
.cid-sTC4QUDF8M .features-button {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.cid-sTC4QUDF8M .features-button a {
  width: 430px;
  height: 74px;
}
@media (max-width: 991px) {
  .cid-sTC4QUDF8M .features-card {
    display: block;
  }
  .cid-sTC4QUDF8M .features-wrapper {
    margin: 40px 20px;
  }
  .cid-sTC4QUDF8M .features-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-sTC4QUDF8M .features-card {
    padding: 40px 0;
  }
  .cid-sTC4QUDF8M .features-button a {
    width: 330px;
    height: 64px;
  }
}
@media (max-width: 623px) {
  .cid-sTC4QUDF8M .features-img {
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-sTC4QUDF8M .features-img {
    padding: 10px 30px;
  }
  .cid-sTC4QUDF8M .features-title {
    margin-bottom: 0px;
  }
  .cid-sTC4QUDF8M .features-button {
    margin-bottom: 40px;
  }
  .cid-sTC4QUDF8M .features-button a {
    width: 230px;
    height: 54px;
  }
}
@media (max-width: 320px) {
  .cid-sTC4QUDF8M .features-button a {
    width: 200px;
    height: 50px;
  }
}
.cid-sTC4QUDF8M .mbr-text {
  color: #626462;
}
.cid-sTC4QUDF8M .mbr-section-subtitle {
  text-align: left;
}
.cid-sTC2yEiXiq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e9e9e9;
}
.cid-sTC2yEiXiq .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-sTC2yEiXiq .align-center {
    text-align: center;
  }
  .cid-sTC2yEiXiq .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sTC2yEiXiq .block-btn {
  display: flex;
}
.cid-sTC2yEiXiq .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-sTC2yEiXiq h1 {
  margin-bottom: 0;
}
.cid-sTC2yEiXiq .wrapper {
  background-color: #333333;
  border-radius: 4px;
}
@media (min-width: 767px) {
  .cid-sTC2yEiXiq .container {
    padding: 0 3rem;
  }
  .cid-sTC2yEiXiq .wrapper {
    padding: 3.8rem 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sTC2yEiXiq .block-btn {
    justify-content: center;
  }
  .cid-sTC2yEiXiq .text-block {
    text-align: center;
  }
  .cid-sTC2yEiXiq .mbr-section-title {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sTC2yEiXiq .block-btn {
    justify-content: flex-end;
  }
  .cid-sTC2yEiXiq .btn {
    border-radius: 2px;
    margin-right: 0rem;
  }
}
.cid-sTC2yEiXiq .btn-white:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-sTC2yEiXiq .btn-white:hover::before {
  background-color: #000000 !important;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTC8WrP0jD {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sTC8WrP0jD .link-wrapper {
  width: 100%;
}
.cid-sTC8WrP0jD .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTC8WrP0jD .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTC8WrP0jD .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTC8WrP0jD .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTC8WrP0jD .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTC8WrP0jD .mbr-section-title DIV {
  text-align: center;
}
.cid-sTC8WrP0jD .mbr-text,
.cid-sTC8WrP0jD .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTC8WrP0jD .link,
.cid-sTC8WrP0jD .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTC8WrP0jD .mbr-section-title {
  color: #ffffff;
}
.cid-sTC8XQhhl2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-sTC8XQhhl2 .features-border {
  border-bottom: 2px solid #191919;
}
.cid-sTC8XQhhl2 .features-title {
  margin-top: 136px;
  margin-bottom: 96px;
}
.cid-sTC8XQhhl2 .features-card {
  padding: 0 0 80px;
  display: flex;
}
.cid-sTC8XQhhl2 .features-card:hover {
  cursor: pointer;
}
.cid-sTC8XQhhl2 .features-card:hover .features-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sTC8XQhhl2 .features-card:hover .features-link {
  opacity: .85;
}
.cid-sTC8XQhhl2 .features-card:hover .features-link span {
  margin-left: 8px;
}
.cid-sTC8XQhhl2 .features-img {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #191919;
}
.cid-sTC8XQhhl2 .features-img img {
  transition: all .5s ease;
}
.cid-sTC8XQhhl2 .features-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
}
.cid-sTC8XQhhl2 .features-link span {
  margin-left: -14px;
  transition: all .5s ease;
  border-radius: 50%;
  border: 2px #d5d9d5 solid;
  padding: 8px 6px 8px 11px;
}
.cid-sTC8XQhhl2 .mbr-text p {
  margin-top: 6px;
}
.cid-sTC8XQhhl2 .features-button {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.cid-sTC8XQhhl2 .features-button a {
  width: 430px;
  height: 74px;
}
@media (max-width: 991px) {
  .cid-sTC8XQhhl2 .features-card {
    display: block;
  }
  .cid-sTC8XQhhl2 .features-wrapper {
    margin: 40px 20px;
  }
  .cid-sTC8XQhhl2 .features-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-sTC8XQhhl2 .features-card {
    padding: 40px 0;
  }
  .cid-sTC8XQhhl2 .features-button a {
    width: 330px;
    height: 64px;
  }
}
@media (max-width: 623px) {
  .cid-sTC8XQhhl2 .features-img {
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-sTC8XQhhl2 .features-img {
    padding: 10px 30px;
  }
  .cid-sTC8XQhhl2 .features-title {
    margin-bottom: 0px;
  }
  .cid-sTC8XQhhl2 .features-button {
    margin-bottom: 40px;
  }
  .cid-sTC8XQhhl2 .features-button a {
    width: 230px;
    height: 54px;
  }
}
@media (max-width: 320px) {
  .cid-sTC8XQhhl2 .features-button a {
    width: 200px;
    height: 50px;
  }
}
.cid-sTC8XQhhl2 .mbr-text {
  color: #626462;
}
.cid-sTC8XQhhl2 .mbr-section-subtitle {
  text-align: left;
}
.cid-sTC90qV9EP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e9e9e9;
}
.cid-sTC90qV9EP .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-sTC90qV9EP .align-center {
    text-align: center;
  }
  .cid-sTC90qV9EP .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sTC90qV9EP .block-btn {
  display: flex;
}
.cid-sTC90qV9EP .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-sTC90qV9EP h1 {
  margin-bottom: 0;
}
.cid-sTC90qV9EP .wrapper {
  background-color: #333333;
  border-radius: 4px;
}
@media (min-width: 767px) {
  .cid-sTC90qV9EP .container {
    padding: 0 3rem;
  }
  .cid-sTC90qV9EP .wrapper {
    padding: 3.8rem 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sTC90qV9EP .block-btn {
    justify-content: center;
  }
  .cid-sTC90qV9EP .text-block {
    text-align: center;
  }
  .cid-sTC90qV9EP .mbr-section-title {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sTC90qV9EP .block-btn {
    justify-content: flex-end;
  }
  .cid-sTC90qV9EP .btn {
    border-radius: 2px;
    margin-right: 0rem;
  }
}
.cid-sTC90qV9EP .btn-white:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-sTC90qV9EP .btn-white:hover::before {
  background-color: #000000 !important;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTRvSe4fgr {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sTRvSe4fgr .link-wrapper {
  width: 100%;
}
.cid-sTRvSe4fgr .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTRvSe4fgr .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTRvSe4fgr .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTRvSe4fgr .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTRvSe4fgr .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTRvSe4fgr .mbr-section-title DIV {
  text-align: center;
}
.cid-sTRvSe4fgr .mbr-text,
.cid-sTRvSe4fgr .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTRvSe4fgr .link,
.cid-sTRvSe4fgr .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTRvSe4fgr .mbr-section-title {
  color: #ffffff;
}
.cid-sTRvTdbFqt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-sTRvTdbFqt .features-border {
  border-bottom: 2px solid #191919;
}
.cid-sTRvTdbFqt .features-title {
  margin-top: 136px;
  margin-bottom: 96px;
}
.cid-sTRvTdbFqt .features-card {
  padding: 0 0 80px;
  display: flex;
}
.cid-sTRvTdbFqt .features-card:hover {
  cursor: pointer;
}
.cid-sTRvTdbFqt .features-card:hover .features-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sTRvTdbFqt .features-card:hover .features-link {
  opacity: .85;
}
.cid-sTRvTdbFqt .features-card:hover .features-link span {
  margin-left: 8px;
}
.cid-sTRvTdbFqt .features-img {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #191919;
}
.cid-sTRvTdbFqt .features-img img {
  transition: all .5s ease;
}
.cid-sTRvTdbFqt .features-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
}
.cid-sTRvTdbFqt .features-link span {
  margin-left: -14px;
  transition: all .5s ease;
  border-radius: 50%;
  border: 2px #d5d9d5 solid;
  padding: 8px 6px 8px 11px;
}
.cid-sTRvTdbFqt .mbr-text p {
  margin-top: 6px;
}
.cid-sTRvTdbFqt .features-button {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.cid-sTRvTdbFqt .features-button a {
  width: 430px;
  height: 74px;
}
@media (max-width: 991px) {
  .cid-sTRvTdbFqt .features-card {
    display: block;
  }
  .cid-sTRvTdbFqt .features-wrapper {
    margin: 40px 20px;
  }
  .cid-sTRvTdbFqt .features-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-sTRvTdbFqt .features-card {
    padding: 40px 0;
  }
  .cid-sTRvTdbFqt .features-button a {
    width: 330px;
    height: 64px;
  }
}
@media (max-width: 623px) {
  .cid-sTRvTdbFqt .features-img {
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-sTRvTdbFqt .features-img {
    padding: 10px 30px;
  }
  .cid-sTRvTdbFqt .features-title {
    margin-bottom: 0px;
  }
  .cid-sTRvTdbFqt .features-button {
    margin-bottom: 40px;
  }
  .cid-sTRvTdbFqt .features-button a {
    width: 230px;
    height: 54px;
  }
}
@media (max-width: 320px) {
  .cid-sTRvTdbFqt .features-button a {
    width: 200px;
    height: 50px;
  }
}
.cid-sTRvTdbFqt .mbr-text {
  color: #626462;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sUhfwpgjD1 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sUhfwpgjD1 .link-wrapper {
  width: 100%;
}
.cid-sUhfwpgjD1 .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sUhfwpgjD1 .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUhfwpgjD1 .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sUhfwpgjD1 .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sUhfwpgjD1 .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUhfwpgjD1 .mbr-section-title DIV {
  text-align: center;
}
.cid-sUhfwpgjD1 .mbr-text,
.cid-sUhfwpgjD1 .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sUhfwpgjD1 .link,
.cid-sUhfwpgjD1 .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sUhfwpgjD1 .mbr-section-title {
  color: #ffffff;
}
.cid-sUhfx0gYfM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sUhfx0gYfM .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sUhfx0gYfM .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-sUhfx0gYfM .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-sUhfx0gYfM .mbr-section-subtitle {
  font-family: " .mbr-iconfont";
  color: #656565;
}
.cid-sUhfx0gYfM .text {
  font-family: ' .mbr-iconfont';
  color: #BA9B67;
}
.cid-sUhfx0gYfM .author {
  font-family: ' .mbr-iconfont';
  color: #9A948D;
  font-style: italic;
}
.cid-sUhfx0gYfM .item-title {
  line-height: 1.161em;
}
@media (min-width: 992px) {
  .cid-sUhfx0gYfM .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-sUhfx0gYfM .mbr-section-title {
  color: #274abb;
}
.cid-sUhfx0gYfM .mbr-text {
  color: #232323;
}
.cid-sUhgnnbtQc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUhgnnbtQc .mbr-text {
  color: #656565;
}
.cid-sUhgnnbtQc .list {
  color: #666666;
}
.cid-sUhgnnbtQc ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sUhgnnbtQc li {
  padding-bottom: 0.5rem;
}
.cid-sUhgnnbtQc .mbr-section-subtitle {
  color: #656565;
}
.cid-sUhgnXnmUU {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUhgnXnmUU .mbr-text {
  color: #656565;
}
.cid-sUhgnXnmUU .list {
  color: #666666;
}
.cid-sUhgnXnmUU ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sUhgnXnmUU li {
  padding-bottom: 0.5rem;
}
.cid-sUhgnXnmUU .mbr-section-subtitle {
  color: #656565;
}
.cid-sUhgnXnmUU .mbr-section-title {
  color: #656565;
}
.cid-sUhgpeq9Pe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUhgpeq9Pe .mbr-text {
  color: #666666;
}
.cid-sUhgpeq9Pe .list {
  color: #666666;
}
.cid-sUhgpeq9Pe ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sUhgpeq9Pe li {
  padding-bottom: 0.5rem;
}
.cid-sUhgpeq9Pe .mbr-section-subtitle {
  color: #656565;
}
.cid-uDSUFUspnh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDSUFUspnh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uDSUFUspnh .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-uDSUFUspnh .mbr-text {
  margin-bottom: 30px;
}
.cid-uDSUFUspnh .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uDSUFUspnh .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uDSUFUspnh .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uDSUFUspnh .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uDSUFUspnh .btn_link:hover {
  cursor: pointer;
}
.cid-uDSUFUspnh .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-uDSUFUspnh .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uDSUFUspnh .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDSUFUspnh .text-wrapper {
    text-align: center;
  }
  .cid-uDSUFUspnh .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uDSUFUspnh .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uDSUFUspnh .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uDSUFUspnh .card-title,
.cid-uDSUFUspnh .icon_block {
  color: #000000;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTAFRGLjBu {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sTAFRGLjBu .link-wrapper {
  width: 100%;
}
.cid-sTAFRGLjBu .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTAFRGLjBu .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTAFRGLjBu .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTAFRGLjBu .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTAFRGLjBu .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTAFRGLjBu .mbr-section-title DIV {
  text-align: center;
}
.cid-sTAFRGLjBu .mbr-text,
.cid-sTAFRGLjBu .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTAFRGLjBu .link,
.cid-sTAFRGLjBu .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTAFRGLjBu .mbr-section-title {
  color: #ffffff;
}
.cid-sTAG19YsR8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTAG19YsR8 .card-heading {
  padding-top: 32px;
  padding-bottom: 16px;
  color: #000000;
}
.cid-sTAG19YsR8 .p1 {
  padding-bottom: 24px;
  color: #272727;
}
.cid-sTAG19YsR8 .p {
  color: #8c8c95;
}
.cid-sTAG19YsR8 .p:last-child {
  padding-bottom: 0;
}
.cid-sTAG19YsR8 .row {
  justify-content: center;
}
.cid-sTAG19YsR8 .heading {
  padding-bottom: 24px;
}
.cid-sTAGrVmCXf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTAGrVmCXf .card-heading {
  padding-top: 32px;
  padding-bottom: 16px;
  color: #000000;
}
.cid-sTAGrVmCXf .p1 {
  padding-bottom: 24px;
  color: #272727;
}
.cid-sTAGrVmCXf .p {
  color: #8c8c95;
}
.cid-sTAGrVmCXf .p:last-child {
  padding-bottom: 0;
}
.cid-sTAGrVmCXf .row {
  justify-content: center;
}
.cid-sTAGrVmCXf .heading {
  padding-bottom: 24px;
}
.cid-sTAGsCGl2B {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTAGsCGl2B .card-heading {
  padding-top: 32px;
  padding-bottom: 16px;
  color: #000000;
}
.cid-sTAGsCGl2B .p1 {
  padding-bottom: 24px;
  color: #272727;
}
.cid-sTAGsCGl2B .p {
  color: #8c8c95;
}
.cid-sTAGsCGl2B .p:last-child {
  padding-bottom: 0;
}
.cid-sTAGsCGl2B .row {
  justify-content: center;
}
.cid-sTAGsCGl2B .heading {
  padding-bottom: 24px;
}
.cid-sTAGt6YTba {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTAGt6YTba .card-heading {
  padding-top: 32px;
  padding-bottom: 16px;
  color: #000000;
}
.cid-sTAGt6YTba .p1 {
  padding-bottom: 24px;
  color: #272727;
}
.cid-sTAGt6YTba .p {
  color: #8c8c95;
}
.cid-sTAGt6YTba .p:last-child {
  padding-bottom: 0;
}
.cid-sTAGt6YTba .row {
  justify-content: center;
}
.cid-sTAGt6YTba .heading {
  padding-bottom: 24px;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTAKEmKBFx {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sTAKEmKBFx .link-wrapper {
  width: 100%;
}
.cid-sTAKEmKBFx .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTAKEmKBFx .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTAKEmKBFx .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTAKEmKBFx .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTAKEmKBFx .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTAKEmKBFx .mbr-section-title DIV {
  text-align: center;
}
.cid-sTAKEmKBFx .mbr-text,
.cid-sTAKEmKBFx .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTAKEmKBFx .link,
.cid-sTAKEmKBFx .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTAKEmKBFx .mbr-section-title {
  color: #ffffff;
}
.cid-sTAL8U7GPl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTAL8U7GPl .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-sTAL8U7GPl .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-sTAL8U7GPl .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sUOuJlX7Vm {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sUOuJlX7Vm .link-wrapper {
  width: 100%;
}
.cid-sUOuJlX7Vm .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sUOuJlX7Vm .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUOuJlX7Vm .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sUOuJlX7Vm .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sUOuJlX7Vm .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUOuJlX7Vm .mbr-section-title DIV {
  text-align: center;
}
.cid-sUOuJlX7Vm .mbr-text,
.cid-sUOuJlX7Vm .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sUOuJlX7Vm .link,
.cid-sUOuJlX7Vm .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sUOuJlX7Vm .mbr-section-title {
  color: #ffffff;
}
.cid-sUOwmXK40j {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUOwmXK40j h2,
.cid-sUOwmXK40j h3,
.cid-sUOwmXK40j h4,
.cid-sUOwmXK40j p {
  margin: 0;
}
.cid-sUOwmXK40j .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sUOwmXK40j .mbr-section-title {
  color: #656565;
  margin-bottom: 10px;
}
.cid-sUOwmXK40j .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sUOvmiVRzi {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sUOvmiVRzi .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sUOvmiVRzi img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sUOvmiVRzi img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sUOvmiVRzi img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sUOvmiVRzi .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sUOvmiVRzi .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sUOvmiVRzi .card {
    padding: 2rem 0rem;
  }
}
.cid-sUOvmiVRzi .mbr-text,
.cid-sUOvmiVRzi .mbr-section-btn {
  color: #777777;
}
.cid-sUOvmiVRzi .mbr-section-subtitle {
  color: #656565;
}
.cid-sUOvmiVRzi .mbr-section-title {
  color: #777777;
}
.cid-sUOxKQayQj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUOxKQayQj h2,
.cid-sUOxKQayQj h3,
.cid-sUOxKQayQj h4,
.cid-sUOxKQayQj p {
  margin: 0;
}
.cid-sUOxKQayQj .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sUOxKQayQj .mbr-section-title {
  color: #656565;
  margin-bottom: 10px;
  text-align: center;
}
.cid-sUOxKQayQj .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sUOxFbzTCu {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUOxFbzTCu img,
.cid-sUOxFbzTCu .item-img {
  width: 100%;
  object-fit: cover;
  height: 500px;
  transition: all 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-sUOxFbzTCu .item-img {
  position: relative;
}
.cid-sUOxFbzTCu .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #dddddd;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.cid-sUOxFbzTCu .item-img:hover {
  transform: translateY(-7px);
}
.cid-sUOxFbzTCu .item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sUOxFbzTCu .item:nth-child(1),
  .cid-sUOxFbzTCu .item:nth-child(2),
  .cid-sUOxFbzTCu .item:nth-child(3) {
    margin-top: 70px;
  }
  .cid-sUOxFbzTCu .item:nth-child(2),
  .cid-sUOxFbzTCu .item:nth-child(5),
  .cid-sUOxFbzTCu .item:nth-child(8),
  .cid-sUOxFbzTCu .item:nth-child(11),
  .cid-sUOxFbzTCu .item:nth-child(15) {
    transform: translateY(-70px);
  }
}
.cid-sUOxFbzTCu .item-title {
  margin-bottom: 1rem;
  color: #656565;
  text-align: center;
}
.cid-sUOxFbzTCu .item_content {
  margin-top: 27px;
}
.cid-sUOxFbzTCu .mbr-text {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-sUOxFbzTCu .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-sUOxFbzTCu .item-wrapper {
    padding: 0 1.5rem;
  }
}
.cid-sUOzK79lyI {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sUOzK79lyI img,
.cid-sUOzK79lyI .item-img {
  width: 100%;
  object-fit: cover;
  height: 500px;
  transition: all 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-sUOzK79lyI .item-img {
  position: relative;
}
.cid-sUOzK79lyI .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #dddddd;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.cid-sUOzK79lyI .item-img:hover {
  transform: translateY(-7px);
}
.cid-sUOzK79lyI .item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sUOzK79lyI .item:nth-child(1),
  .cid-sUOzK79lyI .item:nth-child(2),
  .cid-sUOzK79lyI .item:nth-child(3) {
    margin-top: 70px;
  }
  .cid-sUOzK79lyI .item:nth-child(2),
  .cid-sUOzK79lyI .item:nth-child(5),
  .cid-sUOzK79lyI .item:nth-child(8),
  .cid-sUOzK79lyI .item:nth-child(11),
  .cid-sUOzK79lyI .item:nth-child(15) {
    transform: translateY(-70px);
  }
}
.cid-sUOzK79lyI .item-title {
  margin-bottom: 1rem;
  color: #656565;
  text-align: center;
}
.cid-sUOzK79lyI .item_content {
  margin-top: 27px;
}
.cid-sUOzK79lyI .mbr-text {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-sUOzK79lyI .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-sUOzK79lyI .item-wrapper {
    padding: 0 1.5rem;
  }
}
.cid-sUOzZiZLFu {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sUOzZiZLFu .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sUOzZiZLFu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sUOzZiZLFu img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sUOzZiZLFu img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sUOzZiZLFu .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sUOzZiZLFu .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sUOzZiZLFu .card {
    padding: 2rem 0rem;
  }
}
.cid-sUOzZiZLFu .mbr-text,
.cid-sUOzZiZLFu .mbr-section-btn {
  color: #777777;
}
.cid-sUOzZiZLFu .mbr-section-subtitle {
  color: #656565;
}
.cid-sUOzZiZLFu .mbr-section-title {
  color: #777777;
}
.cid-sUOA65TGkx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUOA65TGkx .mbr-text {
  color: #666666;
  text-align: left;
}
.cid-sUOA65TGkx .list {
  color: #666666;
}
.cid-sUOA65TGkx ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sUOA65TGkx li {
  padding-bottom: 0.5rem;
}
.cid-sUOA65TGkx .mbr-section-subtitle {
  color: #656565;
  text-align: left;
}
.cid-sUOA9UGUvg {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sUOA9UGUvg .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sUOA9UGUvg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sUOA9UGUvg img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 867px) {
  .cid-sUOA9UGUvg img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sUOA9UGUvg .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sUOA9UGUvg .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 867px) {
  .cid-sUOA9UGUvg .card {
    padding: 2rem 0rem;
  }
}
.cid-sUOA9UGUvg .mbr-text,
.cid-sUOA9UGUvg .mbr-section-btn {
  color: #777777;
}
.cid-sUOA9UGUvg .mbr-section-subtitle {
  color: #656565;
}
.cid-sUOA9UGUvg .mbr-section-title {
  color: #777777;
}
.cid-sUOCAhofvL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #e9e9e9;
}
.cid-sUOCAhofvL .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-sUOCAhofvL .align-center {
    text-align: center;
  }
  .cid-sUOCAhofvL .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sUOCAhofvL .block-btn {
  display: flex;
}
.cid-sUOCAhofvL .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-sUOCAhofvL h1 {
  margin-bottom: 0;
}
.cid-sUOCAhofvL .wrapper {
  background-color: #333333;
  border-radius: 4px;
}
@media (min-width: 767px) {
  .cid-sUOCAhofvL .container {
    padding: 0 3rem;
  }
  .cid-sUOCAhofvL .wrapper {
    padding: 3.8rem 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sUOCAhofvL .block-btn {
    justify-content: center;
  }
  .cid-sUOCAhofvL .text-block {
    text-align: center;
  }
  .cid-sUOCAhofvL .mbr-section-title {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUOCAhofvL .block-btn {
    justify-content: flex-end;
  }
  .cid-sUOCAhofvL .btn {
    border-radius: 2px;
    margin-right: 0rem;
  }
}
.cid-sUOCAhofvL .btn-white:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-sUOCAhofvL .btn-white:hover::before {
  background-color: #000000 !important;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTRLF6prQh {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sTRLF6prQh .link-wrapper {
  width: 100%;
}
.cid-sTRLF6prQh .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTRLF6prQh .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTRLF6prQh .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTRLF6prQh .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTRLF6prQh .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTRLF6prQh .mbr-section-title DIV {
  text-align: center;
}
.cid-sTRLF6prQh .mbr-text,
.cid-sTRLF6prQh .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTRLF6prQh .link,
.cid-sTRLF6prQh .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTRLF6prQh .mbr-section-title {
  color: #ffffff;
}
.cid-sTSIG1ajoc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTSIG1ajoc .mbr-text {
  color: #656565;
}
.cid-sTSIG1ajoc .list {
  color: #666666;
}
.cid-sTSIG1ajoc ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sTSIG1ajoc li {
  padding-bottom: 0.5rem;
}
.cid-sTSIG1ajoc .mbr-section-subtitle {
  color: #656565;
}
.cid-sTSIG1ajoc .mbr-section-title {
  color: #656565;
}
.cid-sTT5laZTjB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTT5laZTjB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sTT5laZTjB .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sTT5laZTjB .mbr-text {
  margin-bottom: 30px;
}
.cid-sTT5laZTjB .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sTT5laZTjB .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sTT5laZTjB .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sTT5laZTjB .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sTT5laZTjB .btn_link:hover {
  cursor: pointer;
}
.cid-sTT5laZTjB .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sTT5laZTjB .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sTT5laZTjB .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTT5laZTjB .text-wrapper {
    text-align: center;
  }
  .cid-sTT5laZTjB .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sTT5laZTjB .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sTT5laZTjB .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sTT5laZTjB .card-title,
.cid-sTT5laZTjB .icon_block {
  color: #656565;
}
.cid-sTT6cGpqzF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTT6cGpqzF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sTT6cGpqzF .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sTT6cGpqzF .mbr-text {
  margin-bottom: 30px;
}
.cid-sTT6cGpqzF .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sTT6cGpqzF .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sTT6cGpqzF .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sTT6cGpqzF .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sTT6cGpqzF .btn_link:hover {
  cursor: pointer;
}
.cid-sTT6cGpqzF .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sTT6cGpqzF .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sTT6cGpqzF .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTT6cGpqzF .text-wrapper {
    text-align: center;
  }
  .cid-sTT6cGpqzF .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sTT6cGpqzF .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sTT6cGpqzF .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sTT6cGpqzF .card-title,
.cid-sTT6cGpqzF .icon_block {
  color: #656565;
}
.cid-sTS1Ob017g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTS1Ob017g .item-wrapper {
  width: 100%;
}
.cid-sTS1Ob017g .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #656565;
  font-weight: 700;
}
.cid-sTS1Ob017g .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sTS1Ob017g .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sTS1Ob017g .link {
  margin-top: 29px;
}
.cid-sTS1Ob017g .col-auto {
  display: inline-block;
}
.cid-sTS1Ob017g .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sTS1Ob017g .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sTS1Ob017g .container-fluid {
  padding: 0;
}
.cid-sTS1Ob017g .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sTS1Ob017g .right-side {
  padding-left: 0;
}
@media (max-width: 990px) {
  .cid-sTS1Ob017g .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sTS1Ob017g .right-side {
    padding: 0px;
  }
}
.cid-sTS1Ob017g a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sTS1Ob017g rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sTS1Ob017g .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sTS1Ob017g svg {
  margin-left: 15px;
}
.cid-sTS1Ob017g path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sTS1Ob017g .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sTS1Ob017g .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sTS1Ob017g .link a {
  background-image: none !important;
}
.cid-sTRM71NOwN {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTRM71NOwN .mbr-overlay {
  z-index: 1;
}
@media (min-width: 425px) {
  .cid-sTRM71NOwN .carousel {
    min-height: 400px;
  }
  .cid-sTRM71NOwN .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 425px) and (min-width: 768px) {
  .cid-sTRM71NOwN .carousel {
    min-height: 260px;
  }
  .cid-sTRM71NOwN .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sTRM71NOwN .carousel {
    min-height: 220px;
  }
  .cid-sTRM71NOwN .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-sTRM71NOwN .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sTRM71NOwN .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sTRM71NOwN .carousel,
.cid-sTRM71NOwN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sTRM71NOwN .item-wrapper {
  width: 100%;
}
.cid-sTRM71NOwN .carousel-caption {
  bottom: 40px;
}
.cid-sTRM71NOwN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sTRM71NOwN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sTRM71NOwN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sTRM71NOwN .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sTRM71NOwN .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sTRM71NOwN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sTRM71NOwN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sTRM71NOwN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sTRM71NOwN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sTRM71NOwN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sTRM71NOwN .carousel-indicators li.active,
.cid-sTRM71NOwN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sTRM71NOwN .carousel-indicators li::after,
.cid-sTRM71NOwN .carousel-indicators li::before {
  content: none;
}
.cid-sTRM71NOwN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sTRM71NOwN .carousel-indicators {
    display: none !important;
  }
}
.cid-sTSM49u9ok {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTSM49u9ok .mbr-text {
  color: #656565;
}
.cid-sTSM49u9ok .list {
  color: #666666;
}
.cid-sTSM49u9ok ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sTSM49u9ok li {
  padding-bottom: 0.5rem;
}
.cid-sTSM49u9ok .mbr-section-subtitle {
  color: #656565;
}
.cid-sUhAsNmVUS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUhAsNmVUS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sUhAsNmVUS .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sUhAsNmVUS .mbr-text {
  margin-bottom: 30px;
}
.cid-sUhAsNmVUS .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sUhAsNmVUS .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sUhAsNmVUS .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sUhAsNmVUS .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sUhAsNmVUS .btn_link:hover {
  cursor: pointer;
}
.cid-sUhAsNmVUS .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sUhAsNmVUS .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sUhAsNmVUS .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sUhAsNmVUS .text-wrapper {
    text-align: center;
  }
  .cid-sUhAsNmVUS .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sUhAsNmVUS .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sUhAsNmVUS .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sUhAsNmVUS .card-title,
.cid-sUhAsNmVUS .icon_block {
  color: #000000;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sUPtGpFXIo {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sUPtGpFXIo .link-wrapper {
  width: 100%;
}
.cid-sUPtGpFXIo .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sUPtGpFXIo .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUPtGpFXIo .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sUPtGpFXIo .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sUPtGpFXIo .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUPtGpFXIo .mbr-section-title DIV {
  text-align: center;
}
.cid-sUPtGpFXIo .mbr-text,
.cid-sUPtGpFXIo .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sUPtGpFXIo .link,
.cid-sUPtGpFXIo .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sUPtGpFXIo .mbr-section-title {
  color: #ffffff;
}
.cid-sUPtMdH1DP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sUPtMdH1DP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sT9Jwcsn8x {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sT9Jwcsn8x .link-wrapper {
  width: 100%;
}
.cid-sT9Jwcsn8x .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sT9Jwcsn8x .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sT9Jwcsn8x .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sT9Jwcsn8x .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sT9Jwcsn8x .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sT9Jwcsn8x .mbr-section-title DIV {
  text-align: center;
}
.cid-sT9Jwcsn8x .mbr-text,
.cid-sT9Jwcsn8x .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sT9Jwcsn8x .link,
.cid-sT9Jwcsn8x .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sT9Jwcsn8x .mbr-section-title {
  color: #ffffff;
}
.cid-sT9Kno9yiN {
  padding-top: 45px;
  padding-bottom: 0px;
  position: relative;
  background-color: #eaeff9;
}
.cid-sT9Kno9yiN p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sT9Kno9yiN .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sT9Kno9yiN .collapsed {
  border: none;
}
.cid-sT9Kno9yiN .panel-body {
  padding-top: 0.5rem;
}
.cid-sT9Kno9yiN .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sT9Kno9yiN .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sT9Kno9yiN .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sT9Kno9yiN .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9Kno9yiN .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sT9Kno9yiN .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sT9Kno9yiN .panel-text {
  color: #767676;
}
.cid-sT9Kno9yiN H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sT9LjnsFfk {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #eaeff9;
}
.cid-sT9LjnsFfk p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sT9LjnsFfk .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sT9LjnsFfk .collapsed {
  border: none;
}
.cid-sT9LjnsFfk .panel-body {
  padding-top: 0.5rem;
}
.cid-sT9LjnsFfk .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sT9LjnsFfk .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sT9LjnsFfk .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sT9LjnsFfk .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9LjnsFfk .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sT9LjnsFfk .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sT9LjnsFfk .panel-text {
  color: #767676;
}
.cid-sT9LjnsFfk H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sT9Oav2xAg {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #eaeff9;
}
.cid-sT9Oav2xAg p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sT9Oav2xAg .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sT9Oav2xAg .collapsed {
  border: none;
}
.cid-sT9Oav2xAg .panel-body {
  padding-top: 0.5rem;
}
.cid-sT9Oav2xAg .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sT9Oav2xAg .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sT9Oav2xAg .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sT9Oav2xAg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9Oav2xAg .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sT9Oav2xAg .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sT9Oav2xAg .panel-text {
  color: #767676;
}
.cid-sT9Oav2xAg H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sT9ObsSHlA {
  padding-top: 15px;
  padding-bottom: 75px;
  position: relative;
  background-color: #eaeff9;
}
.cid-sT9ObsSHlA p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sT9ObsSHlA .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sT9ObsSHlA .collapsed {
  border: none;
}
.cid-sT9ObsSHlA .panel-body {
  padding-top: 0.5rem;
}
.cid-sT9ObsSHlA .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sT9ObsSHlA .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sT9ObsSHlA .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sT9ObsSHlA .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9ObsSHlA .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sT9ObsSHlA .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sT9ObsSHlA .panel-text {
  color: #767676;
}
.cid-sT9ObsSHlA H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTcZQROfsJ {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-color: #eaeff9;
}
.cid-sTcZQROfsJ p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTcZQROfsJ .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTcZQROfsJ .collapsed {
  border: none;
}
.cid-sTcZQROfsJ .panel-body {
  padding-top: 0.5rem;
}
.cid-sTcZQROfsJ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTcZQROfsJ .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTcZQROfsJ .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTcZQROfsJ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTcZQROfsJ .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTcZQROfsJ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTcZQROfsJ .panel-text {
  color: #767676;
}
.cid-sTcZQROfsJ H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd0Atyk2F {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #eaeff9;
}
.cid-sTd0Atyk2F p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd0Atyk2F .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd0Atyk2F .collapsed {
  border: none;
}
.cid-sTd0Atyk2F .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd0Atyk2F .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd0Atyk2F .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd0Atyk2F .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd0Atyk2F .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd0Atyk2F .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd0Atyk2F .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd0Atyk2F .panel-text {
  color: #767676;
}
.cid-sTd0Atyk2F H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd1r3kpxt {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #eaeff9;
}
.cid-sTd1r3kpxt p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd1r3kpxt .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd1r3kpxt .collapsed {
  border: none;
}
.cid-sTd1r3kpxt .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd1r3kpxt .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd1r3kpxt .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd1r3kpxt .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd1r3kpxt .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd1r3kpxt .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd1r3kpxt .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd1r3kpxt .panel-text {
  color: #767676;
}
.cid-sTd1r3kpxt H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd1YyxcSq {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #eaeff9;
}
.cid-sTd1YyxcSq p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd1YyxcSq .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd1YyxcSq .collapsed {
  border: none;
}
.cid-sTd1YyxcSq .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd1YyxcSq .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd1YyxcSq .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd1YyxcSq .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd1YyxcSq .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd1YyxcSq .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd1YyxcSq .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd1YyxcSq .panel-text {
  color: #767676;
}
.cid-sTd1YyxcSq H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd2yruZjZ {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #eaeff9;
}
.cid-sTd2yruZjZ p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd2yruZjZ .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd2yruZjZ .collapsed {
  border: none;
}
.cid-sTd2yruZjZ .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd2yruZjZ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd2yruZjZ .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd2yruZjZ .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd2yruZjZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd2yruZjZ .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd2yruZjZ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd2yruZjZ .panel-text {
  color: #767676;
}
.cid-sTd2yruZjZ H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd32wf5GY {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #eaeff9;
}
.cid-sTd32wf5GY p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd32wf5GY .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd32wf5GY .collapsed {
  border: none;
}
.cid-sTd32wf5GY .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd32wf5GY .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd32wf5GY .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd32wf5GY .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd32wf5GY .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd32wf5GY .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd32wf5GY .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd32wf5GY .panel-text {
  color: #767676;
}
.cid-sTd32wf5GY H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd35HJsq9 {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #eaeff9;
}
.cid-sTd35HJsq9 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd35HJsq9 .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd35HJsq9 .collapsed {
  border: none;
}
.cid-sTd35HJsq9 .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd35HJsq9 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd35HJsq9 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd35HJsq9 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd35HJsq9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd35HJsq9 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd35HJsq9 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd35HJsq9 .panel-text {
  color: #767676;
}
.cid-sTd35HJsq9 H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd41epS5E {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #eaeff9;
}
.cid-sTd41epS5E p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd41epS5E .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd41epS5E .collapsed {
  border: none;
}
.cid-sTd41epS5E .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd41epS5E .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd41epS5E .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd41epS5E .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd41epS5E .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd41epS5E .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd41epS5E .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd41epS5E .panel-text {
  color: #767676;
}
.cid-sTd41epS5E H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd45b6ldK {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #eaeff9;
}
.cid-sTd45b6ldK p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd45b6ldK .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd45b6ldK .collapsed {
  border: none;
}
.cid-sTd45b6ldK .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd45b6ldK .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd45b6ldK .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd45b6ldK .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd45b6ldK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd45b6ldK .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd45b6ldK .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd45b6ldK .panel-text {
  color: #767676;
}
.cid-sTd45b6ldK H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd4P1jkly {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #eaeff9;
}
.cid-sTd4P1jkly p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd4P1jkly .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd4P1jkly .collapsed {
  border: none;
}
.cid-sTd4P1jkly .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd4P1jkly .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd4P1jkly .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd4P1jkly .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd4P1jkly .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd4P1jkly .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd4P1jkly .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd4P1jkly .panel-text {
  color: #767676;
}
.cid-sTd4P1jkly H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd77mBFcD {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #eaeff9;
}
.cid-sTd77mBFcD p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd77mBFcD .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd77mBFcD .collapsed {
  border: none;
}
.cid-sTd77mBFcD .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd77mBFcD .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd77mBFcD .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd77mBFcD .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd77mBFcD .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd77mBFcD .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd77mBFcD .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd77mBFcD .panel-text {
  color: #767676;
}
.cid-sTd77mBFcD H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd7vJkJb0 {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #eaeff9;
}
.cid-sTd7vJkJb0 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd7vJkJb0 .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd7vJkJb0 .collapsed {
  border: none;
}
.cid-sTd7vJkJb0 .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd7vJkJb0 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd7vJkJb0 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd7vJkJb0 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd7vJkJb0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd7vJkJb0 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd7vJkJb0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd7vJkJb0 .panel-text {
  color: #767676;
}
.cid-sTd7vJkJb0 H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd7VoYH80 {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #eaeff9;
}
.cid-sTd7VoYH80 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd7VoYH80 .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd7VoYH80 .collapsed {
  border: none;
}
.cid-sTd7VoYH80 .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd7VoYH80 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd7VoYH80 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd7VoYH80 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd7VoYH80 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd7VoYH80 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd7VoYH80 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd7VoYH80 .panel-text {
  color: #767676;
}
.cid-sTd7VoYH80 H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd8o0owv8 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #eaeff9;
}
.cid-sTd8o0owv8 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd8o0owv8 .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd8o0owv8 .collapsed {
  border: none;
}
.cid-sTd8o0owv8 .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd8o0owv8 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd8o0owv8 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd8o0owv8 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd8o0owv8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd8o0owv8 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd8o0owv8 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd8o0owv8 .panel-text {
  color: #767676;
}
.cid-sTd8o0owv8 H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sTvOhuZYN3 .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sTvOhuZYN3 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sTvOhuZYN3 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sTvOhuZYN3 .dropdown-item {
  padding: 0;
}
.cid-sTvOhuZYN3 .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sTvOhuZYN3 .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sTvOhuZYN3 .menu-content-top {
    display: block;
  }
  .cid-sTvOhuZYN3 .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sTvOhuZYN3 .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sTvOhuZYN3 nav.opened .menu-content-top {
  display: none;
}
.cid-sTvOhuZYN3 .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sTvOhuZYN3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sTvOhuZYN3 a {
  font-style: normal;
}
.cid-sTvOhuZYN3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sTvOhuZYN3 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sTvOhuZYN3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sTvOhuZYN3 .content-text {
  margin-bottom: 0;
}
.cid-sTvOhuZYN3 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sTvOhuZYN3 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sTvOhuZYN3 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sTvOhuZYN3 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sTvOhuZYN3 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sTvOhuZYN3 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sTvOhuZYN3 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sTvOhuZYN3 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sTvOhuZYN3 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sTvOhuZYN3 .nav-dropdown .link {
  font-weight: 400;
}
.cid-sTvOhuZYN3 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sTvOhuZYN3 .content-right-side {
  text-align: center;
}
.cid-sTvOhuZYN3 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sTvOhuZYN3 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sTvOhuZYN3 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sTvOhuZYN3 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sTvOhuZYN3 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sTvOhuZYN3 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sTvOhuZYN3 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sTvOhuZYN3 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sTvOhuZYN3 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sTvOhuZYN3 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sTvOhuZYN3 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sTvOhuZYN3 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sTvOhuZYN3 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sTvOhuZYN3 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sTvOhuZYN3 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sTvOhuZYN3 .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sTvOhuZYN3 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sTvOhuZYN3 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sTvOhuZYN3 .navbar-toggler {
    display: none;
  }
  .cid-sTvOhuZYN3 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTvOhuZYN3 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sTvOhuZYN3 .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sTvOhuZYN3 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sTvOhuZYN3 .menu-logo {
  margin-right: auto;
}
.cid-sTvOhuZYN3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sTvOhuZYN3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sTvOhuZYN3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sTvOhuZYN3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sTvOhuZYN3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sTvOhuZYN3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sTvOhuZYN3 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sTvOhuZYN3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sTvOhuZYN3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sTvOhuZYN3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sTvOhuZYN3 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sTvOhuZYN3 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sTvOhuZYN3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sTvOhuZYN3 .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sTvOhuZYN3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sTvOhuZYN3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sTvOhuZYN3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sTvOhuZYN3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sTvOhuZYN3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTvOhuZYN3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sTvOhuZYN3 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sTvOhuZYN3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sTvOhuZYN3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sTvOhuZYN3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sTvOhuZYN3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sTvOhuZYN3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sTvOhuZYN3 button.navbar-toggler:focus {
  outline: none;
}
.cid-sTvOhuZYN3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sTvOhuZYN3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTvOhuZYN3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTvOhuZYN3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTvOhuZYN3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTvOhuZYN3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTvOhuZYN3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTvOhuZYN3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTvOhuZYN3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTvOhuZYN3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTvOhuZYN3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTvOhuZYN3 .collapsed .btn {
  display: flex;
}
.cid-sTvOhuZYN3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sTvOhuZYN3 .collapsed .navbar-collapse.collapsing,
.cid-sTvOhuZYN3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sTvOhuZYN3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sTvOhuZYN3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sTvOhuZYN3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sTvOhuZYN3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sTvOhuZYN3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sTvOhuZYN3 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sTvOhuZYN3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sTvOhuZYN3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sTvOhuZYN3 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sTvOhuZYN3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sTvOhuZYN3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sTvOhuZYN3 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sTvOhuZYN3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sTvOhuZYN3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sTvOhuZYN3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sTvOhuZYN3 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sTvOhuZYN3 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sTvOhuZYN3 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sTvOhuZYN3 .navbar-collapse.collapsing,
  .cid-sTvOhuZYN3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sTvOhuZYN3 .navbar-collapse.collapsing .navbar-nav,
  .cid-sTvOhuZYN3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sTvOhuZYN3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sTvOhuZYN3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sTvOhuZYN3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sTvOhuZYN3 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sTvOhuZYN3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sTvOhuZYN3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sTvOhuZYN3 .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sTvOhuZYN3 img {
    height: 2.2rem !important;
  }
  .cid-sTvOhuZYN3 .btn {
    display: flex;
  }
  .cid-sTvOhuZYN3 button.navbar-toggler {
    display: block;
  }
  .cid-sTvOhuZYN3 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sTvOhuZYN3 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sTvOhuZYN3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sTvOhuZYN3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sTvOhuZYN3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sTvOhuZYN3 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sTvOhuZYN3 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sTvOhuZYN3 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sTvOhuZYN3 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sTvOhuZYN3 .nav-link:focus {
  outline: none;
}
.cid-sTvOhuZYN3 .navbar-toggler {
  position: relative;
}
.cid-sTvOhuZYN3 .dropdown-item.active,
.cid-sTvOhuZYN3 .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sTvOhuZYN3 .widget-title,
.cid-sTvOhuZYN3 .widget-icon {
  color: #9e9e9e;
}
.cid-sTvOhw2VGB {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sTvOhw2VGB .link-wrapper {
  width: 100%;
}
.cid-sTvOhw2VGB .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTvOhw2VGB .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTvOhw2VGB .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTvOhw2VGB .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTvOhw2VGB .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTvOhw2VGB .mbr-section-title DIV {
  text-align: center;
}
.cid-sTvOhw2VGB .mbr-text,
.cid-sTvOhw2VGB .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTvOhw2VGB .link,
.cid-sTvOhw2VGB .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTvOhw2VGB .mbr-section-title {
  color: #ffffff;
}
.cid-sTvOhwVCsI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTvOhwVCsI .mbr-text {
  color: #666666;
}
.cid-sTvOhwVCsI .list {
  color: #666666;
}
.cid-sTvOhwVCsI ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sTvOhwVCsI li {
  padding-bottom: 0.5rem;
}
.cid-sTvOhwVCsI .mbr-section-subtitle {
  color: #656565;
}
.cid-sTvOhxG9Sz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sTvOhxG9Sz h2,
.cid-sTvOhxG9Sz h3,
.cid-sTvOhxG9Sz h4,
.cid-sTvOhxG9Sz p {
  margin: 0;
}
.cid-sTvOhxG9Sz .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sTvOhxG9Sz .mbr-section-title {
  color: #656565;
  margin-bottom: 10px;
}
.cid-sTvOhxG9Sz .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sTvOG6FmvU {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTvOG6FmvU .mbr-text {
  color: #656565;
}
.cid-sTvOG6FmvU .list {
  color: #666666;
}
.cid-sTvOG6FmvU ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sTvOG6FmvU li {
  padding-bottom: 0.5rem;
}
.cid-sTvOG6FmvU .mbr-section-subtitle {
  color: #656565;
}
.cid-sTvOhyiJlt {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sTvOhyiJlt h2,
.cid-sTvOhyiJlt h3,
.cid-sTvOhyiJlt h4,
.cid-sTvOhyiJlt p {
  margin: 0;
}
.cid-sTvOhyiJlt .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sTvOhyiJlt .mbr-section-title {
  color: #666666;
  margin-bottom: 10px;
}
.cid-sTvOhyiJlt .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTw7eIxlXY {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sTw7eIxlXY .link-wrapper {
  width: 100%;
}
.cid-sTw7eIxlXY .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTw7eIxlXY .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTw7eIxlXY .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTw7eIxlXY .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTw7eIxlXY .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTw7eIxlXY .mbr-section-title DIV {
  text-align: center;
}
.cid-sTw7eIxlXY .mbr-text,
.cid-sTw7eIxlXY .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTw7eIxlXY .link,
.cid-sTw7eIxlXY .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTw7eIxlXY .mbr-section-title {
  color: #ffffff;
}
.cid-sTw7puRfeg {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sTw7puRfeg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sTw7puRfeg .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sTw7puRfeg .mbr-text {
  margin-bottom: 30px;
}
.cid-sTw7puRfeg .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sTw7puRfeg .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sTw7puRfeg .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sTw7puRfeg .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sTw7puRfeg .btn_link:hover {
  cursor: pointer;
}
.cid-sTw7puRfeg .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sTw7puRfeg .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sTw7puRfeg .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTw7puRfeg .text-wrapper {
    text-align: center;
  }
  .cid-sTw7puRfeg .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sTw7puRfeg .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sTw7puRfeg .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sTw7puRfeg .card-title,
.cid-sTw7puRfeg .icon_block {
  color: #000000;
}
.cid-sTw88pWP04 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTw88pWP04 .mbr-text {
  color: #656565;
}
.cid-sTw88pWP04 .list {
  color: #666666;
}
.cid-sTw88pWP04 ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sTw88pWP04 li {
  padding-bottom: 0.5rem;
}
.cid-sTw88pWP04 .mbr-section-subtitle {
  color: #656565;
}
.cid-sTw9BoQaOF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTw9BoQaOF .mbr-text {
  color: #666666;
}
.cid-sTw9BoQaOF .list {
  color: #666666;
}
.cid-sTw9BoQaOF ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sTw9BoQaOF li {
  padding-bottom: 0.5rem;
}
.cid-sTw9BoQaOF .mbr-section-subtitle {
  color: #656565;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sUNttS0PXt .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sUNttS0PXt .navbar-fixed-top {
  padding-top: 0;
}
.cid-sUNttS0PXt .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sUNttS0PXt .dropdown-item {
  padding: 0;
}
.cid-sUNttS0PXt .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sUNttS0PXt .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sUNttS0PXt .menu-content-top {
    display: block;
  }
  .cid-sUNttS0PXt .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sUNttS0PXt .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sUNttS0PXt nav.opened .menu-content-top {
  display: none;
}
.cid-sUNttS0PXt .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUNttS0PXt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sUNttS0PXt a {
  font-style: normal;
}
.cid-sUNttS0PXt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sUNttS0PXt .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sUNttS0PXt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sUNttS0PXt .content-text {
  margin-bottom: 0;
}
.cid-sUNttS0PXt .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sUNttS0PXt .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sUNttS0PXt .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sUNttS0PXt .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sUNttS0PXt .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sUNttS0PXt .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sUNttS0PXt .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sUNttS0PXt .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sUNttS0PXt .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUNttS0PXt .nav-dropdown .link {
  font-weight: 400;
}
.cid-sUNttS0PXt .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sUNttS0PXt .content-right-side {
  text-align: center;
}
.cid-sUNttS0PXt .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sUNttS0PXt .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sUNttS0PXt .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sUNttS0PXt .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sUNttS0PXt .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sUNttS0PXt .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sUNttS0PXt .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sUNttS0PXt .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sUNttS0PXt .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sUNttS0PXt .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sUNttS0PXt .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sUNttS0PXt .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sUNttS0PXt .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sUNttS0PXt .navbar {
    display: block;
    padding: 0;
  }
  .cid-sUNttS0PXt .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sUNttS0PXt .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sUNttS0PXt .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sUNttS0PXt .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sUNttS0PXt .navbar-toggler {
    display: none;
  }
  .cid-sUNttS0PXt .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUNttS0PXt .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sUNttS0PXt .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sUNttS0PXt .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sUNttS0PXt .menu-logo {
  margin-right: auto;
}
.cid-sUNttS0PXt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sUNttS0PXt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sUNttS0PXt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sUNttS0PXt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sUNttS0PXt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sUNttS0PXt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sUNttS0PXt .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sUNttS0PXt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sUNttS0PXt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sUNttS0PXt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sUNttS0PXt .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sUNttS0PXt .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sUNttS0PXt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sUNttS0PXt .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sUNttS0PXt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sUNttS0PXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sUNttS0PXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sUNttS0PXt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sUNttS0PXt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUNttS0PXt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sUNttS0PXt .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sUNttS0PXt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sUNttS0PXt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sUNttS0PXt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sUNttS0PXt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sUNttS0PXt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sUNttS0PXt button.navbar-toggler:focus {
  outline: none;
}
.cid-sUNttS0PXt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sUNttS0PXt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUNttS0PXt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUNttS0PXt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUNttS0PXt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUNttS0PXt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUNttS0PXt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUNttS0PXt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUNttS0PXt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUNttS0PXt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUNttS0PXt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUNttS0PXt .collapsed .btn {
  display: flex;
}
.cid-sUNttS0PXt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sUNttS0PXt .collapsed .navbar-collapse.collapsing,
.cid-sUNttS0PXt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sUNttS0PXt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sUNttS0PXt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sUNttS0PXt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sUNttS0PXt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sUNttS0PXt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sUNttS0PXt .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sUNttS0PXt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sUNttS0PXt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sUNttS0PXt .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sUNttS0PXt .collapsed button.navbar-toggler {
  display: block;
}
.cid-sUNttS0PXt .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sUNttS0PXt .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sUNttS0PXt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sUNttS0PXt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sUNttS0PXt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sUNttS0PXt .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sUNttS0PXt .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sUNttS0PXt .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sUNttS0PXt .navbar-collapse.collapsing,
  .cid-sUNttS0PXt .navbar-collapse.show {
    display: block !important;
  }
  .cid-sUNttS0PXt .navbar-collapse.collapsing .navbar-nav,
  .cid-sUNttS0PXt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sUNttS0PXt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sUNttS0PXt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sUNttS0PXt .navbar-collapse.collapsing .navbar-buttons,
  .cid-sUNttS0PXt .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sUNttS0PXt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sUNttS0PXt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sUNttS0PXt .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sUNttS0PXt img {
    height: 2.2rem !important;
  }
  .cid-sUNttS0PXt .btn {
    display: flex;
  }
  .cid-sUNttS0PXt button.navbar-toggler {
    display: block;
  }
  .cid-sUNttS0PXt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sUNttS0PXt .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sUNttS0PXt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sUNttS0PXt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sUNttS0PXt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sUNttS0PXt .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sUNttS0PXt .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sUNttS0PXt .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sUNttS0PXt .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sUNttS0PXt .nav-link:focus {
  outline: none;
}
.cid-sUNttS0PXt .navbar-toggler {
  position: relative;
}
.cid-sUNttS0PXt .dropdown-item.active,
.cid-sUNttS0PXt .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sUNttS0PXt .widget-title,
.cid-sUNttS0PXt .widget-icon {
  color: #9e9e9e;
}
.cid-sUNttTviYl {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sUNttTviYl .link-wrapper {
  width: 100%;
}
.cid-sUNttTviYl .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sUNttTviYl .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUNttTviYl .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sUNttTviYl .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sUNttTviYl .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUNttTviYl .mbr-section-title DIV {
  text-align: center;
}
.cid-sUNttTviYl .mbr-text,
.cid-sUNttTviYl .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sUNttTviYl .link,
.cid-sUNttTviYl .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sUNttTviYl .mbr-section-title {
  color: #ffffff;
}
.cid-sUNttUkYK3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUNttUkYK3 .mbr-text {
  color: #666666;
}
.cid-sUNttUkYK3 .list {
  color: #666666;
}
.cid-sUNttUkYK3 ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sUNttUkYK3 li {
  padding-bottom: 0.5rem;
}
.cid-sUNttUkYK3 .mbr-section-subtitle {
  color: #656565;
}
.cid-sUNttUW0ZU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUNttUW0ZU h2,
.cid-sUNttUW0ZU h3,
.cid-sUNttUW0ZU h4,
.cid-sUNttUW0ZU p {
  margin: 0;
}
.cid-sUNttUW0ZU .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sUNttUW0ZU .mbr-section-title {
  color: #656565;
  margin-bottom: 10px;
}
.cid-sUNttUW0ZU .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sUNttVtg9A {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUNttVtg9A .mbr-text {
  color: #656565;
}
.cid-sUNttVtg9A .list {
  color: #666666;
}
.cid-sUNttVtg9A ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sUNttVtg9A li {
  padding-bottom: 0.5rem;
}
.cid-sUNttVtg9A .mbr-section-subtitle {
  color: #656565;
}
.cid-sUNtSljQoI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUNtSljQoI h2,
.cid-sUNtSljQoI h3,
.cid-sUNtSljQoI h4,
.cid-sUNtSljQoI p {
  margin: 0;
}
.cid-sUNtSljQoI .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sUNtSljQoI .mbr-section-title {
  color: #656565;
  margin-bottom: 10px;
}
.cid-sUNtSljQoI .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sUNttVXGKo {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sUNttVXGKo h2,
.cid-sUNttVXGKo h3,
.cid-sUNttVXGKo h4,
.cid-sUNttVXGKo p {
  margin: 0;
}
.cid-sUNttVXGKo .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sUNttVXGKo .mbr-section-title {
  color: #666666;
  margin-bottom: 10px;
}
.cid-sUNttVXGKo .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sUNxfZmqQ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUNxfZmqQ8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sUNxfZmqQ8 .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sUNxfZmqQ8 .mbr-text {
  margin-bottom: 30px;
}
.cid-sUNxfZmqQ8 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sUNxfZmqQ8 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sUNxfZmqQ8 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sUNxfZmqQ8 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sUNxfZmqQ8 .btn_link:hover {
  cursor: pointer;
}
.cid-sUNxfZmqQ8 .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sUNxfZmqQ8 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sUNxfZmqQ8 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sUNxfZmqQ8 .text-wrapper {
    text-align: center;
  }
  .cid-sUNxfZmqQ8 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sUNxfZmqQ8 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sUNxfZmqQ8 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sUNxfZmqQ8 .card-title,
.cid-sUNxfZmqQ8 .icon_block {
  color: #000000;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sUnv6Hd4Oj .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sUnv6Hd4Oj .navbar-fixed-top {
  padding-top: 0;
}
.cid-sUnv6Hd4Oj .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sUnv6Hd4Oj .dropdown-item {
  padding: 0;
}
.cid-sUnv6Hd4Oj .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sUnv6Hd4Oj .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sUnv6Hd4Oj .menu-content-top {
    display: block;
  }
  .cid-sUnv6Hd4Oj .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sUnv6Hd4Oj .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sUnv6Hd4Oj nav.opened .menu-content-top {
  display: none;
}
.cid-sUnv6Hd4Oj .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUnv6Hd4Oj .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sUnv6Hd4Oj a {
  font-style: normal;
}
.cid-sUnv6Hd4Oj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sUnv6Hd4Oj .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sUnv6Hd4Oj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sUnv6Hd4Oj .content-text {
  margin-bottom: 0;
}
.cid-sUnv6Hd4Oj .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sUnv6Hd4Oj .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sUnv6Hd4Oj .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sUnv6Hd4Oj .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sUnv6Hd4Oj .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sUnv6Hd4Oj .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sUnv6Hd4Oj .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sUnv6Hd4Oj .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sUnv6Hd4Oj .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUnv6Hd4Oj .nav-dropdown .link {
  font-weight: 400;
}
.cid-sUnv6Hd4Oj .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sUnv6Hd4Oj .content-right-side {
  text-align: center;
}
.cid-sUnv6Hd4Oj .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sUnv6Hd4Oj .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sUnv6Hd4Oj .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sUnv6Hd4Oj .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sUnv6Hd4Oj .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sUnv6Hd4Oj .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sUnv6Hd4Oj .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sUnv6Hd4Oj .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sUnv6Hd4Oj .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sUnv6Hd4Oj .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sUnv6Hd4Oj .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sUnv6Hd4Oj .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sUnv6Hd4Oj .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sUnv6Hd4Oj .navbar {
    display: block;
    padding: 0;
  }
  .cid-sUnv6Hd4Oj .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sUnv6Hd4Oj .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sUnv6Hd4Oj .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sUnv6Hd4Oj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sUnv6Hd4Oj .navbar-toggler {
    display: none;
  }
  .cid-sUnv6Hd4Oj .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUnv6Hd4Oj .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sUnv6Hd4Oj .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sUnv6Hd4Oj .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sUnv6Hd4Oj .menu-logo {
  margin-right: auto;
}
.cid-sUnv6Hd4Oj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sUnv6Hd4Oj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sUnv6Hd4Oj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sUnv6Hd4Oj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sUnv6Hd4Oj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sUnv6Hd4Oj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sUnv6Hd4Oj .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sUnv6Hd4Oj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sUnv6Hd4Oj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sUnv6Hd4Oj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sUnv6Hd4Oj .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sUnv6Hd4Oj .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sUnv6Hd4Oj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sUnv6Hd4Oj .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sUnv6Hd4Oj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sUnv6Hd4Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sUnv6Hd4Oj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sUnv6Hd4Oj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sUnv6Hd4Oj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUnv6Hd4Oj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sUnv6Hd4Oj .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sUnv6Hd4Oj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sUnv6Hd4Oj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sUnv6Hd4Oj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sUnv6Hd4Oj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sUnv6Hd4Oj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sUnv6Hd4Oj button.navbar-toggler:focus {
  outline: none;
}
.cid-sUnv6Hd4Oj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sUnv6Hd4Oj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUnv6Hd4Oj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUnv6Hd4Oj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUnv6Hd4Oj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUnv6Hd4Oj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUnv6Hd4Oj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUnv6Hd4Oj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUnv6Hd4Oj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUnv6Hd4Oj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUnv6Hd4Oj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUnv6Hd4Oj .collapsed .btn {
  display: flex;
}
.cid-sUnv6Hd4Oj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sUnv6Hd4Oj .collapsed .navbar-collapse.collapsing,
.cid-sUnv6Hd4Oj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sUnv6Hd4Oj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sUnv6Hd4Oj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sUnv6Hd4Oj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sUnv6Hd4Oj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sUnv6Hd4Oj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sUnv6Hd4Oj .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sUnv6Hd4Oj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sUnv6Hd4Oj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sUnv6Hd4Oj .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sUnv6Hd4Oj .collapsed button.navbar-toggler {
  display: block;
}
.cid-sUnv6Hd4Oj .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sUnv6Hd4Oj .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sUnv6Hd4Oj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sUnv6Hd4Oj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sUnv6Hd4Oj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sUnv6Hd4Oj .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sUnv6Hd4Oj .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sUnv6Hd4Oj .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sUnv6Hd4Oj .navbar-collapse.collapsing,
  .cid-sUnv6Hd4Oj .navbar-collapse.show {
    display: block !important;
  }
  .cid-sUnv6Hd4Oj .navbar-collapse.collapsing .navbar-nav,
  .cid-sUnv6Hd4Oj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sUnv6Hd4Oj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sUnv6Hd4Oj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sUnv6Hd4Oj .navbar-collapse.collapsing .navbar-buttons,
  .cid-sUnv6Hd4Oj .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sUnv6Hd4Oj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sUnv6Hd4Oj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sUnv6Hd4Oj .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sUnv6Hd4Oj img {
    height: 2.2rem !important;
  }
  .cid-sUnv6Hd4Oj .btn {
    display: flex;
  }
  .cid-sUnv6Hd4Oj button.navbar-toggler {
    display: block;
  }
  .cid-sUnv6Hd4Oj .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sUnv6Hd4Oj .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sUnv6Hd4Oj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sUnv6Hd4Oj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sUnv6Hd4Oj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sUnv6Hd4Oj .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sUnv6Hd4Oj .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sUnv6Hd4Oj .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sUnv6Hd4Oj .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sUnv6Hd4Oj .nav-link:focus {
  outline: none;
}
.cid-sUnv6Hd4Oj .navbar-toggler {
  position: relative;
}
.cid-sUnv6Hd4Oj .dropdown-item.active,
.cid-sUnv6Hd4Oj .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sUnv6Hd4Oj .widget-title,
.cid-sUnv6Hd4Oj .widget-icon {
  color: #9e9e9e;
}
.cid-sUnv6IE02s {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sUnv6IE02s .link-wrapper {
  width: 100%;
}
.cid-sUnv6IE02s .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sUnv6IE02s .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUnv6IE02s .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sUnv6IE02s .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sUnv6IE02s .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUnv6IE02s .mbr-section-title DIV {
  text-align: center;
}
.cid-sUnv6IE02s .mbr-text,
.cid-sUnv6IE02s .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sUnv6IE02s .link,
.cid-sUnv6IE02s .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sUnv6IE02s .mbr-section-title {
  color: #ffffff;
}
.cid-sUnv6JvrCH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUnv6JvrCH .mbr-text {
  color: #656565;
}
.cid-sUnv6JvrCH .list {
  color: #666666;
}
.cid-sUnv6JvrCH ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sUnv6JvrCH li {
  padding-bottom: 0.5rem;
}
.cid-sUnv6JvrCH .mbr-section-subtitle {
  color: #656565;
}
.cid-sUnv6K9Sr3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUnv6K9Sr3 h2,
.cid-sUnv6K9Sr3 h3,
.cid-sUnv6K9Sr3 h4,
.cid-sUnv6K9Sr3 p {
  margin: 0;
}
.cid-sUnv6K9Sr3 .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sUnv6K9Sr3 .mbr-section-title {
  color: #656565;
  margin-bottom: 10px;
}
.cid-sUnv6K9Sr3 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTtumeyD41 {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sTtumeyD41 .link-wrapper {
  width: 100%;
}
.cid-sTtumeyD41 .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTtumeyD41 .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTtumeyD41 .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTtumeyD41 .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTtumeyD41 .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTtumeyD41 .mbr-section-title DIV {
  text-align: center;
}
.cid-sTtumeyD41 .mbr-text,
.cid-sTtumeyD41 .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTtumeyD41 .link,
.cid-sTtumeyD41 .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTtumeyD41 .mbr-section-title {
  color: #ffffff;
}
.cid-sTtv1R4uv0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTtv1R4uv0 .mbr-text {
  color: #666666;
}
.cid-sTtv1R4uv0 .list {
  color: #666666;
}
.cid-sTtv1R4uv0 ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sTtv1R4uv0 li {
  padding-bottom: 0.5rem;
}
.cid-sTtv1R4uv0 .mbr-section-subtitle {
  color: #656565;
}
.cid-sTtwVZutKy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTtwVZutKy .google-map {
  height: 25rem;
  position: relative;
}
.cid-sTtwVZutKy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sTtwVZutKy .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sTtwVZutKy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sTtwVZutKy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sTtwVZutKy .container-fluid {
  padding: 0;
}
.cid-sTtwVZutKy .relative {
  position: relative;
  width: 100%;
}
.cid-sTtwVZutKy .mbr-section-title {
  color: #656565;
}
.cid-sTtwVZutKy .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-sTtwVZutKy .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-sTtwVZutKy .title {
  text-align: center;
  color: #ffffff;
}
.cid-sTtwVZutKy .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-sTtwVZutKy .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTuEa7zgS2 {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/for-memorial-day-4-1400x934.jpeg");
}
.cid-sTuEa7zgS2 .link-wrapper {
  width: 100%;
}
.cid-sTuEa7zgS2 .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTuEa7zgS2 .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTuEa7zgS2 .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTuEa7zgS2 .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTuEa7zgS2 .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTuEa7zgS2 .mbr-section-title DIV {
  text-align: center;
}
.cid-sTuEa7zgS2 .mbr-text,
.cid-sTuEa7zgS2 .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTuEa7zgS2 .link,
.cid-sTuEa7zgS2 .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTuEa7zgS2 .mbr-section-title {
  color: #ffffff;
}
.cid-sTuEb6Ya0H {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-sTuEb6Ya0H .features-border {
  border-bottom: 2px solid #191919;
}
.cid-sTuEb6Ya0H .features-title {
  margin-top: 136px;
  margin-bottom: 96px;
}
.cid-sTuEb6Ya0H .features-card {
  padding: 0 0 80px;
  display: flex;
}
.cid-sTuEb6Ya0H .features-card:hover {
  cursor: pointer;
}
.cid-sTuEb6Ya0H .features-card:hover .features-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sTuEb6Ya0H .features-card:hover .features-link {
  opacity: .85;
}
.cid-sTuEb6Ya0H .features-card:hover .features-link span {
  margin-left: 8px;
}
.cid-sTuEb6Ya0H .features-img {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #191919;
}
.cid-sTuEb6Ya0H .features-img img {
  transition: all .5s ease;
}
.cid-sTuEb6Ya0H .features-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
}
.cid-sTuEb6Ya0H .features-link span {
  margin-left: -14px;
  transition: all .5s ease;
  border-radius: 50%;
  border: 2px #d5d9d5 solid;
  padding: 8px 6px 8px 11px;
}
.cid-sTuEb6Ya0H .mbr-text p {
  margin-top: 6px;
}
.cid-sTuEb6Ya0H .features-button {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.cid-sTuEb6Ya0H .features-button a {
  width: 430px;
  height: 74px;
}
@media (max-width: 991px) {
  .cid-sTuEb6Ya0H .features-card {
    display: block;
  }
  .cid-sTuEb6Ya0H .features-wrapper {
    margin: 40px 20px;
  }
  .cid-sTuEb6Ya0H .features-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-sTuEb6Ya0H .features-card {
    padding: 40px 0;
  }
  .cid-sTuEb6Ya0H .features-button a {
    width: 330px;
    height: 64px;
  }
}
@media (max-width: 623px) {
  .cid-sTuEb6Ya0H .features-img {
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-sTuEb6Ya0H .features-img {
    padding: 10px 30px;
  }
  .cid-sTuEb6Ya0H .features-title {
    margin-bottom: 0px;
  }
  .cid-sTuEb6Ya0H .features-button {
    margin-bottom: 40px;
  }
  .cid-sTuEb6Ya0H .features-button a {
    width: 230px;
    height: 54px;
  }
}
@media (max-width: 320px) {
  .cid-sTuEb6Ya0H .features-button a {
    width: 200px;
    height: 50px;
  }
}
.cid-sTuEb6Ya0H .mbr-text {
  color: #626462;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTRgZ2Qt9P {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sTRgZ2Qt9P .link-wrapper {
  width: 100%;
}
.cid-sTRgZ2Qt9P .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTRgZ2Qt9P .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTRgZ2Qt9P .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTRgZ2Qt9P .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTRgZ2Qt9P .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTRgZ2Qt9P .mbr-section-title DIV {
  text-align: center;
}
.cid-sTRgZ2Qt9P .mbr-text,
.cid-sTRgZ2Qt9P .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTRgZ2Qt9P .link,
.cid-sTRgZ2Qt9P .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTRgZ2Qt9P .mbr-section-title {
  color: #ffffff;
}
.cid-sTRh08URg1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-sTRh08URg1 .features-border {
  border-bottom: 2px solid #191919;
}
.cid-sTRh08URg1 .features-title {
  margin-top: 136px;
  margin-bottom: 96px;
}
.cid-sTRh08URg1 .features-card {
  padding: 0 0 80px;
  display: flex;
}
.cid-sTRh08URg1 .features-card:hover {
  cursor: pointer;
}
.cid-sTRh08URg1 .features-card:hover .features-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sTRh08URg1 .features-card:hover .features-link {
  opacity: .85;
}
.cid-sTRh08URg1 .features-card:hover .features-link span {
  margin-left: 8px;
}
.cid-sTRh08URg1 .features-img {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #191919;
}
.cid-sTRh08URg1 .features-img img {
  transition: all .5s ease;
}
.cid-sTRh08URg1 .features-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
}
.cid-sTRh08URg1 .features-link span {
  margin-left: -14px;
  transition: all .5s ease;
  border-radius: 50%;
  border: 2px #d5d9d5 solid;
  padding: 8px 6px 8px 11px;
}
.cid-sTRh08URg1 .mbr-text p {
  margin-top: 6px;
}
.cid-sTRh08URg1 .features-button {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.cid-sTRh08URg1 .features-button a {
  width: 430px;
  height: 74px;
}
@media (max-width: 991px) {
  .cid-sTRh08URg1 .features-card {
    display: block;
  }
  .cid-sTRh08URg1 .features-wrapper {
    margin: 40px 20px;
  }
  .cid-sTRh08URg1 .features-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-sTRh08URg1 .features-card {
    padding: 40px 0;
  }
  .cid-sTRh08URg1 .features-button a {
    width: 330px;
    height: 64px;
  }
}
@media (max-width: 623px) {
  .cid-sTRh08URg1 .features-img {
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-sTRh08URg1 .features-img {
    padding: 10px 30px;
  }
  .cid-sTRh08URg1 .features-title {
    margin-bottom: 0px;
  }
  .cid-sTRh08URg1 .features-button {
    margin-bottom: 40px;
  }
  .cid-sTRh08URg1 .features-button a {
    width: 230px;
    height: 54px;
  }
}
@media (max-width: 320px) {
  .cid-sTRh08URg1 .features-button a {
    width: 200px;
    height: 50px;
  }
}
.cid-sTRh08URg1 .mbr-text {
  color: #626462;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sUh5YBn5y1 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sUh5YBn5y1 .link-wrapper {
  width: 100%;
}
.cid-sUh5YBn5y1 .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sUh5YBn5y1 .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUh5YBn5y1 .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sUh5YBn5y1 .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sUh5YBn5y1 .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUh5YBn5y1 .mbr-section-title DIV {
  text-align: center;
}
.cid-sUh5YBn5y1 .mbr-text,
.cid-sUh5YBn5y1 .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sUh5YBn5y1 .link,
.cid-sUh5YBn5y1 .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sUh5YBn5y1 .mbr-section-title {
  color: #ffffff;
}
.cid-uElDDWu4IE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-uElDDWu4IE .features-border {
  border-bottom: 2px solid #191919;
}
.cid-uElDDWu4IE .features-title {
  margin-top: 136px;
  margin-bottom: 96px;
}
.cid-uElDDWu4IE .features-card {
  padding: 0 0 80px;
  display: flex;
}
.cid-uElDDWu4IE .features-card:hover {
  cursor: pointer;
}
.cid-uElDDWu4IE .features-card:hover .features-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uElDDWu4IE .features-card:hover .features-link {
  opacity: .85;
}
.cid-uElDDWu4IE .features-card:hover .features-link span {
  margin-left: 8px;
}
.cid-uElDDWu4IE .features-img {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #191919;
}
.cid-uElDDWu4IE .features-img img {
  transition: all .5s ease;
}
.cid-uElDDWu4IE .features-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
}
.cid-uElDDWu4IE .features-link span {
  margin-left: -14px;
  transition: all .5s ease;
  border-radius: 50%;
  border: 2px #d5d9d5 solid;
  padding: 8px 6px 8px 11px;
}
.cid-uElDDWu4IE .mbr-text p {
  margin-top: 6px;
}
.cid-uElDDWu4IE .features-button {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.cid-uElDDWu4IE .features-button a {
  width: 430px;
  height: 74px;
}
@media (max-width: 991px) {
  .cid-uElDDWu4IE .features-card {
    display: block;
  }
  .cid-uElDDWu4IE .features-wrapper {
    margin: 40px 20px;
  }
  .cid-uElDDWu4IE .features-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-uElDDWu4IE .features-card {
    padding: 40px 0;
  }
  .cid-uElDDWu4IE .features-button a {
    width: 330px;
    height: 64px;
  }
}
@media (max-width: 623px) {
  .cid-uElDDWu4IE .features-img {
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-uElDDWu4IE .features-img {
    padding: 10px 30px;
  }
  .cid-uElDDWu4IE .features-title {
    margin-bottom: 0px;
  }
  .cid-uElDDWu4IE .features-button {
    margin-bottom: 40px;
  }
  .cid-uElDDWu4IE .features-button a {
    width: 230px;
    height: 54px;
  }
}
@media (max-width: 320px) {
  .cid-uElDDWu4IE .features-button a {
    width: 200px;
    height: 50px;
  }
}
.cid-uElDDWu4IE .mbr-text {
  color: #626462;
}
.cid-sUh7OCgTL9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUh7OCgTL9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sUh7OCgTL9 .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sUh7OCgTL9 .mbr-text {
  margin-bottom: 30px;
}
.cid-sUh7OCgTL9 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sUh7OCgTL9 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sUh7OCgTL9 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sUh7OCgTL9 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sUh7OCgTL9 .btn_link:hover {
  cursor: pointer;
}
.cid-sUh7OCgTL9 .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sUh7OCgTL9 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sUh7OCgTL9 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sUh7OCgTL9 .text-wrapper {
    text-align: center;
  }
  .cid-sUh7OCgTL9 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sUh7OCgTL9 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sUh7OCgTL9 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sUh7OCgTL9 .card-title,
.cid-sUh7OCgTL9 .icon_block {
  color: #000000;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTwrbcqNC8 {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sTwrbcqNC8 .link-wrapper {
  width: 100%;
}
.cid-sTwrbcqNC8 .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTwrbcqNC8 .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTwrbcqNC8 .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTwrbcqNC8 .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTwrbcqNC8 .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTwrbcqNC8 .mbr-section-title DIV {
  text-align: center;
}
.cid-sTwrbcqNC8 .mbr-text,
.cid-sTwrbcqNC8 .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTwrbcqNC8 .link,
.cid-sTwrbcqNC8 .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTwrbcqNC8 .mbr-section-title {
  color: #ffffff;
}
.cid-sTTpyPFejY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sTTpyPFejY a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sTTpyPFejY a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sTTpyPFejY .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sTTpyPFejY .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-sTTpyPFejY .form-control {
  background: none;
  border-radius: 0px;
}
.cid-sTTpyPFejY textarea.form-control {
  min-height: 214.5px;
}
.cid-sTTpyPFejY .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-sTTpyPFejY h4,
.cid-sTTpyPFejY p {
  margin: 0;
}
.cid-sTTpyPFejY h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-sTTpyPFejY h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-sTTpyPFejY .icon {
  color: #656565;
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .cid-sTTpyPFejY h2 {
    text-align: center;
  }
  .cid-sTTpyPFejY h3 {
    text-align: center;
  }
  .cid-sTTpyPFejY .input-group-btn {
    text-align: center;
  }
  .cid-sTTpyPFejY .social-list {
    text-align: center;
  }
}
.cid-sTTpyPFejY H2 {
  color: #656565;
}
.cid-sTTpyPFejY .content {
  text-align: left;
  color: #656565;
}
.cid-sTTpyPFejY .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-sTTpyPFejY .title1 {
  text-align: left;
}
.cid-sTTpyPFejY .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-sTTpyPFejY .title2 {
  color: #656565;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sUntpCYh56 {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sUntpCYh56 .link-wrapper {
  width: 100%;
}
.cid-sUntpCYh56 .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sUntpCYh56 .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUntpCYh56 .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sUntpCYh56 .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sUntpCYh56 .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUntpCYh56 .mbr-section-title DIV {
  text-align: center;
}
.cid-sUntpCYh56 .mbr-text,
.cid-sUntpCYh56 .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sUntpCYh56 .link,
.cid-sUntpCYh56 .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sUntpCYh56 .mbr-section-title {
  color: #ffffff;
}
.cid-sUntqKBcT9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUntqKBcT9 .mbr-text {
  color: #656565;
}
.cid-sUntqKBcT9 .list {
  color: #666666;
}
.cid-sUntqKBcT9 ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sUntqKBcT9 li {
  padding-bottom: 0.5rem;
}
.cid-sUntqKBcT9 .mbr-section-subtitle {
  color: #656565;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sUn93XaW6K {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sUn93XaW6K .link-wrapper {
  width: 100%;
}
.cid-sUn93XaW6K .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sUn93XaW6K .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUn93XaW6K .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sUn93XaW6K .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sUn93XaW6K .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUn93XaW6K .mbr-section-title DIV {
  text-align: center;
}
.cid-sUn93XaW6K .mbr-text,
.cid-sUn93XaW6K .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sUn93XaW6K .link,
.cid-sUn93XaW6K .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sUn93XaW6K .mbr-section-title {
  color: #ffffff;
}
.cid-sUnamOkunX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUnamOkunX .mbr-text {
  color: #656565;
}
.cid-sUnamOkunX .list {
  color: #666666;
}
.cid-sUnamOkunX ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sUnamOkunX li {
  padding-bottom: 0.5rem;
}
.cid-sUnamOkunX .mbr-section-subtitle {
  color: #656565;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sUNz9kC292 {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sUNz9kC292 .link-wrapper {
  width: 100%;
}
.cid-sUNz9kC292 .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sUNz9kC292 .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUNz9kC292 .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sUNz9kC292 .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sUNz9kC292 .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUNz9kC292 .mbr-section-title DIV {
  text-align: center;
}
.cid-sUNz9kC292 .mbr-text,
.cid-sUNz9kC292 .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sUNz9kC292 .link,
.cid-sUNz9kC292 .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sUNz9kC292 .mbr-section-title {
  color: #ffffff;
}
.cid-sUNzaeoW37 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sUNzaeoW37 h2,
.cid-sUNzaeoW37 h3,
.cid-sUNzaeoW37 h4,
.cid-sUNzaeoW37 p {
  margin: 0;
}
.cid-sUNzaeoW37 .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sUNzaeoW37 .mbr-section-title {
  color: #666666;
  margin-bottom: 10px;
}
.cid-sUNzaeoW37 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sUNzb6SMiy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUNzb6SMiy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sUNzb6SMiy .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sUNzb6SMiy .mbr-text {
  margin-bottom: 30px;
}
.cid-sUNzb6SMiy .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sUNzb6SMiy .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sUNzb6SMiy .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sUNzb6SMiy .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sUNzb6SMiy .btn_link:hover {
  cursor: pointer;
}
.cid-sUNzb6SMiy .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sUNzb6SMiy .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sUNzb6SMiy .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sUNzb6SMiy .text-wrapper {
    text-align: center;
  }
  .cid-sUNzb6SMiy .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sUNzb6SMiy .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sUNzb6SMiy .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sUNzb6SMiy .card-title,
.cid-sUNzb6SMiy .icon_block {
  color: #000000;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sUNB88OVGH {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sUNB88OVGH .link-wrapper {
  width: 100%;
}
.cid-sUNB88OVGH .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sUNB88OVGH .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUNB88OVGH .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sUNB88OVGH .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sUNB88OVGH .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUNB88OVGH .mbr-section-title DIV {
  text-align: center;
}
.cid-sUNB88OVGH .mbr-text,
.cid-sUNB88OVGH .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sUNB88OVGH .link,
.cid-sUNB88OVGH .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sUNB88OVGH .mbr-section-title {
  color: #ffffff;
}
.cid-sUNBadi9aW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUNBadi9aW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sUNBadi9aW .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sUNBadi9aW .mbr-text {
  margin-bottom: 30px;
}
.cid-sUNBadi9aW .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sUNBadi9aW .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sUNBadi9aW .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sUNBadi9aW .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sUNBadi9aW .btn_link:hover {
  cursor: pointer;
}
.cid-sUNBadi9aW .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sUNBadi9aW .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sUNBadi9aW .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sUNBadi9aW .text-wrapper {
    text-align: center;
  }
  .cid-sUNBadi9aW .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sUNBadi9aW .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sUNBadi9aW .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sUNBadi9aW .card-title,
.cid-sUNBadi9aW .icon_block {
  color: #000000;
}
.cid-uDSU1DUxDb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDSU1DUxDb .mbr-text {
  color: #666666;
}
.cid-uDSU1DUxDb .list {
  color: #666666;
}
.cid-uDSU1DUxDb ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uDSU1DUxDb li {
  padding-bottom: 0.5rem;
}
.cid-sUNBk50APl {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUNBk50APl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sUNBk50APl .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sUNBk50APl .mbr-text {
  margin-bottom: 30px;
}
.cid-sUNBk50APl .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sUNBk50APl .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sUNBk50APl .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sUNBk50APl .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sUNBk50APl .btn_link:hover {
  cursor: pointer;
}
.cid-sUNBk50APl .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sUNBk50APl .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sUNBk50APl .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sUNBk50APl .text-wrapper {
    text-align: center;
  }
  .cid-sUNBk50APl .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sUNBk50APl .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sUNBk50APl .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sUNBk50APl .card-title,
.cid-sUNBk50APl .icon_block {
  color: #274abb;
}
.cid-uDYs3aFVIA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDYs3aFVIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDYs3aFVIA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDYs3aFVIA .row {
  justify-content: flex-start;
}
.cid-uDYs3aFVIA .mbr-section-title {
  color: #45494E;
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uDYs3aFVIA .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uDYs3aFVIA .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-uDYs3aFVIA .image-wrapper {
  width: 100%;
}
.cid-uDYs3aFVIA .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-uDYs3aFVIA .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-uDYs3aFVIA .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uDYs3aFVIA .mbr-text {
    margin-top: 45px;
  }
}
.cid-uDYs3aFVIA .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uDYs3aFVIA .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-uDYs3aFVIA .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-uDYs3aFVIA .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-sUNBgMegWd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUNBgMegWd .mbr-text {
  color: #666666;
}
.cid-sUNBgMegWd .list {
  color: #666666;
}
.cid-sUNBgMegWd ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sUNBgMegWd li {
  padding-bottom: 0.5rem;
}
.cid-sUNBgMegWd .mbr-section-subtitle {
  color: #656565;
}
.cid-sUNCUJObe1 {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sUNCUJObe1 .carousel {
  z-index: 2;
  position: relative;
}
.cid-sUNCUJObe1 .user {
  padding: 0 !important;
}
.cid-sUNCUJObe1 .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #d63d3d;
  opacity: 0.5;
}
.cid-sUNCUJObe1 .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-sUNCUJObe1 .carousel-item.active,
.cid-sUNCUJObe1 .carousel-item-next,
.cid-sUNCUJObe1 .carousel-item-prev {
  display: flex;
}
.cid-sUNCUJObe1 .user_name {
  margin: 0;
}
.cid-sUNCUJObe1 .carousel-controls a {
  font-size: 2rem;
}
.cid-sUNCUJObe1 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #3d626c;
  background: transparent;
  opacity: 0.5;
}
.cid-sUNCUJObe1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sUNCUJObe1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sUNCUJObe1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #3d626c;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-sUNCUJObe1 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sUNCUJObe1 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-sUNCUJObe1 .user_text {
  color: #3d626c;
  text-align: left;
}
.cid-sUNCUJObe1 .user_desk {
  color: #767676;
}
.cid-sUNCUJObe1 .user_desk,
.cid-sUNCUJObe1 .carousel-item {
  text-align: left;
}
.cid-sUNCUJObe1 .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-sUNCUJObe1 .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sUNDgRbChx {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sUNDgRbChx .link-wrapper {
  width: 100%;
}
.cid-sUNDgRbChx .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sUNDgRbChx .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUNDgRbChx .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sUNDgRbChx .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sUNDgRbChx .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUNDgRbChx .mbr-section-title DIV {
  text-align: center;
}
.cid-sUNDgRbChx .mbr-text,
.cid-sUNDgRbChx .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sUNDgRbChx .link,
.cid-sUNDgRbChx .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sUNDgRbChx .mbr-section-title {
  color: #ffffff;
}
.cid-sUNDhPCVL9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUNDhPCVL9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sUNDhPCVL9 .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sUNDhPCVL9 .mbr-text {
  margin-bottom: 30px;
}
.cid-sUNDhPCVL9 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sUNDhPCVL9 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sUNDhPCVL9 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sUNDhPCVL9 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sUNDhPCVL9 .btn_link:hover {
  cursor: pointer;
}
.cid-sUNDhPCVL9 .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sUNDhPCVL9 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sUNDhPCVL9 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sUNDhPCVL9 .text-wrapper {
    text-align: center;
  }
  .cid-sUNDhPCVL9 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sUNDhPCVL9 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sUNDhPCVL9 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sUNDhPCVL9 .card-title,
.cid-sUNDhPCVL9 .icon_block {
  color: #000000;
}
.cid-sUNDiIfsWS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUNDiIfsWS .mbr-text {
  color: #666666;
}
.cid-sUNDiIfsWS .list {
  color: #666666;
}
.cid-sUNDiIfsWS ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sUNDiIfsWS li {
  padding-bottom: 0.5rem;
}
.cid-sUNDnWwbWz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUNDnWwbWz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sUNDnWwbWz .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sUNDnWwbWz .mbr-text {
  margin-bottom: 30px;
}
.cid-sUNDnWwbWz .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sUNDnWwbWz .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sUNDnWwbWz .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sUNDnWwbWz .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sUNDnWwbWz .btn_link:hover {
  cursor: pointer;
}
.cid-sUNDnWwbWz .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sUNDnWwbWz .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sUNDnWwbWz .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sUNDnWwbWz .text-wrapper {
    text-align: center;
  }
  .cid-sUNDnWwbWz .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sUNDnWwbWz .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sUNDnWwbWz .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sUNDnWwbWz .card-title,
.cid-sUNDnWwbWz .icon_block {
  color: #274abb;
}
.cid-uDXNY1UOht {
  background-color: #ffffff;
}
.cid-uDXNY1UOht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDXNY1UOht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDXNY1UOht .container-fluid {
  padding: 0;
}
.cid-uDXNY1UOht .row {
  padding: 0;
}
.cid-uDXNY1UOht .title-wrapper {
  padding: 0 2rem;
}
.cid-uDXNY1UOht .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-uDXNY1UOht .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-uDXNY1UOht .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-uDXNY1UOht .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-uDXNY1UOht .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-uDXNY1UOht .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uDXNY1UOht .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-uDXNY1UOht .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-uDXNY1UOht .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDXNY1UOht .title-wrapper img {
    max-height: 300px;
  }
}
.cid-uDXNY1UOht .mbr-section-title {
  color: #1c314e;
}
.cid-uDXNY1UOht .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-uDXNY1UOht .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-uDXNY1UOht .mbr-section-title,
.cid-uDXNY1UOht .mbr-section-btn {
  text-align: center;
}
#custom-html-ou {
  /* Type valid CSS here */
}
#custom-html-ou div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ou p {
  font-size: 60px;
  color: #777;
}
.cid-sUNDp124ZD {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sUNDp124ZD .carousel {
  z-index: 2;
  position: relative;
}
.cid-sUNDp124ZD .user {
  padding: 0 !important;
}
.cid-sUNDp124ZD .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #d63d3d;
  opacity: 0.5;
}
.cid-sUNDp124ZD .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-sUNDp124ZD .carousel-item.active,
.cid-sUNDp124ZD .carousel-item-next,
.cid-sUNDp124ZD .carousel-item-prev {
  display: flex;
}
.cid-sUNDp124ZD .user_name {
  margin: 0;
}
.cid-sUNDp124ZD .carousel-controls a {
  font-size: 2rem;
}
.cid-sUNDp124ZD .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #3d626c;
  background: transparent;
  opacity: 0.5;
}
.cid-sUNDp124ZD .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sUNDp124ZD ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sUNDp124ZD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #3d626c;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-sUNDp124ZD .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sUNDp124ZD .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-sUNDp124ZD .user_text {
  color: #3d626c;
  text-align: left;
}
.cid-sUNDp124ZD .user_desk {
  color: #767676;
}
.cid-sUNDp124ZD .user_desk,
.cid-sUNDp124ZD .carousel-item {
  text-align: left;
}
.cid-sUNDp124ZD .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-sUNDp124ZD .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sUPlLpOSyd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sUPlLpOSyd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sUPlLpOSyd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sUPlLpOSyd .dropdown-item {
  padding: 0;
}
.cid-sUPlLpOSyd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sUPlLpOSyd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sUPlLpOSyd .menu-content-top {
    display: block;
  }
  .cid-sUPlLpOSyd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sUPlLpOSyd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sUPlLpOSyd nav.opened .menu-content-top {
  display: none;
}
.cid-sUPlLpOSyd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUPlLpOSyd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sUPlLpOSyd a {
  font-style: normal;
}
.cid-sUPlLpOSyd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sUPlLpOSyd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sUPlLpOSyd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sUPlLpOSyd .content-text {
  margin-bottom: 0;
}
.cid-sUPlLpOSyd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sUPlLpOSyd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sUPlLpOSyd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sUPlLpOSyd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sUPlLpOSyd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sUPlLpOSyd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sUPlLpOSyd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sUPlLpOSyd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sUPlLpOSyd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUPlLpOSyd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sUPlLpOSyd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sUPlLpOSyd .content-right-side {
  text-align: center;
}
.cid-sUPlLpOSyd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sUPlLpOSyd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sUPlLpOSyd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sUPlLpOSyd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sUPlLpOSyd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sUPlLpOSyd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sUPlLpOSyd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sUPlLpOSyd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sUPlLpOSyd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sUPlLpOSyd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sUPlLpOSyd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sUPlLpOSyd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sUPlLpOSyd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sUPlLpOSyd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sUPlLpOSyd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sUPlLpOSyd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sUPlLpOSyd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sUPlLpOSyd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sUPlLpOSyd .navbar-toggler {
    display: none;
  }
  .cid-sUPlLpOSyd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUPlLpOSyd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sUPlLpOSyd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sUPlLpOSyd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sUPlLpOSyd .menu-logo {
  margin-right: auto;
}
.cid-sUPlLpOSyd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sUPlLpOSyd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sUPlLpOSyd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sUPlLpOSyd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sUPlLpOSyd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sUPlLpOSyd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sUPlLpOSyd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sUPlLpOSyd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sUPlLpOSyd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sUPlLpOSyd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sUPlLpOSyd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sUPlLpOSyd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sUPlLpOSyd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sUPlLpOSyd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sUPlLpOSyd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sUPlLpOSyd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sUPlLpOSyd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sUPlLpOSyd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sUPlLpOSyd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUPlLpOSyd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sUPlLpOSyd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sUPlLpOSyd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sUPlLpOSyd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sUPlLpOSyd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sUPlLpOSyd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sUPlLpOSyd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sUPlLpOSyd button.navbar-toggler:focus {
  outline: none;
}
.cid-sUPlLpOSyd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sUPlLpOSyd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUPlLpOSyd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUPlLpOSyd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUPlLpOSyd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUPlLpOSyd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUPlLpOSyd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUPlLpOSyd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUPlLpOSyd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUPlLpOSyd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUPlLpOSyd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUPlLpOSyd .collapsed .btn {
  display: flex;
}
.cid-sUPlLpOSyd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sUPlLpOSyd .collapsed .navbar-collapse.collapsing,
.cid-sUPlLpOSyd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sUPlLpOSyd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sUPlLpOSyd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sUPlLpOSyd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sUPlLpOSyd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sUPlLpOSyd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sUPlLpOSyd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sUPlLpOSyd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sUPlLpOSyd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sUPlLpOSyd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sUPlLpOSyd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sUPlLpOSyd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sUPlLpOSyd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sUPlLpOSyd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sUPlLpOSyd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sUPlLpOSyd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sUPlLpOSyd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sUPlLpOSyd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sUPlLpOSyd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sUPlLpOSyd .navbar-collapse.collapsing,
  .cid-sUPlLpOSyd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sUPlLpOSyd .navbar-collapse.collapsing .navbar-nav,
  .cid-sUPlLpOSyd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sUPlLpOSyd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sUPlLpOSyd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sUPlLpOSyd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sUPlLpOSyd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sUPlLpOSyd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sUPlLpOSyd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sUPlLpOSyd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sUPlLpOSyd img {
    height: 2.2rem !important;
  }
  .cid-sUPlLpOSyd .btn {
    display: flex;
  }
  .cid-sUPlLpOSyd button.navbar-toggler {
    display: block;
  }
  .cid-sUPlLpOSyd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sUPlLpOSyd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sUPlLpOSyd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sUPlLpOSyd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sUPlLpOSyd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sUPlLpOSyd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sUPlLpOSyd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sUPlLpOSyd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sUPlLpOSyd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sUPlLpOSyd .nav-link:focus {
  outline: none;
}
.cid-sUPlLpOSyd .navbar-toggler {
  position: relative;
}
.cid-sUPlLpOSyd .dropdown-item.active,
.cid-sUPlLpOSyd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sUPlLpOSyd .widget-title,
.cid-sUPlLpOSyd .widget-icon {
  color: #9e9e9e;
}
.cid-sUPlLr5eNe {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sUPlLr5eNe .link-wrapper {
  width: 100%;
}
.cid-sUPlLr5eNe .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sUPlLr5eNe .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUPlLr5eNe .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sUPlLr5eNe .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sUPlLr5eNe .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUPlLr5eNe .mbr-section-title DIV {
  text-align: center;
}
.cid-sUPlLr5eNe .mbr-text,
.cid-sUPlLr5eNe .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sUPlLr5eNe .link,
.cid-sUPlLr5eNe .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sUPlLr5eNe .mbr-section-title {
  color: #ffffff;
}
.cid-sUPlLrYH9R {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUPlLrYH9R h2,
.cid-sUPlLrYH9R h3,
.cid-sUPlLrYH9R h4,
.cid-sUPlLrYH9R p {
  margin: 0;
}
.cid-sUPlLrYH9R .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sUPlLrYH9R .mbr-section-title {
  color: #656565;
  margin-bottom: 10px;
}
.cid-sUPlLrYH9R .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sUPlLsv2AJ {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sUPlLsv2AJ .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sUPlLsv2AJ img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sUPlLsv2AJ img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sUPlLsv2AJ img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sUPlLsv2AJ .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sUPlLsv2AJ .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sUPlLsv2AJ .card {
    padding: 2rem 0rem;
  }
}
.cid-sUPlLsv2AJ .mbr-text,
.cid-sUPlLsv2AJ .mbr-section-btn {
  color: #777777;
}
.cid-sUPlLsv2AJ .mbr-section-subtitle {
  color: #656565;
}
.cid-sUPlLsv2AJ .mbr-section-title {
  color: #777777;
}
.cid-sUPlLt8wh2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUPlLt8wh2 h2,
.cid-sUPlLt8wh2 h3,
.cid-sUPlLt8wh2 h4,
.cid-sUPlLt8wh2 p {
  margin: 0;
}
.cid-sUPlLt8wh2 .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sUPlLt8wh2 .mbr-section-title {
  color: #656565;
  margin-bottom: 10px;
  text-align: center;
}
.cid-sUPlLt8wh2 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sUPlLtEXOO {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUPlLtEXOO img,
.cid-sUPlLtEXOO .item-img {
  width: 100%;
  object-fit: cover;
  height: 500px;
  transition: all 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-sUPlLtEXOO .item-img {
  position: relative;
}
.cid-sUPlLtEXOO .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #dddddd;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.cid-sUPlLtEXOO .item-img:hover {
  transform: translateY(-7px);
}
.cid-sUPlLtEXOO .item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sUPlLtEXOO .item:nth-child(1),
  .cid-sUPlLtEXOO .item:nth-child(2),
  .cid-sUPlLtEXOO .item:nth-child(3) {
    margin-top: 70px;
  }
  .cid-sUPlLtEXOO .item:nth-child(2),
  .cid-sUPlLtEXOO .item:nth-child(5),
  .cid-sUPlLtEXOO .item:nth-child(8),
  .cid-sUPlLtEXOO .item:nth-child(11),
  .cid-sUPlLtEXOO .item:nth-child(15) {
    transform: translateY(-70px);
  }
}
.cid-sUPlLtEXOO .item-title {
  margin-bottom: 1rem;
  color: #656565;
  text-align: left;
}
.cid-sUPlLtEXOO .item_content {
  margin-top: 27px;
}
.cid-sUPlLtEXOO .mbr-text {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-sUPlLtEXOO .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-sUPlLtEXOO .item-wrapper {
    padding: 0 1.5rem;
  }
}
.cid-sUPlLulaWN {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sUPlLulaWN img,
.cid-sUPlLulaWN .item-img {
  width: 100%;
  object-fit: cover;
  height: 500px;
  transition: all 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-sUPlLulaWN .item-img {
  position: relative;
}
.cid-sUPlLulaWN .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #dddddd;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.cid-sUPlLulaWN .item-img:hover {
  transform: translateY(-7px);
}
.cid-sUPlLulaWN .item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sUPlLulaWN .item:nth-child(1),
  .cid-sUPlLulaWN .item:nth-child(2),
  .cid-sUPlLulaWN .item:nth-child(3) {
    margin-top: 70px;
  }
  .cid-sUPlLulaWN .item:nth-child(2),
  .cid-sUPlLulaWN .item:nth-child(5),
  .cid-sUPlLulaWN .item:nth-child(8),
  .cid-sUPlLulaWN .item:nth-child(11),
  .cid-sUPlLulaWN .item:nth-child(15) {
    transform: translateY(-70px);
  }
}
.cid-sUPlLulaWN .item-title {
  margin-bottom: 1rem;
  color: #656565;
  text-align: left;
}
.cid-sUPlLulaWN .item_content {
  margin-top: 27px;
}
.cid-sUPlLulaWN .mbr-text {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-sUPlLulaWN .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-sUPlLulaWN .item-wrapper {
    padding: 0 1.5rem;
  }
}
.cid-sUPlLv0a1c {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sUPlLv0a1c .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sUPlLv0a1c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sUPlLv0a1c img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sUPlLv0a1c img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sUPlLv0a1c .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sUPlLv0a1c .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sUPlLv0a1c .card {
    padding: 2rem 0rem;
  }
}
.cid-sUPlLv0a1c .mbr-text,
.cid-sUPlLv0a1c .mbr-section-btn {
  color: #777777;
}
.cid-sUPlLv0a1c .mbr-section-subtitle {
  color: #656565;
}
.cid-sUPlLv0a1c .mbr-section-title {
  color: #777777;
}
.cid-sUPlLvAYe9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUPlLvAYe9 .mbr-text {
  color: #666666;
  text-align: left;
}
.cid-sUPlLvAYe9 .list {
  color: #666666;
}
.cid-sUPlLvAYe9 ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sUPlLvAYe9 li {
  padding-bottom: 0.5rem;
}
.cid-sUPlLvAYe9 .mbr-section-subtitle {
  color: #656565;
  text-align: left;
}
.cid-sUPlLw92KU {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sUPlLw92KU .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sUPlLw92KU img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sUPlLw92KU img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 867px) {
  .cid-sUPlLw92KU img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sUPlLw92KU .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sUPlLw92KU .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 867px) {
  .cid-sUPlLw92KU .card {
    padding: 2rem 0rem;
  }
}
.cid-sUPlLw92KU .mbr-text,
.cid-sUPlLw92KU .mbr-section-btn {
  color: #777777;
}
.cid-sUPlLw92KU .mbr-section-subtitle {
  color: #656565;
}
.cid-sUPlLw92KU .mbr-section-title {
  color: #777777;
}
.cid-sUPlLwLGbt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #e9e9e9;
}
.cid-sUPlLwLGbt .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-sUPlLwLGbt .align-center {
    text-align: center;
  }
  .cid-sUPlLwLGbt .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sUPlLwLGbt .block-btn {
  display: flex;
}
.cid-sUPlLwLGbt .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-sUPlLwLGbt h1 {
  margin-bottom: 0;
}
.cid-sUPlLwLGbt .wrapper {
  background-color: #333333;
  border-radius: 4px;
}
@media (min-width: 767px) {
  .cid-sUPlLwLGbt .container {
    padding: 0 3rem;
  }
  .cid-sUPlLwLGbt .wrapper {
    padding: 3.8rem 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sUPlLwLGbt .block-btn {
    justify-content: center;
  }
  .cid-sUPlLwLGbt .text-block {
    text-align: center;
  }
  .cid-sUPlLwLGbt .mbr-section-title {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUPlLwLGbt .block-btn {
    justify-content: flex-end;
  }
  .cid-sUPlLwLGbt .btn {
    border-radius: 2px;
    margin-right: 0rem;
  }
}
.cid-sUPlLwLGbt .btn-white:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-sUPlLwLGbt .btn-white:hover::before {
  background-color: #000000 !important;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sUQG8H2Gyt {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sUQG8H2Gyt .link-wrapper {
  width: 100%;
}
.cid-sUQG8H2Gyt .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sUQG8H2Gyt .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUQG8H2Gyt .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sUQG8H2Gyt .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sUQG8H2Gyt .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUQG8H2Gyt .mbr-section-title DIV {
  text-align: center;
}
.cid-sUQG8H2Gyt .mbr-text,
.cid-sUQG8H2Gyt .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sUQG8H2Gyt .link,
.cid-sUQG8H2Gyt .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sUQG8H2Gyt .mbr-section-title {
  color: #ffffff;
}
.cid-sUQGZMcxXT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUQGZMcxXT .mbr-text {
  color: #656565;
}
.cid-sUQGZMcxXT .list {
  color: #666666;
}
.cid-sUQGZMcxXT ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sUQGZMcxXT li {
  padding-bottom: 0.5rem;
}
.cid-sUQGZMcxXT .mbr-section-subtitle {
  color: #656565;
}
.cid-sUQGUFf1va {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUQGUFf1va .mbr-text {
  color: #656565;
}
.cid-sUQGUFf1va .list {
  color: #666666;
}
.cid-sUQGUFf1va ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sUQGUFf1va li {
  padding-bottom: 0.5rem;
}
.cid-sUQGUFf1va .mbr-section-subtitle {
  color: #656565;
}
.cid-sUQH3FXNxj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUQH3FXNxj .mbr-text {
  color: #656565;
}
.cid-sUQH3FXNxj .list {
  color: #666666;
}
.cid-sUQH3FXNxj ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sUQH3FXNxj li {
  padding-bottom: 0.5rem;
}
.cid-sUQH3FXNxj .mbr-section-subtitle {
  color: #656565;
}
.cid-sUQIbL3ldB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUQIbL3ldB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sUQIbL3ldB .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sUQIbL3ldB .mbr-text {
  margin-bottom: 30px;
}
.cid-sUQIbL3ldB .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sUQIbL3ldB .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sUQIbL3ldB .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sUQIbL3ldB .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sUQIbL3ldB .btn_link:hover {
  cursor: pointer;
}
.cid-sUQIbL3ldB .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sUQIbL3ldB .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sUQIbL3ldB .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sUQIbL3ldB .text-wrapper {
    text-align: center;
  }
  .cid-sUQIbL3ldB .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sUQIbL3ldB .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sUQIbL3ldB .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sUQIbL3ldB .card-title,
.cid-sUQIbL3ldB .icon_block {
  color: #000000;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sVu6lISgjw {
  padding-top: 10rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #2e2e2e;
}
.cid-sVu6lISgjw .mbr-section-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-sVu6lISgjw .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-sVu6lISgjw .mbr-text {
  color: #ffffff;
}
.cid-sVu6lISgjw img,
.cid-sVu6lISgjw .item-img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  height: 400px;
}
.cid-sVu6lISgjw .item {
  margin-bottom: 65px;
}
.cid-sVu6lISgjw .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sVu6lISgjw .card_info {
  margin-bottom: 12px;
}
.cid-sVu6lISgjw .card_title {
  color: #ffffff;
  line-height: 1.2727em;
  margin-bottom: 18px;
}
.cid-sVu6lISgjw .card_text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-sVu6lISgjw .item-img {
  margin-bottom: 30px;
  overflow: hidden;
}
.cid-sVu6lISgjw .item-img:hover img {
  transform: translateX(7px) scale(1.05);
}
.cid-sVu6lISgjw .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-sVu6lISgjw .linkBtn a:after,
.cid-sVu6lISgjw .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-sVu6lISgjw .linkBtn a:before {
  left: 0;
}
.cid-sVu6lISgjw .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sVu6lISgjw .linkBtn a:hover:before,
.cid-sVu6lISgjw .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-sVu6lISgjw .card_date {
  color: #ffffff;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-uDSB0EA59x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uDSB0EA59x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDSB0EA59x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDSB0EA59x .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDSB0EA59x .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDSB0EA59x .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uDSB0EA59x .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDSB0EA59x .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uDSB0EA59x .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDSB0EA59x .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDSB0EA59x .image-wrapper img {
    height: 350px;
  }
}
.cid-uDSB0EA59x .mbr-section-title {
  color: #ffffff;
}
.cid-uDSB0EA59x .mbr-text,
.cid-uDSB0EA59x .text-wrapper {
  color: #9aa0a6;
}
.cid-sVujB87X9O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVujB87X9O .mbr-text {
  color: #656565;
}
.cid-sVujB87X9O .list {
  color: #666666;
}
.cid-sVujB87X9O ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sVujB87X9O li {
  padding-bottom: 0.5rem;
}
.cid-sVujB87X9O .mbr-section-subtitle {
  color: #656565;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-uDSDpR4wIq {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-uDSDpR4wIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDSDpR4wIq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDSDpR4wIq .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDSDpR4wIq .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDSDpR4wIq .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uDSDpR4wIq .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDSDpR4wIq .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uDSDpR4wIq .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDSDpR4wIq .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDSDpR4wIq .image-wrapper img {
    height: 350px;
  }
}
.cid-uDSDpR4wIq .mbr-section-title {
  color: #ffffff;
}
.cid-uDSDpR4wIq .mbr-text,
.cid-uDSDpR4wIq .text-wrapper {
  color: #9aa0a6;
}
.cid-sVulxQaLmn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVulxQaLmn .mbr-text {
  color: #656565;
}
.cid-sVulxQaLmn .list {
  color: #666666;
}
.cid-sVulxQaLmn ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sVulxQaLmn li {
  padding-bottom: 0.5rem;
}
.cid-sVulxQaLmn .mbr-section-subtitle {
  color: #656565;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sVuDuyJd3H .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sVuDuyJd3H .navbar-fixed-top {
  padding-top: 0;
}
.cid-sVuDuyJd3H .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sVuDuyJd3H .dropdown-item {
  padding: 0;
}
.cid-sVuDuyJd3H .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sVuDuyJd3H .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sVuDuyJd3H .menu-content-top {
    display: block;
  }
  .cid-sVuDuyJd3H .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sVuDuyJd3H .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sVuDuyJd3H nav.opened .menu-content-top {
  display: none;
}
.cid-sVuDuyJd3H .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVuDuyJd3H .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sVuDuyJd3H a {
  font-style: normal;
}
.cid-sVuDuyJd3H .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sVuDuyJd3H .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sVuDuyJd3H .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVuDuyJd3H .content-text {
  margin-bottom: 0;
}
.cid-sVuDuyJd3H .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sVuDuyJd3H .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sVuDuyJd3H .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sVuDuyJd3H .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sVuDuyJd3H .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sVuDuyJd3H .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sVuDuyJd3H .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sVuDuyJd3H .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sVuDuyJd3H .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVuDuyJd3H .nav-dropdown .link {
  font-weight: 400;
}
.cid-sVuDuyJd3H .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sVuDuyJd3H .content-right-side {
  text-align: center;
}
.cid-sVuDuyJd3H .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sVuDuyJd3H .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sVuDuyJd3H .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sVuDuyJd3H .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sVuDuyJd3H .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVuDuyJd3H .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sVuDuyJd3H .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sVuDuyJd3H .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sVuDuyJd3H .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sVuDuyJd3H .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sVuDuyJd3H .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sVuDuyJd3H .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sVuDuyJd3H .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sVuDuyJd3H .navbar {
    display: block;
    padding: 0;
  }
  .cid-sVuDuyJd3H .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sVuDuyJd3H .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sVuDuyJd3H .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sVuDuyJd3H .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sVuDuyJd3H .navbar-toggler {
    display: none;
  }
  .cid-sVuDuyJd3H .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVuDuyJd3H .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sVuDuyJd3H .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVuDuyJd3H .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sVuDuyJd3H .menu-logo {
  margin-right: auto;
}
.cid-sVuDuyJd3H .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVuDuyJd3H .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sVuDuyJd3H .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sVuDuyJd3H .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sVuDuyJd3H .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sVuDuyJd3H .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sVuDuyJd3H .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sVuDuyJd3H .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sVuDuyJd3H .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVuDuyJd3H .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sVuDuyJd3H .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sVuDuyJd3H .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sVuDuyJd3H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVuDuyJd3H .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sVuDuyJd3H .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sVuDuyJd3H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sVuDuyJd3H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVuDuyJd3H .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sVuDuyJd3H .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVuDuyJd3H .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sVuDuyJd3H .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sVuDuyJd3H .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sVuDuyJd3H .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sVuDuyJd3H .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sVuDuyJd3H .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sVuDuyJd3H button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sVuDuyJd3H button.navbar-toggler:focus {
  outline: none;
}
.cid-sVuDuyJd3H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVuDuyJd3H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sVuDuyJd3H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVuDuyJd3H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVuDuyJd3H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sVuDuyJd3H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVuDuyJd3H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sVuDuyJd3H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sVuDuyJd3H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVuDuyJd3H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVuDuyJd3H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVuDuyJd3H .collapsed .btn {
  display: flex;
}
.cid-sVuDuyJd3H .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sVuDuyJd3H .collapsed .navbar-collapse.collapsing,
.cid-sVuDuyJd3H .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sVuDuyJd3H .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sVuDuyJd3H .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sVuDuyJd3H .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sVuDuyJd3H .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sVuDuyJd3H .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sVuDuyJd3H .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sVuDuyJd3H .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sVuDuyJd3H .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sVuDuyJd3H .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sVuDuyJd3H .collapsed button.navbar-toggler {
  display: block;
}
.cid-sVuDuyJd3H .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sVuDuyJd3H .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVuDuyJd3H .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sVuDuyJd3H .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sVuDuyJd3H .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sVuDuyJd3H .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sVuDuyJd3H .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVuDuyJd3H .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sVuDuyJd3H .navbar-collapse.collapsing,
  .cid-sVuDuyJd3H .navbar-collapse.show {
    display: block !important;
  }
  .cid-sVuDuyJd3H .navbar-collapse.collapsing .navbar-nav,
  .cid-sVuDuyJd3H .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sVuDuyJd3H .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sVuDuyJd3H .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sVuDuyJd3H .navbar-collapse.collapsing .navbar-buttons,
  .cid-sVuDuyJd3H .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sVuDuyJd3H .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sVuDuyJd3H .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVuDuyJd3H .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sVuDuyJd3H img {
    height: 2.2rem !important;
  }
  .cid-sVuDuyJd3H .btn {
    display: flex;
  }
  .cid-sVuDuyJd3H button.navbar-toggler {
    display: block;
  }
  .cid-sVuDuyJd3H .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sVuDuyJd3H .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sVuDuyJd3H .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sVuDuyJd3H .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sVuDuyJd3H .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sVuDuyJd3H .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sVuDuyJd3H .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sVuDuyJd3H .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sVuDuyJd3H .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sVuDuyJd3H .nav-link:focus {
  outline: none;
}
.cid-sVuDuyJd3H .navbar-toggler {
  position: relative;
}
.cid-sVuDuyJd3H .dropdown-item.active,
.cid-sVuDuyJd3H .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sVuDuyJd3H .widget-title,
.cid-sVuDuyJd3H .widget-icon {
  color: #9e9e9e;
}
.cid-uDSDLtzlX4 {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-uDSDLtzlX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDSDLtzlX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDSDLtzlX4 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDSDLtzlX4 .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDSDLtzlX4 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uDSDLtzlX4 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDSDLtzlX4 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uDSDLtzlX4 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDSDLtzlX4 .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDSDLtzlX4 .image-wrapper img {
    height: 350px;
  }
}
.cid-uDSDLtzlX4 .mbr-section-title {
  color: #ffffff;
}
.cid-uDSDLtzlX4 .mbr-text,
.cid-uDSDLtzlX4 .text-wrapper {
  color: #9aa0a6;
}
.cid-sVuDuAjBOV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVuDuAjBOV .mbr-text {
  color: #656565;
}
.cid-sVuDuAjBOV .list {
  color: #666666;
}
.cid-sVuDuAjBOV ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sVuDuAjBOV li {
  padding-bottom: 0.5rem;
}
.cid-sVuDuAjBOV .mbr-section-subtitle {
  color: #656565;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sVuFyWdsgJ .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sVuFyWdsgJ .navbar-fixed-top {
  padding-top: 0;
}
.cid-sVuFyWdsgJ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sVuFyWdsgJ .dropdown-item {
  padding: 0;
}
.cid-sVuFyWdsgJ .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sVuFyWdsgJ .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sVuFyWdsgJ .menu-content-top {
    display: block;
  }
  .cid-sVuFyWdsgJ .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sVuFyWdsgJ .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sVuFyWdsgJ nav.opened .menu-content-top {
  display: none;
}
.cid-sVuFyWdsgJ .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVuFyWdsgJ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sVuFyWdsgJ a {
  font-style: normal;
}
.cid-sVuFyWdsgJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sVuFyWdsgJ .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sVuFyWdsgJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVuFyWdsgJ .content-text {
  margin-bottom: 0;
}
.cid-sVuFyWdsgJ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sVuFyWdsgJ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sVuFyWdsgJ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sVuFyWdsgJ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sVuFyWdsgJ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sVuFyWdsgJ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sVuFyWdsgJ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sVuFyWdsgJ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sVuFyWdsgJ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVuFyWdsgJ .nav-dropdown .link {
  font-weight: 400;
}
.cid-sVuFyWdsgJ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sVuFyWdsgJ .content-right-side {
  text-align: center;
}
.cid-sVuFyWdsgJ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sVuFyWdsgJ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sVuFyWdsgJ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sVuFyWdsgJ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sVuFyWdsgJ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVuFyWdsgJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sVuFyWdsgJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sVuFyWdsgJ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sVuFyWdsgJ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sVuFyWdsgJ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sVuFyWdsgJ .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sVuFyWdsgJ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sVuFyWdsgJ .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sVuFyWdsgJ .navbar {
    display: block;
    padding: 0;
  }
  .cid-sVuFyWdsgJ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sVuFyWdsgJ .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sVuFyWdsgJ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sVuFyWdsgJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sVuFyWdsgJ .navbar-toggler {
    display: none;
  }
  .cid-sVuFyWdsgJ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVuFyWdsgJ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sVuFyWdsgJ .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVuFyWdsgJ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sVuFyWdsgJ .menu-logo {
  margin-right: auto;
}
.cid-sVuFyWdsgJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVuFyWdsgJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sVuFyWdsgJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sVuFyWdsgJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sVuFyWdsgJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sVuFyWdsgJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sVuFyWdsgJ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sVuFyWdsgJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sVuFyWdsgJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVuFyWdsgJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sVuFyWdsgJ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sVuFyWdsgJ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sVuFyWdsgJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVuFyWdsgJ .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sVuFyWdsgJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sVuFyWdsgJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sVuFyWdsgJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVuFyWdsgJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sVuFyWdsgJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVuFyWdsgJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sVuFyWdsgJ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sVuFyWdsgJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sVuFyWdsgJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sVuFyWdsgJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sVuFyWdsgJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sVuFyWdsgJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sVuFyWdsgJ button.navbar-toggler:focus {
  outline: none;
}
.cid-sVuFyWdsgJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVuFyWdsgJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sVuFyWdsgJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVuFyWdsgJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVuFyWdsgJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sVuFyWdsgJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVuFyWdsgJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sVuFyWdsgJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sVuFyWdsgJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVuFyWdsgJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVuFyWdsgJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVuFyWdsgJ .collapsed .btn {
  display: flex;
}
.cid-sVuFyWdsgJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sVuFyWdsgJ .collapsed .navbar-collapse.collapsing,
.cid-sVuFyWdsgJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sVuFyWdsgJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sVuFyWdsgJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sVuFyWdsgJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sVuFyWdsgJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sVuFyWdsgJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sVuFyWdsgJ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sVuFyWdsgJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sVuFyWdsgJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sVuFyWdsgJ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sVuFyWdsgJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sVuFyWdsgJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sVuFyWdsgJ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVuFyWdsgJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sVuFyWdsgJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sVuFyWdsgJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sVuFyWdsgJ .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sVuFyWdsgJ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVuFyWdsgJ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sVuFyWdsgJ .navbar-collapse.collapsing,
  .cid-sVuFyWdsgJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sVuFyWdsgJ .navbar-collapse.collapsing .navbar-nav,
  .cid-sVuFyWdsgJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sVuFyWdsgJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sVuFyWdsgJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sVuFyWdsgJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sVuFyWdsgJ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sVuFyWdsgJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sVuFyWdsgJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVuFyWdsgJ .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sVuFyWdsgJ img {
    height: 2.2rem !important;
  }
  .cid-sVuFyWdsgJ .btn {
    display: flex;
  }
  .cid-sVuFyWdsgJ button.navbar-toggler {
    display: block;
  }
  .cid-sVuFyWdsgJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sVuFyWdsgJ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sVuFyWdsgJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sVuFyWdsgJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sVuFyWdsgJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sVuFyWdsgJ .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sVuFyWdsgJ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sVuFyWdsgJ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sVuFyWdsgJ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sVuFyWdsgJ .nav-link:focus {
  outline: none;
}
.cid-sVuFyWdsgJ .navbar-toggler {
  position: relative;
}
.cid-sVuFyWdsgJ .dropdown-item.active,
.cid-sVuFyWdsgJ .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sVuFyWdsgJ .widget-title,
.cid-sVuFyWdsgJ .widget-icon {
  color: #9e9e9e;
}
.cid-uDSAr3FYtQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uDSAr3FYtQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDSAr3FYtQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDSAr3FYtQ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDSAr3FYtQ .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDSAr3FYtQ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uDSAr3FYtQ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDSAr3FYtQ .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uDSAr3FYtQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDSAr3FYtQ .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDSAr3FYtQ .image-wrapper img {
    height: 350px;
  }
}
.cid-uDSAr3FYtQ .mbr-section-title {
  color: #ffffff;
}
.cid-uDSAr3FYtQ .mbr-text,
.cid-uDSAr3FYtQ .text-wrapper {
  color: #9aa0a6;
}
.cid-sVuFyYoutm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVuFyYoutm .mbr-text {
  color: #656565;
}
.cid-sVuFyYoutm .list {
  color: #666666;
}
.cid-sVuFyYoutm ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sVuFyYoutm li {
  padding-bottom: 0.5rem;
}
.cid-sVuFyYoutm .mbr-section-subtitle {
  color: #656565;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sVuHUM3lXF .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sVuHUM3lXF .navbar-fixed-top {
  padding-top: 0;
}
.cid-sVuHUM3lXF .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sVuHUM3lXF .dropdown-item {
  padding: 0;
}
.cid-sVuHUM3lXF .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sVuHUM3lXF .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sVuHUM3lXF .menu-content-top {
    display: block;
  }
  .cid-sVuHUM3lXF .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sVuHUM3lXF .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sVuHUM3lXF nav.opened .menu-content-top {
  display: none;
}
.cid-sVuHUM3lXF .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVuHUM3lXF .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sVuHUM3lXF a {
  font-style: normal;
}
.cid-sVuHUM3lXF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sVuHUM3lXF .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sVuHUM3lXF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVuHUM3lXF .content-text {
  margin-bottom: 0;
}
.cid-sVuHUM3lXF .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sVuHUM3lXF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sVuHUM3lXF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sVuHUM3lXF .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sVuHUM3lXF .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sVuHUM3lXF .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sVuHUM3lXF .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sVuHUM3lXF .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sVuHUM3lXF .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVuHUM3lXF .nav-dropdown .link {
  font-weight: 400;
}
.cid-sVuHUM3lXF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sVuHUM3lXF .content-right-side {
  text-align: center;
}
.cid-sVuHUM3lXF .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sVuHUM3lXF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sVuHUM3lXF .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sVuHUM3lXF .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sVuHUM3lXF .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVuHUM3lXF .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sVuHUM3lXF .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sVuHUM3lXF .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sVuHUM3lXF .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sVuHUM3lXF .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sVuHUM3lXF .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sVuHUM3lXF .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sVuHUM3lXF .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sVuHUM3lXF .navbar {
    display: block;
    padding: 0;
  }
  .cid-sVuHUM3lXF .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sVuHUM3lXF .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sVuHUM3lXF .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sVuHUM3lXF .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sVuHUM3lXF .navbar-toggler {
    display: none;
  }
  .cid-sVuHUM3lXF .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVuHUM3lXF .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sVuHUM3lXF .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVuHUM3lXF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sVuHUM3lXF .menu-logo {
  margin-right: auto;
}
.cid-sVuHUM3lXF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVuHUM3lXF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sVuHUM3lXF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sVuHUM3lXF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sVuHUM3lXF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sVuHUM3lXF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sVuHUM3lXF .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sVuHUM3lXF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sVuHUM3lXF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVuHUM3lXF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sVuHUM3lXF .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sVuHUM3lXF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sVuHUM3lXF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVuHUM3lXF .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sVuHUM3lXF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sVuHUM3lXF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sVuHUM3lXF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVuHUM3lXF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sVuHUM3lXF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVuHUM3lXF .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sVuHUM3lXF .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sVuHUM3lXF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sVuHUM3lXF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sVuHUM3lXF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sVuHUM3lXF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sVuHUM3lXF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sVuHUM3lXF button.navbar-toggler:focus {
  outline: none;
}
.cid-sVuHUM3lXF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVuHUM3lXF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sVuHUM3lXF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVuHUM3lXF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVuHUM3lXF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sVuHUM3lXF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVuHUM3lXF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sVuHUM3lXF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sVuHUM3lXF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVuHUM3lXF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVuHUM3lXF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVuHUM3lXF .collapsed .btn {
  display: flex;
}
.cid-sVuHUM3lXF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sVuHUM3lXF .collapsed .navbar-collapse.collapsing,
.cid-sVuHUM3lXF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sVuHUM3lXF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sVuHUM3lXF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sVuHUM3lXF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sVuHUM3lXF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sVuHUM3lXF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sVuHUM3lXF .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sVuHUM3lXF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sVuHUM3lXF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sVuHUM3lXF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sVuHUM3lXF .collapsed button.navbar-toggler {
  display: block;
}
.cid-sVuHUM3lXF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sVuHUM3lXF .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVuHUM3lXF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sVuHUM3lXF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sVuHUM3lXF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sVuHUM3lXF .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sVuHUM3lXF .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVuHUM3lXF .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sVuHUM3lXF .navbar-collapse.collapsing,
  .cid-sVuHUM3lXF .navbar-collapse.show {
    display: block !important;
  }
  .cid-sVuHUM3lXF .navbar-collapse.collapsing .navbar-nav,
  .cid-sVuHUM3lXF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sVuHUM3lXF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sVuHUM3lXF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sVuHUM3lXF .navbar-collapse.collapsing .navbar-buttons,
  .cid-sVuHUM3lXF .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sVuHUM3lXF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sVuHUM3lXF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVuHUM3lXF .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sVuHUM3lXF img {
    height: 2.2rem !important;
  }
  .cid-sVuHUM3lXF .btn {
    display: flex;
  }
  .cid-sVuHUM3lXF button.navbar-toggler {
    display: block;
  }
  .cid-sVuHUM3lXF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sVuHUM3lXF .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sVuHUM3lXF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sVuHUM3lXF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sVuHUM3lXF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sVuHUM3lXF .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sVuHUM3lXF .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sVuHUM3lXF .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sVuHUM3lXF .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sVuHUM3lXF .nav-link:focus {
  outline: none;
}
.cid-sVuHUM3lXF .navbar-toggler {
  position: relative;
}
.cid-sVuHUM3lXF .dropdown-item.active,
.cid-sVuHUM3lXF .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sVuHUM3lXF .widget-title,
.cid-sVuHUM3lXF .widget-icon {
  color: #9e9e9e;
}
.cid-uDSzyVTnCl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uDSzyVTnCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDSzyVTnCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDSzyVTnCl .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDSzyVTnCl .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDSzyVTnCl .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uDSzyVTnCl .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDSzyVTnCl .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uDSzyVTnCl .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDSzyVTnCl .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDSzyVTnCl .image-wrapper img {
    height: 350px;
  }
}
.cid-uDSzyVTnCl .mbr-section-title {
  color: #ffffff;
}
.cid-uDSzyVTnCl .mbr-text,
.cid-uDSzyVTnCl .text-wrapper {
  color: #9aa0a6;
}
.cid-sVuHUOpKP7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVuHUOpKP7 .mbr-text {
  color: #656565;
}
.cid-sVuHUOpKP7 .list {
  color: #666666;
}
.cid-sVuHUOpKP7 ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sVuHUOpKP7 li {
  padding-bottom: 0.5rem;
}
.cid-sVuHUOpKP7 .mbr-section-subtitle {
  color: #656565;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sVuQJhA2qy .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sVuQJhA2qy .navbar-fixed-top {
  padding-top: 0;
}
.cid-sVuQJhA2qy .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sVuQJhA2qy .dropdown-item {
  padding: 0;
}
.cid-sVuQJhA2qy .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sVuQJhA2qy .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sVuQJhA2qy .menu-content-top {
    display: block;
  }
  .cid-sVuQJhA2qy .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sVuQJhA2qy .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sVuQJhA2qy nav.opened .menu-content-top {
  display: none;
}
.cid-sVuQJhA2qy .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVuQJhA2qy .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sVuQJhA2qy a {
  font-style: normal;
}
.cid-sVuQJhA2qy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sVuQJhA2qy .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sVuQJhA2qy .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVuQJhA2qy .content-text {
  margin-bottom: 0;
}
.cid-sVuQJhA2qy .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sVuQJhA2qy .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sVuQJhA2qy .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sVuQJhA2qy .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sVuQJhA2qy .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sVuQJhA2qy .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sVuQJhA2qy .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sVuQJhA2qy .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sVuQJhA2qy .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVuQJhA2qy .nav-dropdown .link {
  font-weight: 400;
}
.cid-sVuQJhA2qy .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sVuQJhA2qy .content-right-side {
  text-align: center;
}
.cid-sVuQJhA2qy .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sVuQJhA2qy .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sVuQJhA2qy .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sVuQJhA2qy .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sVuQJhA2qy .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVuQJhA2qy .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sVuQJhA2qy .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sVuQJhA2qy .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sVuQJhA2qy .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sVuQJhA2qy .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sVuQJhA2qy .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sVuQJhA2qy .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sVuQJhA2qy .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sVuQJhA2qy .navbar {
    display: block;
    padding: 0;
  }
  .cid-sVuQJhA2qy .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sVuQJhA2qy .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sVuQJhA2qy .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sVuQJhA2qy .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sVuQJhA2qy .navbar-toggler {
    display: none;
  }
  .cid-sVuQJhA2qy .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVuQJhA2qy .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sVuQJhA2qy .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVuQJhA2qy .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sVuQJhA2qy .menu-logo {
  margin-right: auto;
}
.cid-sVuQJhA2qy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVuQJhA2qy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sVuQJhA2qy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sVuQJhA2qy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sVuQJhA2qy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sVuQJhA2qy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sVuQJhA2qy .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sVuQJhA2qy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sVuQJhA2qy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVuQJhA2qy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sVuQJhA2qy .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sVuQJhA2qy .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sVuQJhA2qy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVuQJhA2qy .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sVuQJhA2qy .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sVuQJhA2qy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sVuQJhA2qy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVuQJhA2qy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sVuQJhA2qy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVuQJhA2qy .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sVuQJhA2qy .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sVuQJhA2qy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sVuQJhA2qy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sVuQJhA2qy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sVuQJhA2qy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sVuQJhA2qy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sVuQJhA2qy button.navbar-toggler:focus {
  outline: none;
}
.cid-sVuQJhA2qy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVuQJhA2qy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sVuQJhA2qy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVuQJhA2qy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVuQJhA2qy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sVuQJhA2qy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVuQJhA2qy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sVuQJhA2qy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sVuQJhA2qy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVuQJhA2qy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVuQJhA2qy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVuQJhA2qy .collapsed .btn {
  display: flex;
}
.cid-sVuQJhA2qy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sVuQJhA2qy .collapsed .navbar-collapse.collapsing,
.cid-sVuQJhA2qy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sVuQJhA2qy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sVuQJhA2qy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sVuQJhA2qy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sVuQJhA2qy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sVuQJhA2qy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sVuQJhA2qy .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sVuQJhA2qy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sVuQJhA2qy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sVuQJhA2qy .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sVuQJhA2qy .collapsed button.navbar-toggler {
  display: block;
}
.cid-sVuQJhA2qy .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sVuQJhA2qy .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVuQJhA2qy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sVuQJhA2qy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sVuQJhA2qy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sVuQJhA2qy .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sVuQJhA2qy .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVuQJhA2qy .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sVuQJhA2qy .navbar-collapse.collapsing,
  .cid-sVuQJhA2qy .navbar-collapse.show {
    display: block !important;
  }
  .cid-sVuQJhA2qy .navbar-collapse.collapsing .navbar-nav,
  .cid-sVuQJhA2qy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sVuQJhA2qy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sVuQJhA2qy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sVuQJhA2qy .navbar-collapse.collapsing .navbar-buttons,
  .cid-sVuQJhA2qy .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sVuQJhA2qy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sVuQJhA2qy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVuQJhA2qy .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sVuQJhA2qy img {
    height: 2.2rem !important;
  }
  .cid-sVuQJhA2qy .btn {
    display: flex;
  }
  .cid-sVuQJhA2qy button.navbar-toggler {
    display: block;
  }
  .cid-sVuQJhA2qy .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sVuQJhA2qy .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sVuQJhA2qy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sVuQJhA2qy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sVuQJhA2qy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sVuQJhA2qy .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sVuQJhA2qy .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sVuQJhA2qy .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sVuQJhA2qy .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sVuQJhA2qy .nav-link:focus {
  outline: none;
}
.cid-sVuQJhA2qy .navbar-toggler {
  position: relative;
}
.cid-sVuQJhA2qy .dropdown-item.active,
.cid-sVuQJhA2qy .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sVuQJhA2qy .widget-title,
.cid-sVuQJhA2qy .widget-icon {
  color: #9e9e9e;
}
.cid-uDSE2b7uzt {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-uDSE2b7uzt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDSE2b7uzt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDSE2b7uzt .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDSE2b7uzt .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDSE2b7uzt .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uDSE2b7uzt .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDSE2b7uzt .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uDSE2b7uzt .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDSE2b7uzt .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDSE2b7uzt .image-wrapper img {
    height: 350px;
  }
}
.cid-uDSE2b7uzt .mbr-section-title {
  color: #ffffff;
}
.cid-uDSE2b7uzt .mbr-text,
.cid-uDSE2b7uzt .text-wrapper {
  color: #9aa0a6;
}
.cid-sVuQJj86Ns {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVuQJj86Ns .mbr-text {
  color: #656565;
}
.cid-sVuQJj86Ns .list {
  color: #666666;
}
.cid-sVuQJj86Ns ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sVuQJj86Ns li {
  padding-bottom: 0.5rem;
}
.cid-sVuQJj86Ns .mbr-section-subtitle {
  color: #656565;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sVveg4qtju .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sVveg4qtju .navbar-fixed-top {
  padding-top: 0;
}
.cid-sVveg4qtju .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sVveg4qtju .dropdown-item {
  padding: 0;
}
.cid-sVveg4qtju .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sVveg4qtju .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sVveg4qtju .menu-content-top {
    display: block;
  }
  .cid-sVveg4qtju .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sVveg4qtju .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sVveg4qtju nav.opened .menu-content-top {
  display: none;
}
.cid-sVveg4qtju .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVveg4qtju .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sVveg4qtju a {
  font-style: normal;
}
.cid-sVveg4qtju .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sVveg4qtju .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sVveg4qtju .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVveg4qtju .content-text {
  margin-bottom: 0;
}
.cid-sVveg4qtju .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sVveg4qtju .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sVveg4qtju .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sVveg4qtju .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sVveg4qtju .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sVveg4qtju .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sVveg4qtju .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sVveg4qtju .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sVveg4qtju .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVveg4qtju .nav-dropdown .link {
  font-weight: 400;
}
.cid-sVveg4qtju .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sVveg4qtju .content-right-side {
  text-align: center;
}
.cid-sVveg4qtju .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sVveg4qtju .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sVveg4qtju .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sVveg4qtju .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sVveg4qtju .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVveg4qtju .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sVveg4qtju .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sVveg4qtju .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sVveg4qtju .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sVveg4qtju .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sVveg4qtju .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sVveg4qtju .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sVveg4qtju .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sVveg4qtju .navbar {
    display: block;
    padding: 0;
  }
  .cid-sVveg4qtju .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sVveg4qtju .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sVveg4qtju .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sVveg4qtju .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sVveg4qtju .navbar-toggler {
    display: none;
  }
  .cid-sVveg4qtju .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVveg4qtju .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sVveg4qtju .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVveg4qtju .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sVveg4qtju .menu-logo {
  margin-right: auto;
}
.cid-sVveg4qtju .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVveg4qtju .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sVveg4qtju .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sVveg4qtju .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sVveg4qtju .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sVveg4qtju .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sVveg4qtju .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sVveg4qtju .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sVveg4qtju .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVveg4qtju .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sVveg4qtju .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sVveg4qtju .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sVveg4qtju .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVveg4qtju .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sVveg4qtju .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sVveg4qtju .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sVveg4qtju .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVveg4qtju .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sVveg4qtju .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVveg4qtju .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sVveg4qtju .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sVveg4qtju .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sVveg4qtju .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sVveg4qtju .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sVveg4qtju .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sVveg4qtju button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sVveg4qtju button.navbar-toggler:focus {
  outline: none;
}
.cid-sVveg4qtju button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVveg4qtju button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sVveg4qtju button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVveg4qtju button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVveg4qtju button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sVveg4qtju nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVveg4qtju nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sVveg4qtju nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sVveg4qtju nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVveg4qtju .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVveg4qtju .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVveg4qtju .collapsed .btn {
  display: flex;
}
.cid-sVveg4qtju .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sVveg4qtju .collapsed .navbar-collapse.collapsing,
.cid-sVveg4qtju .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sVveg4qtju .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sVveg4qtju .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sVveg4qtju .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sVveg4qtju .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sVveg4qtju .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sVveg4qtju .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sVveg4qtju .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sVveg4qtju .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sVveg4qtju .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sVveg4qtju .collapsed button.navbar-toggler {
  display: block;
}
.cid-sVveg4qtju .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sVveg4qtju .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVveg4qtju .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sVveg4qtju .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sVveg4qtju .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sVveg4qtju .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sVveg4qtju .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVveg4qtju .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sVveg4qtju .navbar-collapse.collapsing,
  .cid-sVveg4qtju .navbar-collapse.show {
    display: block !important;
  }
  .cid-sVveg4qtju .navbar-collapse.collapsing .navbar-nav,
  .cid-sVveg4qtju .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sVveg4qtju .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sVveg4qtju .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sVveg4qtju .navbar-collapse.collapsing .navbar-buttons,
  .cid-sVveg4qtju .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sVveg4qtju .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sVveg4qtju .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVveg4qtju .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sVveg4qtju img {
    height: 2.2rem !important;
  }
  .cid-sVveg4qtju .btn {
    display: flex;
  }
  .cid-sVveg4qtju button.navbar-toggler {
    display: block;
  }
  .cid-sVveg4qtju .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sVveg4qtju .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sVveg4qtju .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sVveg4qtju .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sVveg4qtju .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sVveg4qtju .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sVveg4qtju .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sVveg4qtju .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sVveg4qtju .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sVveg4qtju .nav-link:focus {
  outline: none;
}
.cid-sVveg4qtju .navbar-toggler {
  position: relative;
}
.cid-sVveg4qtju .dropdown-item.active,
.cid-sVveg4qtju .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sVveg4qtju .widget-title,
.cid-sVveg4qtju .widget-icon {
  color: #9e9e9e;
}
.cid-uDSAPEYMXZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uDSAPEYMXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDSAPEYMXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDSAPEYMXZ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDSAPEYMXZ .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDSAPEYMXZ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uDSAPEYMXZ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDSAPEYMXZ .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uDSAPEYMXZ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDSAPEYMXZ .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDSAPEYMXZ .image-wrapper img {
    height: 350px;
  }
}
.cid-uDSAPEYMXZ .mbr-section-title {
  color: #ffffff;
}
.cid-uDSAPEYMXZ .mbr-text,
.cid-uDSAPEYMXZ .text-wrapper {
  color: #9aa0a6;
}
.cid-sVveg5yiIk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVveg5yiIk .mbr-text {
  color: #656565;
}
.cid-sVveg5yiIk .list {
  color: #666666;
}
.cid-sVveg5yiIk ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sVveg5yiIk li {
  padding-bottom: 0.5rem;
}
.cid-sVveg5yiIk .mbr-section-subtitle {
  color: #656565;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sVuDuyJd3H .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sVuDuyJd3H .navbar-fixed-top {
  padding-top: 0;
}
.cid-sVuDuyJd3H .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sVuDuyJd3H .dropdown-item {
  padding: 0;
}
.cid-sVuDuyJd3H .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sVuDuyJd3H .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sVuDuyJd3H .menu-content-top {
    display: block;
  }
  .cid-sVuDuyJd3H .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sVuDuyJd3H .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sVuDuyJd3H nav.opened .menu-content-top {
  display: none;
}
.cid-sVuDuyJd3H .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVuDuyJd3H .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sVuDuyJd3H a {
  font-style: normal;
}
.cid-sVuDuyJd3H .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sVuDuyJd3H .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sVuDuyJd3H .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVuDuyJd3H .content-text {
  margin-bottom: 0;
}
.cid-sVuDuyJd3H .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sVuDuyJd3H .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sVuDuyJd3H .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sVuDuyJd3H .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sVuDuyJd3H .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sVuDuyJd3H .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sVuDuyJd3H .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sVuDuyJd3H .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sVuDuyJd3H .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVuDuyJd3H .nav-dropdown .link {
  font-weight: 400;
}
.cid-sVuDuyJd3H .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sVuDuyJd3H .content-right-side {
  text-align: center;
}
.cid-sVuDuyJd3H .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sVuDuyJd3H .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sVuDuyJd3H .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sVuDuyJd3H .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sVuDuyJd3H .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVuDuyJd3H .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sVuDuyJd3H .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sVuDuyJd3H .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sVuDuyJd3H .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sVuDuyJd3H .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sVuDuyJd3H .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sVuDuyJd3H .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sVuDuyJd3H .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sVuDuyJd3H .navbar {
    display: block;
    padding: 0;
  }
  .cid-sVuDuyJd3H .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sVuDuyJd3H .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sVuDuyJd3H .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sVuDuyJd3H .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sVuDuyJd3H .navbar-toggler {
    display: none;
  }
  .cid-sVuDuyJd3H .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVuDuyJd3H .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sVuDuyJd3H .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVuDuyJd3H .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sVuDuyJd3H .menu-logo {
  margin-right: auto;
}
.cid-sVuDuyJd3H .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVuDuyJd3H .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sVuDuyJd3H .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sVuDuyJd3H .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sVuDuyJd3H .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sVuDuyJd3H .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sVuDuyJd3H .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sVuDuyJd3H .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sVuDuyJd3H .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVuDuyJd3H .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sVuDuyJd3H .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sVuDuyJd3H .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sVuDuyJd3H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVuDuyJd3H .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sVuDuyJd3H .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sVuDuyJd3H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sVuDuyJd3H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVuDuyJd3H .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sVuDuyJd3H .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVuDuyJd3H .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sVuDuyJd3H .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sVuDuyJd3H .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sVuDuyJd3H .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sVuDuyJd3H .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sVuDuyJd3H .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sVuDuyJd3H button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sVuDuyJd3H button.navbar-toggler:focus {
  outline: none;
}
.cid-sVuDuyJd3H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVuDuyJd3H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sVuDuyJd3H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVuDuyJd3H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVuDuyJd3H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sVuDuyJd3H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVuDuyJd3H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sVuDuyJd3H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sVuDuyJd3H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVuDuyJd3H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVuDuyJd3H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVuDuyJd3H .collapsed .btn {
  display: flex;
}
.cid-sVuDuyJd3H .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sVuDuyJd3H .collapsed .navbar-collapse.collapsing,
.cid-sVuDuyJd3H .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sVuDuyJd3H .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sVuDuyJd3H .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sVuDuyJd3H .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sVuDuyJd3H .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sVuDuyJd3H .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sVuDuyJd3H .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sVuDuyJd3H .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sVuDuyJd3H .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sVuDuyJd3H .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sVuDuyJd3H .collapsed button.navbar-toggler {
  display: block;
}
.cid-sVuDuyJd3H .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sVuDuyJd3H .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVuDuyJd3H .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sVuDuyJd3H .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sVuDuyJd3H .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sVuDuyJd3H .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sVuDuyJd3H .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sVuDuyJd3H .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sVuDuyJd3H .navbar-collapse.collapsing,
  .cid-sVuDuyJd3H .navbar-collapse.show {
    display: block !important;
  }
  .cid-sVuDuyJd3H .navbar-collapse.collapsing .navbar-nav,
  .cid-sVuDuyJd3H .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sVuDuyJd3H .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sVuDuyJd3H .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sVuDuyJd3H .navbar-collapse.collapsing .navbar-buttons,
  .cid-sVuDuyJd3H .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sVuDuyJd3H .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sVuDuyJd3H .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVuDuyJd3H .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sVuDuyJd3H img {
    height: 2.2rem !important;
  }
  .cid-sVuDuyJd3H .btn {
    display: flex;
  }
  .cid-sVuDuyJd3H button.navbar-toggler {
    display: block;
  }
  .cid-sVuDuyJd3H .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sVuDuyJd3H .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sVuDuyJd3H .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sVuDuyJd3H .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sVuDuyJd3H .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sVuDuyJd3H .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sVuDuyJd3H .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sVuDuyJd3H .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sVuDuyJd3H .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sVuDuyJd3H .nav-link:focus {
  outline: none;
}
.cid-sVuDuyJd3H .navbar-toggler {
  position: relative;
}
.cid-sVuDuyJd3H .dropdown-item.active,
.cid-sVuDuyJd3H .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sVuDuyJd3H .widget-title,
.cid-sVuDuyJd3H .widget-icon {
  color: #9e9e9e;
}
.cid-uDSD67U6sX {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-uDSD67U6sX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDSD67U6sX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDSD67U6sX .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDSD67U6sX .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDSD67U6sX .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uDSD67U6sX .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDSD67U6sX .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uDSD67U6sX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDSD67U6sX .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDSD67U6sX .image-wrapper img {
    height: 350px;
  }
}
.cid-uDSD67U6sX .mbr-section-title {
  color: #ffffff;
}
.cid-uDSD67U6sX .mbr-text,
.cid-uDSD67U6sX .text-wrapper {
  color: #9aa0a6;
}
.cid-t73sEh4JQt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t73sEh4JQt .mbr-text {
  color: #656565;
}
.cid-t73sEh4JQt .list {
  color: #666666;
}
.cid-t73sEh4JQt ul {
  list-style-position: inside;
  padding: 0;
}
.cid-t73sEh4JQt li {
  padding-bottom: 0.5rem;
}
.cid-t73sEh4JQt .mbr-section-subtitle {
  color: #656565;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-ttarhaI6vh {
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-ttarhaI6vh .link-wrapper {
  width: 100%;
}
.cid-ttarhaI6vh .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-ttarhaI6vh .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-ttarhaI6vh .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-ttarhaI6vh .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-ttarhaI6vh .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-ttarhaI6vh .mbr-section-title DIV {
  text-align: center;
}
.cid-ttarhaI6vh .mbr-text,
.cid-ttarhaI6vh .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-ttarhaI6vh .link,
.cid-ttarhaI6vh .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ttarhaI6vh .mbr-section-title {
  color: #ffffff;
}
.cid-ttarUHjyOO {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ttarUHjyOO .item-wrapper {
  width: 100%;
}
.cid-ttarUHjyOO .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #1d1d1f;
  font-weight: 700;
}
.cid-ttarUHjyOO .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-ttarUHjyOO .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-ttarUHjyOO .link {
  margin-top: 29px;
}
.cid-ttarUHjyOO .col-auto {
  display: inline-block;
}
.cid-ttarUHjyOO .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-ttarUHjyOO .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-ttarUHjyOO .container-fluid {
  padding: 0;
}
.cid-ttarUHjyOO .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-ttarUHjyOO .right-side {
  padding-left: 0;
}
.cid-ttarUHjyOO .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-ttarUHjyOO .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-ttarUHjyOO .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-ttarUHjyOO .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-ttarUHjyOO .right-side {
    padding: 0px;
  }
}
.cid-ttarUHjyOO a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-ttarUHjyOO rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-ttarUHjyOO .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-ttarUHjyOO svg {
  margin-left: 15px;
}
.cid-ttarUHjyOO path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-ttarUHjyOO .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-ttarUHjyOO .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-ttarUHjyOO .link a {
  background-image: none !important;
}
.cid-ttasOJQqJW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttasOJQqJW .wrapper {
  background: #dde8eb;
}
.cid-ttasOJQqJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttasOJQqJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttasQc8tA6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttasQc8tA6 .wrapper {
  background: #dde8eb;
}
.cid-ttasQc8tA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttasQc8tA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttasRLrxmE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttasRLrxmE .wrapper {
  background: #dde8eb;
}
.cid-ttasRLrxmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttasRLrxmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttasSoXzlw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttasSoXzlw .wrapper {
  background: #dde8eb;
}
.cid-ttasSoXzlw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttasSoXzlw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttaveaZzq3 {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ttaveaZzq3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-tywuVbeHXb {
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-tywuVbeHXb .link-wrapper {
  width: 100%;
}
.cid-tywuVbeHXb .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-tywuVbeHXb .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-tywuVbeHXb .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-tywuVbeHXb .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-tywuVbeHXb .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-tywuVbeHXb .mbr-section-title DIV {
  text-align: center;
}
.cid-tywuVbeHXb .mbr-text,
.cid-tywuVbeHXb .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-tywuVbeHXb .link,
.cid-tywuVbeHXb .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tywuVbeHXb .mbr-section-title {
  color: #ffffff;
}
.cid-tyOnzsMrkl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyOnzsMrkl .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-tyOnzsMrkl .mbr-media {
  z-index: 2;
}
.cid-tyOnzsMrkl .box {
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
}
.cid-tyOnzsMrkl .box:before {
  background-image: url("../../../assets/images/untitled-design-1-1920x1280.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  transition: all 2s;
  height: 100%;
  left: 0;
}
.cid-tyOnzsMrkl .box:hover:before {
  transform: scale(1.1);
}
.cid-tyOnzsMrkl .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: #ffffff;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-tyOnzsMrkl .icon-wrap:hover {
  background: #ffffff;
}
.cid-tyOnzsMrkl .icon-wrap span {
  padding-left: 4px;
}
.cid-tyOnzsMrkl .mbr-media span {
  font-size: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-tyOnzsMrkl .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tyOnzsMrkl .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tyOnzsMrkl .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tyOnzsMrkl .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tyOnzsMrkl a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tyOnzsMrkl a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tyOnzsMrkl .box {
    height: 250px;
  }
}
.cid-tyOnzsMrkl .mbr-section-title {
  color: #000000;
}
.cid-tyOnzsMrkl H4 {
  color: #000000;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sUNyGCMHSc {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-sUNyGCMHSc .link-wrapper {
  width: 100%;
}
.cid-sUNyGCMHSc .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sUNyGCMHSc .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUNyGCMHSc .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sUNyGCMHSc .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sUNyGCMHSc .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUNyGCMHSc .mbr-section-title DIV {
  text-align: center;
}
.cid-sUNyGCMHSc .mbr-text,
.cid-sUNyGCMHSc .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sUNyGCMHSc .link,
.cid-sUNyGCMHSc .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sUNyGCMHSc .mbr-section-title {
  color: #ffffff;
}
.cid-sUNyHmZXsT {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sUNyHmZXsT h2,
.cid-sUNyHmZXsT h3,
.cid-sUNyHmZXsT h4,
.cid-sUNyHmZXsT p {
  margin: 0;
}
.cid-sUNyHmZXsT .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sUNyHmZXsT .mbr-section-title {
  color: #666666;
  margin-bottom: 10px;
}
.cid-sUNyHmZXsT .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sUNyJUa4Xx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUNyJUa4Xx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sUNyJUa4Xx .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sUNyJUa4Xx .mbr-text {
  margin-bottom: 30px;
}
.cid-sUNyJUa4Xx .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sUNyJUa4Xx .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sUNyJUa4Xx .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sUNyJUa4Xx .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sUNyJUa4Xx .btn_link:hover {
  cursor: pointer;
}
.cid-sUNyJUa4Xx .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sUNyJUa4Xx .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sUNyJUa4Xx .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sUNyJUa4Xx .text-wrapper {
    text-align: center;
  }
  .cid-sUNyJUa4Xx .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sUNyJUa4Xx .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sUNyJUa4Xx .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sUNyJUa4Xx .card-title,
.cid-sUNyJUa4Xx .icon_block {
  color: #000000;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-tm43kI11mo .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tm43kI11mo .navbar-fixed-top {
  padding-top: 0;
}
.cid-tm43kI11mo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tm43kI11mo .dropdown-item {
  padding: 0;
}
.cid-tm43kI11mo .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-tm43kI11mo .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tm43kI11mo .menu-content-top {
    display: block;
  }
  .cid-tm43kI11mo .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tm43kI11mo .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tm43kI11mo nav.opened .menu-content-top {
  display: none;
}
.cid-tm43kI11mo .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tm43kI11mo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tm43kI11mo a {
  font-style: normal;
}
.cid-tm43kI11mo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tm43kI11mo .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tm43kI11mo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tm43kI11mo .content-text {
  margin-bottom: 0;
}
.cid-tm43kI11mo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tm43kI11mo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tm43kI11mo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tm43kI11mo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tm43kI11mo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tm43kI11mo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tm43kI11mo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tm43kI11mo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tm43kI11mo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tm43kI11mo .nav-dropdown .link {
  font-weight: 400;
}
.cid-tm43kI11mo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tm43kI11mo .content-right-side {
  text-align: center;
}
.cid-tm43kI11mo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tm43kI11mo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tm43kI11mo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tm43kI11mo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tm43kI11mo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tm43kI11mo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tm43kI11mo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tm43kI11mo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tm43kI11mo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tm43kI11mo .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tm43kI11mo .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tm43kI11mo .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tm43kI11mo .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tm43kI11mo .navbar {
    display: block;
    padding: 0;
  }
  .cid-tm43kI11mo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tm43kI11mo .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-tm43kI11mo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tm43kI11mo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tm43kI11mo .navbar-toggler {
    display: none;
  }
  .cid-tm43kI11mo .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tm43kI11mo .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tm43kI11mo .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tm43kI11mo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tm43kI11mo .menu-logo {
  margin-right: auto;
}
.cid-tm43kI11mo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tm43kI11mo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tm43kI11mo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tm43kI11mo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tm43kI11mo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tm43kI11mo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tm43kI11mo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tm43kI11mo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tm43kI11mo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tm43kI11mo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tm43kI11mo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tm43kI11mo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tm43kI11mo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tm43kI11mo .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tm43kI11mo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tm43kI11mo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tm43kI11mo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tm43kI11mo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tm43kI11mo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tm43kI11mo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tm43kI11mo .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tm43kI11mo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tm43kI11mo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tm43kI11mo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tm43kI11mo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tm43kI11mo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tm43kI11mo button.navbar-toggler:focus {
  outline: none;
}
.cid-tm43kI11mo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tm43kI11mo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tm43kI11mo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tm43kI11mo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tm43kI11mo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tm43kI11mo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tm43kI11mo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tm43kI11mo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tm43kI11mo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tm43kI11mo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tm43kI11mo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tm43kI11mo .collapsed .btn {
  display: flex;
}
.cid-tm43kI11mo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tm43kI11mo .collapsed .navbar-collapse.collapsing,
.cid-tm43kI11mo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tm43kI11mo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tm43kI11mo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tm43kI11mo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tm43kI11mo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tm43kI11mo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tm43kI11mo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tm43kI11mo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tm43kI11mo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tm43kI11mo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tm43kI11mo .collapsed button.navbar-toggler {
  display: block;
}
.cid-tm43kI11mo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tm43kI11mo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tm43kI11mo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tm43kI11mo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tm43kI11mo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tm43kI11mo .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tm43kI11mo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tm43kI11mo .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tm43kI11mo .navbar-collapse.collapsing,
  .cid-tm43kI11mo .navbar-collapse.show {
    display: block !important;
  }
  .cid-tm43kI11mo .navbar-collapse.collapsing .navbar-nav,
  .cid-tm43kI11mo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tm43kI11mo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tm43kI11mo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tm43kI11mo .navbar-collapse.collapsing .navbar-buttons,
  .cid-tm43kI11mo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tm43kI11mo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tm43kI11mo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tm43kI11mo .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tm43kI11mo img {
    height: 2.2rem !important;
  }
  .cid-tm43kI11mo .btn {
    display: flex;
  }
  .cid-tm43kI11mo button.navbar-toggler {
    display: block;
  }
  .cid-tm43kI11mo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tm43kI11mo .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tm43kI11mo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tm43kI11mo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tm43kI11mo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tm43kI11mo .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tm43kI11mo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tm43kI11mo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tm43kI11mo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tm43kI11mo .nav-link:focus {
  outline: none;
}
.cid-tm43kI11mo .navbar-toggler {
  position: relative;
}
.cid-tm43kI11mo .dropdown-item.active,
.cid-tm43kI11mo .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-tm43kI11mo .widget-title,
.cid-tm43kI11mo .widget-icon {
  color: #9e9e9e;
}
.cid-uDSCFeOWdg {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-uDSCFeOWdg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDSCFeOWdg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDSCFeOWdg .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDSCFeOWdg .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDSCFeOWdg .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uDSCFeOWdg .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDSCFeOWdg .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uDSCFeOWdg .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDSCFeOWdg .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDSCFeOWdg .image-wrapper img {
    height: 350px;
  }
}
.cid-uDSCFeOWdg .mbr-section-title {
  color: #ffffff;
}
.cid-uDSCFeOWdg .mbr-text,
.cid-uDSCFeOWdg .text-wrapper {
  color: #9aa0a6;
}
.cid-tm48OvUdZ3 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tm48OvUdZ3 .mbr-text,
.cid-tm48OvUdZ3 .mbr-section-btn {
  text-align: left;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-uDTmPmgztS {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-uDTmPmgztS .link-wrapper {
  width: 100%;
}
.cid-uDTmPmgztS .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uDTmPmgztS .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uDTmPmgztS .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uDTmPmgztS .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uDTmPmgztS .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uDTmPmgztS .mbr-section-title DIV {
  text-align: center;
}
.cid-uDTmPmgztS .mbr-text,
.cid-uDTmPmgztS .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-uDTmPmgztS .link,
.cid-uDTmPmgztS .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uDTmPmgztS .mbr-section-title {
  color: #ffffff;
}
.cid-uDTmyWdIu6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDTmyWdIu6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uDTmyWdIu6 .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-uDTmyWdIu6 .mbr-text {
  margin-bottom: 30px;
}
.cid-uDTmyWdIu6 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uDTmyWdIu6 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uDTmyWdIu6 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uDTmyWdIu6 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uDTmyWdIu6 .btn_link:hover {
  cursor: pointer;
}
.cid-uDTmyWdIu6 .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-uDTmyWdIu6 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uDTmyWdIu6 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDTmyWdIu6 .text-wrapper {
    text-align: center;
  }
  .cid-uDTmyWdIu6 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uDTmyWdIu6 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uDTmyWdIu6 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uDTmyWdIu6 .card-title,
.cid-uDTmyWdIu6 .icon_block {
  color: #000000;
}
.cid-uDTniDgRqr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDTniDgRqr .mbr-text {
  color: #666666;
}
.cid-uDTniDgRqr .list {
  color: #666666;
}
.cid-uDTniDgRqr ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uDTniDgRqr li {
  padding-bottom: 0.5rem;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-uDYyh1x7KN .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uDYyh1x7KN .navbar-fixed-top {
  padding-top: 0;
}
.cid-uDYyh1x7KN .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uDYyh1x7KN .dropdown-item {
  padding: 0;
}
.cid-uDYyh1x7KN .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-uDYyh1x7KN .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-uDYyh1x7KN .menu-content-top {
    display: block;
  }
  .cid-uDYyh1x7KN .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-uDYyh1x7KN .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-uDYyh1x7KN nav.opened .menu-content-top {
  display: none;
}
.cid-uDYyh1x7KN .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDYyh1x7KN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uDYyh1x7KN a {
  font-style: normal;
}
.cid-uDYyh1x7KN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uDYyh1x7KN .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uDYyh1x7KN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDYyh1x7KN .content-text {
  margin-bottom: 0;
}
.cid-uDYyh1x7KN .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uDYyh1x7KN .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uDYyh1x7KN .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uDYyh1x7KN .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uDYyh1x7KN .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uDYyh1x7KN .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uDYyh1x7KN .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uDYyh1x7KN .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uDYyh1x7KN .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDYyh1x7KN .nav-dropdown .link {
  font-weight: 400;
}
.cid-uDYyh1x7KN .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uDYyh1x7KN .content-right-side {
  text-align: center;
}
.cid-uDYyh1x7KN .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uDYyh1x7KN .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uDYyh1x7KN .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uDYyh1x7KN .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uDYyh1x7KN .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDYyh1x7KN .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uDYyh1x7KN .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uDYyh1x7KN .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uDYyh1x7KN .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uDYyh1x7KN .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uDYyh1x7KN .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uDYyh1x7KN .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDYyh1x7KN .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uDYyh1x7KN .navbar {
    display: block;
    padding: 0;
  }
  .cid-uDYyh1x7KN .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDYyh1x7KN .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-uDYyh1x7KN .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uDYyh1x7KN .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uDYyh1x7KN .navbar-toggler {
    display: none;
  }
  .cid-uDYyh1x7KN .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uDYyh1x7KN .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uDYyh1x7KN .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDYyh1x7KN .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uDYyh1x7KN .menu-logo {
  margin-right: auto;
}
.cid-uDYyh1x7KN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDYyh1x7KN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uDYyh1x7KN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uDYyh1x7KN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uDYyh1x7KN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uDYyh1x7KN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uDYyh1x7KN .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uDYyh1x7KN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uDYyh1x7KN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDYyh1x7KN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uDYyh1x7KN .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDYyh1x7KN .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uDYyh1x7KN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDYyh1x7KN .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uDYyh1x7KN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uDYyh1x7KN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uDYyh1x7KN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uDYyh1x7KN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uDYyh1x7KN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDYyh1x7KN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uDYyh1x7KN .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uDYyh1x7KN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uDYyh1x7KN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uDYyh1x7KN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-uDYyh1x7KN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uDYyh1x7KN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-uDYyh1x7KN button.navbar-toggler:focus {
  outline: none;
}
.cid-uDYyh1x7KN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDYyh1x7KN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDYyh1x7KN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDYyh1x7KN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDYyh1x7KN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDYyh1x7KN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDYyh1x7KN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDYyh1x7KN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDYyh1x7KN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDYyh1x7KN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDYyh1x7KN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDYyh1x7KN .collapsed .btn {
  display: flex;
}
.cid-uDYyh1x7KN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uDYyh1x7KN .collapsed .navbar-collapse.collapsing,
.cid-uDYyh1x7KN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uDYyh1x7KN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uDYyh1x7KN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uDYyh1x7KN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uDYyh1x7KN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uDYyh1x7KN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uDYyh1x7KN .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uDYyh1x7KN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uDYyh1x7KN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uDYyh1x7KN .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uDYyh1x7KN .collapsed button.navbar-toggler {
  display: block;
}
.cid-uDYyh1x7KN .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uDYyh1x7KN .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uDYyh1x7KN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uDYyh1x7KN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uDYyh1x7KN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uDYyh1x7KN .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uDYyh1x7KN .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uDYyh1x7KN .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uDYyh1x7KN .navbar-collapse.collapsing,
  .cid-uDYyh1x7KN .navbar-collapse.show {
    display: block !important;
  }
  .cid-uDYyh1x7KN .navbar-collapse.collapsing .navbar-nav,
  .cid-uDYyh1x7KN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uDYyh1x7KN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uDYyh1x7KN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uDYyh1x7KN .navbar-collapse.collapsing .navbar-buttons,
  .cid-uDYyh1x7KN .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDYyh1x7KN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uDYyh1x7KN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDYyh1x7KN .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDYyh1x7KN img {
    height: 2.2rem !important;
  }
  .cid-uDYyh1x7KN .btn {
    display: flex;
  }
  .cid-uDYyh1x7KN button.navbar-toggler {
    display: block;
  }
  .cid-uDYyh1x7KN .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uDYyh1x7KN .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uDYyh1x7KN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uDYyh1x7KN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uDYyh1x7KN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uDYyh1x7KN .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uDYyh1x7KN .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uDYyh1x7KN .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uDYyh1x7KN .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uDYyh1x7KN .nav-link:focus {
  outline: none;
}
.cid-uDYyh1x7KN .navbar-toggler {
  position: relative;
}
.cid-uDYyh1x7KN .dropdown-item.active,
.cid-uDYyh1x7KN .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-uDYyh1x7KN .widget-title,
.cid-uDYyh1x7KN .widget-icon {
  color: #9e9e9e;
}
.cid-uDYyh2q60a {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-uDYyh2q60a .link-wrapper {
  width: 100%;
}
.cid-uDYyh2q60a .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uDYyh2q60a .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uDYyh2q60a .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uDYyh2q60a .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uDYyh2q60a .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uDYyh2q60a .mbr-section-title DIV {
  text-align: center;
}
.cid-uDYyh2q60a .mbr-text,
.cid-uDYyh2q60a .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-uDYyh2q60a .link,
.cid-uDYyh2q60a .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uDYyh2q60a .mbr-section-title {
  color: #ffffff;
}
.cid-uDYyh2T7mN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDYyh2T7mN .mbr-text {
  color: #666666;
}
.cid-uDYyh2T7mN .list {
  color: #666666;
}
.cid-uDYyh2T7mN ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uDYyh2T7mN li {
  padding-bottom: 0.5rem;
}
.cid-uDYyh2T7mN .mbr-section-subtitle {
  color: #656565;
}
.cid-uDYyh40Ltl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-uDYyh40Ltl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDYyh40Ltl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDYyh40Ltl .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDYyh40Ltl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uDYyh40Ltl .row {
    text-align: center;
  }
  .cid-uDYyh40Ltl .row > div {
    margin: auto;
  }
  .cid-uDYyh40Ltl .social-row {
    justify-content: center;
  }
}
.cid-uDYyh40Ltl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDYyh40Ltl .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uDYyh40Ltl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDYyh40Ltl .list {
    margin-bottom: 0rem;
  }
}
.cid-uDYyh40Ltl .mbr-text {
  color: #ffffff;
}
.cid-uDYyh40Ltl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uDYyh40Ltl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uDYyh40Ltl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uDYyh40Ltl H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-uENxC43dbI {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-uENxC43dbI .link-wrapper {
  width: 100%;
}
.cid-uENxC43dbI .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uENxC43dbI .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uENxC43dbI .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uENxC43dbI .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uENxC43dbI .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uENxC43dbI .mbr-section-title DIV {
  text-align: center;
}
.cid-uENxC43dbI .mbr-text,
.cid-uENxC43dbI .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-uENxC43dbI .link,
.cid-uENxC43dbI .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uENxC43dbI .mbr-section-title {
  color: #ffffff;
}
.cid-uENxkHRnwG {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uENxkHRnwG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uENxkHRnwG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uENxkHRnwG .row {
  justify-content: flex-start;
}
.cid-uENxkHRnwG .mbr-section-title {
  color: #45494E;
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uENxkHRnwG .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uENxkHRnwG .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-uENxkHRnwG .image-wrapper {
  width: 100%;
}
.cid-uENxkHRnwG .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-uENxkHRnwG .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-uENxkHRnwG .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uENxkHRnwG .mbr-text {
    margin-top: 45px;
  }
}
.cid-uENxkHRnwG .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uENxkHRnwG .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-uENxkHRnwG .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-uENxkHRnwG .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-uENxn49Xbu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uENxn49Xbu .mbr-text {
  color: #666666;
}
.cid-uENxn49Xbu .list {
  color: #666666;
}
.cid-uENxn49Xbu ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uENxn49Xbu li {
  padding-bottom: 0.5rem;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-uFlpM1JprU {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-uFlpM1JprU .link-wrapper {
  width: 100%;
}
.cid-uFlpM1JprU .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uFlpM1JprU .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uFlpM1JprU .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uFlpM1JprU .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uFlpM1JprU .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uFlpM1JprU .mbr-section-title DIV {
  text-align: center;
}
.cid-uFlpM1JprU .mbr-text,
.cid-uFlpM1JprU .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-uFlpM1JprU .link,
.cid-uFlpM1JprU .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uFlpM1JprU .mbr-section-title {
  color: #ffffff;
}
.cid-uFlpMLQyJx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFlpMLQyJx .mbr-text {
  color: #666666;
}
.cid-uFlpMLQyJx .list {
  color: #666666;
}
.cid-uFlpMLQyJx ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uFlpMLQyJx li {
  padding-bottom: 0.5rem;
}
.cid-uFlseejK42 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFlseejK42 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uFlseejK42 .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-uFlseejK42 .mbr-text {
  margin-bottom: 30px;
}
.cid-uFlseejK42 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uFlseejK42 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uFlseejK42 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uFlseejK42 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uFlseejK42 .btn_link:hover {
  cursor: pointer;
}
.cid-uFlseejK42 .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-uFlseejK42 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uFlseejK42 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFlseejK42 .text-wrapper {
    text-align: center;
  }
  .cid-uFlseejK42 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uFlseejK42 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uFlseejK42 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFlseejK42 .card-title,
.cid-uFlseejK42 .icon_block {
  color: #000000;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-uFlAHrrHDO {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.jpeg");
}
.cid-uFlAHrrHDO .link-wrapper {
  width: 100%;
}
.cid-uFlAHrrHDO .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uFlAHrrHDO .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uFlAHrrHDO .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uFlAHrrHDO .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uFlAHrrHDO .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uFlAHrrHDO .mbr-section-title DIV {
  text-align: center;
}
.cid-uFlAHrrHDO .mbr-text,
.cid-uFlAHrrHDO .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-uFlAHrrHDO .link,
.cid-uFlAHrrHDO .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uFlAHrrHDO .mbr-section-title {
  color: #ffffff;
}
.cid-uFlH2NpmyV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFlH2NpmyV .mbr-text {
  color: #1e2024;
}
.cid-uFlH2NpmyV .list {
  color: #666666;
}
.cid-uFlH2NpmyV ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uFlH2NpmyV li {
  padding-bottom: 0.5rem;
}
.cid-uFlH2NpmyV .mbr-section-subtitle {
  text-align: center;
}
.cid-uFlAWcgOKb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFlAWcgOKb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uFlAWcgOKb .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-uFlAWcgOKb .mbr-text {
  margin-bottom: 30px;
}
.cid-uFlAWcgOKb .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uFlAWcgOKb .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uFlAWcgOKb .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uFlAWcgOKb .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uFlAWcgOKb .btn_link:hover {
  cursor: pointer;
}
.cid-uFlAWcgOKb .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-uFlAWcgOKb .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uFlAWcgOKb .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFlAWcgOKb .text-wrapper {
    text-align: center;
  }
  .cid-uFlAWcgOKb .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uFlAWcgOKb .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uFlAWcgOKb .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFlAWcgOKb .card-title,
.cid-uFlAWcgOKb .icon_block {
  color: #000000;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-uFy5Qkttxz .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uFy5Qkttxz .navbar-fixed-top {
  padding-top: 0;
}
.cid-uFy5Qkttxz .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uFy5Qkttxz .dropdown-item {
  padding: 0;
}
.cid-uFy5Qkttxz .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-uFy5Qkttxz .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-uFy5Qkttxz .menu-content-top {
    display: block;
  }
  .cid-uFy5Qkttxz .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-uFy5Qkttxz .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-uFy5Qkttxz nav.opened .menu-content-top {
  display: none;
}
.cid-uFy5Qkttxz .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFy5Qkttxz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFy5Qkttxz a {
  font-style: normal;
}
.cid-uFy5Qkttxz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uFy5Qkttxz .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uFy5Qkttxz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFy5Qkttxz .content-text {
  margin-bottom: 0;
}
.cid-uFy5Qkttxz .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uFy5Qkttxz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uFy5Qkttxz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uFy5Qkttxz .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uFy5Qkttxz .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uFy5Qkttxz .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFy5Qkttxz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFy5Qkttxz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uFy5Qkttxz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFy5Qkttxz .nav-dropdown .link {
  font-weight: 400;
}
.cid-uFy5Qkttxz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uFy5Qkttxz .content-right-side {
  text-align: center;
}
.cid-uFy5Qkttxz .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uFy5Qkttxz .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uFy5Qkttxz .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uFy5Qkttxz .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uFy5Qkttxz .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFy5Qkttxz .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uFy5Qkttxz .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uFy5Qkttxz .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uFy5Qkttxz .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uFy5Qkttxz .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uFy5Qkttxz .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uFy5Qkttxz .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFy5Qkttxz .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uFy5Qkttxz .navbar {
    display: block;
    padding: 0;
  }
  .cid-uFy5Qkttxz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFy5Qkttxz .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-uFy5Qkttxz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uFy5Qkttxz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uFy5Qkttxz .navbar-toggler {
    display: none;
  }
  .cid-uFy5Qkttxz .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFy5Qkttxz .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uFy5Qkttxz .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFy5Qkttxz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uFy5Qkttxz .menu-logo {
  margin-right: auto;
}
.cid-uFy5Qkttxz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFy5Qkttxz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uFy5Qkttxz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFy5Qkttxz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFy5Qkttxz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uFy5Qkttxz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFy5Qkttxz .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uFy5Qkttxz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFy5Qkttxz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFy5Qkttxz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFy5Qkttxz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFy5Qkttxz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFy5Qkttxz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFy5Qkttxz .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uFy5Qkttxz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uFy5Qkttxz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFy5Qkttxz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFy5Qkttxz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFy5Qkttxz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFy5Qkttxz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uFy5Qkttxz .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uFy5Qkttxz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFy5Qkttxz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFy5Qkttxz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-uFy5Qkttxz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFy5Qkttxz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-uFy5Qkttxz button.navbar-toggler:focus {
  outline: none;
}
.cid-uFy5Qkttxz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFy5Qkttxz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFy5Qkttxz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFy5Qkttxz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFy5Qkttxz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFy5Qkttxz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFy5Qkttxz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFy5Qkttxz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFy5Qkttxz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFy5Qkttxz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFy5Qkttxz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFy5Qkttxz .collapsed .btn {
  display: flex;
}
.cid-uFy5Qkttxz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFy5Qkttxz .collapsed .navbar-collapse.collapsing,
.cid-uFy5Qkttxz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFy5Qkttxz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFy5Qkttxz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFy5Qkttxz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFy5Qkttxz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFy5Qkttxz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFy5Qkttxz .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uFy5Qkttxz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFy5Qkttxz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFy5Qkttxz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFy5Qkttxz .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFy5Qkttxz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uFy5Qkttxz .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFy5Qkttxz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uFy5Qkttxz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFy5Qkttxz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFy5Qkttxz .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uFy5Qkttxz .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFy5Qkttxz .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFy5Qkttxz .navbar-collapse.collapsing,
  .cid-uFy5Qkttxz .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFy5Qkttxz .navbar-collapse.collapsing .navbar-nav,
  .cid-uFy5Qkttxz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFy5Qkttxz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFy5Qkttxz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFy5Qkttxz .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFy5Qkttxz .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uFy5Qkttxz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFy5Qkttxz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFy5Qkttxz .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFy5Qkttxz img {
    height: 2.2rem !important;
  }
  .cid-uFy5Qkttxz .btn {
    display: flex;
  }
  .cid-uFy5Qkttxz button.navbar-toggler {
    display: block;
  }
  .cid-uFy5Qkttxz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uFy5Qkttxz .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uFy5Qkttxz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uFy5Qkttxz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFy5Qkttxz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFy5Qkttxz .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uFy5Qkttxz .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uFy5Qkttxz .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uFy5Qkttxz .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uFy5Qkttxz .nav-link:focus {
  outline: none;
}
.cid-uFy5Qkttxz .navbar-toggler {
  position: relative;
}
.cid-uFy5Qkttxz .dropdown-item.active,
.cid-uFy5Qkttxz .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-uFy5Qkttxz .widget-title,
.cid-uFy5Qkttxz .widget-icon {
  color: #9e9e9e;
}
.cid-uFy5QllQqA {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-uFy5QllQqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy5QllQqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy5QllQqA .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uFy5QllQqA .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFy5QllQqA .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFy5QllQqA .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFy5QllQqA .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uFy5QllQqA .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFy5QllQqA .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFy5QllQqA .image-wrapper img {
    height: 350px;
  }
}
.cid-uFy5QllQqA .mbr-section-title {
  color: #ffffff;
}
.cid-uFy5QllQqA .mbr-text,
.cid-uFy5QllQqA .text-wrapper {
  color: #9aa0a6;
}
.cid-uFy5QlMu3g {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFy5QlMu3g .mbr-text,
.cid-uFy5QlMu3g .mbr-section-btn {
  text-align: left;
}
.cid-uFy5QmbDKn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFy5QmbDKn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uFy5QmbDKn .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-uFy5QmbDKn .mbr-text {
  margin-bottom: 30px;
}
.cid-uFy5QmbDKn .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uFy5QmbDKn .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uFy5QmbDKn .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uFy5QmbDKn .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uFy5QmbDKn .btn_link:hover {
  cursor: pointer;
}
.cid-uFy5QmbDKn .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-uFy5QmbDKn .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uFy5QmbDKn .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFy5QmbDKn .text-wrapper {
    text-align: center;
  }
  .cid-uFy5QmbDKn .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uFy5QmbDKn .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uFy5QmbDKn .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFy5QmbDKn .card-title,
.cid-uFy5QmbDKn .icon_block {
  color: #000000;
}
.cid-uFy5QmAv4v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-uFy5QmAv4v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy5QmAv4v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy5QmAv4v .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFy5QmAv4v .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFy5QmAv4v .row {
    text-align: center;
  }
  .cid-uFy5QmAv4v .row > div {
    margin: auto;
  }
  .cid-uFy5QmAv4v .social-row {
    justify-content: center;
  }
}
.cid-uFy5QmAv4v .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uFy5QmAv4v .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uFy5QmAv4v .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFy5QmAv4v .list {
    margin-bottom: 0rem;
  }
}
.cid-uFy5QmAv4v .mbr-text {
  color: #ffffff;
}
.cid-uFy5QmAv4v .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uFy5QmAv4v .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uFy5QmAv4v div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uFy5QmAv4v H5 {
  color: #ffffff;
}
.cid-uFy09UuuMZ .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uFy09UuuMZ .navbar-fixed-top {
  padding-top: 0;
}
.cid-uFy09UuuMZ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uFy09UuuMZ .dropdown-item {
  padding: 0;
}
.cid-uFy09UuuMZ .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-uFy09UuuMZ .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-uFy09UuuMZ .menu-content-top {
    display: block;
  }
  .cid-uFy09UuuMZ .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-uFy09UuuMZ .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-uFy09UuuMZ nav.opened .menu-content-top {
  display: none;
}
.cid-uFy09UuuMZ .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFy09UuuMZ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFy09UuuMZ a {
  font-style: normal;
}
.cid-uFy09UuuMZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uFy09UuuMZ .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uFy09UuuMZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFy09UuuMZ .content-text {
  margin-bottom: 0;
}
.cid-uFy09UuuMZ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uFy09UuuMZ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uFy09UuuMZ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uFy09UuuMZ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uFy09UuuMZ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uFy09UuuMZ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFy09UuuMZ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFy09UuuMZ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uFy09UuuMZ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFy09UuuMZ .nav-dropdown .link {
  font-weight: 400;
}
.cid-uFy09UuuMZ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uFy09UuuMZ .content-right-side {
  text-align: center;
}
.cid-uFy09UuuMZ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uFy09UuuMZ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uFy09UuuMZ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uFy09UuuMZ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uFy09UuuMZ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFy09UuuMZ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uFy09UuuMZ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uFy09UuuMZ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uFy09UuuMZ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uFy09UuuMZ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uFy09UuuMZ .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uFy09UuuMZ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFy09UuuMZ .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uFy09UuuMZ .navbar {
    display: block;
    padding: 0;
  }
  .cid-uFy09UuuMZ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFy09UuuMZ .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-uFy09UuuMZ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uFy09UuuMZ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uFy09UuuMZ .navbar-toggler {
    display: none;
  }
  .cid-uFy09UuuMZ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFy09UuuMZ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uFy09UuuMZ .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFy09UuuMZ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uFy09UuuMZ .menu-logo {
  margin-right: auto;
}
.cid-uFy09UuuMZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFy09UuuMZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uFy09UuuMZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFy09UuuMZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFy09UuuMZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uFy09UuuMZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFy09UuuMZ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uFy09UuuMZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFy09UuuMZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFy09UuuMZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFy09UuuMZ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFy09UuuMZ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFy09UuuMZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFy09UuuMZ .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uFy09UuuMZ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uFy09UuuMZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFy09UuuMZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFy09UuuMZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFy09UuuMZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFy09UuuMZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uFy09UuuMZ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uFy09UuuMZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFy09UuuMZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFy09UuuMZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-uFy09UuuMZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFy09UuuMZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-uFy09UuuMZ button.navbar-toggler:focus {
  outline: none;
}
.cid-uFy09UuuMZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFy09UuuMZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFy09UuuMZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFy09UuuMZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFy09UuuMZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFy09UuuMZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFy09UuuMZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFy09UuuMZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFy09UuuMZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFy09UuuMZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFy09UuuMZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFy09UuuMZ .collapsed .btn {
  display: flex;
}
.cid-uFy09UuuMZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFy09UuuMZ .collapsed .navbar-collapse.collapsing,
.cid-uFy09UuuMZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFy09UuuMZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFy09UuuMZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFy09UuuMZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFy09UuuMZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFy09UuuMZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFy09UuuMZ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uFy09UuuMZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFy09UuuMZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFy09UuuMZ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFy09UuuMZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFy09UuuMZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uFy09UuuMZ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFy09UuuMZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uFy09UuuMZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFy09UuuMZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFy09UuuMZ .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uFy09UuuMZ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFy09UuuMZ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFy09UuuMZ .navbar-collapse.collapsing,
  .cid-uFy09UuuMZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFy09UuuMZ .navbar-collapse.collapsing .navbar-nav,
  .cid-uFy09UuuMZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFy09UuuMZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFy09UuuMZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFy09UuuMZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFy09UuuMZ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uFy09UuuMZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFy09UuuMZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFy09UuuMZ .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFy09UuuMZ img {
    height: 2.2rem !important;
  }
  .cid-uFy09UuuMZ .btn {
    display: flex;
  }
  .cid-uFy09UuuMZ button.navbar-toggler {
    display: block;
  }
  .cid-uFy09UuuMZ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uFy09UuuMZ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uFy09UuuMZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uFy09UuuMZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFy09UuuMZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFy09UuuMZ .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uFy09UuuMZ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uFy09UuuMZ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uFy09UuuMZ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uFy09UuuMZ .nav-link:focus {
  outline: none;
}
.cid-uFy09UuuMZ .navbar-toggler {
  position: relative;
}
.cid-uFy09UuuMZ .dropdown-item.active,
.cid-uFy09UuuMZ .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-uFy09UuuMZ .widget-title,
.cid-uFy09UuuMZ .widget-icon {
  color: #9e9e9e;
}
.cid-uFy09VfekE {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-uFy09VfekE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy09VfekE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy09VfekE .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uFy09VfekE .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFy09VfekE .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFy09VfekE .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFy09VfekE .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uFy09VfekE .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFy09VfekE .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFy09VfekE .image-wrapper img {
    height: 350px;
  }
}
.cid-uFy09VfekE .mbr-section-title {
  color: #ffffff;
}
.cid-uFy09VfekE .mbr-text,
.cid-uFy09VfekE .text-wrapper {
  color: #9aa0a6;
}
.cid-uFy09VHU5p {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFy09VHU5p .mbr-text,
.cid-uFy09VHU5p .mbr-section-btn {
  text-align: left;
}
.cid-uFy09W56Oy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFy09W56Oy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uFy09W56Oy .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-uFy09W56Oy .mbr-text {
  margin-bottom: 30px;
}
.cid-uFy09W56Oy .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uFy09W56Oy .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uFy09W56Oy .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uFy09W56Oy .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uFy09W56Oy .btn_link:hover {
  cursor: pointer;
}
.cid-uFy09W56Oy .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-uFy09W56Oy .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uFy09W56Oy .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFy09W56Oy .text-wrapper {
    text-align: center;
  }
  .cid-uFy09W56Oy .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uFy09W56Oy .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uFy09W56Oy .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFy09W56Oy .card-title,
.cid-uFy09W56Oy .icon_block {
  color: #000000;
}
.cid-uFy09Wy6cL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-uFy09Wy6cL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy09Wy6cL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy09Wy6cL .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFy09Wy6cL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFy09Wy6cL .row {
    text-align: center;
  }
  .cid-uFy09Wy6cL .row > div {
    margin: auto;
  }
  .cid-uFy09Wy6cL .social-row {
    justify-content: center;
  }
}
.cid-uFy09Wy6cL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uFy09Wy6cL .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uFy09Wy6cL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFy09Wy6cL .list {
    margin-bottom: 0rem;
  }
}
.cid-uFy09Wy6cL .mbr-text {
  color: #ffffff;
}
.cid-uFy09Wy6cL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uFy09Wy6cL .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uFy09Wy6cL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uFy09Wy6cL H5 {
  color: #ffffff;
}
.cid-tm43kI11mo .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tm43kI11mo .navbar-fixed-top {
  padding-top: 0;
}
.cid-tm43kI11mo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tm43kI11mo .dropdown-item {
  padding: 0;
}
.cid-tm43kI11mo .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-tm43kI11mo .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tm43kI11mo .menu-content-top {
    display: block;
  }
  .cid-tm43kI11mo .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tm43kI11mo .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tm43kI11mo nav.opened .menu-content-top {
  display: none;
}
.cid-tm43kI11mo .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tm43kI11mo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tm43kI11mo a {
  font-style: normal;
}
.cid-tm43kI11mo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tm43kI11mo .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tm43kI11mo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tm43kI11mo .content-text {
  margin-bottom: 0;
}
.cid-tm43kI11mo .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tm43kI11mo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tm43kI11mo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tm43kI11mo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tm43kI11mo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tm43kI11mo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tm43kI11mo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tm43kI11mo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tm43kI11mo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tm43kI11mo .nav-dropdown .link {
  font-weight: 400;
}
.cid-tm43kI11mo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tm43kI11mo .content-right-side {
  text-align: center;
}
.cid-tm43kI11mo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tm43kI11mo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tm43kI11mo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tm43kI11mo .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tm43kI11mo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tm43kI11mo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tm43kI11mo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tm43kI11mo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tm43kI11mo .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tm43kI11mo .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tm43kI11mo .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tm43kI11mo .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tm43kI11mo .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tm43kI11mo .navbar {
    display: block;
    padding: 0;
  }
  .cid-tm43kI11mo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tm43kI11mo .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-tm43kI11mo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tm43kI11mo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tm43kI11mo .navbar-toggler {
    display: none;
  }
  .cid-tm43kI11mo .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tm43kI11mo .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tm43kI11mo .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tm43kI11mo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tm43kI11mo .menu-logo {
  margin-right: auto;
}
.cid-tm43kI11mo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tm43kI11mo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tm43kI11mo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tm43kI11mo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tm43kI11mo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tm43kI11mo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tm43kI11mo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tm43kI11mo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tm43kI11mo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tm43kI11mo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tm43kI11mo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tm43kI11mo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tm43kI11mo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tm43kI11mo .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tm43kI11mo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tm43kI11mo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tm43kI11mo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tm43kI11mo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tm43kI11mo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tm43kI11mo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tm43kI11mo .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tm43kI11mo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tm43kI11mo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tm43kI11mo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tm43kI11mo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tm43kI11mo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tm43kI11mo button.navbar-toggler:focus {
  outline: none;
}
.cid-tm43kI11mo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tm43kI11mo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tm43kI11mo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tm43kI11mo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tm43kI11mo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tm43kI11mo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tm43kI11mo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tm43kI11mo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tm43kI11mo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tm43kI11mo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tm43kI11mo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tm43kI11mo .collapsed .btn {
  display: flex;
}
.cid-tm43kI11mo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tm43kI11mo .collapsed .navbar-collapse.collapsing,
.cid-tm43kI11mo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tm43kI11mo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tm43kI11mo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tm43kI11mo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tm43kI11mo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tm43kI11mo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tm43kI11mo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tm43kI11mo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tm43kI11mo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tm43kI11mo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tm43kI11mo .collapsed button.navbar-toggler {
  display: block;
}
.cid-tm43kI11mo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tm43kI11mo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tm43kI11mo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tm43kI11mo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tm43kI11mo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tm43kI11mo .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tm43kI11mo .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tm43kI11mo .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tm43kI11mo .navbar-collapse.collapsing,
  .cid-tm43kI11mo .navbar-collapse.show {
    display: block !important;
  }
  .cid-tm43kI11mo .navbar-collapse.collapsing .navbar-nav,
  .cid-tm43kI11mo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tm43kI11mo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tm43kI11mo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tm43kI11mo .navbar-collapse.collapsing .navbar-buttons,
  .cid-tm43kI11mo .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tm43kI11mo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tm43kI11mo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tm43kI11mo .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tm43kI11mo img {
    height: 2.2rem !important;
  }
  .cid-tm43kI11mo .btn {
    display: flex;
  }
  .cid-tm43kI11mo button.navbar-toggler {
    display: block;
  }
  .cid-tm43kI11mo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tm43kI11mo .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tm43kI11mo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tm43kI11mo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tm43kI11mo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tm43kI11mo .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tm43kI11mo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tm43kI11mo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tm43kI11mo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tm43kI11mo .nav-link:focus {
  outline: none;
}
.cid-tm43kI11mo .navbar-toggler {
  position: relative;
}
.cid-tm43kI11mo .dropdown-item.active,
.cid-tm43kI11mo .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-tm43kI11mo .widget-title,
.cid-tm43kI11mo .widget-icon {
  color: #9e9e9e;
}
.cid-uFy00ox1GU {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-uFy00ox1GU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy00ox1GU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy00ox1GU .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uFy00ox1GU .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFy00ox1GU .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFy00ox1GU .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFy00ox1GU .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uFy00ox1GU .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFy00ox1GU .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFy00ox1GU .image-wrapper img {
    height: 350px;
  }
}
.cid-uFy00ox1GU .mbr-section-title {
  color: #ffffff;
}
.cid-uFy00ox1GU .mbr-text,
.cid-uFy00ox1GU .text-wrapper {
  color: #9aa0a6;
}
.cid-uFy01qvMW8 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFy01qvMW8 .mbr-text,
.cid-uFy01qvMW8 .mbr-section-btn {
  text-align: left;
}
.cid-uFy02l6Ayg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFy02l6Ayg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uFy02l6Ayg .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-uFy02l6Ayg .mbr-text {
  margin-bottom: 30px;
}
.cid-uFy02l6Ayg .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uFy02l6Ayg .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uFy02l6Ayg .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uFy02l6Ayg .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uFy02l6Ayg .btn_link:hover {
  cursor: pointer;
}
.cid-uFy02l6Ayg .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-uFy02l6Ayg .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uFy02l6Ayg .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFy02l6Ayg .text-wrapper {
    text-align: center;
  }
  .cid-uFy02l6Ayg .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uFy02l6Ayg .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uFy02l6Ayg .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFy02l6Ayg .card-title,
.cid-uFy02l6Ayg .icon_block {
  color: #000000;
}
.cid-tt9dtRhp4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tt9dtRhp4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt9dtRhp4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt9dtRhp4R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt9dtRhp4R .row {
    text-align: center;
  }
  .cid-tt9dtRhp4R .row > div {
    margin: auto;
  }
  .cid-tt9dtRhp4R .social-row {
    justify-content: center;
  }
}
.cid-tt9dtRhp4R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt9dtRhp4R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt9dtRhp4R .list {
    margin-bottom: 0rem;
  }
}
.cid-tt9dtRhp4R .mbr-text {
  color: #ffffff;
}
.cid-tt9dtRhp4R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt9dtRhp4R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt9dtRhp4R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt9dtRhp4R H5 {
  color: #ffffff;
}
.cid-uFy084vR7U .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uFy084vR7U .navbar-fixed-top {
  padding-top: 0;
}
.cid-uFy084vR7U .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uFy084vR7U .dropdown-item {
  padding: 0;
}
.cid-uFy084vR7U .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-uFy084vR7U .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-uFy084vR7U .menu-content-top {
    display: block;
  }
  .cid-uFy084vR7U .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-uFy084vR7U .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-uFy084vR7U nav.opened .menu-content-top {
  display: none;
}
.cid-uFy084vR7U .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFy084vR7U .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFy084vR7U a {
  font-style: normal;
}
.cid-uFy084vR7U .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uFy084vR7U .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uFy084vR7U .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFy084vR7U .content-text {
  margin-bottom: 0;
}
.cid-uFy084vR7U .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uFy084vR7U .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uFy084vR7U .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uFy084vR7U .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uFy084vR7U .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uFy084vR7U .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFy084vR7U .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFy084vR7U .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uFy084vR7U .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFy084vR7U .nav-dropdown .link {
  font-weight: 400;
}
.cid-uFy084vR7U .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uFy084vR7U .content-right-side {
  text-align: center;
}
.cid-uFy084vR7U .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uFy084vR7U .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uFy084vR7U .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uFy084vR7U .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uFy084vR7U .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFy084vR7U .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uFy084vR7U .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uFy084vR7U .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uFy084vR7U .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uFy084vR7U .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uFy084vR7U .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uFy084vR7U .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFy084vR7U .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uFy084vR7U .navbar {
    display: block;
    padding: 0;
  }
  .cid-uFy084vR7U .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFy084vR7U .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-uFy084vR7U .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uFy084vR7U .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uFy084vR7U .navbar-toggler {
    display: none;
  }
  .cid-uFy084vR7U .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFy084vR7U .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uFy084vR7U .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFy084vR7U .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uFy084vR7U .menu-logo {
  margin-right: auto;
}
.cid-uFy084vR7U .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFy084vR7U .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uFy084vR7U .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFy084vR7U .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFy084vR7U .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uFy084vR7U .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFy084vR7U .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uFy084vR7U .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFy084vR7U .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFy084vR7U .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFy084vR7U .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFy084vR7U .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFy084vR7U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFy084vR7U .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uFy084vR7U .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uFy084vR7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFy084vR7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFy084vR7U .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFy084vR7U .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFy084vR7U .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uFy084vR7U .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uFy084vR7U .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFy084vR7U .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFy084vR7U .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-uFy084vR7U .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFy084vR7U button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-uFy084vR7U button.navbar-toggler:focus {
  outline: none;
}
.cid-uFy084vR7U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFy084vR7U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFy084vR7U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFy084vR7U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFy084vR7U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFy084vR7U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFy084vR7U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFy084vR7U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFy084vR7U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFy084vR7U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFy084vR7U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFy084vR7U .collapsed .btn {
  display: flex;
}
.cid-uFy084vR7U .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFy084vR7U .collapsed .navbar-collapse.collapsing,
.cid-uFy084vR7U .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFy084vR7U .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFy084vR7U .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFy084vR7U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFy084vR7U .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFy084vR7U .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFy084vR7U .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uFy084vR7U .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFy084vR7U .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFy084vR7U .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFy084vR7U .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFy084vR7U .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uFy084vR7U .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFy084vR7U .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uFy084vR7U .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFy084vR7U .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFy084vR7U .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uFy084vR7U .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFy084vR7U .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFy084vR7U .navbar-collapse.collapsing,
  .cid-uFy084vR7U .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFy084vR7U .navbar-collapse.collapsing .navbar-nav,
  .cid-uFy084vR7U .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFy084vR7U .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFy084vR7U .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFy084vR7U .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFy084vR7U .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uFy084vR7U .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFy084vR7U .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFy084vR7U .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFy084vR7U img {
    height: 2.2rem !important;
  }
  .cid-uFy084vR7U .btn {
    display: flex;
  }
  .cid-uFy084vR7U button.navbar-toggler {
    display: block;
  }
  .cid-uFy084vR7U .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uFy084vR7U .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uFy084vR7U .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uFy084vR7U .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFy084vR7U .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFy084vR7U .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uFy084vR7U .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uFy084vR7U .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uFy084vR7U .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uFy084vR7U .nav-link:focus {
  outline: none;
}
.cid-uFy084vR7U .navbar-toggler {
  position: relative;
}
.cid-uFy084vR7U .dropdown-item.active,
.cid-uFy084vR7U .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-uFy084vR7U .widget-title,
.cid-uFy084vR7U .widget-icon {
  color: #9e9e9e;
}
.cid-uFy085avEx {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-uFy085avEx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy085avEx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy085avEx .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uFy085avEx .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFy085avEx .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFy085avEx .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFy085avEx .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uFy085avEx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFy085avEx .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFy085avEx .image-wrapper img {
    height: 350px;
  }
}
.cid-uFy085avEx .mbr-section-title {
  color: #ffffff;
}
.cid-uFy085avEx .mbr-text,
.cid-uFy085avEx .text-wrapper {
  color: #9aa0a6;
}
.cid-uFya014PYO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFya014PYO .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-uFya014PYO .mbr-media {
  z-index: 2;
}
.cid-uFya014PYO .box {
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
}
.cid-uFya014PYO .box:before {
  background-image: url("../../../assets/images/i35jf5yun7ejm3mte.mp4-poster-1-640x360.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  transition: all 2s;
  height: 100%;
  left: 0;
}
.cid-uFya014PYO .box:hover:before {
  transform: scale(1.1);
}
.cid-uFya014PYO .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: #ffffff;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-uFya014PYO .icon-wrap:hover {
  background: #ffffff;
}
.cid-uFya014PYO .icon-wrap span {
  padding-left: 4px;
}
.cid-uFya014PYO .mbr-media span {
  font-size: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-uFya014PYO .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uFya014PYO .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uFya014PYO .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uFya014PYO .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uFya014PYO a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uFya014PYO a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uFya014PYO .box {
    height: 250px;
  }
}
.cid-uFya014PYO .mbr-section-title {
  color: #000000;
}
.cid-uFya014PYO H4 {
  color: #000000;
}
.cid-uFy085yfkB {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFy085yfkB .mbr-text,
.cid-uFy085yfkB .mbr-section-btn {
  text-align: left;
}
.cid-uFy085Uy39 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFy085Uy39 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uFy085Uy39 .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-uFy085Uy39 .mbr-text {
  margin-bottom: 30px;
}
.cid-uFy085Uy39 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uFy085Uy39 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uFy085Uy39 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uFy085Uy39 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uFy085Uy39 .btn_link:hover {
  cursor: pointer;
}
.cid-uFy085Uy39 .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-uFy085Uy39 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uFy085Uy39 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFy085Uy39 .text-wrapper {
    text-align: center;
  }
  .cid-uFy085Uy39 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uFy085Uy39 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uFy085Uy39 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFy085Uy39 .card-title,
.cid-uFy085Uy39 .icon_block {
  color: #000000;
}
.cid-uFy086ljP6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-uFy086ljP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy086ljP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy086ljP6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFy086ljP6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFy086ljP6 .row {
    text-align: center;
  }
  .cid-uFy086ljP6 .row > div {
    margin: auto;
  }
  .cid-uFy086ljP6 .social-row {
    justify-content: center;
  }
}
.cid-uFy086ljP6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uFy086ljP6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uFy086ljP6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFy086ljP6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uFy086ljP6 .mbr-text {
  color: #ffffff;
}
.cid-uFy086ljP6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uFy086ljP6 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uFy086ljP6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uFy086ljP6 H5 {
  color: #ffffff;
}
.cid-uLFKSe0pa6 .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uLFKSe0pa6 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uLFKSe0pa6 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uLFKSe0pa6 .dropdown-item {
  padding: 0;
}
.cid-uLFKSe0pa6 .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-uLFKSe0pa6 .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-uLFKSe0pa6 .menu-content-top {
    display: block;
  }
  .cid-uLFKSe0pa6 .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-uLFKSe0pa6 .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-uLFKSe0pa6 nav.opened .menu-content-top {
  display: none;
}
.cid-uLFKSe0pa6 .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLFKSe0pa6 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uLFKSe0pa6 a {
  font-style: normal;
}
.cid-uLFKSe0pa6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uLFKSe0pa6 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uLFKSe0pa6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLFKSe0pa6 .content-text {
  margin-bottom: 0;
}
.cid-uLFKSe0pa6 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uLFKSe0pa6 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uLFKSe0pa6 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uLFKSe0pa6 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uLFKSe0pa6 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uLFKSe0pa6 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uLFKSe0pa6 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uLFKSe0pa6 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uLFKSe0pa6 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLFKSe0pa6 .nav-dropdown .link {
  font-weight: 400;
}
.cid-uLFKSe0pa6 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uLFKSe0pa6 .content-right-side {
  text-align: center;
}
.cid-uLFKSe0pa6 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uLFKSe0pa6 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uLFKSe0pa6 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uLFKSe0pa6 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uLFKSe0pa6 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLFKSe0pa6 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uLFKSe0pa6 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uLFKSe0pa6 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uLFKSe0pa6 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uLFKSe0pa6 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uLFKSe0pa6 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uLFKSe0pa6 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLFKSe0pa6 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uLFKSe0pa6 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uLFKSe0pa6 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLFKSe0pa6 .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-uLFKSe0pa6 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uLFKSe0pa6 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uLFKSe0pa6 .navbar-toggler {
    display: none;
  }
  .cid-uLFKSe0pa6 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLFKSe0pa6 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uLFKSe0pa6 .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLFKSe0pa6 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uLFKSe0pa6 .menu-logo {
  margin-right: auto;
}
.cid-uLFKSe0pa6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLFKSe0pa6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uLFKSe0pa6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uLFKSe0pa6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uLFKSe0pa6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uLFKSe0pa6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uLFKSe0pa6 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uLFKSe0pa6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uLFKSe0pa6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLFKSe0pa6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uLFKSe0pa6 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLFKSe0pa6 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uLFKSe0pa6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLFKSe0pa6 .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uLFKSe0pa6 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uLFKSe0pa6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLFKSe0pa6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLFKSe0pa6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uLFKSe0pa6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLFKSe0pa6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uLFKSe0pa6 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uLFKSe0pa6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uLFKSe0pa6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uLFKSe0pa6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-uLFKSe0pa6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uLFKSe0pa6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-uLFKSe0pa6 button.navbar-toggler:focus {
  outline: none;
}
.cid-uLFKSe0pa6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLFKSe0pa6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLFKSe0pa6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLFKSe0pa6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLFKSe0pa6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLFKSe0pa6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLFKSe0pa6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLFKSe0pa6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLFKSe0pa6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLFKSe0pa6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLFKSe0pa6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLFKSe0pa6 .collapsed .btn {
  display: flex;
}
.cid-uLFKSe0pa6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uLFKSe0pa6 .collapsed .navbar-collapse.collapsing,
.cid-uLFKSe0pa6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uLFKSe0pa6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uLFKSe0pa6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uLFKSe0pa6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uLFKSe0pa6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uLFKSe0pa6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uLFKSe0pa6 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uLFKSe0pa6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uLFKSe0pa6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uLFKSe0pa6 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uLFKSe0pa6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uLFKSe0pa6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uLFKSe0pa6 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uLFKSe0pa6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uLFKSe0pa6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uLFKSe0pa6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uLFKSe0pa6 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uLFKSe0pa6 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLFKSe0pa6 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uLFKSe0pa6 .navbar-collapse.collapsing,
  .cid-uLFKSe0pa6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uLFKSe0pa6 .navbar-collapse.collapsing .navbar-nav,
  .cid-uLFKSe0pa6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uLFKSe0pa6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uLFKSe0pa6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uLFKSe0pa6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uLFKSe0pa6 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uLFKSe0pa6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uLFKSe0pa6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uLFKSe0pa6 .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLFKSe0pa6 img {
    height: 2.2rem !important;
  }
  .cid-uLFKSe0pa6 .btn {
    display: flex;
  }
  .cid-uLFKSe0pa6 button.navbar-toggler {
    display: block;
  }
  .cid-uLFKSe0pa6 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uLFKSe0pa6 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uLFKSe0pa6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uLFKSe0pa6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uLFKSe0pa6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uLFKSe0pa6 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uLFKSe0pa6 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uLFKSe0pa6 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uLFKSe0pa6 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uLFKSe0pa6 .nav-link:focus {
  outline: none;
}
.cid-uLFKSe0pa6 .navbar-toggler {
  position: relative;
}
.cid-uLFKSe0pa6 .dropdown-item.active,
.cid-uLFKSe0pa6 .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-uLFKSe0pa6 .widget-title,
.cid-uLFKSe0pa6 .widget-icon {
  color: #9e9e9e;
}
.cid-uLFKSfGyTl {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-uLFKSfGyTl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFKSfGyTl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFKSfGyTl .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uLFKSfGyTl .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLFKSfGyTl .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLFKSfGyTl .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLFKSfGyTl .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uLFKSfGyTl .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLFKSfGyTl .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLFKSfGyTl .image-wrapper img {
    height: 350px;
  }
}
.cid-uLFKSfGyTl .mbr-section-title {
  color: #ffffff;
}
.cid-uLFKSfGyTl .mbr-text,
.cid-uLFKSfGyTl .text-wrapper {
  color: #9aa0a6;
}
.cid-uLFKSgAT5G {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uLFKSgAT5G .mbr-text,
.cid-uLFKSgAT5G .mbr-section-btn {
  text-align: left;
}
.cid-uLFKShrqwt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLFKShrqwt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLFKShrqwt .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-uLFKShrqwt .mbr-text {
  margin-bottom: 30px;
}
.cid-uLFKShrqwt .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uLFKShrqwt .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uLFKShrqwt .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uLFKShrqwt .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uLFKShrqwt .btn_link:hover {
  cursor: pointer;
}
.cid-uLFKShrqwt .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-uLFKShrqwt .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uLFKShrqwt .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLFKShrqwt .text-wrapper {
    text-align: center;
  }
  .cid-uLFKShrqwt .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uLFKShrqwt .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uLFKShrqwt .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLFKShrqwt .card-title,
.cid-uLFKShrqwt .icon_block {
  color: #000000;
}
.cid-uLFKSiefhm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-uLFKSiefhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFKSiefhm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFKSiefhm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLFKSiefhm .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLFKSiefhm .row {
    text-align: center;
  }
  .cid-uLFKSiefhm .row > div {
    margin: auto;
  }
  .cid-uLFKSiefhm .social-row {
    justify-content: center;
  }
}
.cid-uLFKSiefhm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFKSiefhm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLFKSiefhm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLFKSiefhm .list {
    margin-bottom: 0rem;
  }
}
.cid-uLFKSiefhm .mbr-text {
  color: #ffffff;
}
.cid-uLFKSiefhm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLFKSiefhm .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uLFKSiefhm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLFKSiefhm H5 {
  color: #ffffff;
}
.cid-uMwT4Hg8mt .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uMwT4Hg8mt .navbar-fixed-top {
  padding-top: 0;
}
.cid-uMwT4Hg8mt .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uMwT4Hg8mt .dropdown-item {
  padding: 0;
}
.cid-uMwT4Hg8mt .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-uMwT4Hg8mt .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-uMwT4Hg8mt .menu-content-top {
    display: block;
  }
  .cid-uMwT4Hg8mt .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-uMwT4Hg8mt .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-uMwT4Hg8mt nav.opened .menu-content-top {
  display: none;
}
.cid-uMwT4Hg8mt .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMwT4Hg8mt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uMwT4Hg8mt a {
  font-style: normal;
}
.cid-uMwT4Hg8mt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uMwT4Hg8mt .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uMwT4Hg8mt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uMwT4Hg8mt .content-text {
  margin-bottom: 0;
}
.cid-uMwT4Hg8mt .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uMwT4Hg8mt .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uMwT4Hg8mt .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uMwT4Hg8mt .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uMwT4Hg8mt .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uMwT4Hg8mt .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uMwT4Hg8mt .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uMwT4Hg8mt .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uMwT4Hg8mt .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMwT4Hg8mt .nav-dropdown .link {
  font-weight: 400;
}
.cid-uMwT4Hg8mt .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uMwT4Hg8mt .content-right-side {
  text-align: center;
}
.cid-uMwT4Hg8mt .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uMwT4Hg8mt .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uMwT4Hg8mt .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uMwT4Hg8mt .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uMwT4Hg8mt .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMwT4Hg8mt .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uMwT4Hg8mt .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uMwT4Hg8mt .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uMwT4Hg8mt .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uMwT4Hg8mt .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uMwT4Hg8mt .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uMwT4Hg8mt .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMwT4Hg8mt .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uMwT4Hg8mt .navbar {
    display: block;
    padding: 0;
  }
  .cid-uMwT4Hg8mt .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMwT4Hg8mt .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-uMwT4Hg8mt .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uMwT4Hg8mt .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uMwT4Hg8mt .navbar-toggler {
    display: none;
  }
  .cid-uMwT4Hg8mt .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMwT4Hg8mt .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uMwT4Hg8mt .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMwT4Hg8mt .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uMwT4Hg8mt .menu-logo {
  margin-right: auto;
}
.cid-uMwT4Hg8mt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMwT4Hg8mt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uMwT4Hg8mt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uMwT4Hg8mt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uMwT4Hg8mt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uMwT4Hg8mt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uMwT4Hg8mt .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uMwT4Hg8mt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uMwT4Hg8mt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMwT4Hg8mt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uMwT4Hg8mt .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMwT4Hg8mt .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uMwT4Hg8mt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uMwT4Hg8mt .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uMwT4Hg8mt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uMwT4Hg8mt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uMwT4Hg8mt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uMwT4Hg8mt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uMwT4Hg8mt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMwT4Hg8mt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uMwT4Hg8mt .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uMwT4Hg8mt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uMwT4Hg8mt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uMwT4Hg8mt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-uMwT4Hg8mt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uMwT4Hg8mt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-uMwT4Hg8mt button.navbar-toggler:focus {
  outline: none;
}
.cid-uMwT4Hg8mt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMwT4Hg8mt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMwT4Hg8mt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMwT4Hg8mt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMwT4Hg8mt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMwT4Hg8mt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMwT4Hg8mt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMwT4Hg8mt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMwT4Hg8mt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMwT4Hg8mt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMwT4Hg8mt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMwT4Hg8mt .collapsed .btn {
  display: flex;
}
.cid-uMwT4Hg8mt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uMwT4Hg8mt .collapsed .navbar-collapse.collapsing,
.cid-uMwT4Hg8mt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uMwT4Hg8mt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uMwT4Hg8mt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uMwT4Hg8mt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uMwT4Hg8mt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uMwT4Hg8mt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uMwT4Hg8mt .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uMwT4Hg8mt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uMwT4Hg8mt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uMwT4Hg8mt .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uMwT4Hg8mt .collapsed button.navbar-toggler {
  display: block;
}
.cid-uMwT4Hg8mt .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uMwT4Hg8mt .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uMwT4Hg8mt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uMwT4Hg8mt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uMwT4Hg8mt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uMwT4Hg8mt .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uMwT4Hg8mt .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uMwT4Hg8mt .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uMwT4Hg8mt .navbar-collapse.collapsing,
  .cid-uMwT4Hg8mt .navbar-collapse.show {
    display: block !important;
  }
  .cid-uMwT4Hg8mt .navbar-collapse.collapsing .navbar-nav,
  .cid-uMwT4Hg8mt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uMwT4Hg8mt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uMwT4Hg8mt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uMwT4Hg8mt .navbar-collapse.collapsing .navbar-buttons,
  .cid-uMwT4Hg8mt .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMwT4Hg8mt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uMwT4Hg8mt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uMwT4Hg8mt .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMwT4Hg8mt img {
    height: 2.2rem !important;
  }
  .cid-uMwT4Hg8mt .btn {
    display: flex;
  }
  .cid-uMwT4Hg8mt button.navbar-toggler {
    display: block;
  }
  .cid-uMwT4Hg8mt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uMwT4Hg8mt .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uMwT4Hg8mt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uMwT4Hg8mt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uMwT4Hg8mt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uMwT4Hg8mt .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uMwT4Hg8mt .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uMwT4Hg8mt .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uMwT4Hg8mt .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uMwT4Hg8mt .nav-link:focus {
  outline: none;
}
.cid-uMwT4Hg8mt .navbar-toggler {
  position: relative;
}
.cid-uMwT4Hg8mt .dropdown-item.active,
.cid-uMwT4Hg8mt .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-uMwT4Hg8mt .widget-title,
.cid-uMwT4Hg8mt .widget-icon {
  color: #9e9e9e;
}
.cid-uMwT4I9t0Y {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-uMwT4I9t0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMwT4I9t0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMwT4I9t0Y .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uMwT4I9t0Y .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMwT4I9t0Y .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uMwT4I9t0Y .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uMwT4I9t0Y .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMwT4I9t0Y .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMwT4I9t0Y .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMwT4I9t0Y .image-wrapper img {
    height: 350px;
  }
}
.cid-uMwT4I9t0Y .mbr-section-title {
  color: #ffffff;
}
.cid-uMwT4I9t0Y .mbr-text,
.cid-uMwT4I9t0Y .text-wrapper {
  color: #9aa0a6;
}
.cid-uMwT4Ix3rX {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uMwT4Ix3rX .mbr-text,
.cid-uMwT4Ix3rX .mbr-section-btn {
  text-align: left;
}
.cid-uMwT4IVPp4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMwT4IVPp4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMwT4IVPp4 .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-uMwT4IVPp4 .mbr-text {
  margin-bottom: 30px;
}
.cid-uMwT4IVPp4 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uMwT4IVPp4 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uMwT4IVPp4 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uMwT4IVPp4 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uMwT4IVPp4 .btn_link:hover {
  cursor: pointer;
}
.cid-uMwT4IVPp4 .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-uMwT4IVPp4 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uMwT4IVPp4 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMwT4IVPp4 .text-wrapper {
    text-align: center;
  }
  .cid-uMwT4IVPp4 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uMwT4IVPp4 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uMwT4IVPp4 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMwT4IVPp4 .card-title,
.cid-uMwT4IVPp4 .icon_block {
  color: #000000;
}
.cid-uMwT4JkfkM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-uMwT4JkfkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMwT4JkfkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMwT4JkfkM .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMwT4JkfkM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uMwT4JkfkM .row {
    text-align: center;
  }
  .cid-uMwT4JkfkM .row > div {
    margin: auto;
  }
  .cid-uMwT4JkfkM .social-row {
    justify-content: center;
  }
}
.cid-uMwT4JkfkM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uMwT4JkfkM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uMwT4JkfkM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMwT4JkfkM .list {
    margin-bottom: 0rem;
  }
}
.cid-uMwT4JkfkM .mbr-text {
  color: #ffffff;
}
.cid-uMwT4JkfkM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uMwT4JkfkM .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uMwT4JkfkM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uMwT4JkfkM H5 {
  color: #ffffff;
}
.cid-uOkm2TOpLh .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uOkm2TOpLh .navbar-fixed-top {
  padding-top: 0;
}
.cid-uOkm2TOpLh .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uOkm2TOpLh .dropdown-item {
  padding: 0;
}
.cid-uOkm2TOpLh .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-uOkm2TOpLh .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-uOkm2TOpLh .menu-content-top {
    display: block;
  }
  .cid-uOkm2TOpLh .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-uOkm2TOpLh .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-uOkm2TOpLh nav.opened .menu-content-top {
  display: none;
}
.cid-uOkm2TOpLh .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOkm2TOpLh .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uOkm2TOpLh a {
  font-style: normal;
}
.cid-uOkm2TOpLh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uOkm2TOpLh .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uOkm2TOpLh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOkm2TOpLh .content-text {
  margin-bottom: 0;
}
.cid-uOkm2TOpLh .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uOkm2TOpLh .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uOkm2TOpLh .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uOkm2TOpLh .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uOkm2TOpLh .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uOkm2TOpLh .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uOkm2TOpLh .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uOkm2TOpLh .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uOkm2TOpLh .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOkm2TOpLh .nav-dropdown .link {
  font-weight: 400;
}
.cid-uOkm2TOpLh .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uOkm2TOpLh .content-right-side {
  text-align: center;
}
.cid-uOkm2TOpLh .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uOkm2TOpLh .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uOkm2TOpLh .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uOkm2TOpLh .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uOkm2TOpLh .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOkm2TOpLh .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uOkm2TOpLh .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uOkm2TOpLh .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uOkm2TOpLh .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uOkm2TOpLh .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uOkm2TOpLh .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uOkm2TOpLh .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOkm2TOpLh .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uOkm2TOpLh .navbar {
    display: block;
    padding: 0;
  }
  .cid-uOkm2TOpLh .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOkm2TOpLh .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-uOkm2TOpLh .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uOkm2TOpLh .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uOkm2TOpLh .navbar-toggler {
    display: none;
  }
  .cid-uOkm2TOpLh .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOkm2TOpLh .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uOkm2TOpLh .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOkm2TOpLh .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uOkm2TOpLh .menu-logo {
  margin-right: auto;
}
.cid-uOkm2TOpLh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOkm2TOpLh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uOkm2TOpLh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uOkm2TOpLh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uOkm2TOpLh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uOkm2TOpLh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uOkm2TOpLh .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uOkm2TOpLh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uOkm2TOpLh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOkm2TOpLh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uOkm2TOpLh .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uOkm2TOpLh .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uOkm2TOpLh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOkm2TOpLh .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uOkm2TOpLh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uOkm2TOpLh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOkm2TOpLh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOkm2TOpLh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uOkm2TOpLh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOkm2TOpLh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uOkm2TOpLh .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uOkm2TOpLh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uOkm2TOpLh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uOkm2TOpLh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-uOkm2TOpLh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uOkm2TOpLh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-uOkm2TOpLh button.navbar-toggler:focus {
  outline: none;
}
.cid-uOkm2TOpLh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOkm2TOpLh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOkm2TOpLh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOkm2TOpLh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOkm2TOpLh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOkm2TOpLh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOkm2TOpLh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOkm2TOpLh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOkm2TOpLh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOkm2TOpLh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOkm2TOpLh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOkm2TOpLh .collapsed .btn {
  display: flex;
}
.cid-uOkm2TOpLh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uOkm2TOpLh .collapsed .navbar-collapse.collapsing,
.cid-uOkm2TOpLh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uOkm2TOpLh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uOkm2TOpLh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uOkm2TOpLh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uOkm2TOpLh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uOkm2TOpLh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uOkm2TOpLh .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uOkm2TOpLh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uOkm2TOpLh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uOkm2TOpLh .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uOkm2TOpLh .collapsed button.navbar-toggler {
  display: block;
}
.cid-uOkm2TOpLh .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uOkm2TOpLh .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uOkm2TOpLh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uOkm2TOpLh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uOkm2TOpLh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uOkm2TOpLh .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uOkm2TOpLh .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uOkm2TOpLh .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uOkm2TOpLh .navbar-collapse.collapsing,
  .cid-uOkm2TOpLh .navbar-collapse.show {
    display: block !important;
  }
  .cid-uOkm2TOpLh .navbar-collapse.collapsing .navbar-nav,
  .cid-uOkm2TOpLh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uOkm2TOpLh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uOkm2TOpLh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uOkm2TOpLh .navbar-collapse.collapsing .navbar-buttons,
  .cid-uOkm2TOpLh .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uOkm2TOpLh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uOkm2TOpLh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uOkm2TOpLh .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOkm2TOpLh img {
    height: 2.2rem !important;
  }
  .cid-uOkm2TOpLh .btn {
    display: flex;
  }
  .cid-uOkm2TOpLh button.navbar-toggler {
    display: block;
  }
  .cid-uOkm2TOpLh .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uOkm2TOpLh .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uOkm2TOpLh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uOkm2TOpLh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uOkm2TOpLh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uOkm2TOpLh .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uOkm2TOpLh .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uOkm2TOpLh .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uOkm2TOpLh .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uOkm2TOpLh .nav-link:focus {
  outline: none;
}
.cid-uOkm2TOpLh .navbar-toggler {
  position: relative;
}
.cid-uOkm2TOpLh .dropdown-item.active,
.cid-uOkm2TOpLh .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-uOkm2TOpLh .widget-title,
.cid-uOkm2TOpLh .widget-icon {
  color: #9e9e9e;
}
.cid-uOkm2UFB73 {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-uOkm2UFB73 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOkm2UFB73 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOkm2UFB73 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOkm2UFB73 .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOkm2UFB73 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOkm2UFB73 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOkm2UFB73 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uOkm2UFB73 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOkm2UFB73 .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOkm2UFB73 .image-wrapper img {
    height: 350px;
  }
}
.cid-uOkm2UFB73 .mbr-section-title {
  color: #ffffff;
}
.cid-uOkm2UFB73 .mbr-text,
.cid-uOkm2UFB73 .text-wrapper {
  color: #9aa0a6;
}
.cid-uOkm2V55w3 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uOkm2V55w3 .mbr-text,
.cid-uOkm2V55w3 .mbr-section-btn {
  text-align: left;
}
.cid-uOkm2VuZTT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOkm2VuZTT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOkm2VuZTT .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-uOkm2VuZTT .mbr-text {
  margin-bottom: 30px;
}
.cid-uOkm2VuZTT .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uOkm2VuZTT .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uOkm2VuZTT .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uOkm2VuZTT .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uOkm2VuZTT .btn_link:hover {
  cursor: pointer;
}
.cid-uOkm2VuZTT .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-uOkm2VuZTT .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uOkm2VuZTT .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOkm2VuZTT .text-wrapper {
    text-align: center;
  }
  .cid-uOkm2VuZTT .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uOkm2VuZTT .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uOkm2VuZTT .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOkm2VuZTT .card-title,
.cid-uOkm2VuZTT .icon_block {
  color: #000000;
}
.cid-uOkm2VTqiw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-uOkm2VTqiw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOkm2VTqiw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOkm2VTqiw .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOkm2VTqiw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOkm2VTqiw .row {
    text-align: center;
  }
  .cid-uOkm2VTqiw .row > div {
    margin: auto;
  }
  .cid-uOkm2VTqiw .social-row {
    justify-content: center;
  }
}
.cid-uOkm2VTqiw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uOkm2VTqiw .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uOkm2VTqiw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOkm2VTqiw .list {
    margin-bottom: 0rem;
  }
}
.cid-uOkm2VTqiw .mbr-text {
  color: #ffffff;
}
.cid-uOkm2VTqiw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uOkm2VTqiw .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uOkm2VTqiw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uOkm2VTqiw H5 {
  color: #ffffff;
}
.cid-uPnv2HwIId .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uPnv2HwIId .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPnv2HwIId .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uPnv2HwIId .dropdown-item {
  padding: 0;
}
.cid-uPnv2HwIId .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-uPnv2HwIId .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-uPnv2HwIId .menu-content-top {
    display: block;
  }
  .cid-uPnv2HwIId .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-uPnv2HwIId .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-uPnv2HwIId nav.opened .menu-content-top {
  display: none;
}
.cid-uPnv2HwIId .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPnv2HwIId .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPnv2HwIId a {
  font-style: normal;
}
.cid-uPnv2HwIId .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPnv2HwIId .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uPnv2HwIId .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uPnv2HwIId .content-text {
  margin-bottom: 0;
}
.cid-uPnv2HwIId .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPnv2HwIId .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPnv2HwIId .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPnv2HwIId .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPnv2HwIId .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPnv2HwIId .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uPnv2HwIId .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uPnv2HwIId .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uPnv2HwIId .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPnv2HwIId .nav-dropdown .link {
  font-weight: 400;
}
.cid-uPnv2HwIId .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPnv2HwIId .content-right-side {
  text-align: center;
}
.cid-uPnv2HwIId .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPnv2HwIId .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPnv2HwIId .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPnv2HwIId .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uPnv2HwIId .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPnv2HwIId .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPnv2HwIId .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPnv2HwIId .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPnv2HwIId .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uPnv2HwIId .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uPnv2HwIId .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uPnv2HwIId .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPnv2HwIId .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uPnv2HwIId .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPnv2HwIId .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPnv2HwIId .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-uPnv2HwIId .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPnv2HwIId .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uPnv2HwIId .navbar-toggler {
    display: none;
  }
  .cid-uPnv2HwIId .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPnv2HwIId .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPnv2HwIId .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPnv2HwIId .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPnv2HwIId .menu-logo {
  margin-right: auto;
}
.cid-uPnv2HwIId .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPnv2HwIId .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPnv2HwIId .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPnv2HwIId .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPnv2HwIId .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uPnv2HwIId .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPnv2HwIId .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPnv2HwIId .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPnv2HwIId .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPnv2HwIId .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPnv2HwIId .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPnv2HwIId .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPnv2HwIId .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uPnv2HwIId .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uPnv2HwIId .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uPnv2HwIId .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPnv2HwIId .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uPnv2HwIId .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPnv2HwIId .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPnv2HwIId .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uPnv2HwIId .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPnv2HwIId .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPnv2HwIId .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPnv2HwIId .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-uPnv2HwIId .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPnv2HwIId button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-uPnv2HwIId button.navbar-toggler:focus {
  outline: none;
}
.cid-uPnv2HwIId button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPnv2HwIId button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPnv2HwIId button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPnv2HwIId button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPnv2HwIId button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPnv2HwIId nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPnv2HwIId nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPnv2HwIId nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPnv2HwIId nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPnv2HwIId .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPnv2HwIId .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPnv2HwIId .collapsed .btn {
  display: flex;
}
.cid-uPnv2HwIId .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPnv2HwIId .collapsed .navbar-collapse.collapsing,
.cid-uPnv2HwIId .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPnv2HwIId .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPnv2HwIId .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPnv2HwIId .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPnv2HwIId .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPnv2HwIId .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPnv2HwIId .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uPnv2HwIId .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPnv2HwIId .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPnv2HwIId .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPnv2HwIId .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPnv2HwIId .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPnv2HwIId .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uPnv2HwIId .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPnv2HwIId .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPnv2HwIId .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPnv2HwIId .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPnv2HwIId .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPnv2HwIId .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPnv2HwIId .navbar-collapse.collapsing,
  .cid-uPnv2HwIId .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPnv2HwIId .navbar-collapse.collapsing .navbar-nav,
  .cid-uPnv2HwIId .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPnv2HwIId .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPnv2HwIId .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPnv2HwIId .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPnv2HwIId .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uPnv2HwIId .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPnv2HwIId .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPnv2HwIId .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPnv2HwIId img {
    height: 2.2rem !important;
  }
  .cid-uPnv2HwIId .btn {
    display: flex;
  }
  .cid-uPnv2HwIId button.navbar-toggler {
    display: block;
  }
  .cid-uPnv2HwIId .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uPnv2HwIId .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uPnv2HwIId .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPnv2HwIId .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPnv2HwIId .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPnv2HwIId .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPnv2HwIId .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uPnv2HwIId .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPnv2HwIId .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uPnv2HwIId .nav-link:focus {
  outline: none;
}
.cid-uPnv2HwIId .navbar-toggler {
  position: relative;
}
.cid-uPnv2HwIId .dropdown-item.active,
.cid-uPnv2HwIId .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-uPnv2HwIId .widget-title,
.cid-uPnv2HwIId .widget-icon {
  color: #9e9e9e;
}
.cid-uPnv2IiY48 {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-uPnv2IiY48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPnv2IiY48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPnv2IiY48 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uPnv2IiY48 .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPnv2IiY48 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uPnv2IiY48 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPnv2IiY48 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPnv2IiY48 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPnv2IiY48 .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPnv2IiY48 .image-wrapper img {
    height: 350px;
  }
}
.cid-uPnv2IiY48 .mbr-section-title {
  color: #ffffff;
}
.cid-uPnv2IiY48 .mbr-text,
.cid-uPnv2IiY48 .text-wrapper {
  color: #9aa0a6;
}
.cid-uPnv2IEeRG {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uPnv2IEeRG .mbr-text,
.cid-uPnv2IEeRG .mbr-section-btn {
  text-align: left;
}
.cid-uPnv2J1YX9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPnv2J1YX9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uPnv2J1YX9 .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-uPnv2J1YX9 .mbr-text {
  margin-bottom: 30px;
}
.cid-uPnv2J1YX9 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uPnv2J1YX9 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uPnv2J1YX9 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uPnv2J1YX9 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uPnv2J1YX9 .btn_link:hover {
  cursor: pointer;
}
.cid-uPnv2J1YX9 .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-uPnv2J1YX9 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uPnv2J1YX9 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPnv2J1YX9 .text-wrapper {
    text-align: center;
  }
  .cid-uPnv2J1YX9 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uPnv2J1YX9 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uPnv2J1YX9 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPnv2J1YX9 .card-title,
.cid-uPnv2J1YX9 .icon_block {
  color: #000000;
}
.cid-uPnv2JsK0S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-uPnv2JsK0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPnv2JsK0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPnv2JsK0S .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPnv2JsK0S .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uPnv2JsK0S .row {
    text-align: center;
  }
  .cid-uPnv2JsK0S .row > div {
    margin: auto;
  }
  .cid-uPnv2JsK0S .social-row {
    justify-content: center;
  }
}
.cid-uPnv2JsK0S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPnv2JsK0S .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uPnv2JsK0S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPnv2JsK0S .list {
    margin-bottom: 0rem;
  }
}
.cid-uPnv2JsK0S .mbr-text {
  color: #ffffff;
}
.cid-uPnv2JsK0S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uPnv2JsK0S .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uPnv2JsK0S div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uPnv2JsK0S H5 {
  color: #ffffff;
}
.cid-uPcuFChROB .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uPcuFChROB .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPcuFChROB .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uPcuFChROB .dropdown-item {
  padding: 0;
}
.cid-uPcuFChROB .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-uPcuFChROB .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-uPcuFChROB .menu-content-top {
    display: block;
  }
  .cid-uPcuFChROB .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-uPcuFChROB .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-uPcuFChROB nav.opened .menu-content-top {
  display: none;
}
.cid-uPcuFChROB .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPcuFChROB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPcuFChROB a {
  font-style: normal;
}
.cid-uPcuFChROB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPcuFChROB .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uPcuFChROB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uPcuFChROB .content-text {
  margin-bottom: 0;
}
.cid-uPcuFChROB .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPcuFChROB .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPcuFChROB .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPcuFChROB .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPcuFChROB .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPcuFChROB .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uPcuFChROB .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uPcuFChROB .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uPcuFChROB .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPcuFChROB .nav-dropdown .link {
  font-weight: 400;
}
.cid-uPcuFChROB .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPcuFChROB .content-right-side {
  text-align: center;
}
.cid-uPcuFChROB .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPcuFChROB .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPcuFChROB .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPcuFChROB .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uPcuFChROB .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPcuFChROB .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPcuFChROB .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPcuFChROB .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPcuFChROB .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uPcuFChROB .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uPcuFChROB .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uPcuFChROB .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPcuFChROB .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uPcuFChROB .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPcuFChROB .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPcuFChROB .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-uPcuFChROB .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPcuFChROB .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uPcuFChROB .navbar-toggler {
    display: none;
  }
  .cid-uPcuFChROB .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPcuFChROB .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPcuFChROB .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPcuFChROB .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPcuFChROB .menu-logo {
  margin-right: auto;
}
.cid-uPcuFChROB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPcuFChROB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPcuFChROB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPcuFChROB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPcuFChROB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uPcuFChROB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPcuFChROB .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPcuFChROB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPcuFChROB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPcuFChROB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPcuFChROB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPcuFChROB .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPcuFChROB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uPcuFChROB .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uPcuFChROB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uPcuFChROB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPcuFChROB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uPcuFChROB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPcuFChROB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPcuFChROB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uPcuFChROB .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPcuFChROB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPcuFChROB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPcuFChROB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-uPcuFChROB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPcuFChROB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-uPcuFChROB button.navbar-toggler:focus {
  outline: none;
}
.cid-uPcuFChROB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPcuFChROB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPcuFChROB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPcuFChROB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPcuFChROB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPcuFChROB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPcuFChROB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPcuFChROB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPcuFChROB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPcuFChROB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPcuFChROB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPcuFChROB .collapsed .btn {
  display: flex;
}
.cid-uPcuFChROB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPcuFChROB .collapsed .navbar-collapse.collapsing,
.cid-uPcuFChROB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPcuFChROB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPcuFChROB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPcuFChROB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPcuFChROB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPcuFChROB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPcuFChROB .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uPcuFChROB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPcuFChROB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPcuFChROB .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPcuFChROB .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPcuFChROB .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPcuFChROB .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uPcuFChROB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPcuFChROB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPcuFChROB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPcuFChROB .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPcuFChROB .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPcuFChROB .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPcuFChROB .navbar-collapse.collapsing,
  .cid-uPcuFChROB .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPcuFChROB .navbar-collapse.collapsing .navbar-nav,
  .cid-uPcuFChROB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPcuFChROB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPcuFChROB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPcuFChROB .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPcuFChROB .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uPcuFChROB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPcuFChROB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPcuFChROB .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPcuFChROB img {
    height: 2.2rem !important;
  }
  .cid-uPcuFChROB .btn {
    display: flex;
  }
  .cid-uPcuFChROB button.navbar-toggler {
    display: block;
  }
  .cid-uPcuFChROB .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uPcuFChROB .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uPcuFChROB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPcuFChROB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPcuFChROB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPcuFChROB .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPcuFChROB .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uPcuFChROB .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPcuFChROB .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uPcuFChROB .nav-link:focus {
  outline: none;
}
.cid-uPcuFChROB .navbar-toggler {
  position: relative;
}
.cid-uPcuFChROB .dropdown-item.active,
.cid-uPcuFChROB .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-uPcuFChROB .widget-title,
.cid-uPcuFChROB .widget-icon {
  color: #9e9e9e;
}
.cid-uPcuFDgutD {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-uPcuFDgutD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcuFDgutD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcuFDgutD .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uPcuFDgutD .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPcuFDgutD .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uPcuFDgutD .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPcuFDgutD .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPcuFDgutD .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPcuFDgutD .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPcuFDgutD .image-wrapper img {
    height: 350px;
  }
}
.cid-uPcuFDgutD .mbr-section-title {
  color: #ffffff;
}
.cid-uPcuFDgutD .mbr-text,
.cid-uPcuFDgutD .text-wrapper {
  color: #9aa0a6;
}
.cid-uPcuFDI8Y9 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uPcuFDI8Y9 .mbr-text,
.cid-uPcuFDI8Y9 .mbr-section-btn {
  text-align: left;
}
.cid-uPcuFE2kqi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPcuFE2kqi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uPcuFE2kqi .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-uPcuFE2kqi .mbr-text {
  margin-bottom: 30px;
}
.cid-uPcuFE2kqi .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uPcuFE2kqi .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uPcuFE2kqi .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uPcuFE2kqi .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uPcuFE2kqi .btn_link:hover {
  cursor: pointer;
}
.cid-uPcuFE2kqi .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-uPcuFE2kqi .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uPcuFE2kqi .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPcuFE2kqi .text-wrapper {
    text-align: center;
  }
  .cid-uPcuFE2kqi .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uPcuFE2kqi .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uPcuFE2kqi .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPcuFE2kqi .card-title,
.cid-uPcuFE2kqi .icon_block {
  color: #000000;
}
.cid-uPcuFEt9og {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-uPcuFEt9og .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcuFEt9og .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcuFEt9og .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPcuFEt9og .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uPcuFEt9og .row {
    text-align: center;
  }
  .cid-uPcuFEt9og .row > div {
    margin: auto;
  }
  .cid-uPcuFEt9og .social-row {
    justify-content: center;
  }
}
.cid-uPcuFEt9og .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPcuFEt9og .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uPcuFEt9og .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPcuFEt9og .list {
    margin-bottom: 0rem;
  }
}
.cid-uPcuFEt9og .mbr-text {
  color: #ffffff;
}
.cid-uPcuFEt9og .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uPcuFEt9og .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uPcuFEt9og div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uPcuFEt9og H5 {
  color: #ffffff;
}
.cid-uSXSBdkwMp .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uSXSBdkwMp .navbar-fixed-top {
  padding-top: 0;
}
.cid-uSXSBdkwMp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uSXSBdkwMp .dropdown-item {
  padding: 0;
}
.cid-uSXSBdkwMp .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-uSXSBdkwMp .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-uSXSBdkwMp .menu-content-top {
    display: block;
  }
  .cid-uSXSBdkwMp .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-uSXSBdkwMp .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-uSXSBdkwMp nav.opened .menu-content-top {
  display: none;
}
.cid-uSXSBdkwMp .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSXSBdkwMp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSXSBdkwMp a {
  font-style: normal;
}
.cid-uSXSBdkwMp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSXSBdkwMp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uSXSBdkwMp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSXSBdkwMp .content-text {
  margin-bottom: 0;
}
.cid-uSXSBdkwMp .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSXSBdkwMp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSXSBdkwMp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSXSBdkwMp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSXSBdkwMp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSXSBdkwMp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSXSBdkwMp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uSXSBdkwMp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uSXSBdkwMp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uSXSBdkwMp .nav-dropdown .link {
  font-weight: 400;
}
.cid-uSXSBdkwMp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSXSBdkwMp .content-right-side {
  text-align: center;
}
.cid-uSXSBdkwMp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSXSBdkwMp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSXSBdkwMp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSXSBdkwMp .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uSXSBdkwMp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSXSBdkwMp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSXSBdkwMp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSXSBdkwMp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSXSBdkwMp .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uSXSBdkwMp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uSXSBdkwMp .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uSXSBdkwMp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSXSBdkwMp .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uSXSBdkwMp .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSXSBdkwMp .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSXSBdkwMp .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-uSXSBdkwMp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSXSBdkwMp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uSXSBdkwMp .navbar-toggler {
    display: none;
  }
  .cid-uSXSBdkwMp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uSXSBdkwMp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uSXSBdkwMp .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSXSBdkwMp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSXSBdkwMp .menu-logo {
  margin-right: auto;
}
.cid-uSXSBdkwMp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uSXSBdkwMp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uSXSBdkwMp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSXSBdkwMp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSXSBdkwMp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uSXSBdkwMp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSXSBdkwMp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSXSBdkwMp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSXSBdkwMp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSXSBdkwMp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSXSBdkwMp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSXSBdkwMp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSXSBdkwMp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSXSBdkwMp .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uSXSBdkwMp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uSXSBdkwMp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSXSBdkwMp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uSXSBdkwMp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSXSBdkwMp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSXSBdkwMp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uSXSBdkwMp .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uSXSBdkwMp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSXSBdkwMp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSXSBdkwMp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-uSXSBdkwMp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSXSBdkwMp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-uSXSBdkwMp button.navbar-toggler:focus {
  outline: none;
}
.cid-uSXSBdkwMp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uSXSBdkwMp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSXSBdkwMp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSXSBdkwMp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSXSBdkwMp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSXSBdkwMp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSXSBdkwMp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSXSBdkwMp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSXSBdkwMp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSXSBdkwMp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSXSBdkwMp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSXSBdkwMp .collapsed .btn {
  display: flex;
}
.cid-uSXSBdkwMp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSXSBdkwMp .collapsed .navbar-collapse.collapsing,
.cid-uSXSBdkwMp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSXSBdkwMp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSXSBdkwMp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSXSBdkwMp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSXSBdkwMp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSXSBdkwMp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSXSBdkwMp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uSXSBdkwMp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSXSBdkwMp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSXSBdkwMp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSXSBdkwMp .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSXSBdkwMp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uSXSBdkwMp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uSXSBdkwMp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uSXSBdkwMp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSXSBdkwMp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSXSBdkwMp .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uSXSBdkwMp .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uSXSBdkwMp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSXSBdkwMp .navbar-collapse.collapsing,
  .cid-uSXSBdkwMp .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSXSBdkwMp .navbar-collapse.collapsing .navbar-nav,
  .cid-uSXSBdkwMp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSXSBdkwMp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSXSBdkwMp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSXSBdkwMp .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSXSBdkwMp .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uSXSBdkwMp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSXSBdkwMp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSXSBdkwMp .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSXSBdkwMp img {
    height: 2.2rem !important;
  }
  .cid-uSXSBdkwMp .btn {
    display: flex;
  }
  .cid-uSXSBdkwMp button.navbar-toggler {
    display: block;
  }
  .cid-uSXSBdkwMp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uSXSBdkwMp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uSXSBdkwMp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uSXSBdkwMp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSXSBdkwMp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSXSBdkwMp .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uSXSBdkwMp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uSXSBdkwMp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uSXSBdkwMp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uSXSBdkwMp .nav-link:focus {
  outline: none;
}
.cid-uSXSBdkwMp .navbar-toggler {
  position: relative;
}
.cid-uSXSBdkwMp .dropdown-item.active,
.cid-uSXSBdkwMp .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-uSXSBdkwMp .widget-title,
.cid-uSXSBdkwMp .widget-icon {
  color: #9e9e9e;
}
.cid-uSXSBe72Li {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-uSXSBe72Li .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSXSBe72Li .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSXSBe72Li .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uSXSBe72Li .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSXSBe72Li .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSXSBe72Li .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSXSBe72Li .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uSXSBe72Li .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSXSBe72Li .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSXSBe72Li .image-wrapper img {
    height: 350px;
  }
}
.cid-uSXSBe72Li .mbr-section-title {
  color: #ffffff;
}
.cid-uSXSBe72Li .mbr-text,
.cid-uSXSBe72Li .text-wrapper {
  color: #9aa0a6;
}
.cid-uSXSBexucq {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uSXSBexucq .mbr-text,
.cid-uSXSBexucq .mbr-section-btn {
  text-align: left;
}
.cid-uSXSBexucq DIV {
  text-align: left;
}
.cid-uSXSBeRsVc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSXSBeRsVc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uSXSBeRsVc .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-uSXSBeRsVc .mbr-text {
  margin-bottom: 30px;
}
.cid-uSXSBeRsVc .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uSXSBeRsVc .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uSXSBeRsVc .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uSXSBeRsVc .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uSXSBeRsVc .btn_link:hover {
  cursor: pointer;
}
.cid-uSXSBeRsVc .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-uSXSBeRsVc .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uSXSBeRsVc .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSXSBeRsVc .text-wrapper {
    text-align: center;
  }
  .cid-uSXSBeRsVc .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uSXSBeRsVc .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uSXSBeRsVc .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSXSBeRsVc .card-title,
.cid-uSXSBeRsVc .icon_block {
  color: #000000;
}
.cid-uSXSBfdqqc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-uSXSBfdqqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSXSBfdqqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSXSBfdqqc .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSXSBfdqqc .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uSXSBfdqqc .row {
    text-align: center;
  }
  .cid-uSXSBfdqqc .row > div {
    margin: auto;
  }
  .cid-uSXSBfdqqc .social-row {
    justify-content: center;
  }
}
.cid-uSXSBfdqqc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSXSBfdqqc .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uSXSBfdqqc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSXSBfdqqc .list {
    margin-bottom: 0rem;
  }
}
.cid-uSXSBfdqqc .mbr-text {
  color: #ffffff;
}
.cid-uSXSBfdqqc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uSXSBfdqqc .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uSXSBfdqqc div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uSXSBfdqqc H5 {
  color: #ffffff;
}
.cid-uTNAs4posr .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uTNAs4posr .navbar-fixed-top {
  padding-top: 0;
}
.cid-uTNAs4posr .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uTNAs4posr .dropdown-item {
  padding: 0;
}
.cid-uTNAs4posr .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-uTNAs4posr .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-uTNAs4posr .menu-content-top {
    display: block;
  }
  .cid-uTNAs4posr .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-uTNAs4posr .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-uTNAs4posr nav.opened .menu-content-top {
  display: none;
}
.cid-uTNAs4posr .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTNAs4posr .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uTNAs4posr a {
  font-style: normal;
}
.cid-uTNAs4posr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uTNAs4posr .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uTNAs4posr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTNAs4posr .content-text {
  margin-bottom: 0;
}
.cid-uTNAs4posr .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uTNAs4posr .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uTNAs4posr .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uTNAs4posr .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uTNAs4posr .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uTNAs4posr .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTNAs4posr .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTNAs4posr .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uTNAs4posr .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTNAs4posr .nav-dropdown .link {
  font-weight: 400;
}
.cid-uTNAs4posr .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uTNAs4posr .content-right-side {
  text-align: center;
}
.cid-uTNAs4posr .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uTNAs4posr .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uTNAs4posr .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uTNAs4posr .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uTNAs4posr .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTNAs4posr .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uTNAs4posr .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uTNAs4posr .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uTNAs4posr .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uTNAs4posr .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uTNAs4posr .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uTNAs4posr .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTNAs4posr .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uTNAs4posr .navbar {
    display: block;
    padding: 0;
  }
  .cid-uTNAs4posr .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTNAs4posr .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-uTNAs4posr .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uTNAs4posr .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uTNAs4posr .navbar-toggler {
    display: none;
  }
  .cid-uTNAs4posr .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTNAs4posr .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uTNAs4posr .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTNAs4posr .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uTNAs4posr .menu-logo {
  margin-right: auto;
}
.cid-uTNAs4posr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTNAs4posr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uTNAs4posr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uTNAs4posr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uTNAs4posr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uTNAs4posr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uTNAs4posr .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uTNAs4posr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uTNAs4posr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTNAs4posr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uTNAs4posr .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uTNAs4posr .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTNAs4posr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTNAs4posr .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uTNAs4posr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTNAs4posr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTNAs4posr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTNAs4posr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uTNAs4posr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTNAs4posr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uTNAs4posr .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uTNAs4posr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uTNAs4posr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uTNAs4posr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-uTNAs4posr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uTNAs4posr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-uTNAs4posr button.navbar-toggler:focus {
  outline: none;
}
.cid-uTNAs4posr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTNAs4posr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTNAs4posr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTNAs4posr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTNAs4posr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTNAs4posr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTNAs4posr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTNAs4posr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTNAs4posr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTNAs4posr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTNAs4posr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTNAs4posr .collapsed .btn {
  display: flex;
}
.cid-uTNAs4posr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uTNAs4posr .collapsed .navbar-collapse.collapsing,
.cid-uTNAs4posr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uTNAs4posr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uTNAs4posr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uTNAs4posr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uTNAs4posr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uTNAs4posr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uTNAs4posr .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uTNAs4posr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uTNAs4posr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uTNAs4posr .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTNAs4posr .collapsed button.navbar-toggler {
  display: block;
}
.cid-uTNAs4posr .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uTNAs4posr .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uTNAs4posr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uTNAs4posr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uTNAs4posr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uTNAs4posr .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uTNAs4posr .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTNAs4posr .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uTNAs4posr .navbar-collapse.collapsing,
  .cid-uTNAs4posr .navbar-collapse.show {
    display: block !important;
  }
  .cid-uTNAs4posr .navbar-collapse.collapsing .navbar-nav,
  .cid-uTNAs4posr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uTNAs4posr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uTNAs4posr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uTNAs4posr .navbar-collapse.collapsing .navbar-buttons,
  .cid-uTNAs4posr .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uTNAs4posr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uTNAs4posr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTNAs4posr .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTNAs4posr img {
    height: 2.2rem !important;
  }
  .cid-uTNAs4posr .btn {
    display: flex;
  }
  .cid-uTNAs4posr button.navbar-toggler {
    display: block;
  }
  .cid-uTNAs4posr .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uTNAs4posr .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uTNAs4posr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uTNAs4posr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uTNAs4posr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uTNAs4posr .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uTNAs4posr .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uTNAs4posr .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uTNAs4posr .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uTNAs4posr .nav-link:focus {
  outline: none;
}
.cid-uTNAs4posr .navbar-toggler {
  position: relative;
}
.cid-uTNAs4posr .dropdown-item.active,
.cid-uTNAs4posr .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-uTNAs4posr .widget-title,
.cid-uTNAs4posr .widget-icon {
  color: #9e9e9e;
}
.cid-uTNAs5pUzQ {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-uTNAs5pUzQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTNAs5pUzQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTNAs5pUzQ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uTNAs5pUzQ .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTNAs5pUzQ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uTNAs5pUzQ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uTNAs5pUzQ .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uTNAs5pUzQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTNAs5pUzQ .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTNAs5pUzQ .image-wrapper img {
    height: 350px;
  }
}
.cid-uTNAs5pUzQ .mbr-section-title {
  color: #ffffff;
}
.cid-uTNAs5pUzQ .mbr-text,
.cid-uTNAs5pUzQ .text-wrapper {
  color: #9aa0a6;
}
.cid-uTNAs5PuQI {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uTNAs5PuQI .mbr-text,
.cid-uTNAs5PuQI .mbr-section-btn {
  text-align: left;
}
.cid-uTNAs6dh2I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTNAs6dh2I .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uTNAs6dh2I .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-uTNAs6dh2I .mbr-text {
  margin-bottom: 30px;
}
.cid-uTNAs6dh2I .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uTNAs6dh2I .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uTNAs6dh2I .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uTNAs6dh2I .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uTNAs6dh2I .btn_link:hover {
  cursor: pointer;
}
.cid-uTNAs6dh2I .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-uTNAs6dh2I .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uTNAs6dh2I .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTNAs6dh2I .text-wrapper {
    text-align: center;
  }
  .cid-uTNAs6dh2I .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uTNAs6dh2I .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uTNAs6dh2I .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTNAs6dh2I .card-title,
.cid-uTNAs6dh2I .icon_block {
  color: #000000;
}
.cid-uTNAs6HDJm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-uTNAs6HDJm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTNAs6HDJm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTNAs6HDJm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTNAs6HDJm .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uTNAs6HDJm .row {
    text-align: center;
  }
  .cid-uTNAs6HDJm .row > div {
    margin: auto;
  }
  .cid-uTNAs6HDJm .social-row {
    justify-content: center;
  }
}
.cid-uTNAs6HDJm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uTNAs6HDJm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uTNAs6HDJm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTNAs6HDJm .list {
    margin-bottom: 0rem;
  }
}
.cid-uTNAs6HDJm .mbr-text {
  color: #ffffff;
}
.cid-uTNAs6HDJm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uTNAs6HDJm .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uTNAs6HDJm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uTNAs6HDJm H5 {
  color: #ffffff;
}
.cid-uTNQhyFqiD .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uTNQhyFqiD .navbar-fixed-top {
  padding-top: 0;
}
.cid-uTNQhyFqiD .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uTNQhyFqiD .dropdown-item {
  padding: 0;
}
.cid-uTNQhyFqiD .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-uTNQhyFqiD .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-uTNQhyFqiD .menu-content-top {
    display: block;
  }
  .cid-uTNQhyFqiD .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-uTNQhyFqiD .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-uTNQhyFqiD nav.opened .menu-content-top {
  display: none;
}
.cid-uTNQhyFqiD .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTNQhyFqiD .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uTNQhyFqiD a {
  font-style: normal;
}
.cid-uTNQhyFqiD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uTNQhyFqiD .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uTNQhyFqiD .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTNQhyFqiD .content-text {
  margin-bottom: 0;
}
.cid-uTNQhyFqiD .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uTNQhyFqiD .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uTNQhyFqiD .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uTNQhyFqiD .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uTNQhyFqiD .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uTNQhyFqiD .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTNQhyFqiD .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTNQhyFqiD .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uTNQhyFqiD .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTNQhyFqiD .nav-dropdown .link {
  font-weight: 400;
}
.cid-uTNQhyFqiD .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uTNQhyFqiD .content-right-side {
  text-align: center;
}
.cid-uTNQhyFqiD .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uTNQhyFqiD .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uTNQhyFqiD .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uTNQhyFqiD .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uTNQhyFqiD .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTNQhyFqiD .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uTNQhyFqiD .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uTNQhyFqiD .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uTNQhyFqiD .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uTNQhyFqiD .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uTNQhyFqiD .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uTNQhyFqiD .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTNQhyFqiD .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uTNQhyFqiD .navbar {
    display: block;
    padding: 0;
  }
  .cid-uTNQhyFqiD .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTNQhyFqiD .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-uTNQhyFqiD .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uTNQhyFqiD .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uTNQhyFqiD .navbar-toggler {
    display: none;
  }
  .cid-uTNQhyFqiD .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTNQhyFqiD .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uTNQhyFqiD .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTNQhyFqiD .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uTNQhyFqiD .menu-logo {
  margin-right: auto;
}
.cid-uTNQhyFqiD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTNQhyFqiD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uTNQhyFqiD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uTNQhyFqiD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uTNQhyFqiD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uTNQhyFqiD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uTNQhyFqiD .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uTNQhyFqiD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uTNQhyFqiD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTNQhyFqiD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uTNQhyFqiD .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uTNQhyFqiD .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTNQhyFqiD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTNQhyFqiD .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uTNQhyFqiD .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTNQhyFqiD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTNQhyFqiD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTNQhyFqiD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uTNQhyFqiD .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTNQhyFqiD .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uTNQhyFqiD .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uTNQhyFqiD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uTNQhyFqiD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uTNQhyFqiD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-uTNQhyFqiD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uTNQhyFqiD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-uTNQhyFqiD button.navbar-toggler:focus {
  outline: none;
}
.cid-uTNQhyFqiD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTNQhyFqiD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTNQhyFqiD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTNQhyFqiD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTNQhyFqiD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTNQhyFqiD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTNQhyFqiD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTNQhyFqiD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTNQhyFqiD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTNQhyFqiD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTNQhyFqiD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTNQhyFqiD .collapsed .btn {
  display: flex;
}
.cid-uTNQhyFqiD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uTNQhyFqiD .collapsed .navbar-collapse.collapsing,
.cid-uTNQhyFqiD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uTNQhyFqiD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uTNQhyFqiD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uTNQhyFqiD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uTNQhyFqiD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uTNQhyFqiD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uTNQhyFqiD .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uTNQhyFqiD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uTNQhyFqiD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uTNQhyFqiD .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTNQhyFqiD .collapsed button.navbar-toggler {
  display: block;
}
.cid-uTNQhyFqiD .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uTNQhyFqiD .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uTNQhyFqiD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uTNQhyFqiD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uTNQhyFqiD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uTNQhyFqiD .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uTNQhyFqiD .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTNQhyFqiD .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uTNQhyFqiD .navbar-collapse.collapsing,
  .cid-uTNQhyFqiD .navbar-collapse.show {
    display: block !important;
  }
  .cid-uTNQhyFqiD .navbar-collapse.collapsing .navbar-nav,
  .cid-uTNQhyFqiD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uTNQhyFqiD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uTNQhyFqiD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uTNQhyFqiD .navbar-collapse.collapsing .navbar-buttons,
  .cid-uTNQhyFqiD .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uTNQhyFqiD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uTNQhyFqiD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTNQhyFqiD .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTNQhyFqiD img {
    height: 2.2rem !important;
  }
  .cid-uTNQhyFqiD .btn {
    display: flex;
  }
  .cid-uTNQhyFqiD button.navbar-toggler {
    display: block;
  }
  .cid-uTNQhyFqiD .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uTNQhyFqiD .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uTNQhyFqiD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uTNQhyFqiD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uTNQhyFqiD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uTNQhyFqiD .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uTNQhyFqiD .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uTNQhyFqiD .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uTNQhyFqiD .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uTNQhyFqiD .nav-link:focus {
  outline: none;
}
.cid-uTNQhyFqiD .navbar-toggler {
  position: relative;
}
.cid-uTNQhyFqiD .dropdown-item.active,
.cid-uTNQhyFqiD .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-uTNQhyFqiD .widget-title,
.cid-uTNQhyFqiD .widget-icon {
  color: #9e9e9e;
}
.cid-uTNQhzzrlr {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-uTNQhzzrlr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTNQhzzrlr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTNQhzzrlr .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uTNQhzzrlr .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTNQhzzrlr .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uTNQhzzrlr .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uTNQhzzrlr .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uTNQhzzrlr .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTNQhzzrlr .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTNQhzzrlr .image-wrapper img {
    height: 350px;
  }
}
.cid-uTNQhzzrlr .mbr-section-title {
  color: #ffffff;
}
.cid-uTNQhzzrlr .mbr-text,
.cid-uTNQhzzrlr .text-wrapper {
  color: #9aa0a6;
}
.cid-uTNQhzY9RK {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uTNQhzY9RK .mbr-text,
.cid-uTNQhzY9RK .mbr-section-btn {
  text-align: left;
}
.cid-uTNQhAkREA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTNQhAkREA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uTNQhAkREA .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-uTNQhAkREA .mbr-text {
  margin-bottom: 30px;
}
.cid-uTNQhAkREA .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uTNQhAkREA .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uTNQhAkREA .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uTNQhAkREA .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uTNQhAkREA .btn_link:hover {
  cursor: pointer;
}
.cid-uTNQhAkREA .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-uTNQhAkREA .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uTNQhAkREA .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTNQhAkREA .text-wrapper {
    text-align: center;
  }
  .cid-uTNQhAkREA .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uTNQhAkREA .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uTNQhAkREA .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTNQhAkREA .card-title,
.cid-uTNQhAkREA .icon_block {
  color: #000000;
}
.cid-uTNQhANwtN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-uTNQhANwtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTNQhANwtN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTNQhANwtN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTNQhANwtN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uTNQhANwtN .row {
    text-align: center;
  }
  .cid-uTNQhANwtN .row > div {
    margin: auto;
  }
  .cid-uTNQhANwtN .social-row {
    justify-content: center;
  }
}
.cid-uTNQhANwtN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uTNQhANwtN .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uTNQhANwtN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTNQhANwtN .list {
    margin-bottom: 0rem;
  }
}
.cid-uTNQhANwtN .mbr-text {
  color: #ffffff;
}
.cid-uTNQhANwtN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uTNQhANwtN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uTNQhANwtN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uTNQhANwtN H5 {
  color: #ffffff;
}
.cid-uTOoK7yPNB .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uTOoK7yPNB .navbar-fixed-top {
  padding-top: 0;
}
.cid-uTOoK7yPNB .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uTOoK7yPNB .dropdown-item {
  padding: 0;
}
.cid-uTOoK7yPNB .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-uTOoK7yPNB .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-uTOoK7yPNB .menu-content-top {
    display: block;
  }
  .cid-uTOoK7yPNB .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-uTOoK7yPNB .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-uTOoK7yPNB nav.opened .menu-content-top {
  display: none;
}
.cid-uTOoK7yPNB .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTOoK7yPNB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uTOoK7yPNB a {
  font-style: normal;
}
.cid-uTOoK7yPNB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uTOoK7yPNB .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uTOoK7yPNB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTOoK7yPNB .content-text {
  margin-bottom: 0;
}
.cid-uTOoK7yPNB .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uTOoK7yPNB .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uTOoK7yPNB .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uTOoK7yPNB .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uTOoK7yPNB .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uTOoK7yPNB .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTOoK7yPNB .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTOoK7yPNB .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uTOoK7yPNB .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTOoK7yPNB .nav-dropdown .link {
  font-weight: 400;
}
.cid-uTOoK7yPNB .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uTOoK7yPNB .content-right-side {
  text-align: center;
}
.cid-uTOoK7yPNB .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uTOoK7yPNB .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uTOoK7yPNB .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uTOoK7yPNB .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uTOoK7yPNB .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTOoK7yPNB .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uTOoK7yPNB .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uTOoK7yPNB .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uTOoK7yPNB .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uTOoK7yPNB .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uTOoK7yPNB .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uTOoK7yPNB .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTOoK7yPNB .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uTOoK7yPNB .navbar {
    display: block;
    padding: 0;
  }
  .cid-uTOoK7yPNB .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTOoK7yPNB .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-uTOoK7yPNB .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uTOoK7yPNB .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uTOoK7yPNB .navbar-toggler {
    display: none;
  }
  .cid-uTOoK7yPNB .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTOoK7yPNB .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uTOoK7yPNB .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTOoK7yPNB .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uTOoK7yPNB .menu-logo {
  margin-right: auto;
}
.cid-uTOoK7yPNB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTOoK7yPNB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uTOoK7yPNB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uTOoK7yPNB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uTOoK7yPNB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uTOoK7yPNB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uTOoK7yPNB .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uTOoK7yPNB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uTOoK7yPNB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTOoK7yPNB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uTOoK7yPNB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uTOoK7yPNB .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTOoK7yPNB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTOoK7yPNB .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uTOoK7yPNB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTOoK7yPNB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTOoK7yPNB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTOoK7yPNB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uTOoK7yPNB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTOoK7yPNB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uTOoK7yPNB .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uTOoK7yPNB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uTOoK7yPNB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uTOoK7yPNB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-uTOoK7yPNB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uTOoK7yPNB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-uTOoK7yPNB button.navbar-toggler:focus {
  outline: none;
}
.cid-uTOoK7yPNB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTOoK7yPNB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTOoK7yPNB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTOoK7yPNB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTOoK7yPNB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTOoK7yPNB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTOoK7yPNB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTOoK7yPNB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTOoK7yPNB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTOoK7yPNB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTOoK7yPNB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTOoK7yPNB .collapsed .btn {
  display: flex;
}
.cid-uTOoK7yPNB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uTOoK7yPNB .collapsed .navbar-collapse.collapsing,
.cid-uTOoK7yPNB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uTOoK7yPNB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uTOoK7yPNB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uTOoK7yPNB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uTOoK7yPNB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uTOoK7yPNB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uTOoK7yPNB .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uTOoK7yPNB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uTOoK7yPNB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uTOoK7yPNB .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTOoK7yPNB .collapsed button.navbar-toggler {
  display: block;
}
.cid-uTOoK7yPNB .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uTOoK7yPNB .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uTOoK7yPNB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uTOoK7yPNB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uTOoK7yPNB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uTOoK7yPNB .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uTOoK7yPNB .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTOoK7yPNB .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uTOoK7yPNB .navbar-collapse.collapsing,
  .cid-uTOoK7yPNB .navbar-collapse.show {
    display: block !important;
  }
  .cid-uTOoK7yPNB .navbar-collapse.collapsing .navbar-nav,
  .cid-uTOoK7yPNB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uTOoK7yPNB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uTOoK7yPNB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uTOoK7yPNB .navbar-collapse.collapsing .navbar-buttons,
  .cid-uTOoK7yPNB .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uTOoK7yPNB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uTOoK7yPNB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTOoK7yPNB .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTOoK7yPNB img {
    height: 2.2rem !important;
  }
  .cid-uTOoK7yPNB .btn {
    display: flex;
  }
  .cid-uTOoK7yPNB button.navbar-toggler {
    display: block;
  }
  .cid-uTOoK7yPNB .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uTOoK7yPNB .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uTOoK7yPNB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uTOoK7yPNB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uTOoK7yPNB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uTOoK7yPNB .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uTOoK7yPNB .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uTOoK7yPNB .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uTOoK7yPNB .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uTOoK7yPNB .nav-link:focus {
  outline: none;
}
.cid-uTOoK7yPNB .navbar-toggler {
  position: relative;
}
.cid-uTOoK7yPNB .dropdown-item.active,
.cid-uTOoK7yPNB .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-uTOoK7yPNB .widget-title,
.cid-uTOoK7yPNB .widget-icon {
  color: #9e9e9e;
}
.cid-uTOoK8oqmN {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-uTOoK8oqmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTOoK8oqmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTOoK8oqmN .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uTOoK8oqmN .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTOoK8oqmN .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uTOoK8oqmN .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uTOoK8oqmN .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uTOoK8oqmN .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTOoK8oqmN .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTOoK8oqmN .image-wrapper img {
    height: 350px;
  }
}
.cid-uTOoK8oqmN .mbr-section-title {
  color: #ffffff;
}
.cid-uTOoK8oqmN .mbr-text,
.cid-uTOoK8oqmN .text-wrapper {
  color: #9aa0a6;
}
.cid-uTOoK8MMrb {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uTOoK8MMrb .mbr-text,
.cid-uTOoK8MMrb .mbr-section-btn {
  text-align: left;
}
.cid-uTOoK99KU2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTOoK99KU2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uTOoK99KU2 .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-uTOoK99KU2 .mbr-text {
  margin-bottom: 30px;
}
.cid-uTOoK99KU2 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uTOoK99KU2 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uTOoK99KU2 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uTOoK99KU2 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uTOoK99KU2 .btn_link:hover {
  cursor: pointer;
}
.cid-uTOoK99KU2 .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-uTOoK99KU2 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uTOoK99KU2 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTOoK99KU2 .text-wrapper {
    text-align: center;
  }
  .cid-uTOoK99KU2 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uTOoK99KU2 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uTOoK99KU2 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTOoK99KU2 .card-title,
.cid-uTOoK99KU2 .icon_block {
  color: #000000;
}
.cid-uTOoK9zerP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-uTOoK9zerP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTOoK9zerP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTOoK9zerP .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTOoK9zerP .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uTOoK9zerP .row {
    text-align: center;
  }
  .cid-uTOoK9zerP .row > div {
    margin: auto;
  }
  .cid-uTOoK9zerP .social-row {
    justify-content: center;
  }
}
.cid-uTOoK9zerP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uTOoK9zerP .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uTOoK9zerP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTOoK9zerP .list {
    margin-bottom: 0rem;
  }
}
.cid-uTOoK9zerP .mbr-text {
  color: #ffffff;
}
.cid-uTOoK9zerP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uTOoK9zerP .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uTOoK9zerP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uTOoK9zerP H5 {
  color: #ffffff;
}
.cid-uPeUsOOy4V .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uPeUsOOy4V .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPeUsOOy4V .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uPeUsOOy4V .dropdown-item {
  padding: 0;
}
.cid-uPeUsOOy4V .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-uPeUsOOy4V .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-uPeUsOOy4V .menu-content-top {
    display: block;
  }
  .cid-uPeUsOOy4V .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-uPeUsOOy4V .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-uPeUsOOy4V nav.opened .menu-content-top {
  display: none;
}
.cid-uPeUsOOy4V .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPeUsOOy4V .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uPeUsOOy4V a {
  font-style: normal;
}
.cid-uPeUsOOy4V .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPeUsOOy4V .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uPeUsOOy4V .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uPeUsOOy4V .content-text {
  margin-bottom: 0;
}
.cid-uPeUsOOy4V .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPeUsOOy4V .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPeUsOOy4V .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPeUsOOy4V .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPeUsOOy4V .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPeUsOOy4V .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uPeUsOOy4V .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uPeUsOOy4V .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uPeUsOOy4V .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPeUsOOy4V .nav-dropdown .link {
  font-weight: 400;
}
.cid-uPeUsOOy4V .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPeUsOOy4V .content-right-side {
  text-align: center;
}
.cid-uPeUsOOy4V .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPeUsOOy4V .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPeUsOOy4V .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPeUsOOy4V .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uPeUsOOy4V .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPeUsOOy4V .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPeUsOOy4V .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPeUsOOy4V .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPeUsOOy4V .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uPeUsOOy4V .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uPeUsOOy4V .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uPeUsOOy4V .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPeUsOOy4V .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uPeUsOOy4V .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPeUsOOy4V .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPeUsOOy4V .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-uPeUsOOy4V .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPeUsOOy4V .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uPeUsOOy4V .navbar-toggler {
    display: none;
  }
  .cid-uPeUsOOy4V .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPeUsOOy4V .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPeUsOOy4V .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPeUsOOy4V .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPeUsOOy4V .menu-logo {
  margin-right: auto;
}
.cid-uPeUsOOy4V .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPeUsOOy4V .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPeUsOOy4V .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uPeUsOOy4V .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPeUsOOy4V .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uPeUsOOy4V .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPeUsOOy4V .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPeUsOOy4V .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPeUsOOy4V .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPeUsOOy4V .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPeUsOOy4V .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPeUsOOy4V .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPeUsOOy4V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uPeUsOOy4V .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uPeUsOOy4V .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uPeUsOOy4V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPeUsOOy4V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uPeUsOOy4V .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPeUsOOy4V .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPeUsOOy4V .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uPeUsOOy4V .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPeUsOOy4V .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPeUsOOy4V .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPeUsOOy4V .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-uPeUsOOy4V .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPeUsOOy4V button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-uPeUsOOy4V button.navbar-toggler:focus {
  outline: none;
}
.cid-uPeUsOOy4V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPeUsOOy4V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPeUsOOy4V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPeUsOOy4V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPeUsOOy4V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPeUsOOy4V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPeUsOOy4V nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPeUsOOy4V nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPeUsOOy4V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPeUsOOy4V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPeUsOOy4V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPeUsOOy4V .collapsed .btn {
  display: flex;
}
.cid-uPeUsOOy4V .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPeUsOOy4V .collapsed .navbar-collapse.collapsing,
.cid-uPeUsOOy4V .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPeUsOOy4V .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPeUsOOy4V .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPeUsOOy4V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPeUsOOy4V .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPeUsOOy4V .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPeUsOOy4V .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uPeUsOOy4V .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPeUsOOy4V .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPeUsOOy4V .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPeUsOOy4V .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPeUsOOy4V .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPeUsOOy4V .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uPeUsOOy4V .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPeUsOOy4V .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPeUsOOy4V .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPeUsOOy4V .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPeUsOOy4V .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPeUsOOy4V .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPeUsOOy4V .navbar-collapse.collapsing,
  .cid-uPeUsOOy4V .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPeUsOOy4V .navbar-collapse.collapsing .navbar-nav,
  .cid-uPeUsOOy4V .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPeUsOOy4V .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPeUsOOy4V .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPeUsOOy4V .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPeUsOOy4V .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uPeUsOOy4V .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPeUsOOy4V .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPeUsOOy4V .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPeUsOOy4V img {
    height: 2.2rem !important;
  }
  .cid-uPeUsOOy4V .btn {
    display: flex;
  }
  .cid-uPeUsOOy4V button.navbar-toggler {
    display: block;
  }
  .cid-uPeUsOOy4V .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uPeUsOOy4V .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uPeUsOOy4V .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPeUsOOy4V .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPeUsOOy4V .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPeUsOOy4V .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPeUsOOy4V .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uPeUsOOy4V .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPeUsOOy4V .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uPeUsOOy4V .nav-link:focus {
  outline: none;
}
.cid-uPeUsOOy4V .navbar-toggler {
  position: relative;
}
.cid-uPeUsOOy4V .dropdown-item.active,
.cid-uPeUsOOy4V .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-uPeUsOOy4V .widget-title,
.cid-uPeUsOOy4V .widget-icon {
  color: #9e9e9e;
}
.cid-uPeUsPTN6O {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-uPeUsPTN6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPeUsPTN6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPeUsPTN6O .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uPeUsPTN6O .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPeUsPTN6O .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uPeUsPTN6O .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPeUsPTN6O .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPeUsPTN6O .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPeUsPTN6O .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPeUsPTN6O .image-wrapper img {
    height: 350px;
  }
}
.cid-uPeUsPTN6O .mbr-section-title {
  color: #ffffff;
}
.cid-uPeUsPTN6O .mbr-text,
.cid-uPeUsPTN6O .text-wrapper {
  color: #9aa0a6;
}
.cid-uPeUsQqr7K {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uPeUsQqr7K .mbr-text,
.cid-uPeUsQqr7K .mbr-section-btn {
  text-align: left;
}
.cid-uPeUsQPBTz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPeUsQPBTz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uPeUsQPBTz .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-uPeUsQPBTz .mbr-text {
  margin-bottom: 30px;
}
.cid-uPeUsQPBTz .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uPeUsQPBTz .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uPeUsQPBTz .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uPeUsQPBTz .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uPeUsQPBTz .btn_link:hover {
  cursor: pointer;
}
.cid-uPeUsQPBTz .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-uPeUsQPBTz .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uPeUsQPBTz .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPeUsQPBTz .text-wrapper {
    text-align: center;
  }
  .cid-uPeUsQPBTz .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uPeUsQPBTz .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uPeUsQPBTz .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPeUsQPBTz .card-title,
.cid-uPeUsQPBTz .icon_block {
  color: #000000;
}
.cid-uPeUsReByn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-uPeUsReByn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPeUsReByn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPeUsReByn .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPeUsReByn .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uPeUsReByn .row {
    text-align: center;
  }
  .cid-uPeUsReByn .row > div {
    margin: auto;
  }
  .cid-uPeUsReByn .social-row {
    justify-content: center;
  }
}
.cid-uPeUsReByn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uPeUsReByn .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uPeUsReByn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPeUsReByn .list {
    margin-bottom: 0rem;
  }
}
.cid-uPeUsReByn .mbr-text {
  color: #ffffff;
}
.cid-uPeUsReByn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uPeUsReByn .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uPeUsReByn div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uPeUsReByn H5 {
  color: #ffffff;
}
.cid-uV2642cSTj .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uV2642cSTj .navbar-fixed-top {
  padding-top: 0;
}
.cid-uV2642cSTj .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uV2642cSTj .dropdown-item {
  padding: 0;
}
.cid-uV2642cSTj .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-uV2642cSTj .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-uV2642cSTj .menu-content-top {
    display: block;
  }
  .cid-uV2642cSTj .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-uV2642cSTj .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-uV2642cSTj nav.opened .menu-content-top {
  display: none;
}
.cid-uV2642cSTj .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uV2642cSTj .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uV2642cSTj a {
  font-style: normal;
}
.cid-uV2642cSTj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uV2642cSTj .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uV2642cSTj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uV2642cSTj .content-text {
  margin-bottom: 0;
}
.cid-uV2642cSTj .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uV2642cSTj .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uV2642cSTj .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uV2642cSTj .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uV2642cSTj .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uV2642cSTj .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uV2642cSTj .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uV2642cSTj .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uV2642cSTj .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uV2642cSTj .nav-dropdown .link {
  font-weight: 400;
}
.cid-uV2642cSTj .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uV2642cSTj .content-right-side {
  text-align: center;
}
.cid-uV2642cSTj .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uV2642cSTj .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uV2642cSTj .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uV2642cSTj .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uV2642cSTj .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV2642cSTj .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uV2642cSTj .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uV2642cSTj .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uV2642cSTj .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uV2642cSTj .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uV2642cSTj .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uV2642cSTj .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uV2642cSTj .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uV2642cSTj .navbar {
    display: block;
    padding: 0;
  }
  .cid-uV2642cSTj .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uV2642cSTj .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-uV2642cSTj .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uV2642cSTj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uV2642cSTj .navbar-toggler {
    display: none;
  }
  .cid-uV2642cSTj .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uV2642cSTj .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uV2642cSTj .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV2642cSTj .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uV2642cSTj .menu-logo {
  margin-right: auto;
}
.cid-uV2642cSTj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV2642cSTj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uV2642cSTj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uV2642cSTj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uV2642cSTj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uV2642cSTj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uV2642cSTj .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uV2642cSTj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uV2642cSTj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV2642cSTj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uV2642cSTj .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uV2642cSTj .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uV2642cSTj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uV2642cSTj .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uV2642cSTj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uV2642cSTj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uV2642cSTj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uV2642cSTj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uV2642cSTj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV2642cSTj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uV2642cSTj .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uV2642cSTj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uV2642cSTj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uV2642cSTj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-uV2642cSTj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uV2642cSTj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-uV2642cSTj button.navbar-toggler:focus {
  outline: none;
}
.cid-uV2642cSTj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uV2642cSTj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV2642cSTj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV2642cSTj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV2642cSTj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV2642cSTj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV2642cSTj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV2642cSTj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV2642cSTj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV2642cSTj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV2642cSTj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV2642cSTj .collapsed .btn {
  display: flex;
}
.cid-uV2642cSTj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uV2642cSTj .collapsed .navbar-collapse.collapsing,
.cid-uV2642cSTj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uV2642cSTj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uV2642cSTj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uV2642cSTj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uV2642cSTj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uV2642cSTj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uV2642cSTj .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uV2642cSTj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uV2642cSTj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uV2642cSTj .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uV2642cSTj .collapsed button.navbar-toggler {
  display: block;
}
.cid-uV2642cSTj .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uV2642cSTj .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uV2642cSTj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uV2642cSTj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uV2642cSTj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uV2642cSTj .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uV2642cSTj .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uV2642cSTj .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uV2642cSTj .navbar-collapse.collapsing,
  .cid-uV2642cSTj .navbar-collapse.show {
    display: block !important;
  }
  .cid-uV2642cSTj .navbar-collapse.collapsing .navbar-nav,
  .cid-uV2642cSTj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uV2642cSTj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uV2642cSTj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uV2642cSTj .navbar-collapse.collapsing .navbar-buttons,
  .cid-uV2642cSTj .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uV2642cSTj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uV2642cSTj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uV2642cSTj .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uV2642cSTj img {
    height: 2.2rem !important;
  }
  .cid-uV2642cSTj .btn {
    display: flex;
  }
  .cid-uV2642cSTj button.navbar-toggler {
    display: block;
  }
  .cid-uV2642cSTj .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uV2642cSTj .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uV2642cSTj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uV2642cSTj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uV2642cSTj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uV2642cSTj .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uV2642cSTj .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uV2642cSTj .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uV2642cSTj .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uV2642cSTj .nav-link:focus {
  outline: none;
}
.cid-uV2642cSTj .navbar-toggler {
  position: relative;
}
.cid-uV2642cSTj .dropdown-item.active,
.cid-uV2642cSTj .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-uV2642cSTj .widget-title,
.cid-uV2642cSTj .widget-icon {
  color: #9e9e9e;
}
.cid-uV26431mGM {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-uV26431mGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV26431mGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV26431mGM .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uV26431mGM .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uV26431mGM .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uV26431mGM .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uV26431mGM .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uV26431mGM .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uV26431mGM .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uV26431mGM .image-wrapper img {
    height: 350px;
  }
}
.cid-uV26431mGM .mbr-section-title {
  color: #ffffff;
}
.cid-uV26431mGM .mbr-text,
.cid-uV26431mGM .text-wrapper {
  color: #9aa0a6;
}
.cid-uV2643rceb {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uV2643rceb .mbr-text,
.cid-uV2643rceb .mbr-section-btn {
  text-align: left;
}
.cid-uV2643QTRM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uV2643QTRM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uV2643QTRM .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-uV2643QTRM .mbr-text {
  margin-bottom: 30px;
}
.cid-uV2643QTRM .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uV2643QTRM .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uV2643QTRM .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uV2643QTRM .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uV2643QTRM .btn_link:hover {
  cursor: pointer;
}
.cid-uV2643QTRM .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-uV2643QTRM .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uV2643QTRM .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uV2643QTRM .text-wrapper {
    text-align: center;
  }
  .cid-uV2643QTRM .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uV2643QTRM .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uV2643QTRM .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uV2643QTRM .card-title,
.cid-uV2643QTRM .icon_block {
  color: #000000;
}
.cid-uV2644nsTE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-uV2644nsTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV2644nsTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV2644nsTE .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uV2644nsTE .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uV2644nsTE .row {
    text-align: center;
  }
  .cid-uV2644nsTE .row > div {
    margin: auto;
  }
  .cid-uV2644nsTE .social-row {
    justify-content: center;
  }
}
.cid-uV2644nsTE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uV2644nsTE .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uV2644nsTE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uV2644nsTE .list {
    margin-bottom: 0rem;
  }
}
.cid-uV2644nsTE .mbr-text {
  color: #ffffff;
}
.cid-uV2644nsTE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uV2644nsTE .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uV2644nsTE div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uV2644nsTE H5 {
  color: #ffffff;
}
