body {
  font-family: Spline Sans Mono;
}
.display-1 {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 7rem;
  line-height: 1.1;
  letter-spacing: -0.015em;
  word-spacing: -0.15em;
}
.display-1 > .prototype-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 3rem;
  line-height: 1.15;
  letter-spacing: -0.015em;
  word-spacing: -0.15em;
}
.display-2 > .prototype-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  word-spacing: -0.15em;
}
.display-4 > .prototype-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -0.05em;
  word-spacing: -0.15em;
}
.display-5 > .prototype-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
  word-spacing: -0.15em;
}
.display-7 > .prototype-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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: #005693 !important;
}
.bg-success {
  background-color: #0076ca !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #b30710 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #005693 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #090f10 !important;
  background-color: #0497ff !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #090f10 !important;
  background-color: #0497ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5dade5 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #090f10 !important;
  background-color: #bddef6 !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #090f10 !important;
  background-color: #bddef6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #090f10 !important;
  background-color: #3a3636 !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #090f10 !important;
  background-color: #3a3636 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0076ca !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #090f10 !important;
  background-color: #3baeff !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #090f10 !important;
  background-color: #3baeff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #090f10 !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #090f10 !important;
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b30710 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #090f10 !important;
  background-color: #fa303b !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #090f10 !important;
  background-color: #fa303b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #090f10 !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #090f10 !important;
  background-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #090f10 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #090f10 !important;
  background-color: #2f545a !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #090f10 !important;
  background-color: #2f545a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #005693;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #00233c !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #005693 !important;
  border-color: #005693 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5dade5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2185cb !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5dade5 !important;
  border-color: #5dade5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0076ca;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #004373 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0076ca !important;
  border-color: #0076ca !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b30710;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #600409 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b30710 !important;
  border-color: #b30710 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #090f10;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #090f10 !important;
  border-color: #090f10 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!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: #005693 !important;
}
.text-secondary {
  color: #5dade5 !important;
}
.text-success {
  color: #0076ca !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #b30710 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #090f10 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #001a2d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1e7cbe !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #003a64 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #510307 !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: #005693;
}
.nav-tabs .nav-link:not(.active) {
  color: #090f10;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #b30710;
}
.prototype-gallery-filter li.active .btn {
  background-color: #005693;
  border-color: #005693;
  color: #ffffff;
}
.prototype-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #005693;
}
.prototype-plan-header.bg-primary .prototype-plan-subtitle,
.prototype-plan-header.bg-primary .prototype-plan-price-desc {
  color: #149dff;
}
.prototype-plan-header.bg-success .prototype-plan-subtitle,
.prototype-plan-header.bg-success .prototype-plan-price-desc {
  color: #97d4ff;
}
.prototype-plan-header.bg-info .prototype-plan-subtitle,
.prototype-plan-header.bg-info .prototype-plan-price-desc {
  color: #b3b3b3;
}
.prototype-plan-header.bg-warning .prototype-plan-subtitle,
.prototype-plan-header.bg-warning .prototype-plan-price-desc {
  color: #ffffff;
}
.prototype-plan-header.bg-danger .prototype-plan-subtitle,
.prototype-plan-header.bg-danger .prototype-plan-price-desc {
  color: #f8424b;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  word-spacing: -0.15em;
  font-weight: 400;
}
.form-control > .prototype-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: #005693 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  word-spacing: -0.15em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .prototype-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #005693;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #005693;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #005693;
}
.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: #005693;
  border-bottom-color: #005693;
}
.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: #005693 !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: #5dade5 !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='%23005693' %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-duration: .3s;
  transition: 0.4s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
  }
}
.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0 5vw;
}
.row {
  margin-left: -2rem;
  margin-right: -2rem;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.prototype-section-btn .btn {
  min-width: 100px;
  min-height: 48px;
  padding: 0.75rem 2rem;
  border-radius: 0 !important;
  border: none;
  font-weight: 500;
  transition: .3s all !important;
}
.prototype-section-btn .btn .prototype-iconfont {
  transition: .15s all !important;
  transform: rotate(-45deg);
  transform-style: preserve-3d;
}
.prototype-section-btn .btn:hover {
  transform: translate(0, -8px);
}
.prototype-section-btn .btn:hover .prototype-iconfont {
  transform: rotate(0);
}
@media (max-width: 575px) {
  .prototype-section-btn {
    width: 100%;
  }
  .prototype-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.prototype-section-btn .btn-black {
  color: #fff !important;
}
.prototype-section-btn .btn-black:hover {
  color: #fff !important;
}
.section-border-item {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
}
.section-border-item_top {
  top: 0;
}
.section-border-item_bottom {
  bottom: 0;
}
.section-border-item_center {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.text-transform-container {
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
}
.text-transform-container .text-transform-wrap {
  display: flex;
  align-items: center;
  width: fit-content;
  animation: btn-move-out 0.3s ease-in-out;
}
.text-transform-container .prototype-text {
  transition: .3s all;
}
.text-transform-container .iconfont-wrapper .prototype-iconfont {
  transition: .3s all;
  padding-right: 8px;
}
.text-transform-container:hover .text-transform-wrap {
  animation: btn-move 0.3s ease-in-out;
}
.text-transform-container:hover .iconfont-wrapper .prototype-iconfont {
  padding-right: 0;
  padding-left: 8px;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
.piChls-uJjhJxQBh3 {
  background-color: transparent;
}
.piChls-uJjhJxQBh3 .navbar-dropdown {
  background-color: #005693 !important;
  padding: 0;
}
.piChls-uJjhJxQBh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #005693 !important;
  background: #005693;
}
.piChls-uJjhJxQBh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.piChls-uJjhJxQBh3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .piChls-uJjhJxQBh3 .menu_box .navbar.opened,
  .piChls-uJjhJxQBh3 .menu_box .navbar-collapse {
    background-color: #005693 !important;
    transition: all 0s ease 0s;
  }
}
.piChls-uJjhJxQBh3 .navbar-dropdown {
  position: relative !important;
}
.piChls-uJjhJxQBh3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.piChls-uJjhJxQBh3 .btn:hover {
  box-shadow: none;
}
.piChls-uJjhJxQBh3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .piChls-uJjhJxQBh3 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .nav-item {
    margin: 0 !important;
  }
}
.piChls-uJjhJxQBh3 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.piChls-uJjhJxQBh3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.piChls-uJjhJxQBh3 .nav-item .nav-link:hover::before,
.piChls-uJjhJxQBh3 .nav-item .nav-link:focus::before {
  width: 100%;
}
.piChls-uJjhJxQBh3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .piChls-uJjhJxQBh3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .piChls-uJjhJxQBh3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .piChls-uJjhJxQBh3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .piChls-uJjhJxQBh3 .offcanvas_box {
    display: none;
  }
}
.piChls-uJjhJxQBh3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.piChls-uJjhJxQBh3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.piChls-uJjhJxQBh3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.piChls-uJjhJxQBh3 .container {
  display: flex;
  margin: auto;
}
.piChls-uJjhJxQBh3 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.piChls-uJjhJxQBh3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.piChls-uJjhJxQBh3 .iconfont-wrapper:hover {
  opacity: .5;
}
.piChls-uJjhJxQBh3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .navbar-nav {
    margin: 0;
  }
}
.piChls-uJjhJxQBh3 .dropdown-menu,
.piChls-uJjhJxQBh3 .navbar.opened {
  background-color: false !important;
}
.piChls-uJjhJxQBh3 .nav-item:focus,
.piChls-uJjhJxQBh3 .nav-link:focus {
  outline: none;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.piChls-uJjhJxQBh3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.piChls-uJjhJxQBh3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.piChls-uJjhJxQBh3 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .piChls-uJjhJxQBh3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.piChls-uJjhJxQBh3 .navbar.opened {
  transition: all 0.3s;
}
.piChls-uJjhJxQBh3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.piChls-uJjhJxQBh3 .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.piChls-uJjhJxQBh3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.piChls-uJjhJxQBh3 .navbar.collapsed {
  justify-content: center;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.piChls-uJjhJxQBh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.piChls-uJjhJxQBh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .piChls-uJjhJxQBh3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .piChls-uJjhJxQBh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .piChls-uJjhJxQBh3 .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .piChls-uJjhJxQBh3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .piChls-uJjhJxQBh3 .navbar .icons-menu {
    padding: 0;
  }
}
.piChls-uJjhJxQBh3 .navbar.navbar-short {
  min-height: 60px;
}
.piChls-uJjhJxQBh3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.piChls-uJjhJxQBh3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.piChls-uJjhJxQBh3 .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;
}
.piChls-uJjhJxQBh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.piChls-uJjhJxQBh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.piChls-uJjhJxQBh3 .dropdown-item.active,
.piChls-uJjhJxQBh3 .dropdown-item:active {
  background-color: transparent;
}
.piChls-uJjhJxQBh3 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .piChls-uJjhJxQBh3 .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.piChls-uJjhJxQBh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.piChls-uJjhJxQBh3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.piChls-uJjhJxQBh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.piChls-uJjhJxQBh3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.piChls-uJjhJxQBh3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.piChls-uJjhJxQBh3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #005693;
  background: #ffffff;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.piChls-uJjhJxQBh3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .piChls-uJjhJxQBh3 .navbar {
    height: 70px;
  }
  .piChls-uJjhJxQBh3 .navbar.opened {
    height: auto;
  }
  .piChls-uJjhJxQBh3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.piChls-uJjhJxQBh3 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .piChls-uJjhJxQBh3 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.piChls-uJjhJxQBh3 .prototype-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.piChls-uJjhJxQBh3 .navbar-caption:hover {
  color: #005693;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.piChls-uJjhJxQBh3 .text_widget {
  margin-bottom: 32px;
}
.piChls-uJjhJxQBh3 .text_widget a {
  transition: all 0.3s ease-out;
}
.piChls-uJjhJxQBh3 .text_widget a:hover,
.piChls-uJjhJxQBh3 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.piChls-uJjhJxQBh3 .icons-menu-main {
  display: flex;
}
.piChls-uJjhJxQBh3 .prototype-section-subtitle {
  color: #000000;
  text-align: center;
}
.piChls-uJjhJxQBh3 .navbar-caption {
  color: #000000;
}
.piChls-uJjhJxQBh3 .prototype-text {
  color: #000000;
  text-align: center;
}
.piChls-uJjhJxQBh3 .prototype-section-subtitle,
.piChls-uJjhJxQBh3 .text_widget,
.piChls-uJjhJxQBh3 .prototype-section-btn {
  text-align: center;
}
.piChls-uJjhJxQBh3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.piChls-uJjiCRwYiK {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/home2.jpg-1376x768.jpg");
}
.piChls-uJjiCRwYiK .prototype-overlay {
  backdrop-filter: blur(3.5px);
}
.piChls-uJjiCRwYiK .card-wrapper {
  background: linear-gradient(0deg, transparent 0%, #139dff 150%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .piChls-uJjiCRwYiK .card-wrapper {
    padding: 2rem 1rem;
  }
}
.piChls-uJjiCRwYiK .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #139dff;
  border-radius: 30px;
}
.piChls-uJjiCRwYiK .col-12 {
  position: relative;
}
.piChls-uJjiCRwYiK .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, transparent 0%, #5dade5 150%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .piChls-uJjiCRwYiK .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.piChls-uJjiCRwYiK .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #5dade5;
  border-radius: 50%;
}
.piChls-uJjiCRwYiK .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.piChls-uJjiCRwYiK .prototype-section-title {
  color: #ffffff;
  text-align: center;
}
.piChls-uJjiCRwYiK .prototype-text,
.piChls-uJjiCRwYiK .prototype-section-btn {
  color: #ffffff;
  text-align: center;
}
.piChls-uJjnV68N8X {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #002036;
}
.piChls-uJjnV68N8X .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjnV68N8X .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjnV68N8X .row {
  padding: 1rem;
}
.piChls-uJjnV68N8X .image-wrapper {
  padding-left: 150px;
  position: relative;
}
@media (max-width: 992px) {
  .piChls-uJjnV68N8X .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.piChls-uJjnV68N8X .image-wrapper::before {
  content: '';
  position: absolute;
  left: -1rem;
  bottom: -7rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #005693;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .piChls-uJjnV68N8X .image-wrapper::before {
    display: none;
  }
}
.piChls-uJjnV68N8X .image-wrapper::after {
  content: '';
  position: absolute;
  left: -4.4rem;
  bottom: -10.5rem;
  display: block;
  width: 410px;
  height: 410px;
  border: 30px solid #005693;
  border-radius: 50%;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 992px) {
  .piChls-uJjnV68N8X .image-wrapper::after {
    display: none;
  }
}
.piChls-uJjnV68N8X .image-wrapper img {
  width: 300px;
  max-height: 450px;
  border-radius: 300px 300px 0 0;
  z-index: 2;
  position: relative;
}
@media (max-width: 992px) {
  .piChls-uJjnV68N8X .image-wrapper img {
    margin: 0 auto;
  }
}
.piChls-uJjnV68N8X .text-wrapper {
  padding-right: 110px;
}
@media (max-width: 992px) {
  .piChls-uJjnV68N8X .text-wrapper {
    padding: 0;
  }
}
.piChls-uJjnV68N8X .text-wrapper .prototype-section-title {
  margin-bottom: 15px;
}
.piChls-uJjnV68N8X .text-wrapper .prototype-text {
  margin-bottom: 16px;
}
.piChls-uJjnV68N8X .cards .card {
  margin-bottom: 20px;
}
.piChls-uJjnV68N8X .cards .card .prototype-number {
  margin: 0;
}
.piChls-uJjnV68N8X .cards .card .prototype-desc {
  margin: 0;
}
.piChls-uJjnV68N8X .prototype-section-title {
  color: #ffffff;
  text-align: center;
}
.piChls-uJjnV68N8X .prototype-text {
  color: #ffffff;
  text-align: center;
}
.piChls-uJjnV68N8X .prototype-number {
  color: #ffffff;
  text-align: center;
}
.piChls-uJjnV68N8X .prototype-desc {
  color: #ffffff;
  text-align: center;
}
.piChls-uJjonYdPQc {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background: #02365a;
  overflow: hidden;
}
.piChls-uJjonYdPQc .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjonYdPQc .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjonYdPQc .row {
  position: relative;
  z-index: 10;
}
.piChls-uJjonYdPQc .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .piChls-uJjonYdPQc .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.piChls-uJjonYdPQc .prototype-section-title {
  color: #ffffff;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .piChls-uJjonYdPQc .prototype-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.piChls-uJjonYdPQc .prototype-section-subtitle {
  color: #ffffff;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .piChls-uJjonYdPQc .prototype-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.piChls-uJjonYdPQc .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.piChls-uJjonYdPQc .google-map iframe {
  height: 100%;
  width: 100%;
}
.piChls-uJjonYdPQc .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.piChls-uJjonYdPQc .google-map[data-state] {
  background: #e9e5dc;
}
.piChls-uJjonYdPQc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.piChls-uJjonYdPQc .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .piChls-uJjonYdPQc .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.piChls-uJjonYdPQc .prototype-text {
  color: #ffffff;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .piChls-uJjonYdPQc .prototype-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.piChls-uJjonYdPQc .prototype-place {
  color: #ffffff;
  width: 50%;
  margin-left: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .piChls-uJjonYdPQc .prototype-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.piChls-uJjonYdPQc .container,
.piChls-uJjonYdPQc .container-fluid {
  position: relative;
}
.piChls-uJjonYdPQc .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .piChls-uJjonYdPQc .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.piChls-uJjonYdPQc .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #002036 27%, #002036 50%, #002036 79%);
}
.piChls-uJjonYdPQc .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #139dff 27%, #139dff 50%, #139dff 79%);
}
.piChls-uJjRtZH7OB {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #002036;
}
.piChls-uJjRtZH7OB .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjRtZH7OB .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjRtZH7OB .row {
  justify-content: center;
}
.piChls-uJjRtZH7OB .main-content {
  background-color: #005693;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper {
    margin-bottom: 30px;
  }
}
.piChls-uJjRtZH7OB .title-wrapper .prototype-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper .prototype-section-title {
    margin-bottom: 30px;
  }
}
.piChls-uJjRtZH7OB .title-wrapper .text-wrapper .prototype-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper .text-wrapper .prototype-text {
    width: 100%;
  }
}
.piChls-uJjRtZH7OB .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.piChls-uJjRtZH7OB .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.piChls-uJjRtZH7OB .list .item-wrap:last-child {
  margin-bottom: 0;
}
.piChls-uJjRtZH7OB .list .item-wrap:hover,
.piChls-uJjRtZH7OB .list .item-wrap:focus {
  transform: translateX(14px);
}
.piChls-uJjRtZH7OB .prototype-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.piChls-uJjRtZH7OB .prototype-section-title {
  color: #151e11;
}
.piChls-uJjRtZH7OB .prototype-text {
  color: #151e11;
}
.piChls-uJjRtZH7OB .list,
.piChls-uJjRtZH7OB .item-wrap {
  color: #ffffff;
}
.piChls-uJjRtZH7OB .prototype-text,
.piChls-uJjRtZH7OB .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.piChls-uJjRtZH7OB .prototype-section-title,
.piChls-uJjRtZH7OB .prototype-section-btn {
  color: #ffffff;
}
.piChls-uJjhJxQBh3 {
  background-color: transparent;
}
.piChls-uJjhJxQBh3 .navbar-dropdown {
  background-color: #005693 !important;
  padding: 0;
}
.piChls-uJjhJxQBh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #005693 !important;
  background: #005693;
}
.piChls-uJjhJxQBh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.piChls-uJjhJxQBh3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .piChls-uJjhJxQBh3 .menu_box .navbar.opened,
  .piChls-uJjhJxQBh3 .menu_box .navbar-collapse {
    background-color: #005693 !important;
    transition: all 0s ease 0s;
  }
}
.piChls-uJjhJxQBh3 .navbar-dropdown {
  position: relative !important;
}
.piChls-uJjhJxQBh3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.piChls-uJjhJxQBh3 .btn:hover {
  box-shadow: none;
}
.piChls-uJjhJxQBh3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .piChls-uJjhJxQBh3 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .nav-item {
    margin: 0 !important;
  }
}
.piChls-uJjhJxQBh3 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.piChls-uJjhJxQBh3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.piChls-uJjhJxQBh3 .nav-item .nav-link:hover::before,
.piChls-uJjhJxQBh3 .nav-item .nav-link:focus::before {
  width: 100%;
}
.piChls-uJjhJxQBh3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .piChls-uJjhJxQBh3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .piChls-uJjhJxQBh3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .piChls-uJjhJxQBh3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .piChls-uJjhJxQBh3 .offcanvas_box {
    display: none;
  }
}
.piChls-uJjhJxQBh3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.piChls-uJjhJxQBh3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.piChls-uJjhJxQBh3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.piChls-uJjhJxQBh3 .container {
  display: flex;
  margin: auto;
}
.piChls-uJjhJxQBh3 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.piChls-uJjhJxQBh3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.piChls-uJjhJxQBh3 .iconfont-wrapper:hover {
  opacity: .5;
}
.piChls-uJjhJxQBh3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .navbar-nav {
    margin: 0;
  }
}
.piChls-uJjhJxQBh3 .dropdown-menu,
.piChls-uJjhJxQBh3 .navbar.opened {
  background-color: false !important;
}
.piChls-uJjhJxQBh3 .nav-item:focus,
.piChls-uJjhJxQBh3 .nav-link:focus {
  outline: none;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.piChls-uJjhJxQBh3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.piChls-uJjhJxQBh3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.piChls-uJjhJxQBh3 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .piChls-uJjhJxQBh3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.piChls-uJjhJxQBh3 .navbar.opened {
  transition: all 0.3s;
}
.piChls-uJjhJxQBh3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.piChls-uJjhJxQBh3 .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.piChls-uJjhJxQBh3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.piChls-uJjhJxQBh3 .navbar.collapsed {
  justify-content: center;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.piChls-uJjhJxQBh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.piChls-uJjhJxQBh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .piChls-uJjhJxQBh3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .piChls-uJjhJxQBh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .piChls-uJjhJxQBh3 .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .piChls-uJjhJxQBh3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .piChls-uJjhJxQBh3 .navbar .icons-menu {
    padding: 0;
  }
}
.piChls-uJjhJxQBh3 .navbar.navbar-short {
  min-height: 60px;
}
.piChls-uJjhJxQBh3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.piChls-uJjhJxQBh3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.piChls-uJjhJxQBh3 .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;
}
.piChls-uJjhJxQBh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.piChls-uJjhJxQBh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.piChls-uJjhJxQBh3 .dropdown-item.active,
.piChls-uJjhJxQBh3 .dropdown-item:active {
  background-color: transparent;
}
.piChls-uJjhJxQBh3 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .piChls-uJjhJxQBh3 .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.piChls-uJjhJxQBh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.piChls-uJjhJxQBh3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.piChls-uJjhJxQBh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.piChls-uJjhJxQBh3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.piChls-uJjhJxQBh3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.piChls-uJjhJxQBh3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #005693;
  background: #ffffff;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.piChls-uJjhJxQBh3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .piChls-uJjhJxQBh3 .navbar {
    height: 70px;
  }
  .piChls-uJjhJxQBh3 .navbar.opened {
    height: auto;
  }
  .piChls-uJjhJxQBh3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.piChls-uJjhJxQBh3 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .piChls-uJjhJxQBh3 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.piChls-uJjhJxQBh3 .prototype-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.piChls-uJjhJxQBh3 .navbar-caption:hover {
  color: #005693;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.piChls-uJjhJxQBh3 .text_widget {
  margin-bottom: 32px;
}
.piChls-uJjhJxQBh3 .text_widget a {
  transition: all 0.3s ease-out;
}
.piChls-uJjhJxQBh3 .text_widget a:hover,
.piChls-uJjhJxQBh3 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.piChls-uJjhJxQBh3 .icons-menu-main {
  display: flex;
}
.piChls-uJjhJxQBh3 .prototype-section-subtitle {
  color: #000000;
  text-align: center;
}
.piChls-uJjhJxQBh3 .navbar-caption {
  color: #000000;
}
.piChls-uJjhJxQBh3 .prototype-text {
  color: #000000;
  text-align: center;
}
.piChls-uJjhJxQBh3 .prototype-section-subtitle,
.piChls-uJjhJxQBh3 .text_widget,
.piChls-uJjhJxQBh3 .prototype-section-btn {
  text-align: center;
}
.piChls-uJjhJxQBh3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.piChls-uJjsviNUP4 {
  overflow: hidden;
  background-color: #002036;
}
.piChls-uJjsviNUP4 .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjsviNUP4 .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjsviNUP4 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .piChls-uJjsviNUP4 .container-fluid {
    padding: 0 20px;
  }
}
.piChls-uJjsviNUP4 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .piChls-uJjsviNUP4 .container {
    padding: 0 20px;
  }
}
.piChls-uJjsviNUP4 .row {
  position: relative;
}
.piChls-uJjsviNUP4 .row img {
  position: absolute;
  object-fit: cover;
}
.piChls-uJjsviNUP4 .row .image_1 {
  height: 380px;
  width: 50%;
  top: -10rem;
  right: 0;
}
@media (max-width: 768px) {
  .piChls-uJjsviNUP4 .row .image_1 {
    height: 150px;
    width: 60%;
  }
}
.piChls-uJjsviNUP4 .row .image_2 {
  height: 270px;
  width: 35%;
  left: 0;
  bottom: -2rem;
}
@media (max-width: 768px) {
  .piChls-uJjsviNUP4 .row .image_2 {
    height: 100px;
    width: 60%;
  }
}
.piChls-uJjsviNUP4 .prototype-desc {
  position: relative;
  margin-bottom: 0;
  line-height: inherit;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .piChls-uJjsviNUP4 .prototype-desc {
    margin-bottom: 30px;
  }
}
.piChls-uJjsviNUP4 .prototype-section-title {
  position: relative;
  margin-bottom: 60px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .piChls-uJjsviNUP4 .prototype-section-title {
    margin-bottom: 30px;
  }
}
.piChls-uJjsviNUP4 .prototype-text {
  position: relative;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.piChls-uJjsviNUP4 .prototype-section-title,
.piChls-uJjsviNUP4 .prototype-section-btn {
  text-align: center;
}
.piChls-uJjtTJllS1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #005693;
}
.piChls-uJjtTJllS1 .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjtTJllS1 .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .piChls-uJjtTJllS1 .container {
    padding: 0 15px;
  }
}
.piChls-uJjtTJllS1 .row {
  justify-content: center;
}
.piChls-uJjtTJllS1 .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #ffffff;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .piChls-uJjtTJllS1 .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .piChls-uJjtTJllS1 .content-wrapper {
    padding: 80px 20px;
  }
}
.piChls-uJjtTJllS1 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.piChls-uJjtTJllS1 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #002036;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.piChls-uJjtTJllS1 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.piChls-uJjtTJllS1 .content-wrapper .title-wrapper .prototype-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .piChls-uJjtTJllS1 .content-wrapper .title-wrapper .prototype-section-title {
    margin-bottom: 20px;
  }
}
.piChls-uJjtTJllS1 .content-wrapper .title-wrapper .prototype-text {
  margin-bottom: 0;
}
.piChls-uJjtTJllS1 .content-wrapper .prototype-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.piChls-uJjtTJllS1 .prototype-section-title {
  color: #f2ac2b;
}
.piChls-uJjtTJllS1 .prototype-text {
  color: #ffffff;
  text-align: center;
}
.piChls-uJjtTJllS1 .prototype-section-title,
.piChls-uJjtTJllS1 .prototype-section-btn {
  text-align: center;
  color: #ffffff;
}
.piChls-uJjsLj5GsC {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #002036;
}
.piChls-uJjsLj5GsC .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjsLj5GsC .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjsLj5GsC .title-wrapper .prototype-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .piChls-uJjsLj5GsC .title-wrapper .prototype-section-title {
    margin-bottom: 32px;
  }
}
.piChls-uJjsLj5GsC .title-wrapper .prototype-section-title span {
  color: #bcfe1e;
}
.piChls-uJjsLj5GsC .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.piChls-uJjsLj5GsC .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .piChls-uJjsLj5GsC .item {
    padding: 0 14px;
  }
}
.piChls-uJjsLj5GsC .item .item-wrapper {
  position: relative;
  border: 1px solid #002036;
  background-color: #005693;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .piChls-uJjsLj5GsC .item .item-wrapper {
    padding: 14px;
  }
}
.piChls-uJjsLj5GsC .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.piChls-uJjsLj5GsC .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.piChls-uJjsLj5GsC .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .piChls-uJjsLj5GsC .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
  }
}
.piChls-uJjsLj5GsC .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.piChls-uJjsLj5GsC .item .item-wrapper .card-box .icon-wrapper .icon-wrap .prototype-iconfont {
  font-size: 56px;
  color: #ffffff;
  background: linear-gradient(#ffffff 80%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.piChls-uJjsLj5GsC .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .piChls-uJjsLj5GsC .item .item-wrapper .card-box .item-title {
    margin-bottom: 16px;
  }
}
.piChls-uJjsLj5GsC .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.piChls-uJjsLj5GsC .item .item-wrapper .card-box .tags-wrapper .list .tag-wrapper {
  padding: 8px 14px;
  margin: 5px;
  border: 1px solid #ffffff;
}
.piChls-uJjsLj5GsC .item .card_1::before {
  background: linear-gradient(45deg, #002036, #005693 50%);
}
.piChls-uJjsLj5GsC .item .card_2::before {
  background: linear-gradient(45deg, #004272, #005693 50%);
}
.piChls-uJjsLj5GsC .item .card_3::before {
  background: linear-gradient(45deg, #002036, #005693 50%);
}
.piChls-uJjsLj5GsC .item .card_1 .card-box .icon-wrapper .icon-wrap {
  background-color: #002036;
}
.piChls-uJjsLj5GsC .item .card_2 .card-box .icon-wrapper .icon-wrap {
  background-color: #004272;
}
.piChls-uJjsLj5GsC .item .card_3 .card-box .icon-wrapper .icon-wrap {
  background-color: #002036;
}
.piChls-uJjsLj5GsC .prototype-section-title {
  color: #ffffff;
  text-align: center;
}
.piChls-uJjsLj5GsC .item-title {
  color: #ffffff;
}
.piChls-uJjsLj5GsC .list {
  color: #ffffff;
  text-align: center;
}
.piChls-uJjsLj5GsC .item-title,
.piChls-uJjsLj5GsC .tags-wrapper,
.piChls-uJjsLj5GsC .icon-wrapper {
  text-align: center;
}
.piChls-uJjuigU4dv {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #02365a;
}
.piChls-uJjuigU4dv .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjuigU4dv .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .piChls-uJjuigU4dv .container {
    padding: 0 24px;
  }
}
.piChls-uJjuigU4dv .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .piChls-uJjuigU4dv .card-wrapper {
    display: block;
  }
}
.piChls-uJjuigU4dv .card-wrapper .number-wrap {
  position: relative;
  width: 72px;
  display: inline-flex;
  justify-content: center;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .piChls-uJjuigU4dv .card-wrapper .number-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }
}
.piChls-uJjuigU4dv .card-wrapper .number-wrap .prototype-number {
  position: relative;
  width: 72px;
  height: 72px;
  min-width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #c7b1ff;
  border-radius: 100%;
  z-index: 1;
  margin-bottom: 0;
}
.piChls-uJjuigU4dv .card-wrapper .number-wrap::before {
  content: '';
  position: absolute;
  top: -50vh;
  width: 1px;
  height: 200vh;
  background-color: #ffffff;
  opacity: .33;
}
@media (max-width: 992px) {
  .piChls-uJjuigU4dv .card-wrapper .number-wrap::before {
    display: none;
  }
}
.piChls-uJjuigU4dv .card-wrapper .card-wrap .title-wrap .prototype-section-title {
  display: inline-flex;
  margin-bottom: 36px;
  width: 40%;
}
@media (max-width: 1200px) {
  .piChls-uJjuigU4dv .card-wrapper .card-wrap .title-wrap .prototype-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .piChls-uJjuigU4dv .card-wrapper .card-wrap .title-wrap .prototype-section-title {
    width: 100%;
    margin-bottom: 28px;
  }
}
.piChls-uJjuigU4dv .card-wrapper .card-wrap .text-wrap .prototype-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 40%;
}
@media (max-width: 1200px) {
  .piChls-uJjuigU4dv .card-wrapper .card-wrap .text-wrap .prototype-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .piChls-uJjuigU4dv .card-wrapper .card-wrap .text-wrap .prototype-text {
    width: 100%;
  }
}
.piChls-uJjuigU4dv .card-wrapper .card-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 66px;
  gap: 24px;
}
@media (max-width: 992px) {
  .piChls-uJjuigU4dv .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.piChls-uJjuigU4dv .card-wrapper .card-wrap .items-wrapper .item {
  background-color: #002036;
  border-radius: .8rem !important;
  padding: 32px 36px;
}
@media (max-width: 992px) {
  .piChls-uJjuigU4dv .card-wrapper .card-wrap .items-wrapper .item {
    padding: 20px;
  }
}
.piChls-uJjuigU4dv .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 28px;
}
.piChls-uJjuigU4dv .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .icon-wrapper .prototype-iconfont {
  font-size: 42px;
  color: #ffffff;
  display: inline-flex;
}
.piChls-uJjuigU4dv .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 28px;
}
.piChls-uJjuigU4dv .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.piChls-uJjuigU4dv .prototype-section-title {
  color: #ffffff;
}
.piChls-uJjuigU4dv .prototype-text {
  color: #ffffff;
}
.piChls-uJjuigU4dv .card-number {
  color: #202020;
}
.piChls-uJjuigU4dv .card-title {
  color: #202020;
}
.piChls-uJjuigU4dv .card-text {
  color: #ffffff;
  text-align: center;
}
.piChls-uJjuigU4dv .card-title,
.piChls-uJjuigU4dv .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.piChls-uJju5lf1N8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #005693;
}
.piChls-uJju5lf1N8 .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJju5lf1N8 .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .piChls-uJju5lf1N8 .container {
    padding: 0 15px;
  }
}
.piChls-uJju5lf1N8 .row {
  justify-content: center;
}
.piChls-uJju5lf1N8 .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #ffffff;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .piChls-uJju5lf1N8 .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .piChls-uJju5lf1N8 .content-wrapper {
    padding: 80px 20px;
  }
}
.piChls-uJju5lf1N8 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.piChls-uJju5lf1N8 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #002036;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.piChls-uJju5lf1N8 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.piChls-uJju5lf1N8 .content-wrapper .title-wrapper .prototype-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .piChls-uJju5lf1N8 .content-wrapper .title-wrapper .prototype-section-title {
    margin-bottom: 20px;
  }
}
.piChls-uJju5lf1N8 .content-wrapper .title-wrapper .prototype-text {
  margin-bottom: 0;
}
.piChls-uJju5lf1N8 .content-wrapper .prototype-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.piChls-uJju5lf1N8 .prototype-section-title {
  color: #f2ac2b;
}
.piChls-uJju5lf1N8 .prototype-text {
  color: #ffffff;
  text-align: center;
}
.piChls-uJju5lf1N8 .prototype-section-title,
.piChls-uJju5lf1N8 .prototype-section-btn {
  text-align: center;
  color: #ffffff;
}
.piChls-uJjtBWqI9l {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #002036;
}
.piChls-uJjtBWqI9l .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjtBWqI9l .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjtBWqI9l .title-wrapper .prototype-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .piChls-uJjtBWqI9l .title-wrapper .prototype-section-title {
    margin-bottom: 32px;
  }
}
.piChls-uJjtBWqI9l .title-wrapper .prototype-section-title span {
  color: #bcfe1e;
}
.piChls-uJjtBWqI9l .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.piChls-uJjtBWqI9l .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .piChls-uJjtBWqI9l .item {
    padding: 0 14px;
  }
}
.piChls-uJjtBWqI9l .item .item-wrapper {
  position: relative;
  border: 1px solid #002036;
  background-color: #005693;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .piChls-uJjtBWqI9l .item .item-wrapper {
    padding: 14px;
  }
}
.piChls-uJjtBWqI9l .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.piChls-uJjtBWqI9l .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.piChls-uJjtBWqI9l .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .piChls-uJjtBWqI9l .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
  }
}
.piChls-uJjtBWqI9l .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.piChls-uJjtBWqI9l .item .item-wrapper .card-box .icon-wrapper .icon-wrap .prototype-iconfont {
  font-size: 56px;
  color: #ffffff;
  background: linear-gradient(#ffffff 80%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.piChls-uJjtBWqI9l .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .piChls-uJjtBWqI9l .item .item-wrapper .card-box .item-title {
    margin-bottom: 16px;
  }
}
.piChls-uJjtBWqI9l .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.piChls-uJjtBWqI9l .item .item-wrapper .card-box .tags-wrapper .list .tag-wrapper {
  padding: 8px 14px;
  margin: 5px;
  border: 1px solid #ffffff;
}
.piChls-uJjtBWqI9l .item .card_1::before {
  background: linear-gradient(45deg, #002036, #005693 50%);
}
.piChls-uJjtBWqI9l .item .card_2::before {
  background: linear-gradient(45deg, #004272, #005693 50%);
}
.piChls-uJjtBWqI9l .item .card_3::before {
  background: linear-gradient(45deg, #002036, #005693 50%);
}
.piChls-uJjtBWqI9l .item .card_1 .card-box .icon-wrapper .icon-wrap {
  background-color: #002036;
}
.piChls-uJjtBWqI9l .item .card_2 .card-box .icon-wrapper .icon-wrap {
  background-color: #004272;
}
.piChls-uJjtBWqI9l .item .card_3 .card-box .icon-wrapper .icon-wrap {
  background-color: #002036;
}
.piChls-uJjtBWqI9l .prototype-section-title {
  color: #ffffff;
  text-align: center;
}
.piChls-uJjtBWqI9l .item-title {
  color: #ffffff;
}
.piChls-uJjtBWqI9l .list {
  color: #ffffff;
  text-align: center;
}
.piChls-uJjtBWqI9l .item-title,
.piChls-uJjtBWqI9l .tags-wrapper,
.piChls-uJjtBWqI9l .icon-wrapper {
  text-align: center;
}
.piChls-uJjuIsSt1r {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #005693;
}
.piChls-uJjuIsSt1r .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjuIsSt1r .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .piChls-uJjuIsSt1r .container {
    padding: 0 24px;
  }
}
.piChls-uJjuIsSt1r .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .piChls-uJjuIsSt1r .card-wrapper {
    display: block;
  }
}
.piChls-uJjuIsSt1r .card-wrapper .number-wrap {
  position: relative;
  width: 72px;
  display: inline-flex;
  justify-content: center;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .piChls-uJjuIsSt1r .card-wrapper .number-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }
}
.piChls-uJjuIsSt1r .card-wrapper .number-wrap .prototype-number {
  position: relative;
  width: 72px;
  height: 72px;
  min-width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #c7b1ff;
  border-radius: 100%;
  z-index: 1;
  margin-bottom: 0;
}
.piChls-uJjuIsSt1r .card-wrapper .number-wrap::before {
  content: '';
  position: absolute;
  top: -50vh;
  width: 1px;
  height: 200vh;
  background-color: #ffffff;
  opacity: .33;
}
@media (max-width: 992px) {
  .piChls-uJjuIsSt1r .card-wrapper .number-wrap::before {
    display: none;
  }
}
.piChls-uJjuIsSt1r .card-wrapper .card-wrap .title-wrap .prototype-section-title {
  display: inline-flex;
  margin-bottom: 36px;
  width: 40%;
}
@media (max-width: 1200px) {
  .piChls-uJjuIsSt1r .card-wrapper .card-wrap .title-wrap .prototype-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .piChls-uJjuIsSt1r .card-wrapper .card-wrap .title-wrap .prototype-section-title {
    width: 100%;
    margin-bottom: 28px;
  }
}
.piChls-uJjuIsSt1r .card-wrapper .card-wrap .text-wrap .prototype-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 40%;
}
@media (max-width: 1200px) {
  .piChls-uJjuIsSt1r .card-wrapper .card-wrap .text-wrap .prototype-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .piChls-uJjuIsSt1r .card-wrapper .card-wrap .text-wrap .prototype-text {
    width: 100%;
  }
}
.piChls-uJjuIsSt1r .card-wrapper .card-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 66px;
  gap: 24px;
}
@media (max-width: 992px) {
  .piChls-uJjuIsSt1r .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.piChls-uJjuIsSt1r .card-wrapper .card-wrap .items-wrapper .item {
  background-color: #002036;
  border-radius: .8rem !important;
  padding: 32px 36px;
}
@media (max-width: 992px) {
  .piChls-uJjuIsSt1r .card-wrapper .card-wrap .items-wrapper .item {
    padding: 20px;
  }
}
.piChls-uJjuIsSt1r .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 28px;
}
.piChls-uJjuIsSt1r .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .icon-wrapper .prototype-iconfont {
  font-size: 42px;
  color: #ffffff;
  display: inline-flex;
}
.piChls-uJjuIsSt1r .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 28px;
}
.piChls-uJjuIsSt1r .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.piChls-uJjuIsSt1r .prototype-section-title {
  color: #ffffff;
}
.piChls-uJjuIsSt1r .prototype-text {
  color: #ffffff;
}
.piChls-uJjuIsSt1r .card-number {
  color: #202020;
}
.piChls-uJjuIsSt1r .card-title {
  color: #202020;
}
.piChls-uJjuIsSt1r .card-text {
  color: #ffffff;
  text-align: center;
}
.piChls-uJjuIsSt1r .card-title,
.piChls-uJjuIsSt1r .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.piChls-uJjRtZH7OB {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #002036;
}
.piChls-uJjRtZH7OB .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjRtZH7OB .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjRtZH7OB .row {
  justify-content: center;
}
.piChls-uJjRtZH7OB .main-content {
  background-color: #005693;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper {
    margin-bottom: 30px;
  }
}
.piChls-uJjRtZH7OB .title-wrapper .prototype-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper .prototype-section-title {
    margin-bottom: 30px;
  }
}
.piChls-uJjRtZH7OB .title-wrapper .text-wrapper .prototype-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper .text-wrapper .prototype-text {
    width: 100%;
  }
}
.piChls-uJjRtZH7OB .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.piChls-uJjRtZH7OB .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.piChls-uJjRtZH7OB .list .item-wrap:last-child {
  margin-bottom: 0;
}
.piChls-uJjRtZH7OB .list .item-wrap:hover,
.piChls-uJjRtZH7OB .list .item-wrap:focus {
  transform: translateX(14px);
}
.piChls-uJjRtZH7OB .prototype-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.piChls-uJjRtZH7OB .prototype-section-title {
  color: #151e11;
}
.piChls-uJjRtZH7OB .prototype-text {
  color: #151e11;
}
.piChls-uJjRtZH7OB .list,
.piChls-uJjRtZH7OB .item-wrap {
  color: #ffffff;
}
.piChls-uJjRtZH7OB .prototype-text,
.piChls-uJjRtZH7OB .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.piChls-uJjRtZH7OB .prototype-section-title,
.piChls-uJjRtZH7OB .prototype-section-btn {
  color: #ffffff;
}
.piChls-uJjhJxQBh3 {
  background-color: transparent;
}
.piChls-uJjhJxQBh3 .navbar-dropdown {
  background-color: #005693 !important;
  padding: 0;
}
.piChls-uJjhJxQBh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #005693 !important;
  background: #005693;
}
.piChls-uJjhJxQBh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.piChls-uJjhJxQBh3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .piChls-uJjhJxQBh3 .menu_box .navbar.opened,
  .piChls-uJjhJxQBh3 .menu_box .navbar-collapse {
    background-color: #005693 !important;
    transition: all 0s ease 0s;
  }
}
.piChls-uJjhJxQBh3 .navbar-dropdown {
  position: relative !important;
}
.piChls-uJjhJxQBh3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.piChls-uJjhJxQBh3 .btn:hover {
  box-shadow: none;
}
.piChls-uJjhJxQBh3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .piChls-uJjhJxQBh3 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .nav-item {
    margin: 0 !important;
  }
}
.piChls-uJjhJxQBh3 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.piChls-uJjhJxQBh3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.piChls-uJjhJxQBh3 .nav-item .nav-link:hover::before,
.piChls-uJjhJxQBh3 .nav-item .nav-link:focus::before {
  width: 100%;
}
.piChls-uJjhJxQBh3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .piChls-uJjhJxQBh3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .piChls-uJjhJxQBh3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .piChls-uJjhJxQBh3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .piChls-uJjhJxQBh3 .offcanvas_box {
    display: none;
  }
}
.piChls-uJjhJxQBh3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.piChls-uJjhJxQBh3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.piChls-uJjhJxQBh3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.piChls-uJjhJxQBh3 .container {
  display: flex;
  margin: auto;
}
.piChls-uJjhJxQBh3 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.piChls-uJjhJxQBh3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.piChls-uJjhJxQBh3 .iconfont-wrapper:hover {
  opacity: .5;
}
.piChls-uJjhJxQBh3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .navbar-nav {
    margin: 0;
  }
}
.piChls-uJjhJxQBh3 .dropdown-menu,
.piChls-uJjhJxQBh3 .navbar.opened {
  background-color: false !important;
}
.piChls-uJjhJxQBh3 .nav-item:focus,
.piChls-uJjhJxQBh3 .nav-link:focus {
  outline: none;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.piChls-uJjhJxQBh3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.piChls-uJjhJxQBh3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.piChls-uJjhJxQBh3 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .piChls-uJjhJxQBh3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.piChls-uJjhJxQBh3 .navbar.opened {
  transition: all 0.3s;
}
.piChls-uJjhJxQBh3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.piChls-uJjhJxQBh3 .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.piChls-uJjhJxQBh3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.piChls-uJjhJxQBh3 .navbar.collapsed {
  justify-content: center;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.piChls-uJjhJxQBh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.piChls-uJjhJxQBh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .piChls-uJjhJxQBh3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .piChls-uJjhJxQBh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .piChls-uJjhJxQBh3 .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .piChls-uJjhJxQBh3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .piChls-uJjhJxQBh3 .navbar .icons-menu {
    padding: 0;
  }
}
.piChls-uJjhJxQBh3 .navbar.navbar-short {
  min-height: 60px;
}
.piChls-uJjhJxQBh3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.piChls-uJjhJxQBh3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.piChls-uJjhJxQBh3 .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;
}
.piChls-uJjhJxQBh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.piChls-uJjhJxQBh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.piChls-uJjhJxQBh3 .dropdown-item.active,
.piChls-uJjhJxQBh3 .dropdown-item:active {
  background-color: transparent;
}
.piChls-uJjhJxQBh3 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .piChls-uJjhJxQBh3 .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.piChls-uJjhJxQBh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.piChls-uJjhJxQBh3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.piChls-uJjhJxQBh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.piChls-uJjhJxQBh3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.piChls-uJjhJxQBh3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.piChls-uJjhJxQBh3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #005693;
  background: #ffffff;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.piChls-uJjhJxQBh3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .piChls-uJjhJxQBh3 .navbar {
    height: 70px;
  }
  .piChls-uJjhJxQBh3 .navbar.opened {
    height: auto;
  }
  .piChls-uJjhJxQBh3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.piChls-uJjhJxQBh3 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .piChls-uJjhJxQBh3 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.piChls-uJjhJxQBh3 .prototype-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.piChls-uJjhJxQBh3 .navbar-caption:hover {
  color: #005693;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.piChls-uJjhJxQBh3 .text_widget {
  margin-bottom: 32px;
}
.piChls-uJjhJxQBh3 .text_widget a {
  transition: all 0.3s ease-out;
}
.piChls-uJjhJxQBh3 .text_widget a:hover,
.piChls-uJjhJxQBh3 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.piChls-uJjhJxQBh3 .icons-menu-main {
  display: flex;
}
.piChls-uJjhJxQBh3 .prototype-section-subtitle {
  color: #000000;
  text-align: center;
}
.piChls-uJjhJxQBh3 .navbar-caption {
  color: #000000;
}
.piChls-uJjhJxQBh3 .prototype-text {
  color: #000000;
  text-align: center;
}
.piChls-uJjhJxQBh3 .prototype-section-subtitle,
.piChls-uJjhJxQBh3 .text_widget,
.piChls-uJjhJxQBh3 .prototype-section-btn {
  text-align: center;
}
.piChls-uJjhJxQBh3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.piChls-uJjvfXxUxZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002036;
  background-image: linear-gradient(#002036 70%, #005693 110%);
}
.piChls-uJjvfXxUxZ .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjvfXxUxZ .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjvfXxUxZ .row {
  justify-content: center;
}
.piChls-uJjvfXxUxZ .card-wrapper {
  display: flex;
  background-color: #005693;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .piChls-uJjvfXxUxZ .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.piChls-uJjvfXxUxZ .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .piChls-uJjvfXxUxZ .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.piChls-uJjvfXxUxZ .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .piChls-uJjvfXxUxZ .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.piChls-uJjvfXxUxZ .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #2c2f35;
  padding: 6px 10px;
}
.piChls-uJjvfXxUxZ .card-wrapper .content-wrapper .prototype-date {
  margin-bottom: 22px;
}
.piChls-uJjvfXxUxZ .card-wrapper .content-wrapper .prototype-section-title {
  margin-bottom: 22px;
}
.piChls-uJjvfXxUxZ .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.piChls-uJjvfXxUxZ .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.piChls-uJjvfXxUxZ .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .prototype-name {
  margin-bottom: 0;
}
.piChls-uJjvfXxUxZ .card-wrapper .content-wrapper .prototype-section-btn {
  margin-top: 22px;
}
.piChls-uJjvfXxUxZ .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .piChls-uJjvfXxUxZ .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.piChls-uJjvfXxUxZ .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .piChls-uJjvfXxUxZ .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.piChls-uJjvfXxUxZ .item-wrap {
  color: #ffffff;
}
.piChls-uJjvfXxUxZ .prototype-date {
  color: #ffffff;
  text-align: center;
}
.piChls-uJjvfXxUxZ .prototype-section-title {
  color: #ffffff;
}
.piChls-uJjvfXxUxZ .prototype-name {
  color: #ffffff;
}
.piChls-uJjvfXxUxZ .prototype-section-title,
.piChls-uJjvfXxUxZ .prototype-section-btn {
  text-align: center;
}
.piChls-uJjx2hgJbR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002036;
}
.piChls-uJjx2hgJbR .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjx2hgJbR .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjx2hgJbR .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .piChls-uJjx2hgJbR .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .piChls-uJjx2hgJbR .items-wrapper .item {
    margin-bottom: 12px;
  }
  .piChls-uJjx2hgJbR .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.piChls-uJjx2hgJbR .items-wrapper .item .item-wrapper {
  position: relative;
  background-color: #005693;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .piChls-uJjx2hgJbR .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.piChls-uJjx2hgJbR .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .piChls-uJjx2hgJbR .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.piChls-uJjx2hgJbR .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.piChls-uJjx2hgJbR .items-wrapper .item .item-wrapper .card-box .prototype-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .piChls-uJjx2hgJbR .items-wrapper .item .item-wrapper .card-box .prototype-section-btn {
    margin-bottom: 16px;
  }
}
.piChls-uJjx2hgJbR .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .piChls-uJjx2hgJbR .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.piChls-uJjx2hgJbR .items-wrapper .item .item-wrapper .card-box .icon-wrapper .prototype-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffe66d;
}
@media (max-width: 992px) {
  .piChls-uJjx2hgJbR .items-wrapper .item .item-wrapper .card-box .icon-wrapper .prototype-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.piChls-uJjx2hgJbR .item-title {
  color: #050f0f;
}
.piChls-uJjx2hgJbR .item-text {
  color: #ffffff;
  text-align: center;
}
.piChls-uJjx2hgJbR .icon-wrapper {
  text-align: right;
}
.piChls-uJjx2hgJbR .item-title,
.piChls-uJjx2hgJbR .icon-wrapper,
.piChls-uJjx2hgJbR .prototype-section-btn {
  text-align: center;
  color: #ffffff;
}
.piChls-uJjwzJHTXa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #005693;
}
.piChls-uJjwzJHTXa .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjwzJHTXa .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjwzJHTXa .title-wrapper .prototype-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .piChls-uJjwzJHTXa .title-wrapper .prototype-section-title {
    margin-bottom: 24px;
  }
}
.piChls-uJjwzJHTXa .content-wrapper {
  margin: 0 -8px;
}
.piChls-uJjwzJHTXa .content-wrapper .card {
  padding: 0 8px;
}
.piChls-uJjwzJHTXa .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .piChls-uJjwzJHTXa .image-wrapper {
    margin-bottom: 12px;
  }
}
.piChls-uJjwzJHTXa .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .piChls-uJjwzJHTXa .image-wrapper img {
    height: 300px;
  }
}
.piChls-uJjwzJHTXa .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .piChls-uJjwzJHTXa .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.piChls-uJjwzJHTXa .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #002036;
  padding: 64px;
}
@media (max-width: 1440px) {
  .piChls-uJjwzJHTXa .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .piChls-uJjwzJHTXa .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.piChls-uJjwzJHTXa .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .piChls-uJjwzJHTXa .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.piChls-uJjwzJHTXa .items-wrapper .item .item-wrapper .iconfont-wrap .prototype-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8e73fe;
  font-size: 36px;
  color: #e5e5e5;
}
.piChls-uJjwzJHTXa .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.piChls-uJjwzJHTXa .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.piChls-uJjwzJHTXa .items-wrapper .item .item-wrapper .card-box .prototype-section-btn {
  margin-top: 24px;
}
.piChls-uJjwzJHTXa .items-wrapper .item .item-wrapper .card-box .prototype-section-btn .btn {
  margin-bottom: 0;
}
.piChls-uJjwzJHTXa .prototype-section-title {
  color: #2c2c26;
}
.piChls-uJjwzJHTXa .card-title {
  color: #2c2c26;
}
.piChls-uJjwzJHTXa .card-text {
  color: #ffffff;
  text-align: center;
}
.piChls-uJjwzJHTXa .card-title,
.piChls-uJjwzJHTXa .iconfont-wrap {
  text-align: center;
  color: #ffffff;
}
.piChls-uJjxfAYGzd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002036;
}
.piChls-uJjxfAYGzd .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjxfAYGzd .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjxfAYGzd .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .piChls-uJjxfAYGzd .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .piChls-uJjxfAYGzd .items-wrapper .item {
    margin-bottom: 12px;
  }
  .piChls-uJjxfAYGzd .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.piChls-uJjxfAYGzd .items-wrapper .item .item-wrapper {
  position: relative;
  background-color: #005693;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .piChls-uJjxfAYGzd .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.piChls-uJjxfAYGzd .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .piChls-uJjxfAYGzd .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.piChls-uJjxfAYGzd .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.piChls-uJjxfAYGzd .items-wrapper .item .item-wrapper .card-box .prototype-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .piChls-uJjxfAYGzd .items-wrapper .item .item-wrapper .card-box .prototype-section-btn {
    margin-bottom: 16px;
  }
}
.piChls-uJjxfAYGzd .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .piChls-uJjxfAYGzd .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.piChls-uJjxfAYGzd .items-wrapper .item .item-wrapper .card-box .icon-wrapper .prototype-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffe66d;
}
@media (max-width: 992px) {
  .piChls-uJjxfAYGzd .items-wrapper .item .item-wrapper .card-box .icon-wrapper .prototype-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.piChls-uJjxfAYGzd .item-title {
  color: #050f0f;
}
.piChls-uJjxfAYGzd .item-text {
  color: #ffffff;
  text-align: center;
}
.piChls-uJjxfAYGzd .icon-wrapper {
  text-align: right;
}
.piChls-uJjxfAYGzd .item-title,
.piChls-uJjxfAYGzd .icon-wrapper,
.piChls-uJjxfAYGzd .prototype-section-btn {
  text-align: center;
  color: #ffffff;
}
.piChls-uJjwPL7NvV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #005693;
}
.piChls-uJjwPL7NvV .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjwPL7NvV .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjwPL7NvV .title-wrapper .prototype-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .piChls-uJjwPL7NvV .title-wrapper .prototype-section-title {
    margin-bottom: 24px;
  }
}
.piChls-uJjwPL7NvV .content-wrapper {
  margin: 0 -8px;
}
.piChls-uJjwPL7NvV .content-wrapper .card {
  padding: 0 8px;
}
.piChls-uJjwPL7NvV .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .piChls-uJjwPL7NvV .image-wrapper {
    margin-bottom: 12px;
  }
}
.piChls-uJjwPL7NvV .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .piChls-uJjwPL7NvV .image-wrapper img {
    height: 300px;
  }
}
.piChls-uJjwPL7NvV .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .piChls-uJjwPL7NvV .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.piChls-uJjwPL7NvV .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #002036;
  padding: 64px;
}
@media (max-width: 1440px) {
  .piChls-uJjwPL7NvV .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .piChls-uJjwPL7NvV .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.piChls-uJjwPL7NvV .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .piChls-uJjwPL7NvV .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.piChls-uJjwPL7NvV .items-wrapper .item .item-wrapper .iconfont-wrap .prototype-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8e73fe;
  font-size: 36px;
  color: #e5e5e5;
}
.piChls-uJjwPL7NvV .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.piChls-uJjwPL7NvV .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.piChls-uJjwPL7NvV .items-wrapper .item .item-wrapper .card-box .prototype-section-btn {
  margin-top: 24px;
}
.piChls-uJjwPL7NvV .items-wrapper .item .item-wrapper .card-box .prototype-section-btn .btn {
  margin-bottom: 0;
}
.piChls-uJjwPL7NvV .prototype-section-title {
  color: #2c2c26;
}
.piChls-uJjwPL7NvV .card-title {
  color: #2c2c26;
}
.piChls-uJjwPL7NvV .card-text {
  color: #ffffff;
  text-align: center;
}
.piChls-uJjwPL7NvV .card-title,
.piChls-uJjwPL7NvV .iconfont-wrap {
  text-align: center;
  color: #ffffff;
}
.piChls-uJjRtZH7OB {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #002036;
}
.piChls-uJjRtZH7OB .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjRtZH7OB .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjRtZH7OB .row {
  justify-content: center;
}
.piChls-uJjRtZH7OB .main-content {
  background-color: #005693;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper {
    margin-bottom: 30px;
  }
}
.piChls-uJjRtZH7OB .title-wrapper .prototype-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper .prototype-section-title {
    margin-bottom: 30px;
  }
}
.piChls-uJjRtZH7OB .title-wrapper .text-wrapper .prototype-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper .text-wrapper .prototype-text {
    width: 100%;
  }
}
.piChls-uJjRtZH7OB .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.piChls-uJjRtZH7OB .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.piChls-uJjRtZH7OB .list .item-wrap:last-child {
  margin-bottom: 0;
}
.piChls-uJjRtZH7OB .list .item-wrap:hover,
.piChls-uJjRtZH7OB .list .item-wrap:focus {
  transform: translateX(14px);
}
.piChls-uJjRtZH7OB .prototype-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.piChls-uJjRtZH7OB .prototype-section-title {
  color: #151e11;
}
.piChls-uJjRtZH7OB .prototype-text {
  color: #151e11;
}
.piChls-uJjRtZH7OB .list,
.piChls-uJjRtZH7OB .item-wrap {
  color: #ffffff;
}
.piChls-uJjRtZH7OB .prototype-text,
.piChls-uJjRtZH7OB .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.piChls-uJjRtZH7OB .prototype-section-title,
.piChls-uJjRtZH7OB .prototype-section-btn {
  color: #ffffff;
}
.piChls-uJjhJxQBh3 {
  background-color: transparent;
}
.piChls-uJjhJxQBh3 .navbar-dropdown {
  background-color: #005693 !important;
  padding: 0;
}
.piChls-uJjhJxQBh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #005693 !important;
  background: #005693;
}
.piChls-uJjhJxQBh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.piChls-uJjhJxQBh3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .piChls-uJjhJxQBh3 .menu_box .navbar.opened,
  .piChls-uJjhJxQBh3 .menu_box .navbar-collapse {
    background-color: #005693 !important;
    transition: all 0s ease 0s;
  }
}
.piChls-uJjhJxQBh3 .navbar-dropdown {
  position: relative !important;
}
.piChls-uJjhJxQBh3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.piChls-uJjhJxQBh3 .btn:hover {
  box-shadow: none;
}
.piChls-uJjhJxQBh3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .piChls-uJjhJxQBh3 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .nav-item {
    margin: 0 !important;
  }
}
.piChls-uJjhJxQBh3 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.piChls-uJjhJxQBh3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.piChls-uJjhJxQBh3 .nav-item .nav-link:hover::before,
.piChls-uJjhJxQBh3 .nav-item .nav-link:focus::before {
  width: 100%;
}
.piChls-uJjhJxQBh3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .piChls-uJjhJxQBh3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .piChls-uJjhJxQBh3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .piChls-uJjhJxQBh3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .piChls-uJjhJxQBh3 .offcanvas_box {
    display: none;
  }
}
.piChls-uJjhJxQBh3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.piChls-uJjhJxQBh3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.piChls-uJjhJxQBh3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.piChls-uJjhJxQBh3 .container {
  display: flex;
  margin: auto;
}
.piChls-uJjhJxQBh3 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.piChls-uJjhJxQBh3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.piChls-uJjhJxQBh3 .iconfont-wrapper:hover {
  opacity: .5;
}
.piChls-uJjhJxQBh3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .navbar-nav {
    margin: 0;
  }
}
.piChls-uJjhJxQBh3 .dropdown-menu,
.piChls-uJjhJxQBh3 .navbar.opened {
  background-color: false !important;
}
.piChls-uJjhJxQBh3 .nav-item:focus,
.piChls-uJjhJxQBh3 .nav-link:focus {
  outline: none;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.piChls-uJjhJxQBh3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.piChls-uJjhJxQBh3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.piChls-uJjhJxQBh3 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .piChls-uJjhJxQBh3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.piChls-uJjhJxQBh3 .navbar.opened {
  transition: all 0.3s;
}
.piChls-uJjhJxQBh3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.piChls-uJjhJxQBh3 .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.piChls-uJjhJxQBh3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.piChls-uJjhJxQBh3 .navbar.collapsed {
  justify-content: center;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.piChls-uJjhJxQBh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.piChls-uJjhJxQBh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .piChls-uJjhJxQBh3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .piChls-uJjhJxQBh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .piChls-uJjhJxQBh3 .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .piChls-uJjhJxQBh3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .piChls-uJjhJxQBh3 .navbar .icons-menu {
    padding: 0;
  }
}
.piChls-uJjhJxQBh3 .navbar.navbar-short {
  min-height: 60px;
}
.piChls-uJjhJxQBh3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.piChls-uJjhJxQBh3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.piChls-uJjhJxQBh3 .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;
}
.piChls-uJjhJxQBh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.piChls-uJjhJxQBh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.piChls-uJjhJxQBh3 .dropdown-item.active,
.piChls-uJjhJxQBh3 .dropdown-item:active {
  background-color: transparent;
}
.piChls-uJjhJxQBh3 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .piChls-uJjhJxQBh3 .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.piChls-uJjhJxQBh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.piChls-uJjhJxQBh3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.piChls-uJjhJxQBh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.piChls-uJjhJxQBh3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.piChls-uJjhJxQBh3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.piChls-uJjhJxQBh3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #005693;
  background: #ffffff;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.piChls-uJjhJxQBh3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .piChls-uJjhJxQBh3 .navbar {
    height: 70px;
  }
  .piChls-uJjhJxQBh3 .navbar.opened {
    height: auto;
  }
  .piChls-uJjhJxQBh3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.piChls-uJjhJxQBh3 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .piChls-uJjhJxQBh3 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.piChls-uJjhJxQBh3 .prototype-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.piChls-uJjhJxQBh3 .navbar-caption:hover {
  color: #005693;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.piChls-uJjhJxQBh3 .text_widget {
  margin-bottom: 32px;
}
.piChls-uJjhJxQBh3 .text_widget a {
  transition: all 0.3s ease-out;
}
.piChls-uJjhJxQBh3 .text_widget a:hover,
.piChls-uJjhJxQBh3 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.piChls-uJjhJxQBh3 .icons-menu-main {
  display: flex;
}
.piChls-uJjhJxQBh3 .prototype-section-subtitle {
  color: #000000;
  text-align: center;
}
.piChls-uJjhJxQBh3 .navbar-caption {
  color: #000000;
}
.piChls-uJjhJxQBh3 .prototype-text {
  color: #000000;
  text-align: center;
}
.piChls-uJjhJxQBh3 .prototype-section-subtitle,
.piChls-uJjhJxQBh3 .text_widget,
.piChls-uJjhJxQBh3 .prototype-section-btn {
  text-align: center;
}
.piChls-uJjhJxQBh3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.piChls-uJjyg3374D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002036;
}
.piChls-uJjyg3374D .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjyg3374D .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjyg3374D .items-wrapper {
  justify-content: center;
}
.piChls-uJjyg3374D .content-wrapper .prototype-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .piChls-uJjyg3374D .content-wrapper .prototype-section-title {
    margin-bottom: 24px;
  }
}
.piChls-uJjyg3374D .content-wrapper .prototype-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .piChls-uJjyg3374D .content-wrapper .prototype-section-subtitle {
    margin-bottom: 24px;
  }
}
.piChls-uJjyg3374D .form-wrapper {
  padding: 32px 40px;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .piChls-uJjyg3374D .form-wrapper {
    padding: 20px 16px;
  }
}
.piChls-uJjyg3374D .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.piChls-uJjyg3374D .form-wrapper .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.piChls-uJjyg3374D .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.piChls-uJjyg3374D .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 6px 12px;
  border: 2px solid #5dade5 !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  height: 34px;
}
@media (max-width: 992px) {
  .piChls-uJjyg3374D .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.piChls-uJjyg3374D .form-wrapper .dragArea.row .form-group .form-control:hover,
.piChls-uJjyg3374D .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #005693 !important;
}
.piChls-uJjyg3374D .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #5dade5;
}
.piChls-uJjyg3374D .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.piChls-uJjyg3374D .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.piChls-uJjyg3374D .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #5dade5;
  border-color: #5dade5;
}
.piChls-uJjyg3374D .form-wrapper .dragArea.row .prototype-section-btn {
  width: 100%;
}
.piChls-uJjyg3374D .form-wrapper .dragArea.row .prototype-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 14px;
  border-radius: .5rem !important;
}
.piChls-uJjyg3374D .prototype-section-title {
  color: #272b2e;
  text-align: center;
}
.piChls-uJjyg3374D .prototype-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.piChls-uJjyg3374D .prototype-section-title,
.piChls-uJjyg3374D .prototype-section-btn {
  color: #ffffff;
}
.piChls-uJjRtZH7OB {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #002036;
}
.piChls-uJjRtZH7OB .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjRtZH7OB .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjRtZH7OB .row {
  justify-content: center;
}
.piChls-uJjRtZH7OB .main-content {
  background-color: #005693;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper {
    margin-bottom: 30px;
  }
}
.piChls-uJjRtZH7OB .title-wrapper .prototype-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper .prototype-section-title {
    margin-bottom: 30px;
  }
}
.piChls-uJjRtZH7OB .title-wrapper .text-wrapper .prototype-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper .text-wrapper .prototype-text {
    width: 100%;
  }
}
.piChls-uJjRtZH7OB .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.piChls-uJjRtZH7OB .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.piChls-uJjRtZH7OB .list .item-wrap:last-child {
  margin-bottom: 0;
}
.piChls-uJjRtZH7OB .list .item-wrap:hover,
.piChls-uJjRtZH7OB .list .item-wrap:focus {
  transform: translateX(14px);
}
.piChls-uJjRtZH7OB .prototype-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.piChls-uJjRtZH7OB .prototype-section-title {
  color: #151e11;
}
.piChls-uJjRtZH7OB .prototype-text {
  color: #151e11;
}
.piChls-uJjRtZH7OB .list,
.piChls-uJjRtZH7OB .item-wrap {
  color: #ffffff;
}
.piChls-uJjRtZH7OB .prototype-text,
.piChls-uJjRtZH7OB .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.piChls-uJjRtZH7OB .prototype-section-title,
.piChls-uJjRtZH7OB .prototype-section-btn {
  color: #ffffff;
}
.piChls-uJjhJxQBh3 {
  background-color: transparent;
}
.piChls-uJjhJxQBh3 .navbar-dropdown {
  background-color: #005693 !important;
  padding: 0;
}
.piChls-uJjhJxQBh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #005693 !important;
  background: #005693;
}
.piChls-uJjhJxQBh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.piChls-uJjhJxQBh3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .piChls-uJjhJxQBh3 .menu_box .navbar.opened,
  .piChls-uJjhJxQBh3 .menu_box .navbar-collapse {
    background-color: #005693 !important;
    transition: all 0s ease 0s;
  }
}
.piChls-uJjhJxQBh3 .navbar-dropdown {
  position: relative !important;
}
.piChls-uJjhJxQBh3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.piChls-uJjhJxQBh3 .btn:hover {
  box-shadow: none;
}
.piChls-uJjhJxQBh3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .piChls-uJjhJxQBh3 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .nav-item {
    margin: 0 !important;
  }
}
.piChls-uJjhJxQBh3 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.piChls-uJjhJxQBh3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.piChls-uJjhJxQBh3 .nav-item .nav-link:hover::before,
.piChls-uJjhJxQBh3 .nav-item .nav-link:focus::before {
  width: 100%;
}
.piChls-uJjhJxQBh3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .piChls-uJjhJxQBh3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .piChls-uJjhJxQBh3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .piChls-uJjhJxQBh3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .piChls-uJjhJxQBh3 .offcanvas_box {
    display: none;
  }
}
.piChls-uJjhJxQBh3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.piChls-uJjhJxQBh3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.piChls-uJjhJxQBh3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.piChls-uJjhJxQBh3 .container {
  display: flex;
  margin: auto;
}
.piChls-uJjhJxQBh3 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.piChls-uJjhJxQBh3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.piChls-uJjhJxQBh3 .iconfont-wrapper:hover {
  opacity: .5;
}
.piChls-uJjhJxQBh3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .navbar-nav {
    margin: 0;
  }
}
.piChls-uJjhJxQBh3 .dropdown-menu,
.piChls-uJjhJxQBh3 .navbar.opened {
  background-color: false !important;
}
.piChls-uJjhJxQBh3 .nav-item:focus,
.piChls-uJjhJxQBh3 .nav-link:focus {
  outline: none;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.piChls-uJjhJxQBh3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.piChls-uJjhJxQBh3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.piChls-uJjhJxQBh3 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .piChls-uJjhJxQBh3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.piChls-uJjhJxQBh3 .navbar.opened {
  transition: all 0.3s;
}
.piChls-uJjhJxQBh3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.piChls-uJjhJxQBh3 .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.piChls-uJjhJxQBh3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.piChls-uJjhJxQBh3 .navbar.collapsed {
  justify-content: center;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.piChls-uJjhJxQBh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.piChls-uJjhJxQBh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .piChls-uJjhJxQBh3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .piChls-uJjhJxQBh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .piChls-uJjhJxQBh3 .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .piChls-uJjhJxQBh3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .piChls-uJjhJxQBh3 .navbar .icons-menu {
    padding: 0;
  }
}
.piChls-uJjhJxQBh3 .navbar.navbar-short {
  min-height: 60px;
}
.piChls-uJjhJxQBh3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.piChls-uJjhJxQBh3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.piChls-uJjhJxQBh3 .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;
}
.piChls-uJjhJxQBh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.piChls-uJjhJxQBh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.piChls-uJjhJxQBh3 .dropdown-item.active,
.piChls-uJjhJxQBh3 .dropdown-item:active {
  background-color: transparent;
}
.piChls-uJjhJxQBh3 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .piChls-uJjhJxQBh3 .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.piChls-uJjhJxQBh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.piChls-uJjhJxQBh3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.piChls-uJjhJxQBh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.piChls-uJjhJxQBh3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.piChls-uJjhJxQBh3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.piChls-uJjhJxQBh3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #005693;
  background: #ffffff;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.piChls-uJjhJxQBh3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .piChls-uJjhJxQBh3 .navbar {
    height: 70px;
  }
  .piChls-uJjhJxQBh3 .navbar.opened {
    height: auto;
  }
  .piChls-uJjhJxQBh3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.piChls-uJjhJxQBh3 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .piChls-uJjhJxQBh3 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.piChls-uJjhJxQBh3 .prototype-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.piChls-uJjhJxQBh3 .navbar-caption:hover {
  color: #005693;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.piChls-uJjhJxQBh3 .text_widget {
  margin-bottom: 32px;
}
.piChls-uJjhJxQBh3 .text_widget a {
  transition: all 0.3s ease-out;
}
.piChls-uJjhJxQBh3 .text_widget a:hover,
.piChls-uJjhJxQBh3 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.piChls-uJjhJxQBh3 .icons-menu-main {
  display: flex;
}
.piChls-uJjhJxQBh3 .prototype-section-subtitle {
  color: #000000;
  text-align: center;
}
.piChls-uJjhJxQBh3 .navbar-caption {
  color: #000000;
}
.piChls-uJjhJxQBh3 .prototype-text {
  color: #000000;
  text-align: center;
}
.piChls-uJjhJxQBh3 .prototype-section-subtitle,
.piChls-uJjhJxQBh3 .text_widget,
.piChls-uJjhJxQBh3 .prototype-section-btn {
  text-align: center;
}
.piChls-uJjhJxQBh3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.piChls-uJjz2hu9oU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002036;
}
.piChls-uJjz2hu9oU .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjz2hu9oU .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjz2hu9oU .row {
  justify-content: center;
}
.piChls-uJjz2hu9oU .title-wrapper {
  padding: 71px;
  background-color: #005693;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .piChls-uJjz2hu9oU .title-wrapper {
    padding: 50px 25px;
  }
}
.piChls-uJjz2hu9oU .title-wrapper .prototype-section-title {
  margin-bottom: 0;
}
.piChls-uJjz2hu9oU .text-wrapper .prototype-text {
  margin-bottom: 25px;
}
.piChls-uJjz2hu9oU .prototype-section-title {
  color: #ffffff;
  text-align: center;
}
.piChls-uJjz2hu9oU .prototype-text {
  color: #747474;
}
.piChls-uJjz2hu9oU .prototype-text,
.piChls-uJjz2hu9oU .prototype-section-btn {
  text-align: left;
  color: #ffffff;
}
.piChls-uJjRtZH7OB {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #002036;
}
.piChls-uJjRtZH7OB .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjRtZH7OB .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjRtZH7OB .row {
  justify-content: center;
}
.piChls-uJjRtZH7OB .main-content {
  background-color: #005693;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper {
    margin-bottom: 30px;
  }
}
.piChls-uJjRtZH7OB .title-wrapper .prototype-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper .prototype-section-title {
    margin-bottom: 30px;
  }
}
.piChls-uJjRtZH7OB .title-wrapper .text-wrapper .prototype-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper .text-wrapper .prototype-text {
    width: 100%;
  }
}
.piChls-uJjRtZH7OB .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.piChls-uJjRtZH7OB .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.piChls-uJjRtZH7OB .list .item-wrap:last-child {
  margin-bottom: 0;
}
.piChls-uJjRtZH7OB .list .item-wrap:hover,
.piChls-uJjRtZH7OB .list .item-wrap:focus {
  transform: translateX(14px);
}
.piChls-uJjRtZH7OB .prototype-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.piChls-uJjRtZH7OB .prototype-section-title {
  color: #151e11;
}
.piChls-uJjRtZH7OB .prototype-text {
  color: #151e11;
}
.piChls-uJjRtZH7OB .list,
.piChls-uJjRtZH7OB .item-wrap {
  color: #ffffff;
}
.piChls-uJjRtZH7OB .prototype-text,
.piChls-uJjRtZH7OB .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.piChls-uJjRtZH7OB .prototype-section-title,
.piChls-uJjRtZH7OB .prototype-section-btn {
  color: #ffffff;
}
.piChls-uJjzadqH9d {
  background-color: transparent;
}
.piChls-uJjzadqH9d .navbar-dropdown {
  background-color: #005693 !important;
  padding: 0;
}
.piChls-uJjzadqH9d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #005693 !important;
  background: #005693;
}
.piChls-uJjzadqH9d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.piChls-uJjzadqH9d .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .piChls-uJjzadqH9d .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .piChls-uJjzadqH9d .menu_box .navbar.opened,
  .piChls-uJjzadqH9d .menu_box .navbar-collapse {
    background-color: #005693 !important;
    transition: all 0s ease 0s;
  }
}
.piChls-uJjzadqH9d .navbar-dropdown {
  position: relative !important;
}
.piChls-uJjzadqH9d .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.piChls-uJjzadqH9d .btn:hover {
  box-shadow: none;
}
.piChls-uJjzadqH9d .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .piChls-uJjzadqH9d .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .piChls-uJjzadqH9d .nav-item {
    margin: 0 !important;
  }
}
.piChls-uJjzadqH9d .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.piChls-uJjzadqH9d .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.piChls-uJjzadqH9d .nav-item .nav-link:hover::before,
.piChls-uJjzadqH9d .nav-item .nav-link:focus::before {
  width: 100%;
}
.piChls-uJjzadqH9d .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .piChls-uJjzadqH9d .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .piChls-uJjzadqH9d .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .piChls-uJjzadqH9d .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .piChls-uJjzadqH9d .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .piChls-uJjzadqH9d .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .piChls-uJjzadqH9d .offcanvas_box {
    display: none;
  }
}
.piChls-uJjzadqH9d .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.piChls-uJjzadqH9d .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.piChls-uJjzadqH9d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.piChls-uJjzadqH9d .container {
  display: flex;
  margin: auto;
}
.piChls-uJjzadqH9d .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.piChls-uJjzadqH9d .iconfont-wrapper:last-child {
  margin-right: 0;
}
.piChls-uJjzadqH9d .iconfont-wrapper:hover {
  opacity: .5;
}
.piChls-uJjzadqH9d .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .piChls-uJjzadqH9d .navbar-nav {
    margin: 0;
  }
}
.piChls-uJjzadqH9d .dropdown-menu,
.piChls-uJjzadqH9d .navbar.opened {
  background-color: false !important;
}
.piChls-uJjzadqH9d .nav-item:focus,
.piChls-uJjzadqH9d .nav-link:focus {
  outline: none;
}
.piChls-uJjzadqH9d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.piChls-uJjzadqH9d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.piChls-uJjzadqH9d .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.piChls-uJjzadqH9d .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.piChls-uJjzadqH9d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.piChls-uJjzadqH9d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.piChls-uJjzadqH9d .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .piChls-uJjzadqH9d .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.piChls-uJjzadqH9d .navbar.opened {
  transition: all 0.3s;
}
.piChls-uJjzadqH9d .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.piChls-uJjzadqH9d .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.piChls-uJjzadqH9d .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.piChls-uJjzadqH9d .navbar.collapsed {
  justify-content: center;
}
.piChls-uJjzadqH9d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.piChls-uJjzadqH9d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.piChls-uJjzadqH9d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.piChls-uJjzadqH9d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.piChls-uJjzadqH9d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.piChls-uJjzadqH9d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.piChls-uJjzadqH9d .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .piChls-uJjzadqH9d .navbar .nav-item {
    padding: .5rem 0;
  }
  .piChls-uJjzadqH9d .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .piChls-uJjzadqH9d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .piChls-uJjzadqH9d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .piChls-uJjzadqH9d .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .piChls-uJjzadqH9d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .piChls-uJjzadqH9d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .piChls-uJjzadqH9d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .piChls-uJjzadqH9d .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .piChls-uJjzadqH9d .navbar ul.navbar-nav li {
    margin: 0;
  }
  .piChls-uJjzadqH9d .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .piChls-uJjzadqH9d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .piChls-uJjzadqH9d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .piChls-uJjzadqH9d .navbar .icons-menu {
    padding: 0;
  }
}
.piChls-uJjzadqH9d .navbar.navbar-short {
  min-height: 60px;
}
.piChls-uJjzadqH9d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.piChls-uJjzadqH9d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.piChls-uJjzadqH9d .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;
}
.piChls-uJjzadqH9d .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.piChls-uJjzadqH9d .navbar-brand .navbar-logo a {
  outline: none;
}
.piChls-uJjzadqH9d .dropdown-item.active,
.piChls-uJjzadqH9d .dropdown-item:active {
  background-color: transparent;
}
.piChls-uJjzadqH9d .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .piChls-uJjzadqH9d .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.piChls-uJjzadqH9d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.piChls-uJjzadqH9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.piChls-uJjzadqH9d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.piChls-uJjzadqH9d ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.piChls-uJjzadqH9d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.piChls-uJjzadqH9d button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #005693;
  background: #ffffff;
}
.piChls-uJjzadqH9d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.piChls-uJjzadqH9d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.piChls-uJjzadqH9d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.piChls-uJjzadqH9d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.piChls-uJjzadqH9d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.piChls-uJjzadqH9d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.piChls-uJjzadqH9d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.piChls-uJjzadqH9d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.piChls-uJjzadqH9d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.piChls-uJjzadqH9d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.piChls-uJjzadqH9d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .piChls-uJjzadqH9d .navbar {
    height: 70px;
  }
  .piChls-uJjzadqH9d .navbar.opened {
    height: auto;
  }
  .piChls-uJjzadqH9d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.piChls-uJjzadqH9d .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .piChls-uJjzadqH9d .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.piChls-uJjzadqH9d .prototype-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.piChls-uJjzadqH9d .navbar-caption:hover {
  color: #005693;
}
@media (min-width: 992px) {
  .piChls-uJjzadqH9d .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.piChls-uJjzadqH9d .text_widget {
  margin-bottom: 32px;
}
.piChls-uJjzadqH9d .text_widget a {
  transition: all 0.3s ease-out;
}
.piChls-uJjzadqH9d .text_widget a:hover,
.piChls-uJjzadqH9d .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .piChls-uJjzadqH9d .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.piChls-uJjzadqH9d .icons-menu-main {
  display: flex;
}
.piChls-uJjzadqH9d .prototype-section-subtitle {
  color: #000000;
  text-align: center;
}
.piChls-uJjzadqH9d .navbar-caption {
  color: #000000;
}
.piChls-uJjzadqH9d .prototype-text {
  color: #000000;
  text-align: center;
}
.piChls-uJjzadqH9d .prototype-section-subtitle,
.piChls-uJjzadqH9d .text_widget,
.piChls-uJjzadqH9d .prototype-section-btn {
  text-align: center;
}
.piChls-uJjzadqH9d a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.piChls-uJjzaeHoGI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002036;
}
.piChls-uJjzaeHoGI .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjzaeHoGI .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjzaeHoGI .row {
  justify-content: center;
}
.piChls-uJjzaeHoGI .title-wrapper {
  padding: 71px;
  background-color: #005693;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .piChls-uJjzaeHoGI .title-wrapper {
    padding: 50px 25px;
  }
}
.piChls-uJjzaeHoGI .title-wrapper .prototype-section-title {
  margin-bottom: 0;
}
.piChls-uJjzaeHoGI .text-wrapper .prototype-text {
  margin-bottom: 25px;
}
.piChls-uJjzaeHoGI .prototype-section-title {
  color: #ffffff;
  text-align: center;
}
.piChls-uJjzaeHoGI .prototype-text {
  color: #747474;
}
.piChls-uJjzaeHoGI .prototype-text,
.piChls-uJjzaeHoGI .prototype-section-btn {
  text-align: left;
  color: #ffffff;
}
.piChls-uJjRtZH7OB {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #002036;
}
.piChls-uJjRtZH7OB .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjRtZH7OB .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjRtZH7OB .row {
  justify-content: center;
}
.piChls-uJjRtZH7OB .main-content {
  background-color: #005693;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper {
    margin-bottom: 30px;
  }
}
.piChls-uJjRtZH7OB .title-wrapper .prototype-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper .prototype-section-title {
    margin-bottom: 30px;
  }
}
.piChls-uJjRtZH7OB .title-wrapper .text-wrapper .prototype-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper .text-wrapper .prototype-text {
    width: 100%;
  }
}
.piChls-uJjRtZH7OB .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.piChls-uJjRtZH7OB .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.piChls-uJjRtZH7OB .list .item-wrap:last-child {
  margin-bottom: 0;
}
.piChls-uJjRtZH7OB .list .item-wrap:hover,
.piChls-uJjRtZH7OB .list .item-wrap:focus {
  transform: translateX(14px);
}
.piChls-uJjRtZH7OB .prototype-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.piChls-uJjRtZH7OB .prototype-section-title {
  color: #151e11;
}
.piChls-uJjRtZH7OB .prototype-text {
  color: #151e11;
}
.piChls-uJjRtZH7OB .list,
.piChls-uJjRtZH7OB .item-wrap {
  color: #ffffff;
}
.piChls-uJjRtZH7OB .prototype-text,
.piChls-uJjRtZH7OB .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.piChls-uJjRtZH7OB .prototype-section-title,
.piChls-uJjRtZH7OB .prototype-section-btn {
  color: #ffffff;
}
.piChls-uJjzbKofv0 {
  background-color: transparent;
}
.piChls-uJjzbKofv0 .navbar-dropdown {
  background-color: #005693 !important;
  padding: 0;
}
.piChls-uJjzbKofv0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #005693 !important;
  background: #005693;
}
.piChls-uJjzbKofv0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.piChls-uJjzbKofv0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .piChls-uJjzbKofv0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .piChls-uJjzbKofv0 .menu_box .navbar.opened,
  .piChls-uJjzbKofv0 .menu_box .navbar-collapse {
    background-color: #005693 !important;
    transition: all 0s ease 0s;
  }
}
.piChls-uJjzbKofv0 .navbar-dropdown {
  position: relative !important;
}
.piChls-uJjzbKofv0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.piChls-uJjzbKofv0 .btn:hover {
  box-shadow: none;
}
.piChls-uJjzbKofv0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .piChls-uJjzbKofv0 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .piChls-uJjzbKofv0 .nav-item {
    margin: 0 !important;
  }
}
.piChls-uJjzbKofv0 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.piChls-uJjzbKofv0 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.piChls-uJjzbKofv0 .nav-item .nav-link:hover::before,
.piChls-uJjzbKofv0 .nav-item .nav-link:focus::before {
  width: 100%;
}
.piChls-uJjzbKofv0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .piChls-uJjzbKofv0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .piChls-uJjzbKofv0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .piChls-uJjzbKofv0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .piChls-uJjzbKofv0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .piChls-uJjzbKofv0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .piChls-uJjzbKofv0 .offcanvas_box {
    display: none;
  }
}
.piChls-uJjzbKofv0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.piChls-uJjzbKofv0 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.piChls-uJjzbKofv0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.piChls-uJjzbKofv0 .container {
  display: flex;
  margin: auto;
}
.piChls-uJjzbKofv0 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.piChls-uJjzbKofv0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.piChls-uJjzbKofv0 .iconfont-wrapper:hover {
  opacity: .5;
}
.piChls-uJjzbKofv0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .piChls-uJjzbKofv0 .navbar-nav {
    margin: 0;
  }
}
.piChls-uJjzbKofv0 .dropdown-menu,
.piChls-uJjzbKofv0 .navbar.opened {
  background-color: false !important;
}
.piChls-uJjzbKofv0 .nav-item:focus,
.piChls-uJjzbKofv0 .nav-link:focus {
  outline: none;
}
.piChls-uJjzbKofv0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.piChls-uJjzbKofv0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.piChls-uJjzbKofv0 .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.piChls-uJjzbKofv0 .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.piChls-uJjzbKofv0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.piChls-uJjzbKofv0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.piChls-uJjzbKofv0 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .piChls-uJjzbKofv0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.piChls-uJjzbKofv0 .navbar.opened {
  transition: all 0.3s;
}
.piChls-uJjzbKofv0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.piChls-uJjzbKofv0 .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.piChls-uJjzbKofv0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.piChls-uJjzbKofv0 .navbar.collapsed {
  justify-content: center;
}
.piChls-uJjzbKofv0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.piChls-uJjzbKofv0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.piChls-uJjzbKofv0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.piChls-uJjzbKofv0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.piChls-uJjzbKofv0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.piChls-uJjzbKofv0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.piChls-uJjzbKofv0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .piChls-uJjzbKofv0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .piChls-uJjzbKofv0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .piChls-uJjzbKofv0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .piChls-uJjzbKofv0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .piChls-uJjzbKofv0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .piChls-uJjzbKofv0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .piChls-uJjzbKofv0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .piChls-uJjzbKofv0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .piChls-uJjzbKofv0 .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .piChls-uJjzbKofv0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .piChls-uJjzbKofv0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .piChls-uJjzbKofv0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .piChls-uJjzbKofv0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .piChls-uJjzbKofv0 .navbar .icons-menu {
    padding: 0;
  }
}
.piChls-uJjzbKofv0 .navbar.navbar-short {
  min-height: 60px;
}
.piChls-uJjzbKofv0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.piChls-uJjzbKofv0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.piChls-uJjzbKofv0 .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;
}
.piChls-uJjzbKofv0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.piChls-uJjzbKofv0 .navbar-brand .navbar-logo a {
  outline: none;
}
.piChls-uJjzbKofv0 .dropdown-item.active,
.piChls-uJjzbKofv0 .dropdown-item:active {
  background-color: transparent;
}
.piChls-uJjzbKofv0 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .piChls-uJjzbKofv0 .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.piChls-uJjzbKofv0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.piChls-uJjzbKofv0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.piChls-uJjzbKofv0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.piChls-uJjzbKofv0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.piChls-uJjzbKofv0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.piChls-uJjzbKofv0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #005693;
  background: #ffffff;
}
.piChls-uJjzbKofv0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.piChls-uJjzbKofv0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.piChls-uJjzbKofv0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.piChls-uJjzbKofv0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.piChls-uJjzbKofv0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.piChls-uJjzbKofv0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.piChls-uJjzbKofv0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.piChls-uJjzbKofv0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.piChls-uJjzbKofv0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.piChls-uJjzbKofv0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.piChls-uJjzbKofv0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .piChls-uJjzbKofv0 .navbar {
    height: 70px;
  }
  .piChls-uJjzbKofv0 .navbar.opened {
    height: auto;
  }
  .piChls-uJjzbKofv0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.piChls-uJjzbKofv0 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .piChls-uJjzbKofv0 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.piChls-uJjzbKofv0 .prototype-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.piChls-uJjzbKofv0 .navbar-caption:hover {
  color: #005693;
}
@media (min-width: 992px) {
  .piChls-uJjzbKofv0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.piChls-uJjzbKofv0 .text_widget {
  margin-bottom: 32px;
}
.piChls-uJjzbKofv0 .text_widget a {
  transition: all 0.3s ease-out;
}
.piChls-uJjzbKofv0 .text_widget a:hover,
.piChls-uJjzbKofv0 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .piChls-uJjzbKofv0 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.piChls-uJjzbKofv0 .icons-menu-main {
  display: flex;
}
.piChls-uJjzbKofv0 .prototype-section-subtitle {
  color: #000000;
  text-align: center;
}
.piChls-uJjzbKofv0 .navbar-caption {
  color: #000000;
}
.piChls-uJjzbKofv0 .prototype-text {
  color: #000000;
  text-align: center;
}
.piChls-uJjzbKofv0 .prototype-section-subtitle,
.piChls-uJjzbKofv0 .text_widget,
.piChls-uJjzbKofv0 .prototype-section-btn {
  text-align: center;
}
.piChls-uJjzbKofv0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.piChls-uJjzbLo4Fo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002036;
}
.piChls-uJjzbLo4Fo .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjzbLo4Fo .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjzbLo4Fo .row {
  justify-content: center;
}
.piChls-uJjzbLo4Fo .title-wrapper {
  padding: 71px;
  background-color: #005693;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .piChls-uJjzbLo4Fo .title-wrapper {
    padding: 50px 25px;
  }
}
.piChls-uJjzbLo4Fo .title-wrapper .prototype-section-title {
  margin-bottom: 0;
}
.piChls-uJjzbLo4Fo .text-wrapper .prototype-text {
  margin-bottom: 25px;
}
.piChls-uJjzbLo4Fo .prototype-section-title {
  color: #ffffff;
  text-align: center;
}
.piChls-uJjzbLo4Fo .prototype-text {
  color: #747474;
}
.piChls-uJjzbLo4Fo .prototype-text,
.piChls-uJjzbLo4Fo .prototype-section-btn {
  text-align: left;
  color: #ffffff;
}
.piChls-uJjRtZH7OB {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #002036;
}
.piChls-uJjRtZH7OB .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjRtZH7OB .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjRtZH7OB .row {
  justify-content: center;
}
.piChls-uJjRtZH7OB .main-content {
  background-color: #005693;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper {
    margin-bottom: 30px;
  }
}
.piChls-uJjRtZH7OB .title-wrapper .prototype-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper .prototype-section-title {
    margin-bottom: 30px;
  }
}
.piChls-uJjRtZH7OB .title-wrapper .text-wrapper .prototype-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper .text-wrapper .prototype-text {
    width: 100%;
  }
}
.piChls-uJjRtZH7OB .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.piChls-uJjRtZH7OB .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.piChls-uJjRtZH7OB .list .item-wrap:last-child {
  margin-bottom: 0;
}
.piChls-uJjRtZH7OB .list .item-wrap:hover,
.piChls-uJjRtZH7OB .list .item-wrap:focus {
  transform: translateX(14px);
}
.piChls-uJjRtZH7OB .prototype-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.piChls-uJjRtZH7OB .prototype-section-title {
  color: #151e11;
}
.piChls-uJjRtZH7OB .prototype-text {
  color: #151e11;
}
.piChls-uJjRtZH7OB .list,
.piChls-uJjRtZH7OB .item-wrap {
  color: #ffffff;
}
.piChls-uJjRtZH7OB .prototype-text,
.piChls-uJjRtZH7OB .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.piChls-uJjRtZH7OB .prototype-section-title,
.piChls-uJjRtZH7OB .prototype-section-btn {
  color: #ffffff;
}
.piChls-uJjzd5qcoV {
  background-color: transparent;
}
.piChls-uJjzd5qcoV .navbar-dropdown {
  background-color: #005693 !important;
  padding: 0;
}
.piChls-uJjzd5qcoV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #005693 !important;
  background: #005693;
}
.piChls-uJjzd5qcoV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.piChls-uJjzd5qcoV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .piChls-uJjzd5qcoV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .piChls-uJjzd5qcoV .menu_box .navbar.opened,
  .piChls-uJjzd5qcoV .menu_box .navbar-collapse {
    background-color: #005693 !important;
    transition: all 0s ease 0s;
  }
}
.piChls-uJjzd5qcoV .navbar-dropdown {
  position: relative !important;
}
.piChls-uJjzd5qcoV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.piChls-uJjzd5qcoV .btn:hover {
  box-shadow: none;
}
.piChls-uJjzd5qcoV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .piChls-uJjzd5qcoV .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .piChls-uJjzd5qcoV .nav-item {
    margin: 0 !important;
  }
}
.piChls-uJjzd5qcoV .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.piChls-uJjzd5qcoV .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.piChls-uJjzd5qcoV .nav-item .nav-link:hover::before,
.piChls-uJjzd5qcoV .nav-item .nav-link:focus::before {
  width: 100%;
}
.piChls-uJjzd5qcoV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .piChls-uJjzd5qcoV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .piChls-uJjzd5qcoV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .piChls-uJjzd5qcoV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .piChls-uJjzd5qcoV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .piChls-uJjzd5qcoV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .piChls-uJjzd5qcoV .offcanvas_box {
    display: none;
  }
}
.piChls-uJjzd5qcoV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.piChls-uJjzd5qcoV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.piChls-uJjzd5qcoV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.piChls-uJjzd5qcoV .container {
  display: flex;
  margin: auto;
}
.piChls-uJjzd5qcoV .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.piChls-uJjzd5qcoV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.piChls-uJjzd5qcoV .iconfont-wrapper:hover {
  opacity: .5;
}
.piChls-uJjzd5qcoV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .piChls-uJjzd5qcoV .navbar-nav {
    margin: 0;
  }
}
.piChls-uJjzd5qcoV .dropdown-menu,
.piChls-uJjzd5qcoV .navbar.opened {
  background-color: false !important;
}
.piChls-uJjzd5qcoV .nav-item:focus,
.piChls-uJjzd5qcoV .nav-link:focus {
  outline: none;
}
.piChls-uJjzd5qcoV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.piChls-uJjzd5qcoV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.piChls-uJjzd5qcoV .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.piChls-uJjzd5qcoV .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.piChls-uJjzd5qcoV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.piChls-uJjzd5qcoV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.piChls-uJjzd5qcoV .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .piChls-uJjzd5qcoV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.piChls-uJjzd5qcoV .navbar.opened {
  transition: all 0.3s;
}
.piChls-uJjzd5qcoV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.piChls-uJjzd5qcoV .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.piChls-uJjzd5qcoV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.piChls-uJjzd5qcoV .navbar.collapsed {
  justify-content: center;
}
.piChls-uJjzd5qcoV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.piChls-uJjzd5qcoV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.piChls-uJjzd5qcoV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.piChls-uJjzd5qcoV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.piChls-uJjzd5qcoV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.piChls-uJjzd5qcoV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.piChls-uJjzd5qcoV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .piChls-uJjzd5qcoV .navbar .nav-item {
    padding: .5rem 0;
  }
  .piChls-uJjzd5qcoV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .piChls-uJjzd5qcoV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .piChls-uJjzd5qcoV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .piChls-uJjzd5qcoV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .piChls-uJjzd5qcoV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .piChls-uJjzd5qcoV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .piChls-uJjzd5qcoV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .piChls-uJjzd5qcoV .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .piChls-uJjzd5qcoV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .piChls-uJjzd5qcoV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .piChls-uJjzd5qcoV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .piChls-uJjzd5qcoV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .piChls-uJjzd5qcoV .navbar .icons-menu {
    padding: 0;
  }
}
.piChls-uJjzd5qcoV .navbar.navbar-short {
  min-height: 60px;
}
.piChls-uJjzd5qcoV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.piChls-uJjzd5qcoV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.piChls-uJjzd5qcoV .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;
}
.piChls-uJjzd5qcoV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.piChls-uJjzd5qcoV .navbar-brand .navbar-logo a {
  outline: none;
}
.piChls-uJjzd5qcoV .dropdown-item.active,
.piChls-uJjzd5qcoV .dropdown-item:active {
  background-color: transparent;
}
.piChls-uJjzd5qcoV .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .piChls-uJjzd5qcoV .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.piChls-uJjzd5qcoV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.piChls-uJjzd5qcoV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.piChls-uJjzd5qcoV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.piChls-uJjzd5qcoV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.piChls-uJjzd5qcoV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.piChls-uJjzd5qcoV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #005693;
  background: #ffffff;
}
.piChls-uJjzd5qcoV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.piChls-uJjzd5qcoV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.piChls-uJjzd5qcoV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.piChls-uJjzd5qcoV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.piChls-uJjzd5qcoV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.piChls-uJjzd5qcoV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.piChls-uJjzd5qcoV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.piChls-uJjzd5qcoV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.piChls-uJjzd5qcoV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.piChls-uJjzd5qcoV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.piChls-uJjzd5qcoV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .piChls-uJjzd5qcoV .navbar {
    height: 70px;
  }
  .piChls-uJjzd5qcoV .navbar.opened {
    height: auto;
  }
  .piChls-uJjzd5qcoV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.piChls-uJjzd5qcoV .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .piChls-uJjzd5qcoV .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.piChls-uJjzd5qcoV .prototype-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.piChls-uJjzd5qcoV .navbar-caption:hover {
  color: #005693;
}
@media (min-width: 992px) {
  .piChls-uJjzd5qcoV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.piChls-uJjzd5qcoV .text_widget {
  margin-bottom: 32px;
}
.piChls-uJjzd5qcoV .text_widget a {
  transition: all 0.3s ease-out;
}
.piChls-uJjzd5qcoV .text_widget a:hover,
.piChls-uJjzd5qcoV .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .piChls-uJjzd5qcoV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.piChls-uJjzd5qcoV .icons-menu-main {
  display: flex;
}
.piChls-uJjzd5qcoV .prototype-section-subtitle {
  color: #000000;
  text-align: center;
}
.piChls-uJjzd5qcoV .navbar-caption {
  color: #000000;
}
.piChls-uJjzd5qcoV .prototype-text {
  color: #000000;
  text-align: center;
}
.piChls-uJjzd5qcoV .prototype-section-subtitle,
.piChls-uJjzd5qcoV .text_widget,
.piChls-uJjzd5qcoV .prototype-section-btn {
  text-align: center;
}
.piChls-uJjzd5qcoV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.piChls-uJjzd68Rkr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002036;
}
.piChls-uJjzd68Rkr .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjzd68Rkr .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjzd68Rkr .row {
  justify-content: center;
}
.piChls-uJjzd68Rkr .title-wrapper {
  padding: 71px;
  background-color: #005693;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .piChls-uJjzd68Rkr .title-wrapper {
    padding: 50px 25px;
  }
}
.piChls-uJjzd68Rkr .title-wrapper .prototype-section-title {
  margin-bottom: 0;
}
.piChls-uJjzd68Rkr .text-wrapper .prototype-text {
  margin-bottom: 25px;
}
.piChls-uJjzd68Rkr .prototype-section-title {
  color: #ffffff;
  text-align: center;
}
.piChls-uJjzd68Rkr .prototype-text {
  color: #747474;
}
.piChls-uJjzd68Rkr .prototype-text,
.piChls-uJjzd68Rkr .prototype-section-btn {
  text-align: left;
  color: #ffffff;
}
.piChls-uJjRtZH7OB {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #002036;
}
.piChls-uJjRtZH7OB .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjRtZH7OB .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjRtZH7OB .row {
  justify-content: center;
}
.piChls-uJjRtZH7OB .main-content {
  background-color: #005693;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper {
    margin-bottom: 30px;
  }
}
.piChls-uJjRtZH7OB .title-wrapper .prototype-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper .prototype-section-title {
    margin-bottom: 30px;
  }
}
.piChls-uJjRtZH7OB .title-wrapper .text-wrapper .prototype-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper .text-wrapper .prototype-text {
    width: 100%;
  }
}
.piChls-uJjRtZH7OB .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.piChls-uJjRtZH7OB .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.piChls-uJjRtZH7OB .list .item-wrap:last-child {
  margin-bottom: 0;
}
.piChls-uJjRtZH7OB .list .item-wrap:hover,
.piChls-uJjRtZH7OB .list .item-wrap:focus {
  transform: translateX(14px);
}
.piChls-uJjRtZH7OB .prototype-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.piChls-uJjRtZH7OB .prototype-section-title {
  color: #151e11;
}
.piChls-uJjRtZH7OB .prototype-text {
  color: #151e11;
}
.piChls-uJjRtZH7OB .list,
.piChls-uJjRtZH7OB .item-wrap {
  color: #ffffff;
}
.piChls-uJjRtZH7OB .prototype-text,
.piChls-uJjRtZH7OB .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.piChls-uJjRtZH7OB .prototype-section-title,
.piChls-uJjRtZH7OB .prototype-section-btn {
  color: #ffffff;
}
.piChls-uJjhJxQBh3 {
  background-color: transparent;
}
.piChls-uJjhJxQBh3 .navbar-dropdown {
  background-color: #005693 !important;
  padding: 0;
}
.piChls-uJjhJxQBh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #005693 !important;
  background: #005693;
}
.piChls-uJjhJxQBh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.piChls-uJjhJxQBh3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .piChls-uJjhJxQBh3 .menu_box .navbar.opened,
  .piChls-uJjhJxQBh3 .menu_box .navbar-collapse {
    background-color: #005693 !important;
    transition: all 0s ease 0s;
  }
}
.piChls-uJjhJxQBh3 .navbar-dropdown {
  position: relative !important;
}
.piChls-uJjhJxQBh3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.piChls-uJjhJxQBh3 .btn:hover {
  box-shadow: none;
}
.piChls-uJjhJxQBh3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .piChls-uJjhJxQBh3 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .nav-item {
    margin: 0 !important;
  }
}
.piChls-uJjhJxQBh3 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.piChls-uJjhJxQBh3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.piChls-uJjhJxQBh3 .nav-item .nav-link:hover::before,
.piChls-uJjhJxQBh3 .nav-item .nav-link:focus::before {
  width: 100%;
}
.piChls-uJjhJxQBh3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .piChls-uJjhJxQBh3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .piChls-uJjhJxQBh3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .piChls-uJjhJxQBh3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .piChls-uJjhJxQBh3 .offcanvas_box {
    display: none;
  }
}
.piChls-uJjhJxQBh3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.piChls-uJjhJxQBh3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.piChls-uJjhJxQBh3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.piChls-uJjhJxQBh3 .container {
  display: flex;
  margin: auto;
}
.piChls-uJjhJxQBh3 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.piChls-uJjhJxQBh3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.piChls-uJjhJxQBh3 .iconfont-wrapper:hover {
  opacity: .5;
}
.piChls-uJjhJxQBh3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .navbar-nav {
    margin: 0;
  }
}
.piChls-uJjhJxQBh3 .dropdown-menu,
.piChls-uJjhJxQBh3 .navbar.opened {
  background-color: false !important;
}
.piChls-uJjhJxQBh3 .nav-item:focus,
.piChls-uJjhJxQBh3 .nav-link:focus {
  outline: none;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.piChls-uJjhJxQBh3 .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.piChls-uJjhJxQBh3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.piChls-uJjhJxQBh3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.piChls-uJjhJxQBh3 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .piChls-uJjhJxQBh3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.piChls-uJjhJxQBh3 .navbar.opened {
  transition: all 0.3s;
}
.piChls-uJjhJxQBh3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.piChls-uJjhJxQBh3 .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.piChls-uJjhJxQBh3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.piChls-uJjhJxQBh3 .navbar.collapsed {
  justify-content: center;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.piChls-uJjhJxQBh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.piChls-uJjhJxQBh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.piChls-uJjhJxQBh3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .piChls-uJjhJxQBh3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .piChls-uJjhJxQBh3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .piChls-uJjhJxQBh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .piChls-uJjhJxQBh3 .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .piChls-uJjhJxQBh3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .piChls-uJjhJxQBh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .piChls-uJjhJxQBh3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .piChls-uJjhJxQBh3 .navbar .icons-menu {
    padding: 0;
  }
}
.piChls-uJjhJxQBh3 .navbar.navbar-short {
  min-height: 60px;
}
.piChls-uJjhJxQBh3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.piChls-uJjhJxQBh3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.piChls-uJjhJxQBh3 .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;
}
.piChls-uJjhJxQBh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.piChls-uJjhJxQBh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.piChls-uJjhJxQBh3 .dropdown-item.active,
.piChls-uJjhJxQBh3 .dropdown-item:active {
  background-color: transparent;
}
.piChls-uJjhJxQBh3 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .piChls-uJjhJxQBh3 .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.piChls-uJjhJxQBh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.piChls-uJjhJxQBh3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.piChls-uJjhJxQBh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.piChls-uJjhJxQBh3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.piChls-uJjhJxQBh3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.piChls-uJjhJxQBh3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #005693;
  background: #ffffff;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.piChls-uJjhJxQBh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.piChls-uJjhJxQBh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.piChls-uJjhJxQBh3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.piChls-uJjhJxQBh3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .piChls-uJjhJxQBh3 .navbar {
    height: 70px;
  }
  .piChls-uJjhJxQBh3 .navbar.opened {
    height: auto;
  }
  .piChls-uJjhJxQBh3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.piChls-uJjhJxQBh3 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .piChls-uJjhJxQBh3 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.piChls-uJjhJxQBh3 .prototype-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.piChls-uJjhJxQBh3 .navbar-caption:hover {
  color: #005693;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.piChls-uJjhJxQBh3 .text_widget {
  margin-bottom: 32px;
}
.piChls-uJjhJxQBh3 .text_widget a {
  transition: all 0.3s ease-out;
}
.piChls-uJjhJxQBh3 .text_widget a:hover,
.piChls-uJjhJxQBh3 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .piChls-uJjhJxQBh3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.piChls-uJjhJxQBh3 .icons-menu-main {
  display: flex;
}
.piChls-uJjhJxQBh3 .prototype-section-subtitle {
  color: #000000;
  text-align: center;
}
.piChls-uJjhJxQBh3 .navbar-caption {
  color: #000000;
}
.piChls-uJjhJxQBh3 .prototype-text {
  color: #000000;
  text-align: center;
}
.piChls-uJjhJxQBh3 .prototype-section-subtitle,
.piChls-uJjhJxQBh3 .text_widget,
.piChls-uJjhJxQBh3 .prototype-section-btn {
  text-align: center;
}
.piChls-uJjhJxQBh3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.piChls-uJjxPEE0IR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002036;
}
.piChls-uJjxPEE0IR .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjxPEE0IR .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjxPEE0IR .container {
  max-width: 1600px;
}
.piChls-uJjxPEE0IR .row {
  justify-content: center;
}
.piChls-uJjxPEE0IR .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .piChls-uJjxPEE0IR .content-container {
    flex-wrap: wrap;
  }
}
.piChls-uJjxPEE0IR .info-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .piChls-uJjxPEE0IR .info-container {
    width: 100%;
  }
}
.piChls-uJjxPEE0IR .title-container {
  margin-bottom: 50px;
}
.piChls-uJjxPEE0IR .prototype-section-title {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .piChls-uJjxPEE0IR .prototype-section-title {
    text-align: center !important;
  }
}
.piChls-uJjxPEE0IR .prototype-section-subtitle {
  color: #FFDD65;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .piChls-uJjxPEE0IR .prototype-section-subtitle {
    text-align: center !important;
    margin-top: 1rem;
  }
}
.piChls-uJjxPEE0IR .btn-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: auto;
}
.piChls-uJjxPEE0IR .text-container {
  max-width: 400px;
  margin: 12px auto 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .piChls-uJjxPEE0IR .text-container {
    margin: 24px auto;
  }
}
.piChls-uJjxPEE0IR .prototype-text {
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 991px) {
  .piChls-uJjxPEE0IR .prototype-text {
    text-align: center !important;
  }
}
.piChls-uJjxPEE0IR .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .piChls-uJjxPEE0IR .text-item-container {
    flex-wrap: wrap;
  }
}
.piChls-uJjxPEE0IR .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .piChls-uJjxPEE0IR .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.piChls-uJjxPEE0IR .icon-text {
  color: #AE5EFF;
}
.piChls-uJjxPEE0IR .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.piChls-uJjxPEE0IR .iconfont-wrapper .prototype-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.piChls-uJjxPEE0IR .form-container {
  max-width: 535px;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .piChls-uJjxPEE0IR .form-container {
    max-width: 100%;
    width: 100%;
  }
}
.piChls-uJjxPEE0IR form {
  width: 100%;
}
.piChls-uJjxPEE0IR form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.piChls-uJjxPEE0IR form p {
  color: #ffffff;
}
.piChls-uJjxPEE0IR form .prototype-section-btn {
  width: max-content;
  max-width: 50%;
}
@media (max-width: 991px) {
  .piChls-uJjxPEE0IR form .prototype-section-btn {
    max-width: 100%;
    width: 100%;
  }
}
.piChls-uJjxPEE0IR form .prototype-section-btn .btn {
  padding: 10px 40px;
  height: 100%;
  border-radius: 0.75rem !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 991px) {
  .piChls-uJjxPEE0IR form .prototype-section-btn .btn {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
.piChls-uJjxPEE0IR form .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex-grow: 1;
}
.piChls-uJjxPEE0IR form .group-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0.42rem;
}
.piChls-uJjxPEE0IR form .group-bg {
  position: absolute;
  border-radius: 0.75rem;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #5dade5 2.76%, #0076ca 29.66%, #ffffff 61%, #5dade5 99.93%);
}
.piChls-uJjxPEE0IR form .group-border {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 6;
  padding: 3px;
  border-radius: 0.75rem;
  transition: all 300ms ease;
  background-image: linear-gradient(90deg, #5dade5 2.76%, #0076ca 29.66%, #ffffff 61%, #5dade5 99.93%);
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.piChls-uJjxPEE0IR form .group-border:hover {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
@media (max-width: 991px) {
  .piChls-uJjxPEE0IR form .group-border {
    flex-wrap: wrap;
  }
}
.piChls-uJjxPEE0IR form .form-control {
  min-height: 100px;
  height: 100%;
  border: none !important;
  background: #ffffff;
  box-shadow: none !important;
  border-radius: 0.75rem;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 24px;
  line-height: 32px;
  color: #212132;
  font-weight: 400;
}
@media (max-width: 991px) {
  .piChls-uJjxPEE0IR form .form-control {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    text-align: center !important;
  }
}
.piChls-uJjxPEE0IR form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.piChls-uJjxPEE0IR form .form-control::-moz-placeholder {
  color: #939292;
}
.piChls-uJjxPEE0IR form .form-control:-moz-placeholder {
  color: #939292;
}
.piChls-uJjxPEE0IR form .form-control:-ms-input-placeholder {
  color: #939292;
}
.piChls-uJjxPEE0IR form .form-control:hover {
  outline: none !important;
}
.piChls-uJjxPEE0IR form select {
  color: #939292 !important;
}
.piChls-uJjxPEE0IR form textarea {
  height: 200px;
}
.piChls-uJjxPEE0IR form input:active,
.piChls-uJjxPEE0IR form textarea:active,
.piChls-uJjxPEE0IR form input:focus,
.piChls-uJjxPEE0IR form textarea:focus {
  background-color: #FFFFFF !important;
}
.piChls-uJjxPEE0IR form input:active::-webkit-input-placeholder,
.piChls-uJjxPEE0IR form textarea:active::-webkit-input-placeholder,
.piChls-uJjxPEE0IR form input:focus::-webkit-input-placeholder,
.piChls-uJjxPEE0IR form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.piChls-uJjxPEE0IR form input:active::-moz-placeholder,
.piChls-uJjxPEE0IR form textarea:active::-moz-placeholder,
.piChls-uJjxPEE0IR form input:focus::-moz-placeholder,
.piChls-uJjxPEE0IR form textarea:focus::-moz-placeholder {
  color: #939292;
}
.piChls-uJjxPEE0IR form input:active:-moz-placeholder,
.piChls-uJjxPEE0IR form textarea:active:-moz-placeholder,
.piChls-uJjxPEE0IR form input:focus:-moz-placeholder,
.piChls-uJjxPEE0IR form textarea:focus:-moz-placeholder {
  color: #939292;
}
.piChls-uJjxPEE0IR form input:active:-ms-input-placeholder,
.piChls-uJjxPEE0IR form textarea:active:-ms-input-placeholder,
.piChls-uJjxPEE0IR form input:focus:-ms-input-placeholder,
.piChls-uJjxPEE0IR form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.piChls-uJjxPEE0IR form .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.piChls-uJjxPEE0IR form .row [class*=col] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.piChls-uJjxPEE0IR form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.piChls-uJjxPEE0IR form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.piChls-uJjxPEE0IR form .form-check-input:focus,
.piChls-uJjxPEE0IR form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.piChls-uJjxPEE0IR form .form-check-input:checked {
  border-color: #ffffff !important;
}
.piChls-uJjxPEE0IR .img-container {
  width: 50%;
}
@media (max-width: 991px) {
  .piChls-uJjxPEE0IR .img-container {
    width: 100%;
    margin-top: 40px;
  }
}
.piChls-uJjxPEE0IR .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(90deg, #5dade5 2.76%, #0076ca 29.66%, #ffffff 61%, #5dade5 99.93%);
}
.piChls-uJjxPEE0IR .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(90deg, #5dade5 2.76%, #0076ca 29.66%, #ffffff 61%, #5dade5 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.piChls-uJjxPEE0IR .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
  background-color: #212132;
}
.piChls-uJjxPEE0IR .image-wrapper img {
  width: 75%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}
.piChls-uJjRtZH7OB {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #002036;
}
.piChls-uJjRtZH7OB .prototype-fallback-image.disabled {
  display: none;
}
.piChls-uJjRtZH7OB .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.piChls-uJjRtZH7OB .row {
  justify-content: center;
}
.piChls-uJjRtZH7OB .main-content {
  background-color: #005693;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper {
    margin-bottom: 30px;
  }
}
.piChls-uJjRtZH7OB .title-wrapper .prototype-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper .prototype-section-title {
    margin-bottom: 30px;
  }
}
.piChls-uJjRtZH7OB .title-wrapper .text-wrapper .prototype-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .piChls-uJjRtZH7OB .title-wrapper .text-wrapper .prototype-text {
    width: 100%;
  }
}
.piChls-uJjRtZH7OB .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.piChls-uJjRtZH7OB .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.piChls-uJjRtZH7OB .list .item-wrap:last-child {
  margin-bottom: 0;
}
.piChls-uJjRtZH7OB .list .item-wrap:hover,
.piChls-uJjRtZH7OB .list .item-wrap:focus {
  transform: translateX(14px);
}
.piChls-uJjRtZH7OB .prototype-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.piChls-uJjRtZH7OB .prototype-section-title {
  color: #151e11;
}
.piChls-uJjRtZH7OB .prototype-text {
  color: #151e11;
}
.piChls-uJjRtZH7OB .list,
.piChls-uJjRtZH7OB .item-wrap {
  color: #ffffff;
}
.piChls-uJjRtZH7OB .prototype-text,
.piChls-uJjRtZH7OB .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.piChls-uJjRtZH7OB .prototype-section-title,
.piChls-uJjRtZH7OB .prototype-section-btn {
  color: #ffffff;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
.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;
}

@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
        bottom: 0;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 12px 0;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .cookie-banner {
        padding: 8px;
        gap: 8px;
        font-size: 12px;
    }
    .cookie-banner img {
        width: 30px;
        height: 30px;
    }
    .cookie-buttons {
        gap: 5px;
    }
    .cookie-btn {
        padding: 10px 0;
        font-size: 12px;
    }
}

/* logoanimations */
@keyframes bounceLeft {
    0%   { transform: translateX(0); }
    50%  { transform: translateX(-20px); }
    100% { transform: translateX(0); }
}

.navbar-brand {
    animation: bounceLeft 1s ease-in-out 1 forwards;
}
/* endlogoanimations */

/* mainanimations */
/* Style 8: skew slight */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: skewX(5deg);
}
/* endmainanimations */
.quiz-section {
  background-image: url("../../../assets/images/jemdsv.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}