.btn {
  border-width: 2px;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 4.2rem;
  line-height: 0.85;
}
.display-1 > .bitmap-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-2 > .bitmap-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .bitmap-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
}
.display-5 > .bitmap-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.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: 768px) {
  .display-1 {
    font-size: 1.68rem !important;
    font-size: calc( 3.24rem + (4.2 - 3.24) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.55 * (3.24rem + (4.2 - 3.24) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #3fa36d !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3fa36d !important;
  border-color: #3fa36d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #276443 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #276443 !important;
  border-color: #276443 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #d4d4d4 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #666666 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #d4d4d4 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #666666 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #d4d4d4 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #666666 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #000000 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #000000 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #cfcfcf !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #616161 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #000000 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover,
.btn-black:active,
.btn-black:focus {
  color: #3fa36d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #3fa36d;
  color: #3fa36d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #276443 !important;
  background-color: transparent!important;
  border-color: #276443 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3fa36d !important;
  border-color: #3fa36d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.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: #232323 !important;
  border-color: #232323 !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: #3fa36d !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #23593c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #3fa36d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #000000;
}
.bitmap-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.bitmap-gallery-filter li a {
  border-radius: 100px !important;
}
.bitmap-gallery-filter li.active .btn {
  background-color: #3fa36d;
  border-color: #3fa36d;
  color: #ffffff;
}
.bitmap-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3fa36d;
}
.bitmap-plan-header.bg-primary .bitmap-plan-subtitle,
.bitmap-plan-header.bg-primary .bitmap-plan-price-desc {
  color: #8ed3ae;
}
.bitmap-plan-header.bg-success .bitmap-plan-subtitle,
.bitmap-plan-header.bg-success .bitmap-plan-price-desc {
  color: #ffffff;
}
.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: #b3b3b3;
}
.bitmap-plan-header.bg-danger .bitmap-plan-subtitle,
.bitmap-plan-header.bg-danger .bitmap-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.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: #3fa36d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .bitmap-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #3fa36d;
}
/* Forms */
.bitmap-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.bitmap-form .input-group-btn a.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: #3fa36d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3fa36d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3fa36d;
  border-bottom-color: #3fa36d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #3fa36d !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: #ffffff !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='%233fa36d' %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;
}
.naBh0Y2-uNHU3sDfQU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f4f7f9;
}
@media (max-width: 1400px) {
  .naBh0Y2-uNHU3sDfQU .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 575px) {
  .naBh0Y2-uNHU3sDfQU .row {
    text-align: center!important;
  }
}
.naBh0Y2-uNHU3sDfQU .content-container {
  width: 100%;
  padding: 3.5rem 2.5rem;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .naBh0Y2-uNHU3sDfQU .content-container {
    padding: 1rem 0rem;
    padding-top: 2rem;
  }
}
.naBh0Y2-uNHU3sDfQU img {
  border-radius: 2rem;
  height: 100%;
  object-fit: cover;
}
.naBh0Y2-uNHU3sDfQU .bitmap-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .naBh0Y2-uNHU3sDfQU .bitmap-section-title {
    text-align: center;
  }
}
.naBh0Y2-uNHU3sDfQU .bitmap-text {
  color: #000000;
  text-align: center;
}
.naBh0Y2-uNHU3sDfQU .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNHU3sDfQU .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.naBh0Y2-uNHU3sDfQU .bitmap-section-title,
.naBh0Y2-uNHU3sDfQU .bitmap-section-btn {
  text-align: center;
  color: #000000;
}
.naBh0Y2-uNHVhGc0qK {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e6ebef;
}
.naBh0Y2-uNHVhGc0qK .bitmap-text {
  color: #000000;
  text-align: center;
}
.naBh0Y2-uNHVhGc0qK .my {
  margin-bottom: 0;
  margin-top: auto;
}
.naBh0Y2-uNHVhGc0qK h5,
.naBh0Y2-uNHVhGc0qK h6 {
  background: #3fa36d;
  display: inline;
}
.naBh0Y2-uNHVhGc0qK h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.naBh0Y2-uNHVhGc0qK h6 {
  line-height: 1.3 !important;
}
.naBh0Y2-uNHVhGc0qK h6 span {
  padding-right: 2rem;
}
.naBh0Y2-uNHVhGc0qK .bitmap-section-title,
.naBh0Y2-uNHVhGc0qK .align {
  color: #ffffff;
}
.naBh0Y2-uNHVhGc0qK .bitmap-section-subtitle,
.naBh0Y2-uNHVhGc0qK .align {
  color: #ffffff;
  text-align: center;
}
.naBh0Y2-uNHVmPso7q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f7f9;
}
.naBh0Y2-uNHVmPso7q .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNHVmPso7q .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.naBh0Y2-uNHVmPso7q .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHVmPso7q .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.naBh0Y2-uNHVmPso7q .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHVmPso7q .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.naBh0Y2-uNHVmPso7q .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #f0f3f6;
}
@media (max-width: 1200px) {
  .naBh0Y2-uNHVmPso7q .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNHVmPso7q .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.naBh0Y2-uNHVmPso7q .content-wrapper .content-wrap .card-wrapper .bitmap-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHVmPso7q .content-wrapper .content-wrap .card-wrapper .bitmap-section-title {
    margin-bottom: 24px;
  }
}
.naBh0Y2-uNHVmPso7q .content-wrapper .content-wrap .card-wrapper .bitmap-text {
  margin-bottom: 0;
}
.naBh0Y2-uNHVmPso7q .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHVmPso7q .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.naBh0Y2-uNHVmPso7q .content-wrapper .content-wrap .card-wrapper .icon-wrapper .bitmap-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHVmPso7q .content-wrapper .content-wrap .card-wrapper .icon-wrapper .bitmap-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.naBh0Y2-uNHVmPso7q .content-wrapper .content-wrap .bitmap-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHVmPso7q .content-wrapper .content-wrap .bitmap-section-btn {
    margin-top: 16px;
  }
}
.naBh0Y2-uNHVmPso7q .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHVmPso7q .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.naBh0Y2-uNHVmPso7q .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHVmPso7q .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.naBh0Y2-uNHVmPso7q .bitmap-section-title {
  color: #050f0f;
}
.naBh0Y2-uNHVmPso7q .bitmap-text {
  color: #000000;
  text-align: center;
}
.naBh0Y2-uNHVmPso7q .bitmap-section-btn {
  text-align: center;
}
.naBh0Y2-uNHVmPso7q .icon-wrapper {
  text-align: right;
}
.naBh0Y2-uNHVmPso7q .bitmap-section-title,
.naBh0Y2-uNHVmPso7q .bitmap-section-btn,
.naBh0Y2-uNHVmPso7q .icon-wrapper {
  text-align: center;
  color: #000000;
}
.naBh0Y2-uNHVJlXOIe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e6ebef;
}
.naBh0Y2-uNHVJlXOIe .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNHVJlXOIe .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHVJlXOIe .container {
    padding: 0 24px;
  }
}
.naBh0Y2-uNHVJlXOIe .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHVJlXOIe .card-wrapper {
    display: block;
  }
}
.naBh0Y2-uNHVJlXOIe .card-wrapper .card-wrap {
  width: 100%;
}
.naBh0Y2-uNHVJlXOIe .card-wrapper .card-wrap .title-wrap .bitmap-section-title {
  display: inline-flex;
  margin-bottom: 36px;
  width: 50%;
}
@media (max-width: 1200px) {
  .naBh0Y2-uNHVJlXOIe .card-wrapper .card-wrap .title-wrap .bitmap-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNHVJlXOIe .card-wrapper .card-wrap .title-wrap .bitmap-section-title {
    width: 100%;
    margin-bottom: 28px;
  }
}
.naBh0Y2-uNHVJlXOIe .card-wrapper .card-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 66px;
  gap: 24px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHVJlXOIe .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .naBh0Y2-uNHVJlXOIe .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.naBh0Y2-uNHVJlXOIe .card-wrapper .card-wrap .items-wrapper .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f0f3f6;
  border-radius: .8rem !important;
  padding: 32px 36px;
}
@media (max-width: 1199px) {
  .naBh0Y2-uNHVJlXOIe .card-wrapper .card-wrap .items-wrapper .item {
    padding: 20px;
  }
}
.naBh0Y2-uNHVJlXOIe .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
.naBh0Y2-uNHVJlXOIe .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  border-radius: .6rem !important;
}
.naBh0Y2-uNHVJlXOIe .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-content .card-price {
  margin-bottom: 28px;
}
.naBh0Y2-uNHVJlXOIe .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-content .card-name {
  margin-bottom: 18px;
}
.naBh0Y2-uNHVJlXOIe .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-content .card-desc {
  margin-bottom: 18px;
}
.naBh0Y2-uNHVJlXOIe .card-wrapper .card-wrap .items-wrapper .item .bitmap-section-btn .btn {
  margin-bottom: 0;
}
.naBh0Y2-uNHVJlXOIe .bitmap-section-title {
  color: #ffffff;
}
.naBh0Y2-uNHVJlXOIe .card-price {
  color: #000000;
  text-align: center;
}
.naBh0Y2-uNHVJlXOIe .card-name {
  color: #202020;
}
.naBh0Y2-uNHVJlXOIe .card-desc {
  color: #000000;
  text-align: center;
}
.naBh0Y2-uNHVJlXOIe .card-name,
.naBh0Y2-uNHVJlXOIe .bitmap-section-btn {
  text-align: center;
  color: #000000;
}
.naBh0Y2-uNHVJlXOIe .bitmap-section-title,
.naBh0Y2-uNHVJlXOIe .title-wrap {
  text-align: left;
  color: #000000;
}
.naBh0Y2-uNHVX9QfL7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f7f9;
}
.naBh0Y2-uNHVX9QfL7 .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNHVX9QfL7 .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.naBh0Y2-uNHVX9QfL7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .naBh0Y2-uNHVX9QfL7 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNHVX9QfL7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNHVX9QfL7 .container {
    padding: 0 16px;
  }
}
.naBh0Y2-uNHVX9QfL7 .title-wrapper .bitmap-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHVX9QfL7 .title-wrapper .bitmap-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNHVX9QfL7 .image-wrapper {
    margin-bottom: 32px;
  }
}
.naBh0Y2-uNHVX9QfL7 .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHVX9QfL7 .image-wrapper img {
    height: 350px;
  }
}
.naBh0Y2-uNHVX9QfL7 .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHVX9QfL7 .content-wrapper {
    margin: 0;
  }
}
.naBh0Y2-uNHVX9QfL7 .desc-wrapper {
  margin-bottom: 24px;
}
.naBh0Y2-uNHVX9QfL7 .desc-wrapper .bitmap-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.naBh0Y2-uNHVX9QfL7 .desc-wrapper .bitmap-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #3fa36d, #3fa36d);
}
.naBh0Y2-uNHVX9QfL7 .dragArea.row .bitmap-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHVX9QfL7 .dragArea.row .bitmap-section-title {
    margin-bottom: 16px !important;
  }
}
.naBh0Y2-uNHVX9QfL7 .dragArea.row .bitmap-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHVX9QfL7 .dragArea.row .bitmap-text {
    margin-bottom: 16px !important;
  }
}
.naBh0Y2-uNHVX9QfL7 .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.naBh0Y2-uNHVX9QfL7 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.naBh0Y2-uNHVX9QfL7 .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #000000 !important;
}
.naBh0Y2-uNHVX9QfL7 .dragArea.row .form-group .form-control:hover,
.naBh0Y2-uNHVX9QfL7 .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.naBh0Y2-uNHVX9QfL7 .dragArea.row .form-group .form-control::placeholder {
  color: #3fa36d;
  opacity: .7;
}
.naBh0Y2-uNHVX9QfL7 .dragArea.row .form-group textarea {
  min-height: 100px;
}
.naBh0Y2-uNHVX9QfL7 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.naBh0Y2-uNHVX9QfL7 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #3fa36d;
  border-radius: 0;
}
.naBh0Y2-uNHVX9QfL7 .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #3fa36d;
}
.naBh0Y2-uNHVX9QfL7 .dragArea.row .bitmap-section-btn {
  width: 100%;
  margin-top: 16px;
}
.naBh0Y2-uNHVX9QfL7 .dragArea.row .bitmap-section-btn .btn {
  width: 100%;
}
.naBh0Y2-uNHVX9QfL7 .bitmap-section-title {
  color: #1c1c1c;
}
.naBh0Y2-uNHVX9QfL7 .bitmap-desc {
  color: #1c1c1c;
}
.naBh0Y2-uNHVX9QfL7 .bitmap-text {
  color: #1c1c1c;
}
.naBh0Y2-uNHVX9QfL7 P {
  color: #000000;
  text-align: center;
}
.naBh0Y2-uNHVX9QfL7 H5 {
  text-align: center;
  color: #000000;
}
.naBh0Y2-uNHVX9QfL7 .bitmap-desc,
.naBh0Y2-uNHVX9QfL7 .desc-wrapper {
  text-align: center;
}
.naBh0Y2-uNK0fsM1uK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6ebef;
}
.naBh0Y2-uNK0fsM1uK .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNK0fsM1uK .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.naBh0Y2-uNK0fsM1uK .items-wrap {
  justify-content: space-between;
}
.naBh0Y2-uNK0fsM1uK .content-wrapper {
  padding: 96px;
  background-color: #f0f3f6;
  position: sticky;
  top: 32px;
}
@media (max-width: 1440px) {
  .naBh0Y2-uNK0fsM1uK .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNK0fsM1uK .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.naBh0Y2-uNK0fsM1uK .content-wrapper .bitmap-section-title {
  margin-bottom: 0;
}
.naBh0Y2-uNK0fsM1uK .card-wrapper {
  padding: 96px;
  background-color: #ffffff;
  margin-top: 32px;
}
@media (max-width: 1440px) {
  .naBh0Y2-uNK0fsM1uK .card-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNK0fsM1uK .card-wrapper {
    padding: 26px 22px;
    margin-top: 12px;
  }
}
.naBh0Y2-uNK0fsM1uK .card-wrapper:first-child {
  margin-top: 0;
}
.naBh0Y2-uNK0fsM1uK .card-wrapper .bitmap-address,
.naBh0Y2-uNK0fsM1uK .card-wrapper .bitmap-phone,
.naBh0Y2-uNK0fsM1uK .card-wrapper .bitmap-email {
  margin-bottom: 0;
}
.naBh0Y2-uNK0fsM1uK .bitmap-section-title {
  color: #191c25;
}
.naBh0Y2-uNK0fsM1uK .bitmap-address {
  color: #000000;
  text-align: center;
}
.naBh0Y2-uNK0fsM1uK .bitmap-phone {
  color: #000000;
  text-align: center;
}
.naBh0Y2-uNK0fsM1uK .bitmap-email {
  color: #000000;
  text-align: center;
}
.naBh0Y2-uNK0fsM1uK .bitmap-section-title,
.naBh0Y2-uNK0fsM1uK .bitmap-section-btn {
  text-align: center;
  color: #000000;
}
.naBh0Y2-uNK2cc3Xqo .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .container,
  .naBh0Y2-uNK2cc3Xqo .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .container .navbar-collapse,
  .naBh0Y2-uNK2cc3Xqo .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo {
    flex-wrap: wrap;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .opened .container {
    flex-wrap: wrap;
  }
}
.naBh0Y2-uNK2cc3Xqo .opened .container .navbar-collapse {
  width: 100%;
}
.naBh0Y2-uNK2cc3Xqo .btn {
  padding: 0.8rem 2rem;
}
.naBh0Y2-uNK2cc3Xqo .nav-link {
  position: relative;
  font-weight: 900;
}
.naBh0Y2-uNK2cc3Xqo .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ffffff;
}
.naBh0Y2-uNK2cc3Xqo .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:before {
  font-family: template2 !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;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.naBh0Y2-uNK2cc3Xqo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-menu,
.naBh0Y2-uNK2cc3Xqo .navbar.opened {
  background: #1c2b33 !important;
}
.naBh0Y2-uNK2cc3Xqo .nav-item:focus,
.naBh0Y2-uNK2cc3Xqo .nav-link:focus {
  outline: none;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.naBh0Y2-uNK2cc3Xqo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.naBh0Y2-uNK2cc3Xqo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c2b33 !important;
  transition: all 0.3s;
}
.naBh0Y2-uNK2cc3Xqo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #1c2b33;
}
.naBh0Y2-uNK2cc3Xqo .navbar.opened {
  transition: all 0.3s;
}
.naBh0Y2-uNK2cc3Xqo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.naBh0Y2-uNK2cc3Xqo .navbar .navbar-logo img {
  width: auto;
}
.naBh0Y2-uNK2cc3Xqo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed {
  justify-content: center;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.naBh0Y2-uNK2cc3Xqo .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%;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .naBh0Y2-uNK2cc3Xqo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .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%;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short {
  min-height: 60px;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.naBh0Y2-uNK2cc3Xqo .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;
}
.naBh0Y2-uNK2cc3Xqo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar-brand .navbar-logo a {
  outline: none;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item.active,
.naBh0Y2-uNK2cc3Xqo .dropdown-item:active {
  background-color: transparent;
}
.naBh0Y2-uNK2cc3Xqo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c2b33;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.naBh0Y2-uNK2cc3Xqo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.naBh0Y2-uNK2cc3Xqo ul.navbar-nav {
  flex-wrap: wrap;
}
.naBh0Y2-uNK2cc3Xqo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo .navbar-dropdown {
  padding: 0 1rem;
}
.naBh0Y2-uNK2cc3Xqo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.naBh0Y2-uNK2cc3Xqo .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) {
  .naBh0Y2-uNK2cc3Xqo .navbar {
    height: 70px;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar.opened {
    height: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.naBh0Y2-uNK2ew9Cjt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c2b33;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .container {
    padding: 0 16px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap .bitmap-section-title {
  margin-bottom: 0;
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.naBh0Y2-uNK2ew9Cjt .card .social-wrapper .social-wrap .bitmap-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.naBh0Y2-uNK2ew9Cjt .social-wrapper .social-wrap .bitmap-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .bitmap-card-title {
  margin-bottom: 16px;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .bitmap-section-title {
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .copyright {
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-card-title {
  color: #ffffff;
  text-align: center;
}
.naBh0Y2-uNK2ew9Cjt .list {
  color: #ffffff;
  text-align: center;
}
.naBh0Y2-uNHWQiUKWV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f7f9;
}
.naBh0Y2-uNHWQiUKWV .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNHWQiUKWV .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.naBh0Y2-uNHWQiUKWV .items-wrap {
  justify-content: space-between;
}
.naBh0Y2-uNHWQiUKWV .items-wrap .card {
  justify-content: center;
}
.naBh0Y2-uNHWQiUKWV .title-wrapper .bitmap-desc {
  margin-bottom: 32px;
}
.naBh0Y2-uNHWQiUKWV .title-wrapper .bitmap-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHWQiUKWV .title-wrapper .bitmap-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNHWQiUKWV .content-wrapper {
    margin-bottom: 32px;
  }
}
.naBh0Y2-uNHWQiUKWV .content-wrapper .bitmap-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHWQiUKWV .content-wrapper .bitmap-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNHWQiUKWV .image-wrapper {
    margin-bottom: 32px;
  }
}
.naBh0Y2-uNHWQiUKWV .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHWQiUKWV .image-wrapper img {
    height: 350px;
  }
}
.naBh0Y2-uNHWQiUKWV .bitmap-desc {
  color: #000000;
}
.naBh0Y2-uNHWQiUKWV .bitmap-section-title {
  color: #000000;
  text-align: center;
}
.naBh0Y2-uNHWQiUKWV .bitmap-text {
  color: #000000;
}
.naBh0Y2-uNHWQiUKWV .bitmap-text,
.naBh0Y2-uNHWQiUKWV .bitmap-section-btn {
  text-align: center;
}
.naBh0Y2-uNHWUePpNN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6ebef;
}
.naBh0Y2-uNHWUePpNN .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNHWUePpNN .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.naBh0Y2-uNHWUePpNN .icon-wrapper {
  margin-bottom: 20px;
}
.naBh0Y2-uNHWUePpNN .icon-wrapper .bitmap-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000000;
}
.naBh0Y2-uNHWUePpNN .bitmap-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.naBh0Y2-uNHWUePpNN .desc-wrapper .bitmap-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHWUePpNN .desc-wrapper .bitmap-desc {
    width: 100%;
  }
}
.naBh0Y2-uNHWUePpNN .bitmap-desc,
.naBh0Y2-uNHWUePpNN .desc-wrapper {
  color: #000000;
  text-align: center;
}
.naBh0Y2-uNHWUePpNN .bitmap-text,
.naBh0Y2-uNHWUePpNN .icon-wrapper {
  text-align: center;
  color: #000000;
}
.naBh0Y2-uNHWUXzAZO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f7f9;
}
.naBh0Y2-uNHWUXzAZO .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNHWUXzAZO .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.naBh0Y2-uNHWUXzAZO .content-wrapper {
  padding: 10px;
  border-top: 10px solid #3fa36d;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.naBh0Y2-uNHWUXzAZO .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHWUXzAZO .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.naBh0Y2-uNHWUXzAZO .content-wrapper .content-wrap .bitmap-section-title {
  margin-bottom: 20px;
}
.naBh0Y2-uNHWUXzAZO .content-wrapper .content-wrap .text-wrapper .bitmap-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHWUXzAZO .content-wrapper .content-wrap .text-wrapper .bitmap-text {
    width: 100%;
  }
}
.naBh0Y2-uNHWUXzAZO .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHWUXzAZO .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.naBh0Y2-uNHWUXzAZO .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHWUXzAZO .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.naBh0Y2-uNHWUXzAZO .bitmap-section-title {
  color: #000c3f;
}
.naBh0Y2-uNHWUXzAZO .bitmap-text {
  color: #000c3f;
}
.naBh0Y2-uNHWUXzAZO .bitmap-section-title,
.naBh0Y2-uNHWUXzAZO .bitmap-section-btn {
  text-align: center;
  color: #000000;
}
.naBh0Y2-uNHWUXzAZO .bitmap-text,
.naBh0Y2-uNHWUXzAZO .text-wrapper {
  text-align: center;
  color: #000000;
}
.naBh0Y2-uNHWYFY1LW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6ebef;
}
.naBh0Y2-uNHWYFY1LW .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNHWYFY1LW .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.naBh0Y2-uNHWYFY1LW .card {
  justify-content: flex-end;
}
.naBh0Y2-uNHWYFY1LW .title-wrapper .bitmap-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHWYFY1LW .title-wrapper .bitmap-section-title {
    margin-bottom: 32px;
  }
}
.naBh0Y2-uNHWYFY1LW .desc-wrapper .bitmap-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHWYFY1LW .desc-wrapper .bitmap-desc {
    margin-bottom: 32px;
  }
}
.naBh0Y2-uNHWYFY1LW .text-wrapper .bitmap-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHWYFY1LW .text-wrapper .bitmap-text {
    width: 100%;
  }
}
.naBh0Y2-uNHWYFY1LW .bitmap-section-title {
  color: #000000;
  text-align: right;
}
.naBh0Y2-uNHWYFY1LW .bitmap-desc {
  color: #000000;
  text-align: left;
}
.naBh0Y2-uNHWYFY1LW .bitmap-text,
.naBh0Y2-uNHWYFY1LW .text-wrapper {
  color: #000000;
  text-align: right;
}
.naBh0Y2-uNK2cc3Xqo .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .container,
  .naBh0Y2-uNK2cc3Xqo .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .container .navbar-collapse,
  .naBh0Y2-uNK2cc3Xqo .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo {
    flex-wrap: wrap;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .opened .container {
    flex-wrap: wrap;
  }
}
.naBh0Y2-uNK2cc3Xqo .opened .container .navbar-collapse {
  width: 100%;
}
.naBh0Y2-uNK2cc3Xqo .btn {
  padding: 0.8rem 2rem;
}
.naBh0Y2-uNK2cc3Xqo .nav-link {
  position: relative;
  font-weight: 900;
}
.naBh0Y2-uNK2cc3Xqo .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ffffff;
}
.naBh0Y2-uNK2cc3Xqo .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:before {
  font-family: template2 !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;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.naBh0Y2-uNK2cc3Xqo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-menu,
.naBh0Y2-uNK2cc3Xqo .navbar.opened {
  background: #1c2b33 !important;
}
.naBh0Y2-uNK2cc3Xqo .nav-item:focus,
.naBh0Y2-uNK2cc3Xqo .nav-link:focus {
  outline: none;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.naBh0Y2-uNK2cc3Xqo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.naBh0Y2-uNK2cc3Xqo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c2b33 !important;
  transition: all 0.3s;
}
.naBh0Y2-uNK2cc3Xqo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #1c2b33;
}
.naBh0Y2-uNK2cc3Xqo .navbar.opened {
  transition: all 0.3s;
}
.naBh0Y2-uNK2cc3Xqo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.naBh0Y2-uNK2cc3Xqo .navbar .navbar-logo img {
  width: auto;
}
.naBh0Y2-uNK2cc3Xqo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed {
  justify-content: center;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.naBh0Y2-uNK2cc3Xqo .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%;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .naBh0Y2-uNK2cc3Xqo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .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%;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short {
  min-height: 60px;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.naBh0Y2-uNK2cc3Xqo .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;
}
.naBh0Y2-uNK2cc3Xqo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar-brand .navbar-logo a {
  outline: none;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item.active,
.naBh0Y2-uNK2cc3Xqo .dropdown-item:active {
  background-color: transparent;
}
.naBh0Y2-uNK2cc3Xqo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c2b33;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.naBh0Y2-uNK2cc3Xqo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.naBh0Y2-uNK2cc3Xqo ul.navbar-nav {
  flex-wrap: wrap;
}
.naBh0Y2-uNK2cc3Xqo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo .navbar-dropdown {
  padding: 0 1rem;
}
.naBh0Y2-uNK2cc3Xqo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.naBh0Y2-uNK2cc3Xqo .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) {
  .naBh0Y2-uNK2cc3Xqo .navbar {
    height: 70px;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar.opened {
    height: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.naBh0Y2-uNK2ew9Cjt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c2b33;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .container {
    padding: 0 16px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap .bitmap-section-title {
  margin-bottom: 0;
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.naBh0Y2-uNK2ew9Cjt .card .social-wrapper .social-wrap .bitmap-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.naBh0Y2-uNK2ew9Cjt .social-wrapper .social-wrap .bitmap-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .bitmap-card-title {
  margin-bottom: 16px;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .bitmap-section-title {
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .copyright {
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-card-title {
  color: #ffffff;
  text-align: center;
}
.naBh0Y2-uNK2ew9Cjt .list {
  color: #ffffff;
  text-align: center;
}
.naBh0Y2-uNJu6n05Bd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f7f9;
}
.naBh0Y2-uNJu6n05Bd .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNJu6n05Bd .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.naBh0Y2-uNJu6n05Bd .content-wrapper .bitmap-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNJu6n05Bd .content-wrapper .bitmap-section-title {
    margin-bottom: 32px;
  }
}
.naBh0Y2-uNJu6n05Bd .content-wrapper .text-wrapper .bitmap-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .naBh0Y2-uNJu6n05Bd .content-wrapper .text-wrapper .bitmap-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNJu6n05Bd .content-wrapper .text-wrapper .bitmap-text {
    width: 100%;
  }
}
.naBh0Y2-uNJu6n05Bd .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNJu6n05Bd .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.naBh0Y2-uNJu6n05Bd .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .naBh0Y2-uNJu6n05Bd .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.naBh0Y2-uNJu6n05Bd .content-wrapper .bitmap-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.naBh0Y2-uNJu6n05Bd .content-wrapper .bitmap-section-btn {
  margin-top: 32px;
}
.naBh0Y2-uNJu6n05Bd .bitmap-section-title {
  color: #c10b02;
}
.naBh0Y2-uNJu6n05Bd .bitmap-text,
.naBh0Y2-uNJu6n05Bd .text-wrapper {
  color: #000000;
  text-align: center;
}
.naBh0Y2-uNJu6n05Bd .bitmap-desc {
  color: #4b4949;
  text-align: center;
}
.naBh0Y2-uNJu6n05Bd .bitmap-section-title,
.naBh0Y2-uNJu6n05Bd .bitmap-section-btn {
  text-align: center;
  color: #000000;
}
.naBh0Y2-uNHXoHfIUv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e6ebef;
}
.naBh0Y2-uNHXoHfIUv .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNHXoHfIUv .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.naBh0Y2-uNHXoHfIUv .title-wrapper .bitmap-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHXoHfIUv .title-wrapper .bitmap-section-title {
    margin-bottom: 32px;
  }
}
.naBh0Y2-uNHXoHfIUv .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHXoHfIUv .item {
    margin-bottom: 16px;
  }
}
.naBh0Y2-uNHXoHfIUv .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 120px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .naBh0Y2-uNHXoHfIUv .item .item-wrapper {
    padding: 120px 80px;
  }
}
@media (max-width: 1200px) {
  .naBh0Y2-uNHXoHfIUv .item .item-wrapper {
    padding: 120px 50px;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNHXoHfIUv .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content {
  width: 55%;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content {
    width: 100%;
  }
}
.naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content .list-wrapper .list-title {
  margin-bottom: 20px;
}
.naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
}
.naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3fa36d;
  color: #ffffff;
  border-radius: 100%;
}
.naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content .price-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content .price-wrapper {
    margin-top: 20px;
  }
}
.naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content .price-wrapper .bitmap-section-btn {
  margin-right: 50px;
}
@media (max-width: 1640px) {
  .naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content .price-wrapper .bitmap-section-btn {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content .price-wrapper .bitmap-section-btn {
    margin-right: 0;
  }
}
.naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content .price-wrapper .bitmap-section-btn .btn {
  margin-bottom: 0;
}
.naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content .price-wrapper .price-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 1440px) {
  .naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content .price-wrapper .price-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content .price-wrapper .price-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
    width: 4px;
  }
}
.naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-content .price-wrapper .price-wrap .item-price {
  padding: 11px 0;
  margin-bottom: 0;
}
.naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border: 20px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHXoHfIUv .item .item-wrapper .item-img img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.naBh0Y2-uNHXoHfIUv .item .card_1 {
  background-color: #f0f3f6;
}
.naBh0Y2-uNHXoHfIUv .item .card_1 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .naBh0Y2-uNHXoHfIUv .item .card_1 .item-img img {
    transform: none;
  }
}
.naBh0Y2-uNHXoHfIUv .item .card_2 {
  background-color: #f0f3f6;
}
.naBh0Y2-uNHXoHfIUv .item .card_2 .item-img img {
  transform: rotate(5deg);
}
@media (max-width: 992px) {
  .naBh0Y2-uNHXoHfIUv .item .card_2 .item-img img {
    transform: none;
  }
}
.naBh0Y2-uNHXoHfIUv .item .card_3 {
  background-color: #f0f3f6;
}
.naBh0Y2-uNHXoHfIUv .item .card_3 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .naBh0Y2-uNHXoHfIUv .item .card_3 .item-img img {
    transform: none;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNHXoHfIUv .main-btn {
    margin-top: 16px;
  }
}
.naBh0Y2-uNHXoHfIUv .bitmap-section-title {
  color: #000c3f;
}
.naBh0Y2-uNHXoHfIUv .bitmap-section-title,
.naBh0Y2-uNHXoHfIUv .main-btn {
  text-align: center;
  color: #000000;
}
.naBh0Y2-uNHXoHfIUv .item-title {
  color: #000000;
  text-align: center;
}
.naBh0Y2-uNHXoHfIUv .item-text {
  color: #000c3f;
}
.naBh0Y2-uNHXoHfIUv .list {
  color: #000c3f;
}
.naBh0Y2-uNHXoHfIUv .list-title {
  color: #000000;
}
.naBh0Y2-uNHXoHfIUv .item-price {
  color: #000000;
}
.naBh0Y2-uNHXoHfIUv .item-text,
.naBh0Y2-uNHXoHfIUv .text-wrapper {
  text-align: center;
  color: #000000;
}
.naBh0Y2-uNHXoHfIUv .list,
.naBh0Y2-uNHXoHfIUv .item-wrap {
  color: #000000;
}
.naBh0Y2-uNK2cc3Xqo .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .container,
  .naBh0Y2-uNK2cc3Xqo .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .container .navbar-collapse,
  .naBh0Y2-uNK2cc3Xqo .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo {
    flex-wrap: wrap;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .opened .container {
    flex-wrap: wrap;
  }
}
.naBh0Y2-uNK2cc3Xqo .opened .container .navbar-collapse {
  width: 100%;
}
.naBh0Y2-uNK2cc3Xqo .btn {
  padding: 0.8rem 2rem;
}
.naBh0Y2-uNK2cc3Xqo .nav-link {
  position: relative;
  font-weight: 900;
}
.naBh0Y2-uNK2cc3Xqo .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ffffff;
}
.naBh0Y2-uNK2cc3Xqo .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:before {
  font-family: template2 !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;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.naBh0Y2-uNK2cc3Xqo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-menu,
.naBh0Y2-uNK2cc3Xqo .navbar.opened {
  background: #1c2b33 !important;
}
.naBh0Y2-uNK2cc3Xqo .nav-item:focus,
.naBh0Y2-uNK2cc3Xqo .nav-link:focus {
  outline: none;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.naBh0Y2-uNK2cc3Xqo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.naBh0Y2-uNK2cc3Xqo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c2b33 !important;
  transition: all 0.3s;
}
.naBh0Y2-uNK2cc3Xqo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #1c2b33;
}
.naBh0Y2-uNK2cc3Xqo .navbar.opened {
  transition: all 0.3s;
}
.naBh0Y2-uNK2cc3Xqo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.naBh0Y2-uNK2cc3Xqo .navbar .navbar-logo img {
  width: auto;
}
.naBh0Y2-uNK2cc3Xqo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed {
  justify-content: center;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.naBh0Y2-uNK2cc3Xqo .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%;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .naBh0Y2-uNK2cc3Xqo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .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%;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short {
  min-height: 60px;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.naBh0Y2-uNK2cc3Xqo .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;
}
.naBh0Y2-uNK2cc3Xqo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar-brand .navbar-logo a {
  outline: none;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item.active,
.naBh0Y2-uNK2cc3Xqo .dropdown-item:active {
  background-color: transparent;
}
.naBh0Y2-uNK2cc3Xqo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c2b33;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.naBh0Y2-uNK2cc3Xqo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.naBh0Y2-uNK2cc3Xqo ul.navbar-nav {
  flex-wrap: wrap;
}
.naBh0Y2-uNK2cc3Xqo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo .navbar-dropdown {
  padding: 0 1rem;
}
.naBh0Y2-uNK2cc3Xqo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.naBh0Y2-uNK2cc3Xqo .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) {
  .naBh0Y2-uNK2cc3Xqo .navbar {
    height: 70px;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar.opened {
    height: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.naBh0Y2-uNK2ew9Cjt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c2b33;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .container {
    padding: 0 16px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap .bitmap-section-title {
  margin-bottom: 0;
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.naBh0Y2-uNK2ew9Cjt .card .social-wrapper .social-wrap .bitmap-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.naBh0Y2-uNK2ew9Cjt .social-wrapper .social-wrap .bitmap-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .bitmap-card-title {
  margin-bottom: 16px;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .bitmap-section-title {
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .copyright {
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-card-title {
  color: #ffffff;
  text-align: center;
}
.naBh0Y2-uNK2ew9Cjt .list {
  color: #ffffff;
  text-align: center;
}
.naBh0Y2-uNHXGKJ7mR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f7f9;
}
.naBh0Y2-uNHXGKJ7mR .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNHXGKJ7mR .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.naBh0Y2-uNHXGKJ7mR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .naBh0Y2-uNHXGKJ7mR .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNHXGKJ7mR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNHXGKJ7mR .container {
    padding: 0 16px;
  }
}
.naBh0Y2-uNHXGKJ7mR .title-wrapper .bitmap-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHXGKJ7mR .title-wrapper .bitmap-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNHXGKJ7mR .image-wrapper {
    margin-bottom: 32px;
  }
}
.naBh0Y2-uNHXGKJ7mR .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHXGKJ7mR .image-wrapper img {
    height: 350px;
  }
}
.naBh0Y2-uNHXGKJ7mR .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHXGKJ7mR .content-wrapper {
    margin: 0;
  }
}
.naBh0Y2-uNHXGKJ7mR .desc-wrapper {
  margin-bottom: 24px;
}
.naBh0Y2-uNHXGKJ7mR .desc-wrapper .bitmap-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.naBh0Y2-uNHXGKJ7mR .desc-wrapper .bitmap-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #3fa36d, #3fa36d);
}
.naBh0Y2-uNHXGKJ7mR .dragArea.row .bitmap-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHXGKJ7mR .dragArea.row .bitmap-section-title {
    margin-bottom: 16px !important;
  }
}
.naBh0Y2-uNHXGKJ7mR .dragArea.row .bitmap-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHXGKJ7mR .dragArea.row .bitmap-text {
    margin-bottom: 16px !important;
  }
}
.naBh0Y2-uNHXGKJ7mR .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.naBh0Y2-uNHXGKJ7mR .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.naBh0Y2-uNHXGKJ7mR .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #000000 !important;
}
.naBh0Y2-uNHXGKJ7mR .dragArea.row .form-group .form-control:hover,
.naBh0Y2-uNHXGKJ7mR .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.naBh0Y2-uNHXGKJ7mR .dragArea.row .form-group .form-control::placeholder {
  color: #3fa36d;
  opacity: .7;
}
.naBh0Y2-uNHXGKJ7mR .dragArea.row .form-group textarea {
  min-height: 100px;
}
.naBh0Y2-uNHXGKJ7mR .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.naBh0Y2-uNHXGKJ7mR .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #3fa36d;
  border-radius: 0;
}
.naBh0Y2-uNHXGKJ7mR .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #3fa36d;
}
.naBh0Y2-uNHXGKJ7mR .dragArea.row .bitmap-section-btn {
  width: 100%;
  margin-top: 16px;
}
.naBh0Y2-uNHXGKJ7mR .dragArea.row .bitmap-section-btn .btn {
  width: 100%;
}
.naBh0Y2-uNHXGKJ7mR .bitmap-section-title {
  color: #1c1c1c;
}
.naBh0Y2-uNHXGKJ7mR .bitmap-desc {
  color: #1c1c1c;
}
.naBh0Y2-uNHXGKJ7mR .bitmap-text {
  color: #1c1c1c;
}
.naBh0Y2-uNHXGKJ7mR H5 {
  text-align: center;
  color: #000000;
}
.naBh0Y2-uNHXGKJ7mR .bitmap-desc,
.naBh0Y2-uNHXGKJ7mR .desc-wrapper {
  text-align: center;
  color: #000000;
}
.naBh0Y2-uNHXGKJ7mR P {
  text-align: center;
}
.naBh0Y2-uNK18lwLsA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6ebef;
}
.naBh0Y2-uNK18lwLsA .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNK18lwLsA .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.naBh0Y2-uNK18lwLsA .items-wrap {
  justify-content: space-between;
}
.naBh0Y2-uNK18lwLsA .content-wrapper {
  padding: 96px;
  background-color: #f0f3f6;
  position: sticky;
  top: 32px;
}
@media (max-width: 1440px) {
  .naBh0Y2-uNK18lwLsA .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNK18lwLsA .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.naBh0Y2-uNK18lwLsA .content-wrapper .bitmap-section-title {
  margin-bottom: 0;
}
.naBh0Y2-uNK18lwLsA .card-wrapper {
  padding: 96px;
  background-color: #ffffff;
  margin-top: 32px;
}
@media (max-width: 1440px) {
  .naBh0Y2-uNK18lwLsA .card-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNK18lwLsA .card-wrapper {
    padding: 26px 22px;
    margin-top: 12px;
  }
}
.naBh0Y2-uNK18lwLsA .card-wrapper:first-child {
  margin-top: 0;
}
.naBh0Y2-uNK18lwLsA .card-wrapper .bitmap-address,
.naBh0Y2-uNK18lwLsA .card-wrapper .bitmap-phone,
.naBh0Y2-uNK18lwLsA .card-wrapper .bitmap-email {
  margin-bottom: 0;
}
.naBh0Y2-uNK18lwLsA .bitmap-section-title {
  color: #191c25;
}
.naBh0Y2-uNK18lwLsA .bitmap-address {
  color: #000000;
  text-align: center;
}
.naBh0Y2-uNK18lwLsA .bitmap-phone {
  color: #000000;
  text-align: center;
}
.naBh0Y2-uNK18lwLsA .bitmap-email {
  color: #000000;
  text-align: center;
}
.naBh0Y2-uNK18lwLsA .bitmap-section-title,
.naBh0Y2-uNK18lwLsA .bitmap-section-btn {
  text-align: center;
  color: #000000;
}
.naBh0Y2-uNK2cc3Xqo .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .container,
  .naBh0Y2-uNK2cc3Xqo .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .container .navbar-collapse,
  .naBh0Y2-uNK2cc3Xqo .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo {
    flex-wrap: wrap;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .opened .container {
    flex-wrap: wrap;
  }
}
.naBh0Y2-uNK2cc3Xqo .opened .container .navbar-collapse {
  width: 100%;
}
.naBh0Y2-uNK2cc3Xqo .btn {
  padding: 0.8rem 2rem;
}
.naBh0Y2-uNK2cc3Xqo .nav-link {
  position: relative;
  font-weight: 900;
}
.naBh0Y2-uNK2cc3Xqo .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ffffff;
}
.naBh0Y2-uNK2cc3Xqo .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:before {
  font-family: template2 !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;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.naBh0Y2-uNK2cc3Xqo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-menu,
.naBh0Y2-uNK2cc3Xqo .navbar.opened {
  background: #1c2b33 !important;
}
.naBh0Y2-uNK2cc3Xqo .nav-item:focus,
.naBh0Y2-uNK2cc3Xqo .nav-link:focus {
  outline: none;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.naBh0Y2-uNK2cc3Xqo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.naBh0Y2-uNK2cc3Xqo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c2b33 !important;
  transition: all 0.3s;
}
.naBh0Y2-uNK2cc3Xqo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #1c2b33;
}
.naBh0Y2-uNK2cc3Xqo .navbar.opened {
  transition: all 0.3s;
}
.naBh0Y2-uNK2cc3Xqo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.naBh0Y2-uNK2cc3Xqo .navbar .navbar-logo img {
  width: auto;
}
.naBh0Y2-uNK2cc3Xqo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed {
  justify-content: center;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.naBh0Y2-uNK2cc3Xqo .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%;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .naBh0Y2-uNK2cc3Xqo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .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%;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short {
  min-height: 60px;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.naBh0Y2-uNK2cc3Xqo .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;
}
.naBh0Y2-uNK2cc3Xqo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar-brand .navbar-logo a {
  outline: none;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item.active,
.naBh0Y2-uNK2cc3Xqo .dropdown-item:active {
  background-color: transparent;
}
.naBh0Y2-uNK2cc3Xqo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c2b33;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.naBh0Y2-uNK2cc3Xqo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.naBh0Y2-uNK2cc3Xqo ul.navbar-nav {
  flex-wrap: wrap;
}
.naBh0Y2-uNK2cc3Xqo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo .navbar-dropdown {
  padding: 0 1rem;
}
.naBh0Y2-uNK2cc3Xqo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.naBh0Y2-uNK2cc3Xqo .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) {
  .naBh0Y2-uNK2cc3Xqo .navbar {
    height: 70px;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar.opened {
    height: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.naBh0Y2-uNK2ew9Cjt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c2b33;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .container {
    padding: 0 16px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap .bitmap-section-title {
  margin-bottom: 0;
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.naBh0Y2-uNK2ew9Cjt .card .social-wrapper .social-wrap .bitmap-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.naBh0Y2-uNK2ew9Cjt .social-wrapper .social-wrap .bitmap-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .bitmap-card-title {
  margin-bottom: 16px;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .bitmap-section-title {
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .copyright {
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-card-title {
  color: #ffffff;
  text-align: center;
}
.naBh0Y2-uNK2ew9Cjt .list {
  color: #ffffff;
  text-align: center;
}
.naBh0Y2-uNHYvNClCu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f7f9;
}
.naBh0Y2-uNHYvNClCu .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNHYvNClCu .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.naBh0Y2-uNHYvNClCu .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHYvNClCu .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNHYvNClCu .container {
    padding: 0 30px;
  }
}
.naBh0Y2-uNHYvNClCu .title-wrapper .bitmap-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHYvNClCu .title-wrapper .bitmap-section-title {
    margin-bottom: 30px;
  }
}
.naBh0Y2-uNHYvNClCu .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHYvNClCu .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.naBh0Y2-uNHYvNClCu .card-wrapper .bitmap-number {
  margin: 0 0 0 50px;
  width: 20%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHYvNClCu .card-wrapper .bitmap-number {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.naBh0Y2-uNHYvNClCu .card-wrapper .content-wrap {
  width: 80%;
}
.naBh0Y2-uNHYvNClCu .card-wrapper .content-wrap .bitmap-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNHYvNClCu .card-wrapper .content-wrap .bitmap-card-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.naBh0Y2-uNHYvNClCu .card-wrapper .content-wrap .bitmap-text {
  margin-bottom: 0;
}
.naBh0Y2-uNHYvNClCu .bitmap-section-title {
  color: #000000;
  text-align: center;
}
.naBh0Y2-uNHYvNClCu .bitmap-card-title {
  color: #2b2b2b;
}
.naBh0Y2-uNHYvNClCu .bitmap-text {
  color: #000000;
}
.naBh0Y2-uNHYvNClCu .bitmap-number {
  color: #ffffff;
}
.naBh0Y2-uNK2cc3Xqo .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .container,
  .naBh0Y2-uNK2cc3Xqo .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .container .navbar-collapse,
  .naBh0Y2-uNK2cc3Xqo .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo {
    flex-wrap: wrap;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .opened .container {
    flex-wrap: wrap;
  }
}
.naBh0Y2-uNK2cc3Xqo .opened .container .navbar-collapse {
  width: 100%;
}
.naBh0Y2-uNK2cc3Xqo .btn {
  padding: 0.8rem 2rem;
}
.naBh0Y2-uNK2cc3Xqo .nav-link {
  position: relative;
  font-weight: 900;
}
.naBh0Y2-uNK2cc3Xqo .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ffffff;
}
.naBh0Y2-uNK2cc3Xqo .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:before {
  font-family: template2 !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;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.naBh0Y2-uNK2cc3Xqo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-menu,
.naBh0Y2-uNK2cc3Xqo .navbar.opened {
  background: #1c2b33 !important;
}
.naBh0Y2-uNK2cc3Xqo .nav-item:focus,
.naBh0Y2-uNK2cc3Xqo .nav-link:focus {
  outline: none;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.naBh0Y2-uNK2cc3Xqo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.naBh0Y2-uNK2cc3Xqo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c2b33 !important;
  transition: all 0.3s;
}
.naBh0Y2-uNK2cc3Xqo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #1c2b33;
}
.naBh0Y2-uNK2cc3Xqo .navbar.opened {
  transition: all 0.3s;
}
.naBh0Y2-uNK2cc3Xqo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.naBh0Y2-uNK2cc3Xqo .navbar .navbar-logo img {
  width: auto;
}
.naBh0Y2-uNK2cc3Xqo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed {
  justify-content: center;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.naBh0Y2-uNK2cc3Xqo .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%;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .naBh0Y2-uNK2cc3Xqo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .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%;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short {
  min-height: 60px;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.naBh0Y2-uNK2cc3Xqo .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;
}
.naBh0Y2-uNK2cc3Xqo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar-brand .navbar-logo a {
  outline: none;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item.active,
.naBh0Y2-uNK2cc3Xqo .dropdown-item:active {
  background-color: transparent;
}
.naBh0Y2-uNK2cc3Xqo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c2b33;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.naBh0Y2-uNK2cc3Xqo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.naBh0Y2-uNK2cc3Xqo ul.navbar-nav {
  flex-wrap: wrap;
}
.naBh0Y2-uNK2cc3Xqo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo .navbar-dropdown {
  padding: 0 1rem;
}
.naBh0Y2-uNK2cc3Xqo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.naBh0Y2-uNK2cc3Xqo .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) {
  .naBh0Y2-uNK2cc3Xqo .navbar {
    height: 70px;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar.opened {
    height: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.naBh0Y2-uNK2ew9Cjt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c2b33;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .container {
    padding: 0 16px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap .bitmap-section-title {
  margin-bottom: 0;
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.naBh0Y2-uNK2ew9Cjt .card .social-wrapper .social-wrap .bitmap-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.naBh0Y2-uNK2ew9Cjt .social-wrapper .social-wrap .bitmap-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .bitmap-card-title {
  margin-bottom: 16px;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .bitmap-section-title {
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .copyright {
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-card-title {
  color: #ffffff;
  text-align: center;
}
.naBh0Y2-uNK2ew9Cjt .list {
  color: #ffffff;
  text-align: center;
}
.naBh0Y2-uNImngio2o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f7f9;
}
.naBh0Y2-uNImngio2o .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNImngio2o .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.naBh0Y2-uNImngio2o .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNImngio2o .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNImngio2o .container {
    padding: 0 30px;
  }
}
.naBh0Y2-uNImngio2o .title-wrapper .bitmap-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNImngio2o .title-wrapper .bitmap-section-title {
    margin-bottom: 30px;
  }
}
.naBh0Y2-uNImngio2o .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .naBh0Y2-uNImngio2o .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.naBh0Y2-uNImngio2o .card-wrapper .bitmap-number {
  margin: 0 0 0 50px;
  width: 20%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .naBh0Y2-uNImngio2o .card-wrapper .bitmap-number {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.naBh0Y2-uNImngio2o .card-wrapper .content-wrap {
  width: 80%;
}
.naBh0Y2-uNImngio2o .card-wrapper .content-wrap .bitmap-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNImngio2o .card-wrapper .content-wrap .bitmap-card-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.naBh0Y2-uNImngio2o .card-wrapper .content-wrap .bitmap-text {
  margin-bottom: 0;
}
.naBh0Y2-uNImngio2o .bitmap-section-title {
  color: #000000;
  text-align: center;
}
.naBh0Y2-uNImngio2o .bitmap-card-title {
  color: #2b2b2b;
}
.naBh0Y2-uNImngio2o .bitmap-text {
  color: #000000;
}
.naBh0Y2-uNImngio2o .bitmap-number {
  color: #ffffff;
}
.naBh0Y2-uNK2cc3Xqo .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .container,
  .naBh0Y2-uNK2cc3Xqo .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .container .navbar-collapse,
  .naBh0Y2-uNK2cc3Xqo .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo {
    flex-wrap: wrap;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .opened .container {
    flex-wrap: wrap;
  }
}
.naBh0Y2-uNK2cc3Xqo .opened .container .navbar-collapse {
  width: 100%;
}
.naBh0Y2-uNK2cc3Xqo .btn {
  padding: 0.8rem 2rem;
}
.naBh0Y2-uNK2cc3Xqo .nav-link {
  position: relative;
  font-weight: 900;
}
.naBh0Y2-uNK2cc3Xqo .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ffffff;
}
.naBh0Y2-uNK2cc3Xqo .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:before {
  font-family: template2 !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;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.naBh0Y2-uNK2cc3Xqo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-menu,
.naBh0Y2-uNK2cc3Xqo .navbar.opened {
  background: #1c2b33 !important;
}
.naBh0Y2-uNK2cc3Xqo .nav-item:focus,
.naBh0Y2-uNK2cc3Xqo .nav-link:focus {
  outline: none;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.naBh0Y2-uNK2cc3Xqo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.naBh0Y2-uNK2cc3Xqo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c2b33 !important;
  transition: all 0.3s;
}
.naBh0Y2-uNK2cc3Xqo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #1c2b33;
}
.naBh0Y2-uNK2cc3Xqo .navbar.opened {
  transition: all 0.3s;
}
.naBh0Y2-uNK2cc3Xqo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.naBh0Y2-uNK2cc3Xqo .navbar .navbar-logo img {
  width: auto;
}
.naBh0Y2-uNK2cc3Xqo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed {
  justify-content: center;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.naBh0Y2-uNK2cc3Xqo .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%;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .naBh0Y2-uNK2cc3Xqo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .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%;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short {
  min-height: 60px;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.naBh0Y2-uNK2cc3Xqo .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;
}
.naBh0Y2-uNK2cc3Xqo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar-brand .navbar-logo a {
  outline: none;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item.active,
.naBh0Y2-uNK2cc3Xqo .dropdown-item:active {
  background-color: transparent;
}
.naBh0Y2-uNK2cc3Xqo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c2b33;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.naBh0Y2-uNK2cc3Xqo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.naBh0Y2-uNK2cc3Xqo ul.navbar-nav {
  flex-wrap: wrap;
}
.naBh0Y2-uNK2cc3Xqo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo .navbar-dropdown {
  padding: 0 1rem;
}
.naBh0Y2-uNK2cc3Xqo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.naBh0Y2-uNK2cc3Xqo .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) {
  .naBh0Y2-uNK2cc3Xqo .navbar {
    height: 70px;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar.opened {
    height: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.naBh0Y2-uNK2ew9Cjt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c2b33;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .container {
    padding: 0 16px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap .bitmap-section-title {
  margin-bottom: 0;
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.naBh0Y2-uNK2ew9Cjt .card .social-wrapper .social-wrap .bitmap-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.naBh0Y2-uNK2ew9Cjt .social-wrapper .social-wrap .bitmap-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .bitmap-card-title {
  margin-bottom: 16px;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .bitmap-section-title {
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .copyright {
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-card-title {
  color: #ffffff;
  text-align: center;
}
.naBh0Y2-uNK2ew9Cjt .list {
  color: #ffffff;
  text-align: center;
}
.naBh0Y2-uNImqGHgrW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f7f9;
}
.naBh0Y2-uNImqGHgrW .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNImqGHgrW .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.naBh0Y2-uNImqGHgrW .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNImqGHgrW .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNImqGHgrW .container {
    padding: 0 30px;
  }
}
.naBh0Y2-uNImqGHgrW .title-wrapper .bitmap-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNImqGHgrW .title-wrapper .bitmap-section-title {
    margin-bottom: 30px;
  }
}
.naBh0Y2-uNImqGHgrW .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .naBh0Y2-uNImqGHgrW .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.naBh0Y2-uNImqGHgrW .card-wrapper .bitmap-number {
  margin: 0 0 0 50px;
  width: 20%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .naBh0Y2-uNImqGHgrW .card-wrapper .bitmap-number {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.naBh0Y2-uNImqGHgrW .card-wrapper .content-wrap {
  width: 80%;
}
.naBh0Y2-uNImqGHgrW .card-wrapper .content-wrap .bitmap-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNImqGHgrW .card-wrapper .content-wrap .bitmap-card-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.naBh0Y2-uNImqGHgrW .card-wrapper .content-wrap .bitmap-text {
  margin-bottom: 0;
}
.naBh0Y2-uNImqGHgrW .bitmap-section-title {
  color: #000000;
  text-align: center;
}
.naBh0Y2-uNImqGHgrW .bitmap-card-title {
  color: #2b2b2b;
}
.naBh0Y2-uNImqGHgrW .bitmap-text {
  color: #000000;
}
.naBh0Y2-uNImqGHgrW .bitmap-number {
  color: #ffffff;
}
.naBh0Y2-uNK2cc3Xqo .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .container,
  .naBh0Y2-uNK2cc3Xqo .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .container .navbar-collapse,
  .naBh0Y2-uNK2cc3Xqo .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo {
    flex-wrap: wrap;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .opened .container {
    flex-wrap: wrap;
  }
}
.naBh0Y2-uNK2cc3Xqo .opened .container .navbar-collapse {
  width: 100%;
}
.naBh0Y2-uNK2cc3Xqo .btn {
  padding: 0.8rem 2rem;
}
.naBh0Y2-uNK2cc3Xqo .nav-link {
  position: relative;
  font-weight: 900;
}
.naBh0Y2-uNK2cc3Xqo .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ffffff;
}
.naBh0Y2-uNK2cc3Xqo .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:before {
  font-family: template2 !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;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.naBh0Y2-uNK2cc3Xqo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-menu,
.naBh0Y2-uNK2cc3Xqo .navbar.opened {
  background: #1c2b33 !important;
}
.naBh0Y2-uNK2cc3Xqo .nav-item:focus,
.naBh0Y2-uNK2cc3Xqo .nav-link:focus {
  outline: none;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.naBh0Y2-uNK2cc3Xqo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.naBh0Y2-uNK2cc3Xqo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c2b33 !important;
  transition: all 0.3s;
}
.naBh0Y2-uNK2cc3Xqo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #1c2b33;
}
.naBh0Y2-uNK2cc3Xqo .navbar.opened {
  transition: all 0.3s;
}
.naBh0Y2-uNK2cc3Xqo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.naBh0Y2-uNK2cc3Xqo .navbar .navbar-logo img {
  width: auto;
}
.naBh0Y2-uNK2cc3Xqo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed {
  justify-content: center;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.naBh0Y2-uNK2cc3Xqo .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%;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .naBh0Y2-uNK2cc3Xqo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .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%;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short {
  min-height: 60px;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.naBh0Y2-uNK2cc3Xqo .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;
}
.naBh0Y2-uNK2cc3Xqo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar-brand .navbar-logo a {
  outline: none;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item.active,
.naBh0Y2-uNK2cc3Xqo .dropdown-item:active {
  background-color: transparent;
}
.naBh0Y2-uNK2cc3Xqo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c2b33;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.naBh0Y2-uNK2cc3Xqo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.naBh0Y2-uNK2cc3Xqo ul.navbar-nav {
  flex-wrap: wrap;
}
.naBh0Y2-uNK2cc3Xqo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo .navbar-dropdown {
  padding: 0 1rem;
}
.naBh0Y2-uNK2cc3Xqo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.naBh0Y2-uNK2cc3Xqo .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) {
  .naBh0Y2-uNK2cc3Xqo .navbar {
    height: 70px;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar.opened {
    height: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.naBh0Y2-uNK2ew9Cjt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c2b33;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .container {
    padding: 0 16px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap .bitmap-section-title {
  margin-bottom: 0;
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.naBh0Y2-uNK2ew9Cjt .card .social-wrapper .social-wrap .bitmap-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.naBh0Y2-uNK2ew9Cjt .social-wrapper .social-wrap .bitmap-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .bitmap-card-title {
  margin-bottom: 16px;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .bitmap-section-title {
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .copyright {
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-card-title {
  color: #ffffff;
  text-align: center;
}
.naBh0Y2-uNK2ew9Cjt .list {
  color: #ffffff;
  text-align: center;
}
.naBh0Y2-uNImtwBXXP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f7f9;
}
.naBh0Y2-uNImtwBXXP .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNImtwBXXP .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.naBh0Y2-uNImtwBXXP .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNImtwBXXP .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNImtwBXXP .container {
    padding: 0 30px;
  }
}
.naBh0Y2-uNImtwBXXP .title-wrapper .bitmap-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNImtwBXXP .title-wrapper .bitmap-section-title {
    margin-bottom: 30px;
  }
}
.naBh0Y2-uNImtwBXXP .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .naBh0Y2-uNImtwBXXP .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.naBh0Y2-uNImtwBXXP .card-wrapper .bitmap-number {
  margin: 0 0 0 50px;
  width: 20%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .naBh0Y2-uNImtwBXXP .card-wrapper .bitmap-number {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.naBh0Y2-uNImtwBXXP .card-wrapper .content-wrap {
  width: 80%;
}
.naBh0Y2-uNImtwBXXP .card-wrapper .content-wrap .bitmap-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNImtwBXXP .card-wrapper .content-wrap .bitmap-card-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.naBh0Y2-uNImtwBXXP .card-wrapper .content-wrap .bitmap-text {
  margin-bottom: 0;
}
.naBh0Y2-uNImtwBXXP .bitmap-section-title {
  color: #000000;
  text-align: center;
}
.naBh0Y2-uNImtwBXXP .bitmap-card-title {
  color: #2b2b2b;
}
.naBh0Y2-uNImtwBXXP .bitmap-text {
  color: #000000;
}
.naBh0Y2-uNImtwBXXP .bitmap-number {
  color: #ffffff;
}
.naBh0Y2-uNK2cc3Xqo .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .container,
  .naBh0Y2-uNK2cc3Xqo .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .container .navbar-collapse,
  .naBh0Y2-uNK2cc3Xqo .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo {
    flex-wrap: wrap;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .opened .container {
    flex-wrap: wrap;
  }
}
.naBh0Y2-uNK2cc3Xqo .opened .container .navbar-collapse {
  width: 100%;
}
.naBh0Y2-uNK2cc3Xqo .btn {
  padding: 0.8rem 2rem;
}
.naBh0Y2-uNK2cc3Xqo .nav-link {
  position: relative;
  font-weight: 900;
}
.naBh0Y2-uNK2cc3Xqo .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ffffff;
}
.naBh0Y2-uNK2cc3Xqo .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:before {
  font-family: template2 !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;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.naBh0Y2-uNK2cc3Xqo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-menu,
.naBh0Y2-uNK2cc3Xqo .navbar.opened {
  background: #1c2b33 !important;
}
.naBh0Y2-uNK2cc3Xqo .nav-item:focus,
.naBh0Y2-uNK2cc3Xqo .nav-link:focus {
  outline: none;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.naBh0Y2-uNK2cc3Xqo .dropdown .dropdown-menu .dropdown-item .bitmap-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.naBh0Y2-uNK2cc3Xqo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.naBh0Y2-uNK2cc3Xqo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1c2b33 !important;
  transition: all 0.3s;
}
.naBh0Y2-uNK2cc3Xqo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #1c2b33;
}
.naBh0Y2-uNK2cc3Xqo .navbar.opened {
  transition: all 0.3s;
}
.naBh0Y2-uNK2cc3Xqo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.naBh0Y2-uNK2cc3Xqo .navbar .navbar-logo img {
  width: auto;
}
.naBh0Y2-uNK2cc3Xqo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed {
  justify-content: center;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .naBh0Y2-uNK2cc3Xqo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.naBh0Y2-uNK2cc3Xqo .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%;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.naBh0Y2-uNK2cc3Xqo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .naBh0Y2-uNK2cc3Xqo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .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%;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short {
  min-height: 60px;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.naBh0Y2-uNK2cc3Xqo .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;
}
.naBh0Y2-uNK2cc3Xqo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.naBh0Y2-uNK2cc3Xqo .navbar-brand .navbar-logo a {
  outline: none;
}
.naBh0Y2-uNK2cc3Xqo .dropdown-item.active,
.naBh0Y2-uNK2cc3Xqo .dropdown-item:active {
  background-color: transparent;
}
.naBh0Y2-uNK2cc3Xqo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.naBh0Y2-uNK2cc3Xqo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c2b33;
}
.naBh0Y2-uNK2cc3Xqo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.naBh0Y2-uNK2cc3Xqo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.naBh0Y2-uNK2cc3Xqo ul.navbar-nav {
  flex-wrap: wrap;
}
.naBh0Y2-uNK2cc3Xqo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.naBh0Y2-uNK2cc3Xqo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.naBh0Y2-uNK2cc3Xqo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.naBh0Y2-uNK2cc3Xqo .navbar-dropdown {
  padding: 0 1rem;
}
.naBh0Y2-uNK2cc3Xqo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.naBh0Y2-uNK2cc3Xqo .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) {
  .naBh0Y2-uNK2cc3Xqo .navbar {
    height: 70px;
  }
  .naBh0Y2-uNK2cc3Xqo .navbar.opened {
    height: auto;
  }
  .naBh0Y2-uNK2cc3Xqo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.naBh0Y2-uNK2ew9Cjt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c2b33;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-fallback-image.disabled {
  display: none;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .container {
    padding: 0 16px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .title-wrapper .title-wrap .bitmap-section-title {
  margin-bottom: 0;
}
.naBh0Y2-uNK2ew9Cjt .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.naBh0Y2-uNK2ew9Cjt .card .social-wrapper .social-wrap .bitmap-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.naBh0Y2-uNK2ew9Cjt .social-wrapper .social-wrap .bitmap-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .bitmap-card-title {
  margin-bottom: 16px;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.naBh0Y2-uNK2ew9Cjt .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .naBh0Y2-uNK2ew9Cjt .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.naBh0Y2-uNK2ew9Cjt .bitmap-section-title {
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .copyright {
  color: #ffffff;
}
.naBh0Y2-uNK2ew9Cjt .bitmap-card-title {
  color: #ffffff;
  text-align: center;
}
.naBh0Y2-uNK2ew9Cjt .list {
  color: #ffffff;
  text-align: center;
}

/* 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 */
/* logoanimations */
@keyframes squeeze {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2, 0.8);
    }
}

.navbar-brand {
    animation: squeeze 1.2s ease-in-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 25: drop-shadow filter */
a, button, .btn {
  transition: filter 0.2s ease;
}
a:active, button:active, .btn:active {
  filter: drop-shadow(0 0 4px rgba(0,0,0,0.5));
}
/* endmainanimations */
