.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
}
.display-1 > .bitmap-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
.display-2 > .bitmap-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-4 > .bitmap-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-5 > .bitmap-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-7 > .bitmap-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b593ff !important;
}
.bg-success {
  background-color: #00b2ff !important;
}
.bg-info {
  background-color: #fcfcfc !important;
}
.bg-warning {
  background-color: #dfe4e9 !important;
}
.bg-danger {
  background-color: #647a88 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b593ff !important;
  border-color: #b593ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #b593ff !important;
  border-color: #b593ff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d8c6ff !important;
  border-color: #d8c6ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dfe4e9 !important;
  border-color: #dfe4e9 !important;
  color: #526577 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #dfe4e9 !important;
  border-color: #dfe4e9 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #526577 !important;
  background-color: #fdfdfe !important;
  border-color: #fdfdfe !important;
}
.btn-info,
.btn-info:active {
  background-color: #fcfcfc !important;
  border-color: #fcfcfc !important;
  color: #7d7d7d !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fcfcfc !important;
  border-color: #fcfcfc !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #7d7d7d !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #33c1ff !important;
  border-color: #33c1ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dfe4e9 !important;
  border-color: #dfe4e9 !important;
  color: #526577 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #dfe4e9 !important;
  border-color: #dfe4e9 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #526577 !important;
  background-color: #fdfdfe !important;
  border-color: #fdfdfe !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #647a88 !important;
  border-color: #647a88 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #647a88 !important;
  border-color: #647a88 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7e93a1 !important;
  border-color: #7e93a1 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #19171c !important;
  border-color: #19171c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #19171c !important;
  border-color: #19171c !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #322e38 !important;
  border-color: #322e38 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #b593ff;
  color: #b593ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7a3cff !important;
  background-color: transparent !important;
  border-color: #7a3cff !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b593ff !important;
  border-color: #b593ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #dfe4e9;
  color: #dfe4e9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #acb9c6 !important;
  background-color: transparent !important;
  border-color: #acb9c6 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #526577 !important;
  background-color: #dfe4e9 !important;
  border-color: #dfe4e9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fcfcfc;
  color: #fcfcfc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d1d1d1 !important;
  background-color: transparent !important;
  border-color: #d1d1d1 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #7d7d7d !important;
  background-color: #fcfcfc !important;
  border-color: #fcfcfc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #00b2ff;
  color: #00b2ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0075a8 !important;
  background-color: transparent !important;
  border-color: #0075a8 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dfe4e9;
  color: #dfe4e9;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #acb9c6 !important;
  background-color: transparent !important;
  border-color: #acb9c6 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #526577 !important;
  background-color: #dfe4e9 !important;
  border-color: #dfe4e9 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #647a88;
  color: #647a88;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3f4d56 !important;
  background-color: transparent !important;
  border-color: #3f4d56 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #647a88 !important;
  border-color: #647a88 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #19171c;
  color: #19171c;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #19171c !important;
  border-color: #19171c !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b593ff !important;
}
.text-secondary {
  color: #dfe4e9 !important;
}
.text-success {
  color: #00b2ff !important;
}
.text-info {
  color: #fcfcfc !important;
}
.text-warning {
  color: #dfe4e9 !important;
}
.text-danger {
  color: #647a88 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #19171c !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6f2dff !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a3b1bf !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #006b99 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c9c9c9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a3b1bf !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #39454d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #b593ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fcfcfc;
}
.alert-warning {
  background-color: #dfe4e9;
}
.alert-danger {
  background-color: #647a88;
}
.bitmap-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.bitmap-gallery-filter li a {
  border-radius: 100px !important;
}
.bitmap-gallery-filter li.active .btn {
  background-color: #b593ff;
  border-color: #b593ff;
  color: #ffffff;
}
.bitmap-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b593ff;
}
.bitmap-plan-header.bg-primary .bitmap-plan-subtitle,
.bitmap-plan-header.bg-primary .bitmap-plan-price-desc {
  color: #ffffff;
}
.bitmap-plan-header.bg-success .bitmap-plan-subtitle,
.bitmap-plan-header.bg-success .bitmap-plan-price-desc {
  color: #ccf0ff;
}
.bitmap-plan-header.bg-info .bitmap-plan-subtitle,
.bitmap-plan-header.bg-info .bitmap-plan-price-desc {
  color: #ffffff;
}
.bitmap-plan-header.bg-warning .bitmap-plan-subtitle,
.bitmap-plan-header.bg-warning .bitmap-plan-price-desc {
  color: #ffffff;
}
.bitmap-plan-header.bg-danger .bitmap-plan-subtitle,
.bitmap-plan-header.bg-danger .bitmap-plan-price-desc {
  color: #abb8c1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .bitmap-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #b593ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .bitmap-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #b593ff;
}
/* Forms */
.bitmap-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.bitmap-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.bitmap-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.bitmap-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b593ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b593ff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b593ff;
  border-bottom-color: #b593ff;
}
.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: #b593ff !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: #dfe4e9 !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%;
  width: 100%;
  height: auto;
}
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='%23b593ff' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.bitmap-section-btn .btn {
  padding: 14px 50px;
  font-weight: 700;
}
.bitmap-section-btn .btn:hover,
.bitmap-section-btn .btn:focus {
  transform: scale(1.05);
}
.form-control {
  border-radius: 100px;
}
.dropdown-menu .dropdown-item {
  border-radius: 1rem;
}
.card-wrap,
.card-wrapper,
.video-wrapper,
.slide-content,
.plan,
.card,
.item-wrapper,
.video-wrap,
.tab-content,
.video-content,
.image-phone img {
  border-radius: 2.5rem !important;
}
@media (max-width: 992px) {
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .video-wrap,
  .tab-content,
  .video-content,
  .image-phone img {
    border-radius: 1.5rem !important;
  }
}
.bitmap-label {
  border-radius: 100px;
}
.person-wrap {
  border-radius: 100px;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 100px;
}
.navbar.navbar-dropdown .container {
  border-radius: 1rem;
}
img {
  border-radius: 0 !important;
}
.PPAA3NfW-uPA9hG8YKB .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPA9hG8YKB .container,
  .PPAA3NfW-uPA9hG8YKB .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .container .navbar-collapse,
  .PPAA3NfW-uPA9hG8YKB .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .PPAA3NfW-uPA9hG8YKB {
    flex-wrap: wrap;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .PPAA3NfW-uPA9hG8YKB .opened .container {
    flex-wrap: wrap;
  }
}
.PPAA3NfW-uPA9hG8YKB .opened .container .navbar-collapse {
  width: 100%;
}
.PPAA3NfW-uPA9hG8YKB .btn {
  padding: 0.8rem 2rem;
}
.PPAA3NfW-uPA9hG8YKB .nav-link {
  position: relative;
  font-weight: 900;
}
.PPAA3NfW-uPA9hG8YKB .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #dfe4e9;
}
.PPAA3NfW-uPA9hG8YKB .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item:before {
  font-family: form2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.PPAA3NfW-uPA9hG8YKB .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.PPAA3NfW-uPA9hG8YKB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.PPAA3NfW-uPA9hG8YKB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-menu,
.PPAA3NfW-uPA9hG8YKB .navbar.opened {
  background: #647a88 !important;
}
.PPAA3NfW-uPA9hG8YKB .nav-item:focus,
.PPAA3NfW-uPA9hG8YKB .nav-link:focus {
  outline: none;
}
.PPAA3NfW-uPA9hG8YKB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.PPAA3NfW-uPA9hG8YKB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.PPAA3NfW-uPA9hG8YKB .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.PPAA3NfW-uPA9hG8YKB .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.PPAA3NfW-uPA9hG8YKB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.PPAA3NfW-uPA9hG8YKB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.PPAA3NfW-uPA9hG8YKB .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #647a88 !important;
  transition: all 0.3s;
}
.PPAA3NfW-uPA9hG8YKB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #647a88;
}
.PPAA3NfW-uPA9hG8YKB .navbar.opened {
  transition: all 0.3s;
}
.PPAA3NfW-uPA9hG8YKB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.PPAA3NfW-uPA9hG8YKB .navbar .navbar-logo img {
  width: auto;
}
.PPAA3NfW-uPA9hG8YKB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed {
  justify-content: center;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .PPAA3NfW-uPA9hG8YKB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .PPAA3NfW-uPA9hG8YKB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-short {
  min-height: 60px;
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.PPAA3NfW-uPA9hG8YKB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.PPAA3NfW-uPA9hG8YKB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.PPAA3NfW-uPA9hG8YKB .navbar-brand .navbar-logo a {
  outline: none;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item.active,
.PPAA3NfW-uPA9hG8YKB .dropdown-item:active {
  background-color: transparent;
}
.PPAA3NfW-uPA9hG8YKB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.PPAA3NfW-uPA9hG8YKB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.PPAA3NfW-uPA9hG8YKB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #647a88;
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.PPAA3NfW-uPA9hG8YKB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.PPAA3NfW-uPA9hG8YKB ul.navbar-nav {
  flex-wrap: wrap;
}
.PPAA3NfW-uPA9hG8YKB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.PPAA3NfW-uPA9hG8YKB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.PPAA3NfW-uPA9hG8YKB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.PPAA3NfW-uPA9hG8YKB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.PPAA3NfW-uPA9hG8YKB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.PPAA3NfW-uPA9hG8YKB .navbar-dropdown {
  padding: 0 1rem;
}
.PPAA3NfW-uPA9hG8YKB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.PPAA3NfW-uPA9hG8YKB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .PPAA3NfW-uPA9hG8YKB .navbar {
    height: 70px;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar.opened {
    height: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.PPAA3NfW-uPA9uvd60F {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfe4e9;
}
.PPAA3NfW-uPA9uvd60F .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPA9uvd60F .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.PPAA3NfW-uPA9uvd60F .items-wrap {
  justify-content: space-between;
}
.PPAA3NfW-uPA9uvd60F .items-wrap .card {
  justify-content: center;
}
.PPAA3NfW-uPA9uvd60F .title-wrapper .bitmap-desc {
  margin-bottom: 15px;
}
.PPAA3NfW-uPA9uvd60F .title-wrapper .bitmap-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPA9uvd60F .title-wrapper .bitmap-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .PPAA3NfW-uPA9uvd60F .title-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .PPAA3NfW-uPA9uvd60F .content-wrapper {
    margin-bottom: 32px;
    text-align: center;
  }
}
.PPAA3NfW-uPA9uvd60F .icon-title {
  color: #bff747;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPA9uvd60F .image-wrapper {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPA9uvd60F .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #647a88;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPA9uvd60F .image-wrapper img {
    height: 350px;
  }
}
.PPAA3NfW-uPA9uvd60F .bitmap-section-title {
  color: #000000;
  text-align: center;
}
.PPAA3NfW-uPA9uvd60F .bitmap-text {
  color: #000000;
}
.PPAA3NfW-uPA9uvd60F .bitmap-text,
.PPAA3NfW-uPA9uvd60F .bitmap-section-btn {
  color: #fdfde1;
}
.PPAA3NfW-uPA9uvd60F .bitmap-desc {
  color: #fdfde1;
}
.PPAA3NfW-uPA9uvd60F .bitmap-section-subtitle {
  color: #000000;
}
.PPAA3NfW-uPA9uvd60F .bitmap-desc,
.PPAA3NfW-uPA9uvd60F .bitmap-section-btn {
  color: #000000;
  text-align: center;
}
.PPAA3NfW-uPA9uvd60F .bitmap-text,
.PPAA3NfW-uPA9uvd60F .bitmap-section-btn mb-4 {
  text-align: center;
}
.PPAA3NfW-uPA9NX9VdK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfcfc;
}
.PPAA3NfW-uPA9NX9VdK .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPA9NX9VdK .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.PPAA3NfW-uPA9NX9VdK .row {
  justify-content: center;
}
.PPAA3NfW-uPA9NX9VdK .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.PPAA3NfW-uPA9NX9VdK .content-wrapper .label-wrapper .label-wrap .bitmap-label {
  margin-bottom: 0;
}
.PPAA3NfW-uPA9NX9VdK .content-wrapper .label-wrapper .label-wrap .bitmap-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #647a88;
}
.PPAA3NfW-uPA9NX9VdK .content-wrapper .bitmap-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPA9NX9VdK .content-wrapper .bitmap-section-title {
    margin-bottom: 30px;
  }
}
.PPAA3NfW-uPA9NX9VdK .content-wrapper .text-wrapper .bitmap-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .PPAA3NfW-uPA9NX9VdK .content-wrapper .text-wrapper .bitmap-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .PPAA3NfW-uPA9NX9VdK .content-wrapper .text-wrapper .bitmap-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.PPAA3NfW-uPA9NX9VdK .bitmap-label,
.PPAA3NfW-uPA9NX9VdK .label-wrapper {
  color: #647a88;
  text-align: center;
}
.PPAA3NfW-uPA9NX9VdK .bitmap-section-title {
  color: #fff7ee;
}
.PPAA3NfW-uPA9NX9VdK .bitmap-text,
.PPAA3NfW-uPA9NX9VdK .text-wrapper {
  color: #000000;
  text-align: center;
}
.PPAA3NfW-uPA9NX9VdK .bitmap-section-title,
.PPAA3NfW-uPA9NX9VdK .bitmap-section-btn {
  text-align: center;
  color: #000000;
}
.PPAA3NfW-uPAa31oQb6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #647a88;
}
.PPAA3NfW-uPAa31oQb6 .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPAa31oQb6 .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.PPAA3NfW-uPAa31oQb6 .title-wrapper .bitmap-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAa31oQb6 .title-wrapper .bitmap-section-title {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAa31oQb6 .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.PPAA3NfW-uPAa31oQb6 .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAa31oQb6 .item {
    padding: 0 14px;
  }
}
.PPAA3NfW-uPAa31oQb6 .item .item-wrapper {
  position: relative;
  border: 1px solid #dfe4e9;
  display: flex;
  overflow: hidden;
  background-color: #dfe4e9;
  background-color: transparent;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAa31oQb6 .item .item-wrapper {
    display: block;
  }
}
.PPAA3NfW-uPAa31oQb6 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #fcfcfc, #dfe4e9 30%);
  opacity: .5;
}
.PPAA3NfW-uPAa31oQb6 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 50%;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAa31oQb6 .item .item-wrapper .item-content {
    padding: 14px;
    width: 100%;
  }
}
.PPAA3NfW-uPAa31oQb6 .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.PPAA3NfW-uPAa31oQb6 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.PPAA3NfW-uPAa31oQb6 .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAa31oQb6 .item .item-wrapper .item-img {
    width: 100%;
  }
}
.PPAA3NfW-uPAa31oQb6 .item .item-wrapper .item-img img {
  min-height: 320px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAa31oQb6 .item .item-wrapper .item-img img {
    height: 200px;
    min-height: auto;
  }
}
.PPAA3NfW-uPAa31oQb6 .bitmap-section-title {
  color: #ffffff;
  text-align: center;
}
.PPAA3NfW-uPAa31oQb6 .item-title {
  color: #000000;
  text-align: center;
}
.PPAA3NfW-uPAa31oQb6 .item-text {
  color: #000000;
  text-align: center;
}
.PPAA3NfW-uPAgoXDXam {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe4e9;
}
.PPAA3NfW-uPAgoXDXam .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPAgoXDXam .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.PPAA3NfW-uPAgoXDXam .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAgoXDXam .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .PPAA3NfW-uPAgoXDXam .container {
    padding: 0 12px;
  }
}
.PPAA3NfW-uPAgoXDXam .title-wrapper .bitmap-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAgoXDXam .title-wrapper .bitmap-section-title {
    margin-bottom: 24px;
  }
}
.PPAA3NfW-uPAgoXDXam .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #647a88;
  box-shadow: 4px 4px #647a88;
  background-color: #fcfcfc;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAgoXDXam .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.PPAA3NfW-uPAgoXDXam .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAgoXDXam .card-wrapper .card-wrap {
    display: block;
  }
}
.PPAA3NfW-uPAgoXDXam .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAgoXDXam .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.PPAA3NfW-uPAgoXDXam .card-wrapper .card-wrap .icon-wrapper .bitmap-iconfont {
  font-size: 140px;
  color: #647a88;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAgoXDXam .card-wrapper .card-wrap .icon-wrapper .bitmap-iconfont {
    font-size: 100px;
  }
}
.PPAA3NfW-uPAgoXDXam .card-wrapper .card-wrap .bitmap-text {
  margin-bottom: 0;
}
.PPAA3NfW-uPAgoXDXam .bitmap-section-title {
  color: #000000;
  text-align: center;
}
.PPAA3NfW-uPAgoXDXam .bitmap-section-subtitle {
  color: #222222;
}
.PPAA3NfW-uPAgoXDXam .bitmap-text {
  color: #000000;
  text-align: center;
}
.PPAA3NfW-uPAgoXDXam .list {
  color: #222222;
}
.PPAA3NfW-uPAanbKlNG {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fcfcfc;
}
.PPAA3NfW-uPAanbKlNG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAanbKlNG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAanbKlNG .container {
    padding: 0 25px;
  }
}
.PPAA3NfW-uPAanbKlNG .row {
  margin: 0;
}
.PPAA3NfW-uPAanbKlNG .row .card {
  padding: 0;
  justify-content: center;
}
.PPAA3NfW-uPAanbKlNG .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAanbKlNG .image-wrapper {
    min-height: 350px;
  }
}
.PPAA3NfW-uPAanbKlNG .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.PPAA3NfW-uPAanbKlNG .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAanbKlNG .title-wrapper {
    padding: 45px 25px;
  }
}
.PPAA3NfW-uPAanbKlNG .title-wrapper .bitmap-section-title {
  margin-bottom: 20px;
}
.PPAA3NfW-uPAanbKlNG .title-wrapper .bitmap-text {
  margin-bottom: 0;
}
.PPAA3NfW-uPAanbKlNG .title-wrapper .bitmap-section-btn {
  margin-top: 35px;
}
.PPAA3NfW-uPAanbKlNG .bitmap-section-title {
  color: #000000;
}
.PPAA3NfW-uPAanbKlNG .bitmap-text {
  color: #000000;
  text-align: center;
}
.PPAA3NfW-uPAanbKlNG .bitmap-section-title,
.PPAA3NfW-uPAanbKlNG .bitmap-section-btn,
.PPAA3NfW-uPAanbKlNG .logo-wrapper {
  text-align: center;
}
.PPAA3NfW-uPAawZ9a4D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe4e9;
}
.PPAA3NfW-uPAawZ9a4D .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPAawZ9a4D .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.PPAA3NfW-uPAawZ9a4D .content-wrapper .bitmap-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAawZ9a4D .content-wrapper .bitmap-section-title {
    margin-bottom: 40px;
  }
}
.PPAA3NfW-uPAawZ9a4D .content-wrapper .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAawZ9a4D .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.PPAA3NfW-uPAawZ9a4D .content-wrapper .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  width: 40%;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAawZ9a4D .content-wrapper .contacts-wrapper .list {
    width: 100%;
  }
}
.PPAA3NfW-uPAawZ9a4D .content-wrapper .contacts-wrapper .list .item-wrap {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 2px dashed #647a88;
  transition: all .3s ease;
  cursor: pointer;
}
.PPAA3NfW-uPAawZ9a4D .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.PPAA3NfW-uPAawZ9a4D .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.PPAA3NfW-uPAawZ9a4D .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.PPAA3NfW-uPAawZ9a4D .bitmap-section-title {
  color: #000000;
  text-align: center;
}
.PPAA3NfW-uPAawZ9a4D .list,
.PPAA3NfW-uPAawZ9a4D .contacts-wrapper {
  color: #ffffff;
  text-align: center;
}
.PPAA3NfW-uPAawZ9a4D .bitmap-section-title,
.PPAA3NfW-uPAawZ9a4D .bitmap-section-btn {
  text-align: center;
}
.PPAA3NfW-uPAawZ9a4D .list,
.PPAA3NfW-uPAawZ9a4D .item-wrap {
  text-align: center;
}
.PPAA3NfW-uPAawZ9a4D .list,
.PPAA3NfW-uPAawZ9a4D .item-wrap,
.PPAA3NfW-uPAawZ9a4D .contacts-wrapper {
  color: #000000;
}
.PPAA3NfW-uPAnKIjhzq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #647a88;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.PPAA3NfW-uPAnKIjhzq .row {
  justify-content: center;
}
.PPAA3NfW-uPAnKIjhzq .title-wrapper .bitmap-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .title-wrapper .bitmap-section-title {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .nav-wrapper {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap:hover,
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .bitmap-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.PPAA3NfW-uPAnKIjhzq .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .border-wrapper {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAnKIjhzq .bitmap-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-section-title {
  color: #ffffff;
}
.PPAA3NfW-uPAnKIjhzq .list {
  color: #ffffff;
}
.PPAA3NfW-uPA9hG8YKB .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPA9hG8YKB .container,
  .PPAA3NfW-uPA9hG8YKB .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .container .navbar-collapse,
  .PPAA3NfW-uPA9hG8YKB .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .PPAA3NfW-uPA9hG8YKB {
    flex-wrap: wrap;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .PPAA3NfW-uPA9hG8YKB .opened .container {
    flex-wrap: wrap;
  }
}
.PPAA3NfW-uPA9hG8YKB .opened .container .navbar-collapse {
  width: 100%;
}
.PPAA3NfW-uPA9hG8YKB .btn {
  padding: 0.8rem 2rem;
}
.PPAA3NfW-uPA9hG8YKB .nav-link {
  position: relative;
  font-weight: 900;
}
.PPAA3NfW-uPA9hG8YKB .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #dfe4e9;
}
.PPAA3NfW-uPA9hG8YKB .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item:before {
  font-family: form2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.PPAA3NfW-uPA9hG8YKB .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.PPAA3NfW-uPA9hG8YKB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.PPAA3NfW-uPA9hG8YKB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-menu,
.PPAA3NfW-uPA9hG8YKB .navbar.opened {
  background: #647a88 !important;
}
.PPAA3NfW-uPA9hG8YKB .nav-item:focus,
.PPAA3NfW-uPA9hG8YKB .nav-link:focus {
  outline: none;
}
.PPAA3NfW-uPA9hG8YKB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.PPAA3NfW-uPA9hG8YKB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.PPAA3NfW-uPA9hG8YKB .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.PPAA3NfW-uPA9hG8YKB .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.PPAA3NfW-uPA9hG8YKB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.PPAA3NfW-uPA9hG8YKB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.PPAA3NfW-uPA9hG8YKB .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #647a88 !important;
  transition: all 0.3s;
}
.PPAA3NfW-uPA9hG8YKB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #647a88;
}
.PPAA3NfW-uPA9hG8YKB .navbar.opened {
  transition: all 0.3s;
}
.PPAA3NfW-uPA9hG8YKB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.PPAA3NfW-uPA9hG8YKB .navbar .navbar-logo img {
  width: auto;
}
.PPAA3NfW-uPA9hG8YKB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed {
  justify-content: center;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .PPAA3NfW-uPA9hG8YKB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .PPAA3NfW-uPA9hG8YKB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-short {
  min-height: 60px;
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.PPAA3NfW-uPA9hG8YKB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.PPAA3NfW-uPA9hG8YKB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.PPAA3NfW-uPA9hG8YKB .navbar-brand .navbar-logo a {
  outline: none;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item.active,
.PPAA3NfW-uPA9hG8YKB .dropdown-item:active {
  background-color: transparent;
}
.PPAA3NfW-uPA9hG8YKB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.PPAA3NfW-uPA9hG8YKB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.PPAA3NfW-uPA9hG8YKB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #647a88;
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.PPAA3NfW-uPA9hG8YKB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.PPAA3NfW-uPA9hG8YKB ul.navbar-nav {
  flex-wrap: wrap;
}
.PPAA3NfW-uPA9hG8YKB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.PPAA3NfW-uPA9hG8YKB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.PPAA3NfW-uPA9hG8YKB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.PPAA3NfW-uPA9hG8YKB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.PPAA3NfW-uPA9hG8YKB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.PPAA3NfW-uPA9hG8YKB .navbar-dropdown {
  padding: 0 1rem;
}
.PPAA3NfW-uPA9hG8YKB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.PPAA3NfW-uPA9hG8YKB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .PPAA3NfW-uPA9hG8YKB .navbar {
    height: 70px;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar.opened {
    height: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.PPAA3NfW-uPAaX5VtcH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe4e9;
}
.PPAA3NfW-uPAaX5VtcH .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPAaX5VtcH .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.PPAA3NfW-uPAaX5VtcH .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAaX5VtcH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAaX5VtcH .container {
    padding: 0 16px;
  }
}
.PPAA3NfW-uPAaX5VtcH .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAaX5VtcH .content-wrapper {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAaX5VtcH .content-wrapper .bitmap-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAaX5VtcH .content-wrapper .bitmap-section-title {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAaX5VtcH .content-wrapper .text-wrapper .bitmap-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .PPAA3NfW-uPAaX5VtcH .content-wrapper .text-wrapper .bitmap-text {
    width: 100%;
  }
}
.PPAA3NfW-uPAaX5VtcH .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAaX5VtcH .image-wrapper {
    margin-left: 0;
  }
}
.PPAA3NfW-uPAaX5VtcH .image-wrapper img {
  height: 660px;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #647a88;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAaX5VtcH .image-wrapper img {
    height: 350px;
  }
}
.PPAA3NfW-uPAaX5VtcH .bitmap-section-title {
  color: #ffffff;
}
.PPAA3NfW-uPAaX5VtcH .bitmap-text {
  color: #ffffff;
}
.PPAA3NfW-uPAaX5VtcH .bitmap-section-title,
.PPAA3NfW-uPAaX5VtcH .bitmap-section-btn {
  text-align: center;
  color: #000000;
}
.PPAA3NfW-uPAaX5VtcH .bitmap-text,
.PPAA3NfW-uPAaX5VtcH .text-wrapper {
  text-align: center;
  color: #000000;
}
.PPAA3NfW-uPAbFqK56P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fcfcfc;
}
.PPAA3NfW-uPAbFqK56P .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPAbFqK56P .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.PPAA3NfW-uPAbFqK56P .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAbFqK56P .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAbFqK56P .container {
    padding: 0 24px;
  }
}
.PPAA3NfW-uPAbFqK56P .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAbFqK56P .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.PPAA3NfW-uPAbFqK56P .content-wrapper .icon-wrapper .bitmap-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #647a88;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAbFqK56P .content-wrapper .icon-wrapper .bitmap-iconfont {
    font-size: 80px;
  }
}
.PPAA3NfW-uPAbFqK56P .content-wrapper .bitmap-section-title {
  margin-bottom: 0;
}
.PPAA3NfW-uPAbFqK56P .content-wrapper .text-wrap .bitmap-text {
  display: inline-flex;
  width: 40%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .PPAA3NfW-uPAbFqK56P .content-wrapper .text-wrap .bitmap-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAbFqK56P .content-wrapper .text-wrap .bitmap-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.PPAA3NfW-uPAbFqK56P .bitmap-section-title {
  color: #ffffff;
}
.PPAA3NfW-uPAbFqK56P .bitmap-text,
.PPAA3NfW-uPAbFqK56P .text-wrap {
  color: #000000;
  text-align: center;
}
.PPAA3NfW-uPAbFqK56P .bitmap-section-title,
.PPAA3NfW-uPAbFqK56P .icon-wrapper {
  text-align: center;
  color: #000000;
}
.PPAA3NfW-uPAbGdAP7c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #647a88;
}
.PPAA3NfW-uPAbGdAP7c .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPAbGdAP7c .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAbGdAP7c .container {
    padding: 0 22px;
  }
}
.PPAA3NfW-uPAbGdAP7c .card {
  justify-content: center;
}
.PPAA3NfW-uPAbGdAP7c .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAbGdAP7c .content-wrapper {
    padding: 0;
  }
}
.PPAA3NfW-uPAbGdAP7c .content-wrapper .bitmap-section-title {
  margin-bottom: 10px;
}
.PPAA3NfW-uPAbGdAP7c .content-wrapper .bitmap-text {
  margin-bottom: 10px;
}
.PPAA3NfW-uPAbGdAP7c .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAbGdAP7c .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.PPAA3NfW-uPAbGdAP7c .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAbGdAP7c .image-wrapper img {
    height: 350px;
  }
}
.PPAA3NfW-uPAbGdAP7c .bitmap-section-title {
  color: #ffffff;
}
.PPAA3NfW-uPAbGdAP7c .bitmap-text {
  color: #ffffff;
  text-align: center;
}
.PPAA3NfW-uPAbGdAP7c .bitmap-section-title,
.PPAA3NfW-uPAbGdAP7c .bitmap-section-btn {
  text-align: center;
}
.PPAA3NfW-uPAbsDRUnE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe4e9;
}
.PPAA3NfW-uPAbsDRUnE .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPAbsDRUnE .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.PPAA3NfW-uPAbsDRUnE .row {
  justify-content: center;
}
.PPAA3NfW-uPAbsDRUnE .title-wrapper .label-wrapper .bitmap-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #000000, #647a88 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.PPAA3NfW-uPAbsDRUnE .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAbsDRUnE .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.PPAA3NfW-uPAbsDRUnE .title-wrapper .title-wrapper .bitmap-section-title {
  margin-bottom: 0;
}
.PPAA3NfW-uPAbsDRUnE .title-wrapper .title-wrapper .bitmap-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #000000, #647a88 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.PPAA3NfW-uPAbsDRUnE .title-wrapper .text-wrapper .bitmap-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAbsDRUnE .title-wrapper .text-wrapper .bitmap-text {
    width: 100%;
  }
}
.PPAA3NfW-uPAbsDRUnE .title-wrapper .bitmap-section-btn {
  margin-top: 22px;
}
.PPAA3NfW-uPAbsDRUnE .bitmap-label,
.PPAA3NfW-uPAbsDRUnE .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.PPAA3NfW-uPAbsDRUnE .bitmap-section-title {
  color: #ffffff;
  text-align: center;
}
.PPAA3NfW-uPAbsDRUnE .bitmap-section-subtitle {
  color: #000000;
  text-align: center;
}
.PPAA3NfW-uPAbsDRUnE .bitmap-text,
.PPAA3NfW-uPAbsDRUnE .text-wrapper {
  color: #000000;
  text-align: center;
}
.PPAA3NfW-uPAbsDRUnE .bitmap-section-title,
.PPAA3NfW-uPAbsDRUnE .bitmap-section-btn {
  text-align: center;
}
.PPAA3NfW-uPAnKIjhzq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #647a88;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.PPAA3NfW-uPAnKIjhzq .row {
  justify-content: center;
}
.PPAA3NfW-uPAnKIjhzq .title-wrapper .bitmap-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .title-wrapper .bitmap-section-title {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .nav-wrapper {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap:hover,
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .bitmap-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.PPAA3NfW-uPAnKIjhzq .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .border-wrapper {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAnKIjhzq .bitmap-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-section-title {
  color: #ffffff;
}
.PPAA3NfW-uPAnKIjhzq .list {
  color: #ffffff;
}
.PPAA3NfW-uPA9hG8YKB .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPA9hG8YKB .container,
  .PPAA3NfW-uPA9hG8YKB .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .container .navbar-collapse,
  .PPAA3NfW-uPA9hG8YKB .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .PPAA3NfW-uPA9hG8YKB {
    flex-wrap: wrap;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .PPAA3NfW-uPA9hG8YKB .opened .container {
    flex-wrap: wrap;
  }
}
.PPAA3NfW-uPA9hG8YKB .opened .container .navbar-collapse {
  width: 100%;
}
.PPAA3NfW-uPA9hG8YKB .btn {
  padding: 0.8rem 2rem;
}
.PPAA3NfW-uPA9hG8YKB .nav-link {
  position: relative;
  font-weight: 900;
}
.PPAA3NfW-uPA9hG8YKB .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #dfe4e9;
}
.PPAA3NfW-uPA9hG8YKB .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item:before {
  font-family: form2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.PPAA3NfW-uPA9hG8YKB .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.PPAA3NfW-uPA9hG8YKB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.PPAA3NfW-uPA9hG8YKB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-menu,
.PPAA3NfW-uPA9hG8YKB .navbar.opened {
  background: #647a88 !important;
}
.PPAA3NfW-uPA9hG8YKB .nav-item:focus,
.PPAA3NfW-uPA9hG8YKB .nav-link:focus {
  outline: none;
}
.PPAA3NfW-uPA9hG8YKB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.PPAA3NfW-uPA9hG8YKB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.PPAA3NfW-uPA9hG8YKB .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.PPAA3NfW-uPA9hG8YKB .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.PPAA3NfW-uPA9hG8YKB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.PPAA3NfW-uPA9hG8YKB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.PPAA3NfW-uPA9hG8YKB .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #647a88 !important;
  transition: all 0.3s;
}
.PPAA3NfW-uPA9hG8YKB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #647a88;
}
.PPAA3NfW-uPA9hG8YKB .navbar.opened {
  transition: all 0.3s;
}
.PPAA3NfW-uPA9hG8YKB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.PPAA3NfW-uPA9hG8YKB .navbar .navbar-logo img {
  width: auto;
}
.PPAA3NfW-uPA9hG8YKB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed {
  justify-content: center;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .PPAA3NfW-uPA9hG8YKB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .PPAA3NfW-uPA9hG8YKB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-short {
  min-height: 60px;
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.PPAA3NfW-uPA9hG8YKB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.PPAA3NfW-uPA9hG8YKB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.PPAA3NfW-uPA9hG8YKB .navbar-brand .navbar-logo a {
  outline: none;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item.active,
.PPAA3NfW-uPA9hG8YKB .dropdown-item:active {
  background-color: transparent;
}
.PPAA3NfW-uPA9hG8YKB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.PPAA3NfW-uPA9hG8YKB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.PPAA3NfW-uPA9hG8YKB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #647a88;
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.PPAA3NfW-uPA9hG8YKB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.PPAA3NfW-uPA9hG8YKB ul.navbar-nav {
  flex-wrap: wrap;
}
.PPAA3NfW-uPA9hG8YKB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.PPAA3NfW-uPA9hG8YKB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.PPAA3NfW-uPA9hG8YKB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.PPAA3NfW-uPA9hG8YKB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.PPAA3NfW-uPA9hG8YKB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.PPAA3NfW-uPA9hG8YKB .navbar-dropdown {
  padding: 0 1rem;
}
.PPAA3NfW-uPA9hG8YKB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.PPAA3NfW-uPA9hG8YKB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .PPAA3NfW-uPA9hG8YKB .navbar {
    height: 70px;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar.opened {
    height: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.PPAA3NfW-uPAc4yXpAb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfcfc;
}
.PPAA3NfW-uPAc4yXpAb .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPAc4yXpAb .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.PPAA3NfW-uPAc4yXpAb .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAc4yXpAb .content-wrapper {
    padding: 30px 20px;
  }
}
.PPAA3NfW-uPAc4yXpAb .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.PPAA3NfW-uPAc4yXpAb .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.PPAA3NfW-uPAc4yXpAb .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #dfe4e9 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.PPAA3NfW-uPAc4yXpAb .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAc4yXpAb .content-wrapper .content-wrap {
    width: 100%;
  }
}
.PPAA3NfW-uPAc4yXpAb .content-wrapper .content-wrap .desc-wrapper .bitmap-desc {
  display: inline-block;
  background-color: #647a88;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.PPAA3NfW-uPAc4yXpAb .content-wrapper .content-wrap .bitmap-section-title {
  margin-bottom: 32px;
}
.PPAA3NfW-uPAc4yXpAb .content-wrapper .content-wrap .bitmap-text {
  margin-bottom: 0;
}
.PPAA3NfW-uPAc4yXpAb .content-wrapper .content-wrap .bitmap-section-btn {
  margin-top: 64px;
}
.PPAA3NfW-uPAc4yXpAb .content-wrapper .content-wrap .bitmap-section-btn .btn {
  margin-bottom: 0;
}
.PPAA3NfW-uPAc4yXpAb .bitmap-section-title {
  color: #404349;
}
.PPAA3NfW-uPAc4yXpAb .bitmap-text {
  color: #404349;
  text-align: center;
}
.PPAA3NfW-uPAc4yXpAb .bitmap-desc {
  color: #b19a7c;
}
.PPAA3NfW-uPAc4yXpAb .bitmap-section-title,
.PPAA3NfW-uPAc4yXpAb .bitmap-section-btn {
  text-align: center;
}
.PPAA3NfW-uPAc4yXpAb .bitmap-desc,
.PPAA3NfW-uPAc4yXpAb .desc-wrapper {
  color: #ffffff;
}
.PPAA3NfW-uPAco9VWiu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #647a88;
}
.PPAA3NfW-uPAco9VWiu .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPAco9VWiu .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAco9VWiu .container {
    padding: 0 22px;
  }
}
.PPAA3NfW-uPAco9VWiu .row {
  justify-content: center;
}
.PPAA3NfW-uPAco9VWiu .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAco9VWiu .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.PPAA3NfW-uPAco9VWiu .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.PPAA3NfW-uPAco9VWiu .content-wrapper .bitmap-section-title {
  margin-bottom: 0;
}
.PPAA3NfW-uPAco9VWiu .content-wrapper .icon-wrapper .bitmap-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.PPAA3NfW-uPAco9VWiu .content-wrapper .bitmap-text {
  margin-bottom: 0;
}
.PPAA3NfW-uPAco9VWiu .bitmap-section-title {
  color: #ffffff;
}
.PPAA3NfW-uPAco9VWiu .bitmap-text {
  color: #ffffff;
  text-align: center;
}
.PPAA3NfW-uPAco9VWiu .bitmap-section-title,
.PPAA3NfW-uPAco9VWiu .icon-wrapper {
  text-align: center;
}
.PPAA3NfW-uPAchHE8oB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe4e9;
}
.PPAA3NfW-uPAchHE8oB .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPAchHE8oB .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.PPAA3NfW-uPAchHE8oB .items-wrap {
  justify-content: space-between;
}
.PPAA3NfW-uPAchHE8oB .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAchHE8oB .content-wrapper {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAchHE8oB .content-wrapper .bitmap-section-title {
  margin-bottom: 32px;
}
.PPAA3NfW-uPAchHE8oB .content-wrapper .bitmap-section-title span {
  color: #bcfe1e;
}
.PPAA3NfW-uPAchHE8oB .content-wrapper .text-wrapper .bitmap-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAchHE8oB .content-wrapper .text-wrapper .bitmap-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.PPAA3NfW-uPAchHE8oB .image-wrapper {
  margin-bottom: 32px;
}
.PPAA3NfW-uPAchHE8oB .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAchHE8oB .image-wrapper img {
    height: 350px;
  }
}
.PPAA3NfW-uPAchHE8oB .bitmap-section-title {
  color: #ffffff;
}
.PPAA3NfW-uPAchHE8oB .bitmap-text,
.PPAA3NfW-uPAchHE8oB .text-wrapper {
  color: #000000;
  text-align: center;
}
.PPAA3NfW-uPAchHE8oB .bitmap-section-title,
.PPAA3NfW-uPAchHE8oB .bitmap-section-btn {
  text-align: center;
  color: #000000;
}
.PPAA3NfW-uPAcv2FsWr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fcfcfc;
}
.PPAA3NfW-uPAcv2FsWr .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPAcv2FsWr .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.PPAA3NfW-uPAcv2FsWr .bitmap-iconfont {
  color: #647a88;
  font-size: 5rem;
  width: 5rem;
}
.PPAA3NfW-uPAcv2FsWr .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.PPAA3NfW-uPAcv2FsWr .bitmap-section-title {
  text-align: center;
  color: #000000;
}
.PPAA3NfW-uPAcv2FsWr .bitmap-section-subtitle,
.PPAA3NfW-uPAcv2FsWr .bitmap-section-btn {
  text-align: center;
  color: #000000;
}
.PPAA3NfW-uPAnKIjhzq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #647a88;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.PPAA3NfW-uPAnKIjhzq .row {
  justify-content: center;
}
.PPAA3NfW-uPAnKIjhzq .title-wrapper .bitmap-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .title-wrapper .bitmap-section-title {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .nav-wrapper {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap:hover,
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .bitmap-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.PPAA3NfW-uPAnKIjhzq .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .border-wrapper {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAnKIjhzq .bitmap-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-section-title {
  color: #ffffff;
}
.PPAA3NfW-uPAnKIjhzq .list {
  color: #ffffff;
}
.PPAA3NfW-uPA9hG8YKB .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPA9hG8YKB .container,
  .PPAA3NfW-uPA9hG8YKB .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .container .navbar-collapse,
  .PPAA3NfW-uPA9hG8YKB .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .PPAA3NfW-uPA9hG8YKB {
    flex-wrap: wrap;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .PPAA3NfW-uPA9hG8YKB .opened .container {
    flex-wrap: wrap;
  }
}
.PPAA3NfW-uPA9hG8YKB .opened .container .navbar-collapse {
  width: 100%;
}
.PPAA3NfW-uPA9hG8YKB .btn {
  padding: 0.8rem 2rem;
}
.PPAA3NfW-uPA9hG8YKB .nav-link {
  position: relative;
  font-weight: 900;
}
.PPAA3NfW-uPA9hG8YKB .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #dfe4e9;
}
.PPAA3NfW-uPA9hG8YKB .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item:before {
  font-family: form2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.PPAA3NfW-uPA9hG8YKB .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.PPAA3NfW-uPA9hG8YKB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.PPAA3NfW-uPA9hG8YKB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-menu,
.PPAA3NfW-uPA9hG8YKB .navbar.opened {
  background: #647a88 !important;
}
.PPAA3NfW-uPA9hG8YKB .nav-item:focus,
.PPAA3NfW-uPA9hG8YKB .nav-link:focus {
  outline: none;
}
.PPAA3NfW-uPA9hG8YKB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.PPAA3NfW-uPA9hG8YKB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.PPAA3NfW-uPA9hG8YKB .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.PPAA3NfW-uPA9hG8YKB .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.PPAA3NfW-uPA9hG8YKB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.PPAA3NfW-uPA9hG8YKB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.PPAA3NfW-uPA9hG8YKB .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #647a88 !important;
  transition: all 0.3s;
}
.PPAA3NfW-uPA9hG8YKB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #647a88;
}
.PPAA3NfW-uPA9hG8YKB .navbar.opened {
  transition: all 0.3s;
}
.PPAA3NfW-uPA9hG8YKB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.PPAA3NfW-uPA9hG8YKB .navbar .navbar-logo img {
  width: auto;
}
.PPAA3NfW-uPA9hG8YKB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed {
  justify-content: center;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .PPAA3NfW-uPA9hG8YKB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .PPAA3NfW-uPA9hG8YKB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-short {
  min-height: 60px;
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.PPAA3NfW-uPA9hG8YKB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.PPAA3NfW-uPA9hG8YKB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.PPAA3NfW-uPA9hG8YKB .navbar-brand .navbar-logo a {
  outline: none;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item.active,
.PPAA3NfW-uPA9hG8YKB .dropdown-item:active {
  background-color: transparent;
}
.PPAA3NfW-uPA9hG8YKB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.PPAA3NfW-uPA9hG8YKB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.PPAA3NfW-uPA9hG8YKB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #647a88;
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.PPAA3NfW-uPA9hG8YKB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.PPAA3NfW-uPA9hG8YKB ul.navbar-nav {
  flex-wrap: wrap;
}
.PPAA3NfW-uPA9hG8YKB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.PPAA3NfW-uPA9hG8YKB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.PPAA3NfW-uPA9hG8YKB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.PPAA3NfW-uPA9hG8YKB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.PPAA3NfW-uPA9hG8YKB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.PPAA3NfW-uPA9hG8YKB .navbar-dropdown {
  padding: 0 1rem;
}
.PPAA3NfW-uPA9hG8YKB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.PPAA3NfW-uPA9hG8YKB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .PPAA3NfW-uPA9hG8YKB .navbar {
    height: 70px;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar.opened {
    height: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.PPAA3NfW-uPAdBPRkZL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fcfcfc;
}
.PPAA3NfW-uPAdBPRkZL .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPAdBPRkZL .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.PPAA3NfW-uPAdBPRkZL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAdBPRkZL .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .PPAA3NfW-uPAdBPRkZL .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAdBPRkZL .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .PPAA3NfW-uPAdBPRkZL .container {
    padding: 0 12px;
  }
}
.PPAA3NfW-uPAdBPRkZL .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 16px;
  background-color: #647a88;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAdBPRkZL .content-wrapper {
    display: block;
  }
}
.PPAA3NfW-uPAdBPRkZL .content-wrapper .title-wrapper {
  width: 50%;
  padding: 48px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAdBPRkZL .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .PPAA3NfW-uPAdBPRkZL .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.PPAA3NfW-uPAdBPRkZL .content-wrapper .title-wrapper .bitmap-section-title {
  margin-bottom: 16px;
}
.PPAA3NfW-uPAdBPRkZL .content-wrapper .title-wrapper .bitmap-text {
  margin-bottom: 0;
}
.PPAA3NfW-uPAdBPRkZL .content-wrapper .bitmap-form {
  width: 50%;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAdBPRkZL .content-wrapper .bitmap-form {
    width: 100%;
  }
}
.PPAA3NfW-uPAdBPRkZL .content-wrapper .bitmap-form .form-wrap {
  width: 100%;
  padding: 48px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAdBPRkZL .content-wrapper .bitmap-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .PPAA3NfW-uPAdBPRkZL .content-wrapper .bitmap-form .form-wrap {
    padding: 24px;
  }
}
.PPAA3NfW-uPAdBPRkZL .content-wrapper .bitmap-form .form-wrap .dragArea.row .bitmap-section-title {
  margin-bottom: 20px !important;
}
.PPAA3NfW-uPAdBPRkZL .content-wrapper .bitmap-form .form-wrap .dragArea.row .bitmap-text {
  margin-bottom: 20px !important;
}
.PPAA3NfW-uPAdBPRkZL .content-wrapper .bitmap-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.PPAA3NfW-uPAdBPRkZL .content-wrapper .bitmap-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #000000 !important;
  background-color: #dfe4e9;
}
.PPAA3NfW-uPAdBPRkZL .content-wrapper .bitmap-form .form-wrap .dragArea.row .form-group .form-control:hover,
.PPAA3NfW-uPAdBPRkZL .content-wrapper .bitmap-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #fcfcfc !important;
  box-shadow: none;
}
.PPAA3NfW-uPAdBPRkZL .content-wrapper .bitmap-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.PPAA3NfW-uPAdBPRkZL .content-wrapper .bitmap-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.PPAA3NfW-uPAdBPRkZL .content-wrapper .bitmap-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.PPAA3NfW-uPAdBPRkZL .content-wrapper .bitmap-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.PPAA3NfW-uPAdBPRkZL .content-wrapper .bitmap-form .form-wrap .dragArea.row .bitmap-section-btn {
  margin-top: 6px;
}
.PPAA3NfW-uPAdBPRkZL .content-wrapper .bitmap-form .form-wrap .dragArea.row .bitmap-section-btn .btn {
  width: 100%;
}
.PPAA3NfW-uPAdBPRkZL .bitmap-section-title {
  color: #ffffff;
}
.PPAA3NfW-uPAdBPRkZL .bitmap-text {
  color: #ffffff;
  text-align: center;
}
.PPAA3NfW-uPAdBPRkZL label {
  color: #ffffff;
}
.PPAA3NfW-uPAdBPRkZL .bitmap-section-title,
.PPAA3NfW-uPAdBPRkZL .bitmap-section-btn {
  text-align: center;
}
.PPAA3NfW-uPAnKIjhzq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #647a88;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.PPAA3NfW-uPAnKIjhzq .row {
  justify-content: center;
}
.PPAA3NfW-uPAnKIjhzq .title-wrapper .bitmap-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .title-wrapper .bitmap-section-title {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .nav-wrapper {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap:hover,
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .bitmap-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.PPAA3NfW-uPAnKIjhzq .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .border-wrapper {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAnKIjhzq .bitmap-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-section-title {
  color: #ffffff;
}
.PPAA3NfW-uPAnKIjhzq .list {
  color: #ffffff;
}
.PPAA3NfW-uPA9hG8YKB .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPA9hG8YKB .container,
  .PPAA3NfW-uPA9hG8YKB .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .container .navbar-collapse,
  .PPAA3NfW-uPA9hG8YKB .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .PPAA3NfW-uPA9hG8YKB {
    flex-wrap: wrap;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .PPAA3NfW-uPA9hG8YKB .opened .container {
    flex-wrap: wrap;
  }
}
.PPAA3NfW-uPA9hG8YKB .opened .container .navbar-collapse {
  width: 100%;
}
.PPAA3NfW-uPA9hG8YKB .btn {
  padding: 0.8rem 2rem;
}
.PPAA3NfW-uPA9hG8YKB .nav-link {
  position: relative;
  font-weight: 900;
}
.PPAA3NfW-uPA9hG8YKB .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #dfe4e9;
}
.PPAA3NfW-uPA9hG8YKB .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item:before {
  font-family: form2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.PPAA3NfW-uPA9hG8YKB .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.PPAA3NfW-uPA9hG8YKB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.PPAA3NfW-uPA9hG8YKB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-menu,
.PPAA3NfW-uPA9hG8YKB .navbar.opened {
  background: #647a88 !important;
}
.PPAA3NfW-uPA9hG8YKB .nav-item:focus,
.PPAA3NfW-uPA9hG8YKB .nav-link:focus {
  outline: none;
}
.PPAA3NfW-uPA9hG8YKB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.PPAA3NfW-uPA9hG8YKB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.PPAA3NfW-uPA9hG8YKB .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.PPAA3NfW-uPA9hG8YKB .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.PPAA3NfW-uPA9hG8YKB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.PPAA3NfW-uPA9hG8YKB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.PPAA3NfW-uPA9hG8YKB .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #647a88 !important;
  transition: all 0.3s;
}
.PPAA3NfW-uPA9hG8YKB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #647a88;
}
.PPAA3NfW-uPA9hG8YKB .navbar.opened {
  transition: all 0.3s;
}
.PPAA3NfW-uPA9hG8YKB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.PPAA3NfW-uPA9hG8YKB .navbar .navbar-logo img {
  width: auto;
}
.PPAA3NfW-uPA9hG8YKB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed {
  justify-content: center;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .PPAA3NfW-uPA9hG8YKB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.PPAA3NfW-uPA9hG8YKB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .PPAA3NfW-uPA9hG8YKB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-short {
  min-height: 60px;
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.PPAA3NfW-uPA9hG8YKB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.PPAA3NfW-uPA9hG8YKB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.PPAA3NfW-uPA9hG8YKB .navbar-brand .navbar-logo a {
  outline: none;
}
.PPAA3NfW-uPA9hG8YKB .dropdown-item.active,
.PPAA3NfW-uPA9hG8YKB .dropdown-item:active {
  background-color: transparent;
}
.PPAA3NfW-uPA9hG8YKB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.PPAA3NfW-uPA9hG8YKB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.PPAA3NfW-uPA9hG8YKB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #647a88;
}
.PPAA3NfW-uPA9hG8YKB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.PPAA3NfW-uPA9hG8YKB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.PPAA3NfW-uPA9hG8YKB ul.navbar-nav {
  flex-wrap: wrap;
}
.PPAA3NfW-uPA9hG8YKB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.PPAA3NfW-uPA9hG8YKB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.PPAA3NfW-uPA9hG8YKB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.PPAA3NfW-uPA9hG8YKB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.PPAA3NfW-uPA9hG8YKB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.PPAA3NfW-uPA9hG8YKB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.PPAA3NfW-uPA9hG8YKB .navbar-dropdown {
  padding: 0 1rem;
}
.PPAA3NfW-uPA9hG8YKB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.PPAA3NfW-uPA9hG8YKB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .PPAA3NfW-uPA9hG8YKB .navbar {
    height: 70px;
  }
  .PPAA3NfW-uPA9hG8YKB .navbar.opened {
    height: auto;
  }
  .PPAA3NfW-uPA9hG8YKB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.PPAA3NfW-uPAd6XcgWF {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #fcfcfc;
}
.PPAA3NfW-uPAd6XcgWF .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPAd6XcgWF .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.PPAA3NfW-uPAd6XcgWF .bitmap-section-title {
  color: #000000;
}
.PPAA3NfW-uPAd6XcgWF .bitmap-text {
  color: #000000;
}
.PPAA3NfW-uPAnKIjhzq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #647a88;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.PPAA3NfW-uPAnKIjhzq .row {
  justify-content: center;
}
.PPAA3NfW-uPAnKIjhzq .title-wrapper .bitmap-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .title-wrapper .bitmap-section-title {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .nav-wrapper {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap:hover,
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .bitmap-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.PPAA3NfW-uPAnKIjhzq .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .border-wrapper {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAnKIjhzq .bitmap-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-section-title {
  color: #ffffff;
}
.PPAA3NfW-uPAnKIjhzq .list {
  color: #ffffff;
}
.PPAA3NfW-uPAkMkFJ3i .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAkMkFJ3i .container,
  .PPAA3NfW-uPAkMkFJ3i .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .PPAA3NfW-uPAkMkFJ3i .container .navbar-collapse,
  .PPAA3NfW-uPAkMkFJ3i .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .PPAA3NfW-uPAkMkFJ3i {
    flex-wrap: wrap;
  }
  .PPAA3NfW-uPAkMkFJ3i .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAkMkFJ3i .opened .container {
    flex-wrap: wrap;
  }
}
.PPAA3NfW-uPAkMkFJ3i .opened .container .navbar-collapse {
  width: 100%;
}
.PPAA3NfW-uPAkMkFJ3i .btn {
  padding: 0.8rem 2rem;
}
.PPAA3NfW-uPAkMkFJ3i .nav-link {
  position: relative;
  font-weight: 900;
}
.PPAA3NfW-uPAkMkFJ3i .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #dfe4e9;
}
.PPAA3NfW-uPAkMkFJ3i .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.PPAA3NfW-uPAkMkFJ3i .dropdown-item:before {
  font-family: form2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.PPAA3NfW-uPAkMkFJ3i .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.PPAA3NfW-uPAkMkFJ3i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.PPAA3NfW-uPAkMkFJ3i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.PPAA3NfW-uPAkMkFJ3i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.PPAA3NfW-uPAkMkFJ3i .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.PPAA3NfW-uPAkMkFJ3i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.PPAA3NfW-uPAkMkFJ3i .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.PPAA3NfW-uPAkMkFJ3i .dropdown-menu,
.PPAA3NfW-uPAkMkFJ3i .navbar.opened {
  background: #647a88 !important;
}
.PPAA3NfW-uPAkMkFJ3i .nav-item:focus,
.PPAA3NfW-uPAkMkFJ3i .nav-link:focus {
  outline: none;
}
.PPAA3NfW-uPAkMkFJ3i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.PPAA3NfW-uPAkMkFJ3i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.PPAA3NfW-uPAkMkFJ3i .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.PPAA3NfW-uPAkMkFJ3i .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.PPAA3NfW-uPAkMkFJ3i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.PPAA3NfW-uPAkMkFJ3i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.PPAA3NfW-uPAkMkFJ3i .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #647a88 !important;
  transition: all 0.3s;
}
.PPAA3NfW-uPAkMkFJ3i .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #647a88;
}
.PPAA3NfW-uPAkMkFJ3i .navbar.opened {
  transition: all 0.3s;
}
.PPAA3NfW-uPAkMkFJ3i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.PPAA3NfW-uPAkMkFJ3i .navbar .navbar-logo img {
  width: auto;
}
.PPAA3NfW-uPAkMkFJ3i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.PPAA3NfW-uPAkMkFJ3i .navbar.collapsed {
  justify-content: center;
}
.PPAA3NfW-uPAkMkFJ3i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.PPAA3NfW-uPAkMkFJ3i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .PPAA3NfW-uPAkMkFJ3i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.PPAA3NfW-uPAkMkFJ3i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.PPAA3NfW-uPAkMkFJ3i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.PPAA3NfW-uPAkMkFJ3i .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.PPAA3NfW-uPAkMkFJ3i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.PPAA3NfW-uPAkMkFJ3i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.PPAA3NfW-uPAkMkFJ3i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .PPAA3NfW-uPAkMkFJ3i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .PPAA3NfW-uPAkMkFJ3i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .PPAA3NfW-uPAkMkFJ3i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .PPAA3NfW-uPAkMkFJ3i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .PPAA3NfW-uPAkMkFJ3i .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .PPAA3NfW-uPAkMkFJ3i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .PPAA3NfW-uPAkMkFJ3i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .PPAA3NfW-uPAkMkFJ3i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .PPAA3NfW-uPAkMkFJ3i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .PPAA3NfW-uPAkMkFJ3i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .PPAA3NfW-uPAkMkFJ3i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.PPAA3NfW-uPAkMkFJ3i .navbar.navbar-short {
  min-height: 60px;
}
.PPAA3NfW-uPAkMkFJ3i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.PPAA3NfW-uPAkMkFJ3i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.PPAA3NfW-uPAkMkFJ3i .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.PPAA3NfW-uPAkMkFJ3i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.PPAA3NfW-uPAkMkFJ3i .navbar-brand .navbar-logo a {
  outline: none;
}
.PPAA3NfW-uPAkMkFJ3i .dropdown-item.active,
.PPAA3NfW-uPAkMkFJ3i .dropdown-item:active {
  background-color: transparent;
}
.PPAA3NfW-uPAkMkFJ3i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.PPAA3NfW-uPAkMkFJ3i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.PPAA3NfW-uPAkMkFJ3i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.PPAA3NfW-uPAkMkFJ3i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #647a88;
}
.PPAA3NfW-uPAkMkFJ3i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.PPAA3NfW-uPAkMkFJ3i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.PPAA3NfW-uPAkMkFJ3i ul.navbar-nav {
  flex-wrap: wrap;
}
.PPAA3NfW-uPAkMkFJ3i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.PPAA3NfW-uPAkMkFJ3i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.PPAA3NfW-uPAkMkFJ3i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.PPAA3NfW-uPAkMkFJ3i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.PPAA3NfW-uPAkMkFJ3i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.PPAA3NfW-uPAkMkFJ3i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.PPAA3NfW-uPAkMkFJ3i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.PPAA3NfW-uPAkMkFJ3i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.PPAA3NfW-uPAkMkFJ3i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.PPAA3NfW-uPAkMkFJ3i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.PPAA3NfW-uPAkMkFJ3i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.PPAA3NfW-uPAkMkFJ3i .navbar-dropdown {
  padding: 0 1rem;
}
.PPAA3NfW-uPAkMkFJ3i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.PPAA3NfW-uPAkMkFJ3i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .PPAA3NfW-uPAkMkFJ3i .navbar {
    height: 70px;
  }
  .PPAA3NfW-uPAkMkFJ3i .navbar.opened {
    height: auto;
  }
  .PPAA3NfW-uPAkMkFJ3i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.PPAA3NfW-uPAkMlvp5n {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #fcfcfc;
}
.PPAA3NfW-uPAkMlvp5n .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPAkMlvp5n .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.PPAA3NfW-uPAkMlvp5n .bitmap-section-title {
  color: #000000;
}
.PPAA3NfW-uPAkMlvp5n .bitmap-text {
  color: #000000;
}
.PPAA3NfW-uPAnKIjhzq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #647a88;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.PPAA3NfW-uPAnKIjhzq .row {
  justify-content: center;
}
.PPAA3NfW-uPAnKIjhzq .title-wrapper .bitmap-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .title-wrapper .bitmap-section-title {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .nav-wrapper {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap:hover,
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .bitmap-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.PPAA3NfW-uPAnKIjhzq .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .border-wrapper {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAnKIjhzq .bitmap-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-section-title {
  color: #ffffff;
}
.PPAA3NfW-uPAnKIjhzq .list {
  color: #ffffff;
}
.PPAA3NfW-uPAkMEuJNh .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAkMEuJNh .container,
  .PPAA3NfW-uPAkMEuJNh .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .PPAA3NfW-uPAkMEuJNh .container .navbar-collapse,
  .PPAA3NfW-uPAkMEuJNh .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .PPAA3NfW-uPAkMEuJNh {
    flex-wrap: wrap;
  }
  .PPAA3NfW-uPAkMEuJNh .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAkMEuJNh .opened .container {
    flex-wrap: wrap;
  }
}
.PPAA3NfW-uPAkMEuJNh .opened .container .navbar-collapse {
  width: 100%;
}
.PPAA3NfW-uPAkMEuJNh .btn {
  padding: 0.8rem 2rem;
}
.PPAA3NfW-uPAkMEuJNh .nav-link {
  position: relative;
  font-weight: 900;
}
.PPAA3NfW-uPAkMEuJNh .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #dfe4e9;
}
.PPAA3NfW-uPAkMEuJNh .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.PPAA3NfW-uPAkMEuJNh .dropdown-item:before {
  font-family: form2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.PPAA3NfW-uPAkMEuJNh .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.PPAA3NfW-uPAkMEuJNh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.PPAA3NfW-uPAkMEuJNh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.PPAA3NfW-uPAkMEuJNh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.PPAA3NfW-uPAkMEuJNh .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.PPAA3NfW-uPAkMEuJNh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.PPAA3NfW-uPAkMEuJNh .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.PPAA3NfW-uPAkMEuJNh .dropdown-menu,
.PPAA3NfW-uPAkMEuJNh .navbar.opened {
  background: #647a88 !important;
}
.PPAA3NfW-uPAkMEuJNh .nav-item:focus,
.PPAA3NfW-uPAkMEuJNh .nav-link:focus {
  outline: none;
}
.PPAA3NfW-uPAkMEuJNh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.PPAA3NfW-uPAkMEuJNh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.PPAA3NfW-uPAkMEuJNh .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.PPAA3NfW-uPAkMEuJNh .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.PPAA3NfW-uPAkMEuJNh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.PPAA3NfW-uPAkMEuJNh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.PPAA3NfW-uPAkMEuJNh .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #647a88 !important;
  transition: all 0.3s;
}
.PPAA3NfW-uPAkMEuJNh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #647a88;
}
.PPAA3NfW-uPAkMEuJNh .navbar.opened {
  transition: all 0.3s;
}
.PPAA3NfW-uPAkMEuJNh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.PPAA3NfW-uPAkMEuJNh .navbar .navbar-logo img {
  width: auto;
}
.PPAA3NfW-uPAkMEuJNh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.PPAA3NfW-uPAkMEuJNh .navbar.collapsed {
  justify-content: center;
}
.PPAA3NfW-uPAkMEuJNh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.PPAA3NfW-uPAkMEuJNh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .PPAA3NfW-uPAkMEuJNh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.PPAA3NfW-uPAkMEuJNh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.PPAA3NfW-uPAkMEuJNh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.PPAA3NfW-uPAkMEuJNh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.PPAA3NfW-uPAkMEuJNh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.PPAA3NfW-uPAkMEuJNh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.PPAA3NfW-uPAkMEuJNh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .PPAA3NfW-uPAkMEuJNh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .PPAA3NfW-uPAkMEuJNh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .PPAA3NfW-uPAkMEuJNh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .PPAA3NfW-uPAkMEuJNh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .PPAA3NfW-uPAkMEuJNh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .PPAA3NfW-uPAkMEuJNh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .PPAA3NfW-uPAkMEuJNh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .PPAA3NfW-uPAkMEuJNh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .PPAA3NfW-uPAkMEuJNh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .PPAA3NfW-uPAkMEuJNh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .PPAA3NfW-uPAkMEuJNh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.PPAA3NfW-uPAkMEuJNh .navbar.navbar-short {
  min-height: 60px;
}
.PPAA3NfW-uPAkMEuJNh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.PPAA3NfW-uPAkMEuJNh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.PPAA3NfW-uPAkMEuJNh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.PPAA3NfW-uPAkMEuJNh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.PPAA3NfW-uPAkMEuJNh .navbar-brand .navbar-logo a {
  outline: none;
}
.PPAA3NfW-uPAkMEuJNh .dropdown-item.active,
.PPAA3NfW-uPAkMEuJNh .dropdown-item:active {
  background-color: transparent;
}
.PPAA3NfW-uPAkMEuJNh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.PPAA3NfW-uPAkMEuJNh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.PPAA3NfW-uPAkMEuJNh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.PPAA3NfW-uPAkMEuJNh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #647a88;
}
.PPAA3NfW-uPAkMEuJNh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.PPAA3NfW-uPAkMEuJNh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.PPAA3NfW-uPAkMEuJNh ul.navbar-nav {
  flex-wrap: wrap;
}
.PPAA3NfW-uPAkMEuJNh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.PPAA3NfW-uPAkMEuJNh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.PPAA3NfW-uPAkMEuJNh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.PPAA3NfW-uPAkMEuJNh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.PPAA3NfW-uPAkMEuJNh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.PPAA3NfW-uPAkMEuJNh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.PPAA3NfW-uPAkMEuJNh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.PPAA3NfW-uPAkMEuJNh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.PPAA3NfW-uPAkMEuJNh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.PPAA3NfW-uPAkMEuJNh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.PPAA3NfW-uPAkMEuJNh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.PPAA3NfW-uPAkMEuJNh .navbar-dropdown {
  padding: 0 1rem;
}
.PPAA3NfW-uPAkMEuJNh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.PPAA3NfW-uPAkMEuJNh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .PPAA3NfW-uPAkMEuJNh .navbar {
    height: 70px;
  }
  .PPAA3NfW-uPAkMEuJNh .navbar.opened {
    height: auto;
  }
  .PPAA3NfW-uPAkMEuJNh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.PPAA3NfW-uPAkMFlPuY {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #fcfcfc;
}
.PPAA3NfW-uPAkMFlPuY .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPAkMFlPuY .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.PPAA3NfW-uPAkMFlPuY .bitmap-section-title {
  color: #000000;
}
.PPAA3NfW-uPAkMFlPuY .bitmap-text {
  color: #000000;
}
.PPAA3NfW-uPAnKIjhzq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #647a88;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-fallback-image.disabled {
  display: none;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.PPAA3NfW-uPAnKIjhzq .row {
  justify-content: center;
}
.PPAA3NfW-uPAnKIjhzq .title-wrapper .bitmap-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .title-wrapper .bitmap-section-title {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .nav-wrapper {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap:hover,
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.PPAA3NfW-uPAnKIjhzq .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .bitmap-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.PPAA3NfW-uPAnKIjhzq .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .PPAA3NfW-uPAnKIjhzq .border-wrapper {
    margin-bottom: 32px;
  }
}
.PPAA3NfW-uPAnKIjhzq .bitmap-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.PPAA3NfW-uPAnKIjhzq .bitmap-section-title {
  color: #ffffff;
}
.PPAA3NfW-uPAnKIjhzq .list {
  color: #ffffff;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  50% {
    opacity: 1;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes flipOut {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: flipIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: flipOut 0.6s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}


/* mainanimations */
/* Style 1: press effect: scale 0.95 + inset shadow */
a, button, .btn {
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: scale(0.95);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* endmainanimations */
