.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.measure-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .measure-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .measure-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .measure-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
}
.display-5 > .measure-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .measure-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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f97316 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f97316 !important;
  border-color: #f97316 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fa9148 !important;
  border-color: #fa9148 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fa9148 !important;
  border-color: #fa9148 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f97316;
  color: #f97316;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b44c05 !important;
  background-color: transparent !important;
  border-color: #b44c05 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f97316 !important;
  border-color: #f97316 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f97316 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a54604 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !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: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #f97316;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.measure-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.measure-gallery-filter li a {
  border-radius: 100px !important;
}
.measure-gallery-filter li.active .btn {
  background-color: #f97316;
  border-color: #f97316;
  color: #ffffff;
}
.measure-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f97316;
}
.measure-plan-header.bg-primary .measure-plan-subtitle,
.measure-plan-header.bg-primary .measure-plan-price-desc {
  color: #feeadd;
}
.measure-plan-header.bg-success .measure-plan-subtitle,
.measure-plan-header.bg-success .measure-plan-price-desc {
  color: #c0b27c;
}
.measure-plan-header.bg-info .measure-plan-subtitle,
.measure-plan-header.bg-info .measure-plan-price-desc {
  color: #f3abab;
}
.measure-plan-header.bg-warning .measure-plan-subtitle,
.measure-plan-header.bg-warning .measure-plan-price-desc {
  color: #ffffff;
}
.measure-plan-header.bg-danger .measure-plan-subtitle,
.measure-plan-header.bg-danger .measure-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .measure-iconfont {
  font-size: 1.75rem;
}
.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: #f97316 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .measure-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #f97316;
}
/* Forms */
.measure-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.measure-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.measure-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.measure-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f97316;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f97316;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f97316;
  border-bottom-color: #f97316;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f97316 !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: #ffd7ef !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='%23f97316' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-dropdown {
  position: relative !important;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:before {
  font-family: dashboard2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:hover,
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:focus {
  background: #f97316 !important;
  color: white !important;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:hover span {
  color: white;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-link {
  position: relative;
}
.JPI5aZoB-uOMtvDHCQ5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMtvDHCQ5 .container {
    flex-wrap: nowrap;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-menu,
.JPI5aZoB-uOMtvDHCQ5 .navbar.opened {
  background: #1a1e3f !important;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-item:focus,
.JPI5aZoB-uOMtvDHCQ5 .nav-link:focus {
  outline: none;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown .dropdown-menu .dropdown-item .measure-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown .dropdown-menu .dropdown-item .measure-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.JPI5aZoB-uOMtvDHCQ5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.JPI5aZoB-uOMtvDHCQ5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e3f;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.opened {
  transition: all 0.3s;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-logo img {
  width: auto;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed {
  justify-content: center;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-short {
  min-height: 60px;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.JPI5aZoB-uOMtvDHCQ5 .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;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar-brand {
    padding-right: 40px;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item.active,
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:active {
  background-color: transparent;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e3f;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.JPI5aZoB-uOMtvDHCQ5 ul.navbar-nav {
  flex-wrap: wrap;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.JPI5aZoB-uOMtvDHCQ5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JPI5aZoB-uOMtvDHCQ5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.JPI5aZoB-uOMtvDHCQ5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.JPI5aZoB-uOMtvDHCQ5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.JPI5aZoB-uOMtvDHCQ5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.JPI5aZoB-uOMtvDHCQ5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar {
    height: 70px;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar.opened {
    height: auto;
  }
  .JPI5aZoB-uOMtvDHCQ5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .container,
.JPI5aZoB-uOMtvDHCQ5 .container-fluid {
  flex-wrap: wrap;
}
.JPI5aZoB-uOMtvDHCQ5 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.JPI5aZoB-uOMtvDHCQ5 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.JPI5aZoB-uOMtvDHCQ5 .contacts-menu .measure-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .JPI5aZoB-uOMtvDHCQ5 .contacts-menu {
    display: none;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.JPI5aZoB-uOMtvDHCQ5 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f97316;
  margin-right: 24px;
  transition: 0.3s all;
}
.JPI5aZoB-uOMtvDHCQ5 .icon-box:hover {
  transform: scale(1.1);
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .measure-section-btn {
    margin-left: auto;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .measure-section-btn .btn-black {
  color: #f97316 !important;
}
@media (max-width: 577px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .measure-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .measure-section-btn .btn {
    flex-grow: 1;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .nav-link:hover {
  color: #f97316 !important;
}
.JPI5aZoB-uOMtvDHCQ5 .card-title {
  color: #ffffff;
}
.JPI5aZoB-uOMtvDHCQ5 .card-text {
  color: #ffffff;
}
.JPI5aZoB-uOMtSbRLx4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/3.jpg");
}
.JPI5aZoB-uOMtSbRLx4 .measure-fallback-image.disabled {
  display: none;
}
.JPI5aZoB-uOMtSbRLx4 .measure-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JPI5aZoB-uOMtSbRLx4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMtSbRLx4 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMtSbRLx4 .container {
    padding: 0 25px;
  }
}
.JPI5aZoB-uOMtSbRLx4 .title-wrapper {
  margin-right: 50px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMtSbRLx4 .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.JPI5aZoB-uOMtSbRLx4 .title-wrapper .measure-section-title {
  margin-bottom: 20px;
}
.JPI5aZoB-uOMtSbRLx4 .title-wrapper .measure-text {
  margin-bottom: 20px;
}
.JPI5aZoB-uOMtSbRLx4 .image-wrapper img {
  height: 600px;
  border-radius: 100px 0 0 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMtSbRLx4 .image-wrapper img {
    height: 350px;
  }
}
.JPI5aZoB-uOMtSbRLx4 .measure-section-title {
  color: #2f2e30;
}
.JPI5aZoB-uOMtSbRLx4 .measure-text {
  color: #ffffff;
}
.JPI5aZoB-uOMtSbRLx4 .measure-section-title,
.JPI5aZoB-uOMtSbRLx4 .measure-section-btn {
  color: #ffffff;
}
.JPI5aZoB-uOMtZVxXZs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #6477d2;
}
.JPI5aZoB-uOMtZVxXZs .measure-fallback-image.disabled {
  display: none;
}
.JPI5aZoB-uOMtZVxXZs .measure-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JPI5aZoB-uOMtZVxXZs .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .JPI5aZoB-uOMtZVxXZs .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMtZVxXZs .content-wrapper {
    padding: 0;
  }
}
.JPI5aZoB-uOMtZVxXZs .content-wrapper .card-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #6477d2;
  padding: 200px 150px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
}
@media (max-width: 1440px) {
  .JPI5aZoB-uOMtZVxXZs .content-wrapper .card-wrapper {
    padding: 200px 64px;
  }
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMtZVxXZs .content-wrapper .card-wrapper {
    padding: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMtZVxXZs .content-wrapper .card-wrapper {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.JPI5aZoB-uOMtZVxXZs .content-wrapper .card-wrapper .card-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMtZVxXZs .content-wrapper .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.JPI5aZoB-uOMtZVxXZs .content-wrapper .card-wrapper .card-wrap .measure-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMtZVxXZs .content-wrapper .card-wrapper .card-wrap .measure-section-title {
    margin-bottom: 32px;
  }
}
.JPI5aZoB-uOMtZVxXZs .content-wrapper .card-wrapper .card-wrap .measure-text {
  margin-bottom: 32px;
}
.JPI5aZoB-uOMtZVxXZs .content-wrapper .card-wrapper .image-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMtZVxXZs .content-wrapper .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.JPI5aZoB-uOMtZVxXZs .content-wrapper .card-wrapper .image-wrapper img {
  object-fit: cover;
  height: 420px;
  border: 2px solid #1a1e3f;
  box-shadow: -10px 10px 0 0 #1a1e3f;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMtZVxXZs .content-wrapper .card-wrapper .image-wrapper img {
    box-shadow: -5px 5px 0 0 #1a1e3f;
    height: 350px;
  }
}
.JPI5aZoB-uOMtZVxXZs .measure-section-title {
  color: #2C2625;
}
.JPI5aZoB-uOMtZVxXZs .measure-text {
  color: #ffffff;
}
.JPI5aZoB-uOMtZVxXZs .measure-section-title,
.JPI5aZoB-uOMtZVxXZs .measure-section-btn {
  color: #ffffff;
}
.JPI5aZoB-uOMu6bL1m1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.JPI5aZoB-uOMu6bL1m1 .measure-fallback-image.disabled {
  display: none;
}
.JPI5aZoB-uOMu6bL1m1 .measure-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JPI5aZoB-uOMu6bL1m1 .title-wrapper .measure-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .JPI5aZoB-uOMu6bL1m1 .title-wrapper .measure-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMu6bL1m1 .title-wrapper .measure-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.JPI5aZoB-uOMu6bL1m1 .items-wrapper {
  margin: 0;
}
.JPI5aZoB-uOMu6bL1m1 .items-wrapper .item {
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMu6bL1m1 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.JPI5aZoB-uOMu6bL1m1 .items-wrapper .item .item-wrapper {
  display: flex;
  padding: 0 40px 0 0;
  height: 100%;
  padding: 0 40px 40px 0;
  border-bottom: 1px solid #bac0cc;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMu6bL1m1 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMu6bL1m1 .items-wrapper .item .item-wrapper {
    padding: 0 0 20px 0;
  }
}
.JPI5aZoB-uOMu6bL1m1 .items-wrapper .item .item-wrapper .item-number {
  min-width: 70px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMu6bL1m1 .items-wrapper .item .item-wrapper .item-number {
    min-width: auto;
    margin-bottom: 10px;
  }
}
.JPI5aZoB-uOMu6bL1m1 .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
}
.JPI5aZoB-uOMu6bL1m1 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.JPI5aZoB-uOMu6bL1m1 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMu6bL1m1 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.JPI5aZoB-uOMu6bL1m1 .items-wrapper .item .item-wrapper .measure-section-btn {
  margin-top: 20px;
}
.JPI5aZoB-uOMu6bL1m1 .items-wrapper .item .item-wrapper .measure-section-btn .btn {
  margin-bottom: 0;
}
.JPI5aZoB-uOMu6bL1m1 .measure-section-title {
  color: #093388;
}
.JPI5aZoB-uOMu6bL1m1 .item-number {
  color: #f97316;
}
.JPI5aZoB-uOMu6bL1m1 .item-title {
  color: #093388;
}
.JPI5aZoB-uOMu6bL1m1 .item-text {
  color: #58595b;
}
.JPI5aZoB-uOMu6bL1m1 .measure-section-title,
.JPI5aZoB-uOMu6bL1m1 .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.JPI5aZoB-uOMu6bL1m1 .item-text,
.JPI5aZoB-uOMu6bL1m1 .text-wrapper {
  color: #ffffff;
}
.JPI5aZoB-uOMu6bL1m1 .item-title,
.JPI5aZoB-uOMu6bL1m1 .measure-section-btn {
  color: #f97316;
}
.JPI5aZoB-uOMu3rlZDR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6477d2;
}
.JPI5aZoB-uOMu3rlZDR .measure-fallback-image.disabled {
  display: none;
}
.JPI5aZoB-uOMu3rlZDR .measure-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JPI5aZoB-uOMu3rlZDR .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMu3rlZDR .title-wrapper {
    margin-bottom: 30px;
  }
}
.JPI5aZoB-uOMu3rlZDR .title-wrapper .label-wrapper .measure-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.JPI5aZoB-uOMu3rlZDR .title-wrapper .title-wrap .measure-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMu3rlZDR .title-wrapper .title-wrap .measure-section-title {
    width: 100%;
  }
}
.JPI5aZoB-uOMu3rlZDR .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMu3rlZDR .item {
    margin-bottom: 15px;
  }
}
.JPI5aZoB-uOMu3rlZDR .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 100px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .JPI5aZoB-uOMu3rlZDR .item .item-wrapper {
    padding: 100px 40px;
  }
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMu3rlZDR .item .item-wrapper {
    padding: 200px 15px 15px;
  }
}
.JPI5aZoB-uOMu3rlZDR .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.JPI5aZoB-uOMu3rlZDR .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  background-color: #6477d2;
  width: 48%;
  padding: 50px 60px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMu3rlZDR .item .item-wrapper .item-content {
    padding: 30px 15px;
    width: 100%;
  }
}
.JPI5aZoB-uOMu3rlZDR .item .item-wrapper .item-content .label-wrap .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 15px;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
.JPI5aZoB-uOMu3rlZDR .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
  text-decoration: underline;
  text-decoration-color: transparent;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.JPI5aZoB-uOMu3rlZDR .item .item-wrapper .item-content .card-title:hover,
.JPI5aZoB-uOMu3rlZDR .item .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.JPI5aZoB-uOMu3rlZDR .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
}
.JPI5aZoB-uOMu3rlZDR .item .item-wrapper .item-content .measure-section-btn {
  margin-top: 20px;
}
.JPI5aZoB-uOMu3rlZDR .item .item-wrapper .item-content .measure-section-btn .btn {
  margin-bottom: 0;
}
.JPI5aZoB-uOMu3rlZDR .measure-label,
.JPI5aZoB-uOMu3rlZDR .label-wrapper {
  color: #000000;
  text-align: center;
}
.JPI5aZoB-uOMu3rlZDR .measure-section-title,
.JPI5aZoB-uOMu3rlZDR .title-wrapper {
  color: #000000;
  text-align: center;
}
.JPI5aZoB-uOMu3rlZDR .card-label {
  color: #000000;
}
.JPI5aZoB-uOMu3rlZDR .card-title {
  color: #000000;
}
.JPI5aZoB-uOMu3rlZDR .card-text {
  color: #ffffff;
}
.JPI5aZoB-uOMu3rlZDR .card-title,
.JPI5aZoB-uOMu3rlZDR .measure-section-btn {
  color: #ffffff;
}
.JPI5aZoB-uOMu3rlZDR .measure-section-title,
.JPI5aZoB-uOMu3rlZDR .title-wrap {
  color: #ffffff;
}
.JPI5aZoB-uOMtJ6pWFG {
  overflow: hidden;
  background-color: #121212;
}
.JPI5aZoB-uOMtJ6pWFG .measure-fallback-image.disabled {
  display: none;
}
.JPI5aZoB-uOMtJ6pWFG .measure-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JPI5aZoB-uOMtJ6pWFG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMtJ6pWFG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMtJ6pWFG .container {
    padding: 0 24px;
  }
}
.JPI5aZoB-uOMtJ6pWFG .row {
  position: relative;
}
.JPI5aZoB-uOMtJ6pWFG .row .card {
  justify-content: center;
}
.JPI5aZoB-uOMtJ6pWFG .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #6477d2;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMtJ6pWFG .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .JPI5aZoB-uOMtJ6pWFG .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.JPI5aZoB-uOMtJ6pWFG .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMtJ6pWFG .title-wrapper {
    margin-bottom: 32px;
  }
}
.JPI5aZoB-uOMtJ6pWFG .title-wrapper .measure-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMtJ6pWFG .title-wrapper .measure-section-title {
    margin-bottom: 32px;
  }
}
.JPI5aZoB-uOMtJ6pWFG .title-wrapper .measure-text {
  margin-bottom: 0;
}
.JPI5aZoB-uOMtJ6pWFG .title-wrapper .measure-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMtJ6pWFG .title-wrapper .measure-section-btn {
    margin-top: 32px;
  }
}
.JPI5aZoB-uOMtJ6pWFG .image-wrapper {
  position: relative;
}
.JPI5aZoB-uOMtJ6pWFG .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMtJ6pWFG .image-wrapper img {
    height: 350px;
  }
}
.JPI5aZoB-uOMtJ6pWFG .measure-section-title {
  color: #F5DF4D;
}
.JPI5aZoB-uOMtJ6pWFG .measure-text {
  color: #FF3399;
}
.JPI5aZoB-uOMtJ6pWFG .measure-text,
.JPI5aZoB-uOMtJ6pWFG .measure-section-btn {
  color: #ffffff;
}
.JPI5aZoB-uOMtJ6pWFG .measure-section-title,
.JPI5aZoB-uOMtJ6pWFG .measure-section-btn {
  color: #ffffff;
}
.JPI5aZoB-uOMuqig86H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6477d2;
}
.JPI5aZoB-uOMuqig86H .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .JPI5aZoB-uOMuqig86H .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMuqig86H .col-card {
    padding-left: 4.625rem;
  }
}
@media (max-width: 991px) {
  .JPI5aZoB-uOMuqig86H .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMuqig86H .col-text {
    padding-right: 4.625rem;
  }
}
.JPI5aZoB-uOMuqig86H .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.JPI5aZoB-uOMuqig86H .measure-section-title {
  margin-bottom: 16px;
  color: #002549;
}
.JPI5aZoB-uOMuqig86H .measure-text {
  color: #ffffff;
}
.JPI5aZoB-uOMuqig86H .list {
  color: #002549;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.JPI5aZoB-uOMuqig86H .list .item-wrap {
  margin-bottom: 16px;
}
.JPI5aZoB-uOMuqig86H .list .item-wrap:last-child {
  margin-bottom: 0;
}
.JPI5aZoB-uOMuqig86H .measure-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.JPI5aZoB-uOMuqig86H .cards-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5rem;
  border-left: 1px solid #f97316;
}
@media (max-width: 767px) {
  .JPI5aZoB-uOMuqig86H .cards-container {
    padding-left: 2rem;
  }
}
.JPI5aZoB-uOMuqig86H .card-text-container {
  flex-grow: 1;
}
.JPI5aZoB-uOMuqig86H .measure-fallback-image.disabled {
  display: none;
}
.JPI5aZoB-uOMuqig86H .measure-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JPI5aZoB-uOMuqig86H .measure-section-title,
.JPI5aZoB-uOMuqig86H .measure-section-btn {
  color: #ffffff;
}
.JPI5aZoB-uOMuqig86H .list,
.JPI5aZoB-uOMuqig86H .item-wrap {
  color: #ffffff;
}
.JPI5aZoB-uOMv1mIaRC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1a1e3f;
}
.JPI5aZoB-uOMv1mIaRC .wrapper {
  background-color: #1a1e3f;
}
.JPI5aZoB-uOMv1mIaRC li {
  list-style-type: none;
}
.JPI5aZoB-uOMv1mIaRC .contact-info-m {
  margin-bottom: 1.875rem;
}
.JPI5aZoB-uOMv1mIaRC .list-1 li {
  margin-bottom: 1rem;
}
.JPI5aZoB-uOMv1mIaRC .list-1 li:last-child {
  margin-bottom: 0;
}
.JPI5aZoB-uOMv1mIaRC .list-2 li {
  margin-bottom: 1.875rem;
}
.JPI5aZoB-uOMv1mIaRC .list-2 li:last-child {
  margin-bottom: 0;
}
.JPI5aZoB-uOMv1mIaRC ul {
  margin: 0;
}
.JPI5aZoB-uOMv1mIaRC .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.JPI5aZoB-uOMv1mIaRC .measure-fallback-image.disabled {
  display: none;
}
.JPI5aZoB-uOMv1mIaRC .measure-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JPI5aZoB-uOMv1mIaRC .measure-section-title {
  color: #ffffff;
}
.JPI5aZoB-uOMv1mIaRC .list1 {
  color: #ffffff;
}
.JPI5aZoB-uOMv1mIaRC .list2 {
  color: #ffffff;
}
.JPI5aZoB-uOMPbzAiXo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a1e3f;
}
.JPI5aZoB-uOMPbzAiXo .media-container-row .measure-text {
  color: #ffffff;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-dropdown {
  position: relative !important;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:before {
  font-family: dashboard2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:hover,
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:focus {
  background: #f97316 !important;
  color: white !important;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:hover span {
  color: white;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-link {
  position: relative;
}
.JPI5aZoB-uOMtvDHCQ5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMtvDHCQ5 .container {
    flex-wrap: nowrap;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-menu,
.JPI5aZoB-uOMtvDHCQ5 .navbar.opened {
  background: #1a1e3f !important;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-item:focus,
.JPI5aZoB-uOMtvDHCQ5 .nav-link:focus {
  outline: none;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown .dropdown-menu .dropdown-item .measure-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown .dropdown-menu .dropdown-item .measure-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.JPI5aZoB-uOMtvDHCQ5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.JPI5aZoB-uOMtvDHCQ5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e3f;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.opened {
  transition: all 0.3s;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-logo img {
  width: auto;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed {
  justify-content: center;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-short {
  min-height: 60px;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.JPI5aZoB-uOMtvDHCQ5 .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;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar-brand {
    padding-right: 40px;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item.active,
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:active {
  background-color: transparent;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e3f;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.JPI5aZoB-uOMtvDHCQ5 ul.navbar-nav {
  flex-wrap: wrap;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.JPI5aZoB-uOMtvDHCQ5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JPI5aZoB-uOMtvDHCQ5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.JPI5aZoB-uOMtvDHCQ5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.JPI5aZoB-uOMtvDHCQ5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.JPI5aZoB-uOMtvDHCQ5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.JPI5aZoB-uOMtvDHCQ5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar {
    height: 70px;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar.opened {
    height: auto;
  }
  .JPI5aZoB-uOMtvDHCQ5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .container,
.JPI5aZoB-uOMtvDHCQ5 .container-fluid {
  flex-wrap: wrap;
}
.JPI5aZoB-uOMtvDHCQ5 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.JPI5aZoB-uOMtvDHCQ5 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.JPI5aZoB-uOMtvDHCQ5 .contacts-menu .measure-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .JPI5aZoB-uOMtvDHCQ5 .contacts-menu {
    display: none;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.JPI5aZoB-uOMtvDHCQ5 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f97316;
  margin-right: 24px;
  transition: 0.3s all;
}
.JPI5aZoB-uOMtvDHCQ5 .icon-box:hover {
  transform: scale(1.1);
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .measure-section-btn {
    margin-left: auto;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .measure-section-btn .btn-black {
  color: #f97316 !important;
}
@media (max-width: 577px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .measure-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .measure-section-btn .btn {
    flex-grow: 1;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .nav-link:hover {
  color: #f97316 !important;
}
.JPI5aZoB-uOMtvDHCQ5 .card-title {
  color: #ffffff;
}
.JPI5aZoB-uOMtvDHCQ5 .card-text {
  color: #ffffff;
}
.JPI5aZoB-uOMDTr3hBk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.JPI5aZoB-uOMDTr3hBk .measure-fallback-image.disabled {
  display: none;
}
.JPI5aZoB-uOMDTr3hBk .measure-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .JPI5aZoB-uOMDTr3hBk .container {
    padding: 0 24px;
  }
}
.JPI5aZoB-uOMDTr3hBk .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMDTr3hBk .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.JPI5aZoB-uOMDTr3hBk .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMDTr3hBk .image-wrapper img {
    height: 350px;
  }
}
.JPI5aZoB-uOMDTr3hBk .content-wrapper .measure-section-title {
  margin-bottom: 16px;
}
.JPI5aZoB-uOMDTr3hBk .content-wrapper .measure-section-title span {
  color: #e0b548;
}
.JPI5aZoB-uOMDTr3hBk .content-wrapper .measure-text {
  margin-bottom: 0;
}
.JPI5aZoB-uOMDTr3hBk .content-wrapper .measure-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMDTr3hBk .content-wrapper .measure-desc {
    margin: 24px 0 0;
  }
}
.JPI5aZoB-uOMDTr3hBk .content-wrapper .measure-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMDTr3hBk .content-wrapper .measure-section-btn {
    margin-top: 24px;
  }
}
.JPI5aZoB-uOMDTr3hBk .measure-section-title {
  color: #F9F6E0;
}
.JPI5aZoB-uOMDTr3hBk .measure-text {
  color: #ffffff;
}
.JPI5aZoB-uOMDTr3hBk .measure-desc {
  color: #E0B548;
}
.JPI5aZoB-uOMDTr3hBk .measure-section-title,
.JPI5aZoB-uOMDTr3hBk .measure-section-btn {
  color: #ffffff;
}
.JPI5aZoB-uOME46vK9x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6477d2;
}
.JPI5aZoB-uOME46vK9x .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.JPI5aZoB-uOME46vK9x .measure-fallback-image.disabled {
  display: none;
}
.JPI5aZoB-uOME46vK9x .measure-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JPI5aZoB-uOME46vK9x .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .JPI5aZoB-uOME46vK9x .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .JPI5aZoB-uOME46vK9x .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.JPI5aZoB-uOME46vK9x .card-title,
.JPI5aZoB-uOME46vK9x .iconfont-wrapper {
  color: #000000;
}
.JPI5aZoB-uOME46vK9x .content-head {
  max-width: 800px;
}
.JPI5aZoB-uOME46vK9x .measure-section-title {
  color: #ffffff;
}
.JPI5aZoB-uOME46vK9x .measure-section-subtitle {
  color: #ffffff;
}
.JPI5aZoB-uOME46vK9x .card-text {
  color: #000000;
}
.JPI5aZoB-uOME46vK9x .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .JPI5aZoB-uOME46vK9x .item-mb {
    margin-bottom: 1rem;
  }
}
.JPI5aZoB-uOME9xknJE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.JPI5aZoB-uOME9xknJE .measure-fallback-image.disabled {
  display: none;
}
.JPI5aZoB-uOME9xknJE .measure-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JPI5aZoB-uOME9xknJE .row {
  justify-content: space-between;
}
.JPI5aZoB-uOME9xknJE .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOME9xknJE .image-wrapper {
    margin-bottom: 40px;
  }
}
.JPI5aZoB-uOME9xknJE .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOME9xknJE .image-wrapper img {
    height: 350px;
  }
}
.JPI5aZoB-uOME9xknJE .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.JPI5aZoB-uOME9xknJE .content-wrapper .label-wrapper .measure-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.JPI5aZoB-uOME9xknJE .content-wrapper .measure-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOME9xknJE .content-wrapper .measure-section-title {
    margin-bottom: 20px;
  }
}
.JPI5aZoB-uOME9xknJE .content-wrapper .text-wrapper .measure-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOME9xknJE .content-wrapper .text-wrapper .measure-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.JPI5aZoB-uOME9xknJE .measure-label {
  color: #19171c;
}
.JPI5aZoB-uOME9xknJE .measure-section-title {
  color: #19171c;
}
.JPI5aZoB-uOME9xknJE .measure-text,
.JPI5aZoB-uOME9xknJE .text-wrapper {
  color: #ffffff;
}
.JPI5aZoB-uOME9xknJE .measure-section-title,
.JPI5aZoB-uOME9xknJE .measure-section-btn,
.JPI5aZoB-uOME9xknJE .iconfont-wrapper {
  color: #ffffff;
}
.JPI5aZoB-uOMEjI2YBG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6477d2;
}
.JPI5aZoB-uOMEjI2YBG .measure-fallback-image.disabled {
  display: none;
}
.JPI5aZoB-uOMEjI2YBG .measure-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JPI5aZoB-uOMEjI2YBG .items-wrapper {
  margin: 0 -5px;
}
.JPI5aZoB-uOMEjI2YBG .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMEjI2YBG .items-wrapper .card {
    margin-bottom: 16px;
  }
  .JPI5aZoB-uOMEjI2YBG .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.JPI5aZoB-uOMEjI2YBG .image-wrapper {
  height: 100%;
}
.JPI5aZoB-uOMEjI2YBG .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMEjI2YBG .image-wrapper img {
    height: 350px;
  }
}
.JPI5aZoB-uOMEjI2YBG .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #121212;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMEjI2YBG .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.JPI5aZoB-uOMEjI2YBG .content-wrapper .measure-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMEjI2YBG .content-wrapper .measure-section-title {
    margin-bottom: 40px;
  }
}
.JPI5aZoB-uOMEjI2YBG .content-wrapper .measure-text {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMEjI2YBG .content-wrapper .measure-text {
    margin-bottom: 30px;
  }
}
.JPI5aZoB-uOMEjI2YBG .measure-section-title {
  color: #ffffff;
}
.JPI5aZoB-uOMEjI2YBG .measure-text {
  color: #ffffff;
}
.JPI5aZoB-uOMv1mIaRC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1a1e3f;
}
.JPI5aZoB-uOMv1mIaRC .wrapper {
  background-color: #1a1e3f;
}
.JPI5aZoB-uOMv1mIaRC li {
  list-style-type: none;
}
.JPI5aZoB-uOMv1mIaRC .contact-info-m {
  margin-bottom: 1.875rem;
}
.JPI5aZoB-uOMv1mIaRC .list-1 li {
  margin-bottom: 1rem;
}
.JPI5aZoB-uOMv1mIaRC .list-1 li:last-child {
  margin-bottom: 0;
}
.JPI5aZoB-uOMv1mIaRC .list-2 li {
  margin-bottom: 1.875rem;
}
.JPI5aZoB-uOMv1mIaRC .list-2 li:last-child {
  margin-bottom: 0;
}
.JPI5aZoB-uOMv1mIaRC ul {
  margin: 0;
}
.JPI5aZoB-uOMv1mIaRC .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.JPI5aZoB-uOMv1mIaRC .measure-fallback-image.disabled {
  display: none;
}
.JPI5aZoB-uOMv1mIaRC .measure-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JPI5aZoB-uOMv1mIaRC .measure-section-title {
  color: #ffffff;
}
.JPI5aZoB-uOMv1mIaRC .list1 {
  color: #ffffff;
}
.JPI5aZoB-uOMv1mIaRC .list2 {
  color: #ffffff;
}
.JPI5aZoB-uOMPbzAiXo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a1e3f;
}
.JPI5aZoB-uOMPbzAiXo .media-container-row .measure-text {
  color: #ffffff;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-dropdown {
  position: relative !important;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:before {
  font-family: dashboard2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:hover,
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:focus {
  background: #f97316 !important;
  color: white !important;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:hover span {
  color: white;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-link {
  position: relative;
}
.JPI5aZoB-uOMtvDHCQ5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMtvDHCQ5 .container {
    flex-wrap: nowrap;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-menu,
.JPI5aZoB-uOMtvDHCQ5 .navbar.opened {
  background: #1a1e3f !important;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-item:focus,
.JPI5aZoB-uOMtvDHCQ5 .nav-link:focus {
  outline: none;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown .dropdown-menu .dropdown-item .measure-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown .dropdown-menu .dropdown-item .measure-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.JPI5aZoB-uOMtvDHCQ5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.JPI5aZoB-uOMtvDHCQ5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e3f;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.opened {
  transition: all 0.3s;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-logo img {
  width: auto;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed {
  justify-content: center;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-short {
  min-height: 60px;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.JPI5aZoB-uOMtvDHCQ5 .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;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar-brand {
    padding-right: 40px;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item.active,
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:active {
  background-color: transparent;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e3f;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.JPI5aZoB-uOMtvDHCQ5 ul.navbar-nav {
  flex-wrap: wrap;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.JPI5aZoB-uOMtvDHCQ5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JPI5aZoB-uOMtvDHCQ5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.JPI5aZoB-uOMtvDHCQ5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.JPI5aZoB-uOMtvDHCQ5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.JPI5aZoB-uOMtvDHCQ5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.JPI5aZoB-uOMtvDHCQ5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar {
    height: 70px;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar.opened {
    height: auto;
  }
  .JPI5aZoB-uOMtvDHCQ5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .container,
.JPI5aZoB-uOMtvDHCQ5 .container-fluid {
  flex-wrap: wrap;
}
.JPI5aZoB-uOMtvDHCQ5 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.JPI5aZoB-uOMtvDHCQ5 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.JPI5aZoB-uOMtvDHCQ5 .contacts-menu .measure-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .JPI5aZoB-uOMtvDHCQ5 .contacts-menu {
    display: none;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.JPI5aZoB-uOMtvDHCQ5 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f97316;
  margin-right: 24px;
  transition: 0.3s all;
}
.JPI5aZoB-uOMtvDHCQ5 .icon-box:hover {
  transform: scale(1.1);
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .measure-section-btn {
    margin-left: auto;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .measure-section-btn .btn-black {
  color: #f97316 !important;
}
@media (max-width: 577px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .measure-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .measure-section-btn .btn {
    flex-grow: 1;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .nav-link:hover {
  color: #f97316 !important;
}
.JPI5aZoB-uOMtvDHCQ5 .card-title {
  color: #ffffff;
}
.JPI5aZoB-uOMtvDHCQ5 .card-text {
  color: #ffffff;
}
.JPI5aZoB-uOMGzhivaM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121212;
}
.JPI5aZoB-uOMGzhivaM .measure-fallback-image.disabled {
  display: none;
}
.JPI5aZoB-uOMGzhivaM .measure-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JPI5aZoB-uOMGzhivaM .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .JPI5aZoB-uOMGzhivaM .container-fluid {
    padding: 0 12px;
  }
}
.JPI5aZoB-uOMGzhivaM .container-fluid .row {
  padding: 0;
}
.JPI5aZoB-uOMGzhivaM .row {
  border: 3px solid #121212;
  border-radius: 5px;
}
.JPI5aZoB-uOMGzhivaM .card {
  padding: 80px 28px;
  border-radius: 0;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMGzhivaM .card {
    border-left: 1px solid #121212;
  }
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMGzhivaM .card {
    padding: 48px 20px;
  }
}
.JPI5aZoB-uOMGzhivaM .card .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.JPI5aZoB-uOMGzhivaM .card .image-wrapper .image-main {
  display: block;
  height: 520px;
  object-fit: cover;
  border-radius: 30px;
  position: static;
  width: 50%;
}
@media (max-width: 1200px) {
  .JPI5aZoB-uOMGzhivaM .card .image-wrapper .image-main {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .JPI5aZoB-uOMGzhivaM .card .image-wrapper .image-main {
    height: 250px;
  }
}
.JPI5aZoB-uOMGzhivaM .card .image-wrapper img {
  position: absolute;
  top: 5rem;
  right: 6rem;
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMGzhivaM .card .image-wrapper img {
    right: 0;
  }
}
.JPI5aZoB-uOMGzhivaM .card .image-wrapper img:nth-child(2) {
  right: auto;
  top: 11rem;
  left: 6rem;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMGzhivaM .card .image-wrapper img:nth-child(2) {
    top: 6rem;
    left: 0;
  }
}
.JPI5aZoB-uOMGzhivaM .card .image-wrapper img:last-child {
  top: auto;
  bottom: 8rem;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMGzhivaM .card .image-wrapper img:last-child {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .JPI5aZoB-uOMGzhivaM .card .image-wrapper img {
    width: 100px;
    height: 100px;
  }
}
.JPI5aZoB-uOMGzhivaM .card:last-child {
  justify-content: flex-end;
  height: auto;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMGzhivaM .card:last-child {
    border-left: none;
    border-right: 2px solid #121212;
  }
}
.JPI5aZoB-uOMGzhivaM .card .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMGzhivaM .card .title-wrapper {
    margin-bottom: 48px;
  }
}
.JPI5aZoB-uOMGzhivaM .card .title-wrapper .measure-section-title {
  margin-bottom: 0;
}
.JPI5aZoB-uOMGzhivaM .card .title-wrapper .measure-section-subtitle {
  line-height: 48px;
  margin-bottom: 0;
}
.JPI5aZoB-uOMGzhivaM .card .text-wrapper .measure-text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMGzhivaM .card .text-wrapper .measure-section-btn .btn {
    width: 95%;
    min-height: 83px;
    border-radius: 70px;
  }
}
.JPI5aZoB-uOMGzhivaM .measure-section-title {
  color: #ffffff;
}
.JPI5aZoB-uOMGzhivaM .measure-section-subtitle {
  color: #d2d2d2;
}
.JPI5aZoB-uOMGzhivaM .measure-text {
  color: #ffffff;
}
.JPI5aZoB-uOMGExVM9X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6477d2;
}
.JPI5aZoB-uOMGExVM9X .measure-fallback-image.disabled {
  display: none;
}
.JPI5aZoB-uOMGExVM9X .measure-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JPI5aZoB-uOMGExVM9X .content-wrapper {
  padding: 10px;
  border-top: 10px solid #f97316;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #6477d2;
}
.JPI5aZoB-uOMGExVM9X .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMGExVM9X .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.JPI5aZoB-uOMGExVM9X .content-wrapper .content-wrap .measure-section-title {
  margin-bottom: 20px;
}
.JPI5aZoB-uOMGExVM9X .content-wrapper .content-wrap .text-wrapper .measure-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMGExVM9X .content-wrapper .content-wrap .text-wrapper .measure-text {
    width: 100%;
  }
}
.JPI5aZoB-uOMGExVM9X .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMGExVM9X .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.JPI5aZoB-uOMGExVM9X .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMGExVM9X .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.JPI5aZoB-uOMGExVM9X .measure-section-title {
  color: #000c3f;
}
.JPI5aZoB-uOMGExVM9X .measure-text {
  color: #000c3f;
}
.JPI5aZoB-uOMGExVM9X .measure-section-title,
.JPI5aZoB-uOMGExVM9X .measure-section-btn {
  color: #ffffff;
}
.JPI5aZoB-uOMGExVM9X .measure-text,
.JPI5aZoB-uOMGExVM9X .text-wrapper {
  color: #ffffff;
}
.JPI5aZoB-uOMGKgNt6g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.JPI5aZoB-uOMGKgNt6g .measure-fallback-image.disabled {
  display: none;
}
.JPI5aZoB-uOMGKgNt6g .measure-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JPI5aZoB-uOMGKgNt6g .items-wrapper {
  justify-content: center;
}
.JPI5aZoB-uOMGKgNt6g .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMGKgNt6g .title-wrapper {
    margin-bottom: 32px;
  }
}
.JPI5aZoB-uOMGKgNt6g .title-wrapper .icon-wrapper {
  margin-bottom: 16px;
}
.JPI5aZoB-uOMGKgNt6g .title-wrapper .icon-wrapper .measure-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #fff4e7;
  font-size: 40px;
  color: #000c3f;
}
.JPI5aZoB-uOMGKgNt6g .title-wrapper .measure-section-title {
  margin-bottom: 16px;
}
.JPI5aZoB-uOMGKgNt6g .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMGKgNt6g .item {
    margin-bottom: 16px;
  }
}
.JPI5aZoB-uOMGKgNt6g .item .item-wrapper {
  height: 100%;
  padding: 20px;
  background-color: #ffffff;
  transform: rotate(-5deg);
  transition: all .3s ease;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMGKgNt6g .item .item-wrapper {
    transform: rotate(0);
    padding: 10px;
  }
}
.JPI5aZoB-uOMGKgNt6g .item .item-wrapper:hover,
.JPI5aZoB-uOMGKgNt6g .item .item-wrapper:focus {
  transform: rotate(0);
}
.JPI5aZoB-uOMGKgNt6g .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.JPI5aZoB-uOMGKgNt6g .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.JPI5aZoB-uOMGKgNt6g .item .item-wrapper .item-content {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMGKgNt6g .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.JPI5aZoB-uOMGKgNt6g .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.JPI5aZoB-uOMGKgNt6g .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.JPI5aZoB-uOMGKgNt6g .item .card_2 {
  transform: rotate(5deg) translateY(32px);
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMGKgNt6g .item .card_2 {
    transform: rotate(0);
  }
}
.JPI5aZoB-uOMGKgNt6g .main-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMGKgNt6g .main-btn {
    margin-top: 16px;
  }
}
.JPI5aZoB-uOMGKgNt6g .measure-section-title {
  color: #000c3f;
}
.JPI5aZoB-uOMGKgNt6g .measure-section-title,
.JPI5aZoB-uOMGKgNt6g .icon-wrapper,
.JPI5aZoB-uOMGKgNt6g .main-btn {
  text-align: center;
  color: #ffffff;
}
.JPI5aZoB-uOMGKgNt6g .item-title {
  color: #000c3f;
}
.JPI5aZoB-uOMGKgNt6g .item-text {
  color: #000000;
}
.JPI5aZoB-uOMGKgNt6g .item-title,
.JPI5aZoB-uOMGKgNt6g .card-btn {
  color: #000000;
}
.JPI5aZoB-uOMGWKLhxh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #6477d2;
}
.JPI5aZoB-uOMGWKLhxh H1 {
  color: #ffffff;
}
.JPI5aZoB-uOMGWKLhxh .measure-text,
.JPI5aZoB-uOMGWKLhxh .measure-section-btn {
  color: #ffffff;
}
.JPI5aZoB-uOMGWKLhxh img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .JPI5aZoB-uOMGWKLhxh img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.JPI5aZoB-uOMGWKLhxh .measure-fallback-image.disabled {
  display: none;
}
.JPI5aZoB-uOMGWKLhxh .measure-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JPI5aZoB-uOMv1mIaRC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1a1e3f;
}
.JPI5aZoB-uOMv1mIaRC .wrapper {
  background-color: #1a1e3f;
}
.JPI5aZoB-uOMv1mIaRC li {
  list-style-type: none;
}
.JPI5aZoB-uOMv1mIaRC .contact-info-m {
  margin-bottom: 1.875rem;
}
.JPI5aZoB-uOMv1mIaRC .list-1 li {
  margin-bottom: 1rem;
}
.JPI5aZoB-uOMv1mIaRC .list-1 li:last-child {
  margin-bottom: 0;
}
.JPI5aZoB-uOMv1mIaRC .list-2 li {
  margin-bottom: 1.875rem;
}
.JPI5aZoB-uOMv1mIaRC .list-2 li:last-child {
  margin-bottom: 0;
}
.JPI5aZoB-uOMv1mIaRC ul {
  margin: 0;
}
.JPI5aZoB-uOMv1mIaRC .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.JPI5aZoB-uOMv1mIaRC .measure-fallback-image.disabled {
  display: none;
}
.JPI5aZoB-uOMv1mIaRC .measure-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JPI5aZoB-uOMv1mIaRC .measure-section-title {
  color: #ffffff;
}
.JPI5aZoB-uOMv1mIaRC .list1 {
  color: #ffffff;
}
.JPI5aZoB-uOMv1mIaRC .list2 {
  color: #ffffff;
}
.JPI5aZoB-uOMPbzAiXo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a1e3f;
}
.JPI5aZoB-uOMPbzAiXo .media-container-row .measure-text {
  color: #ffffff;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-dropdown {
  position: relative !important;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:before {
  font-family: dashboard2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:hover,
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:focus {
  background: #f97316 !important;
  color: white !important;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:hover span {
  color: white;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-link {
  position: relative;
}
.JPI5aZoB-uOMtvDHCQ5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMtvDHCQ5 .container {
    flex-wrap: nowrap;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-menu,
.JPI5aZoB-uOMtvDHCQ5 .navbar.opened {
  background: #1a1e3f !important;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-item:focus,
.JPI5aZoB-uOMtvDHCQ5 .nav-link:focus {
  outline: none;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown .dropdown-menu .dropdown-item .measure-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown .dropdown-menu .dropdown-item .measure-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.JPI5aZoB-uOMtvDHCQ5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.JPI5aZoB-uOMtvDHCQ5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e3f;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.opened {
  transition: all 0.3s;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-logo img {
  width: auto;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed {
  justify-content: center;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-short {
  min-height: 60px;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.JPI5aZoB-uOMtvDHCQ5 .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;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar-brand {
    padding-right: 40px;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item.active,
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:active {
  background-color: transparent;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e3f;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.JPI5aZoB-uOMtvDHCQ5 ul.navbar-nav {
  flex-wrap: wrap;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.JPI5aZoB-uOMtvDHCQ5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JPI5aZoB-uOMtvDHCQ5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.JPI5aZoB-uOMtvDHCQ5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.JPI5aZoB-uOMtvDHCQ5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.JPI5aZoB-uOMtvDHCQ5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.JPI5aZoB-uOMtvDHCQ5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar {
    height: 70px;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar.opened {
    height: auto;
  }
  .JPI5aZoB-uOMtvDHCQ5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .container,
.JPI5aZoB-uOMtvDHCQ5 .container-fluid {
  flex-wrap: wrap;
}
.JPI5aZoB-uOMtvDHCQ5 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.JPI5aZoB-uOMtvDHCQ5 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.JPI5aZoB-uOMtvDHCQ5 .contacts-menu .measure-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .JPI5aZoB-uOMtvDHCQ5 .contacts-menu {
    display: none;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.JPI5aZoB-uOMtvDHCQ5 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f97316;
  margin-right: 24px;
  transition: 0.3s all;
}
.JPI5aZoB-uOMtvDHCQ5 .icon-box:hover {
  transform: scale(1.1);
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .measure-section-btn {
    margin-left: auto;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .measure-section-btn .btn-black {
  color: #f97316 !important;
}
@media (max-width: 577px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .measure-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .measure-section-btn .btn {
    flex-grow: 1;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .nav-link:hover {
  color: #f97316 !important;
}
.JPI5aZoB-uOMtvDHCQ5 .card-title {
  color: #ffffff;
}
.JPI5aZoB-uOMtvDHCQ5 .card-text {
  color: #ffffff;
}
.JPI5aZoB-uOMKuszm9P {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #121212;
}
.JPI5aZoB-uOMKuszm9P .measure-fallback-image.disabled {
  display: none;
}
.JPI5aZoB-uOMKuszm9P .measure-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JPI5aZoB-uOMKuszm9P form .btn {
  border-radius: 2rem;
  padding: 1rem 2rem;
}
.JPI5aZoB-uOMKuszm9P h1 {
  font-weight: 500;
  line-height: 1;
}
.JPI5aZoB-uOMKuszm9P .measure-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.JPI5aZoB-uOMKuszm9P .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #f97316;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.JPI5aZoB-uOMKuszm9P .subtitle-wrap .measure-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffd7ef;
  font-size: 1.5rem;
}
.JPI5aZoB-uOMKuszm9P .measure-section-title {
  color: #ffffff;
}
.JPI5aZoB-uOMKuszm9P .measure-text,
.JPI5aZoB-uOMKuszm9P .measure-section-btn {
  color: #ffffff;
}
.JPI5aZoB-uOMKuszm9P .measure-section-subtitle,
.JPI5aZoB-uOMKuszm9P .align-wrapper {
  color: #04492e;
}
.JPI5aZoB-uOMKuszm9P .form-control,
.JPI5aZoB-uOMKuszm9P .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none !important;
  border-radius: 0;
  border-left: 2px solid #04492e !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.JPI5aZoB-uOMKuszm9P .form-control::-webkit-input-placeholder,
.JPI5aZoB-uOMKuszm9P .field-input::-webkit-input-placeholder,
.JPI5aZoB-uOMKuszm9P .form-control::-webkit-input-placeholder,
.JPI5aZoB-uOMKuszm9P .field-input::-webkit-input-placeholder {
  color: #6e6e6e;
}
.JPI5aZoB-uOMKuszm9P .form-control:-moz-placeholder,
.JPI5aZoB-uOMKuszm9P .field-input:-moz-placeholder,
.JPI5aZoB-uOMKuszm9P .form-control:-moz-placeholder,
.JPI5aZoB-uOMKuszm9P .field-input:-moz-placeholder {
  color: #6e6e6e;
}
.JPI5aZoB-uOMKuszm9P .form-control:hover,
.JPI5aZoB-uOMKuszm9P .field-input:hover,
.JPI5aZoB-uOMKuszm9P .form-control:focus,
.JPI5aZoB-uOMKuszm9P .field-input:focus {
  background-color: #ffffff;
  border-color: #04492e !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.JPI5aZoB-uOMKuszm9P .form-control:hover::-webkit-input-placeholder,
.JPI5aZoB-uOMKuszm9P .field-input:hover::-webkit-input-placeholder,
.JPI5aZoB-uOMKuszm9P .form-control:focus::-webkit-input-placeholder,
.JPI5aZoB-uOMKuszm9P .field-input:focus::-webkit-input-placeholder,
.JPI5aZoB-uOMKuszm9P .form-control:hover::-webkit-input-placeholder,
.JPI5aZoB-uOMKuszm9P .field-input:hover::-webkit-input-placeholder,
.JPI5aZoB-uOMKuszm9P .form-control:focus::-webkit-input-placeholder,
.JPI5aZoB-uOMKuszm9P .field-input:focus::-webkit-input-placeholder {
  color: #6e6e6e;
}
.JPI5aZoB-uOMKuszm9P .form-control:hover:-moz-placeholder,
.JPI5aZoB-uOMKuszm9P .field-input:hover:-moz-placeholder,
.JPI5aZoB-uOMKuszm9P .form-control:focus:-moz-placeholder,
.JPI5aZoB-uOMKuszm9P .field-input:focus:-moz-placeholder,
.JPI5aZoB-uOMKuszm9P .form-control:hover:-moz-placeholder,
.JPI5aZoB-uOMKuszm9P .field-input:hover:-moz-placeholder,
.JPI5aZoB-uOMKuszm9P .form-control:focus:-moz-placeholder,
.JPI5aZoB-uOMKuszm9P .field-input:focus:-moz-placeholder {
  color: #6e6e6e;
}
.JPI5aZoB-uOMKuszm9P .jq-number__spin:hover,
.JPI5aZoB-uOMKuszm9P .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #04492e !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.JPI5aZoB-uOMKuszm9P .jq-number__spin {
  background-color: #ffffff;
  border-color: #04492e;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.JPI5aZoB-uOMKuszm9P .jq-selectbox li,
.JPI5aZoB-uOMKuszm9P .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.JPI5aZoB-uOMKuszm9P .jq-selectbox li:hover,
.JPI5aZoB-uOMKuszm9P .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.JPI5aZoB-uOMKuszm9P .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.JPI5aZoB-uOMKuszm9P .jq-number__spin.minus:hover:after,
.JPI5aZoB-uOMKuszm9P .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.JPI5aZoB-uOMKuszm9P .jq-selectbox .jq-selectbox__trigger-arrow,
.JPI5aZoB-uOMKuszm9P .jq-number__spin.minus:after,
.JPI5aZoB-uOMKuszm9P .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.JPI5aZoB-uOMKuszm9P textarea {
  min-height: 150px;
}
.JPI5aZoB-uOMKuszm9P input::-webkit-clear-button {
  display: none;
}
.JPI5aZoB-uOMKuszm9P input::-webkit-inner-spin-button {
  display: none;
}
.JPI5aZoB-uOMKuszm9P input::-webkit-outer-spin-button {
  display: none;
}
.JPI5aZoB-uOMKuszm9P input::-webkit-calendar-picker-indicator {
  display: none;
}
.JPI5aZoB-uOMKuszm9P LABEL {
  color: #ffffff;
}
@media (max-width: 767px) {
  .JPI5aZoB-uOMKuszm9P .col-auto {
    margin: auto;
  }
}
.JPI5aZoB-uOMLpZELxe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6477d2;
}
.JPI5aZoB-uOMLpZELxe .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .JPI5aZoB-uOMLpZELxe .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMLpZELxe .col-card {
    padding-left: 4.625rem;
  }
}
@media (max-width: 991px) {
  .JPI5aZoB-uOMLpZELxe .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMLpZELxe .col-text {
    padding-right: 4.625rem;
  }
}
.JPI5aZoB-uOMLpZELxe .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.JPI5aZoB-uOMLpZELxe .measure-section-title {
  margin-bottom: 16px;
  color: #002549;
}
.JPI5aZoB-uOMLpZELxe .measure-text {
  color: #ffffff;
}
.JPI5aZoB-uOMLpZELxe .list {
  color: #002549;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.JPI5aZoB-uOMLpZELxe .list .item-wrap {
  margin-bottom: 16px;
}
.JPI5aZoB-uOMLpZELxe .list .item-wrap:last-child {
  margin-bottom: 0;
}
.JPI5aZoB-uOMLpZELxe .measure-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.JPI5aZoB-uOMLpZELxe .cards-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5rem;
  border-left: 1px solid #f97316;
}
@media (max-width: 767px) {
  .JPI5aZoB-uOMLpZELxe .cards-container {
    padding-left: 2rem;
  }
}
.JPI5aZoB-uOMLpZELxe .card-text-container {
  flex-grow: 1;
}
.JPI5aZoB-uOMLpZELxe .measure-fallback-image.disabled {
  display: none;
}
.JPI5aZoB-uOMLpZELxe .measure-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JPI5aZoB-uOMLpZELxe .measure-section-title,
.JPI5aZoB-uOMLpZELxe .measure-section-btn {
  color: #ffffff;
}
.JPI5aZoB-uOMLpZELxe .list,
.JPI5aZoB-uOMLpZELxe .item-wrap {
  color: #ffffff;
}
.JPI5aZoB-uOMv1mIaRC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1a1e3f;
}
.JPI5aZoB-uOMv1mIaRC .wrapper {
  background-color: #1a1e3f;
}
.JPI5aZoB-uOMv1mIaRC li {
  list-style-type: none;
}
.JPI5aZoB-uOMv1mIaRC .contact-info-m {
  margin-bottom: 1.875rem;
}
.JPI5aZoB-uOMv1mIaRC .list-1 li {
  margin-bottom: 1rem;
}
.JPI5aZoB-uOMv1mIaRC .list-1 li:last-child {
  margin-bottom: 0;
}
.JPI5aZoB-uOMv1mIaRC .list-2 li {
  margin-bottom: 1.875rem;
}
.JPI5aZoB-uOMv1mIaRC .list-2 li:last-child {
  margin-bottom: 0;
}
.JPI5aZoB-uOMv1mIaRC ul {
  margin: 0;
}
.JPI5aZoB-uOMv1mIaRC .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.JPI5aZoB-uOMv1mIaRC .measure-fallback-image.disabled {
  display: none;
}
.JPI5aZoB-uOMv1mIaRC .measure-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JPI5aZoB-uOMv1mIaRC .measure-section-title {
  color: #ffffff;
}
.JPI5aZoB-uOMv1mIaRC .list1 {
  color: #ffffff;
}
.JPI5aZoB-uOMv1mIaRC .list2 {
  color: #ffffff;
}
.JPI5aZoB-uOMPbzAiXo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a1e3f;
}
.JPI5aZoB-uOMPbzAiXo .media-container-row .measure-text {
  color: #ffffff;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-dropdown {
  position: relative !important;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:before {
  font-family: dashboard2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:hover,
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:focus {
  background: #f97316 !important;
  color: white !important;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:hover span {
  color: white;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-link {
  position: relative;
}
.JPI5aZoB-uOMtvDHCQ5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMtvDHCQ5 .container {
    flex-wrap: nowrap;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-menu,
.JPI5aZoB-uOMtvDHCQ5 .navbar.opened {
  background: #1a1e3f !important;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-item:focus,
.JPI5aZoB-uOMtvDHCQ5 .nav-link:focus {
  outline: none;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown .dropdown-menu .dropdown-item .measure-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown .dropdown-menu .dropdown-item .measure-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.JPI5aZoB-uOMtvDHCQ5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.JPI5aZoB-uOMtvDHCQ5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e3f;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.opened {
  transition: all 0.3s;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-logo img {
  width: auto;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed {
  justify-content: center;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-short {
  min-height: 60px;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.JPI5aZoB-uOMtvDHCQ5 .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;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar-brand {
    padding-right: 40px;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item.active,
.JPI5aZoB-uOMtvDHCQ5 .dropdown-item:active {
  background-color: transparent;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.JPI5aZoB-uOMtvDHCQ5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e3f;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.JPI5aZoB-uOMtvDHCQ5 ul.navbar-nav {
  flex-wrap: wrap;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.JPI5aZoB-uOMtvDHCQ5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.JPI5aZoB-uOMtvDHCQ5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JPI5aZoB-uOMtvDHCQ5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.JPI5aZoB-uOMtvDHCQ5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.JPI5aZoB-uOMtvDHCQ5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.JPI5aZoB-uOMtvDHCQ5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.JPI5aZoB-uOMtvDHCQ5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar {
    height: 70px;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar.opened {
    height: auto;
  }
  .JPI5aZoB-uOMtvDHCQ5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .container,
.JPI5aZoB-uOMtvDHCQ5 .container-fluid {
  flex-wrap: wrap;
}
.JPI5aZoB-uOMtvDHCQ5 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.JPI5aZoB-uOMtvDHCQ5 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.JPI5aZoB-uOMtvDHCQ5 .contacts-menu .measure-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .JPI5aZoB-uOMtvDHCQ5 .contacts-menu {
    display: none;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.JPI5aZoB-uOMtvDHCQ5 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f97316;
  margin-right: 24px;
  transition: 0.3s all;
}
.JPI5aZoB-uOMtvDHCQ5 .icon-box:hover {
  transform: scale(1.1);
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .measure-section-btn {
    margin-left: auto;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .measure-section-btn .btn-black {
  color: #f97316 !important;
}
@media (max-width: 577px) {
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .measure-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .measure-section-btn .btn {
    flex-grow: 1;
  }
}
.JPI5aZoB-uOMtvDHCQ5 .navbar-collapse .nav-link:hover {
  color: #f97316 !important;
}
.JPI5aZoB-uOMtvDHCQ5 .card-title {
  color: #ffffff;
}
.JPI5aZoB-uOMtvDHCQ5 .card-text {
  color: #ffffff;
}
.JPI5aZoB-uOMMsdVYc3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.JPI5aZoB-uOMMsdVYc3 .measure-text {
  color: #000000;
}
.JPI5aZoB-uOMMsdVYc3 .measure-section-subtitle {
  color: #000000;
}
.JPI5aZoB-uOMMsdVYc3 .measure-section-title {
  color: #000000;
  text-align: center;
}
.JPI5aZoB-uOMv1mIaRC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1a1e3f;
}
.JPI5aZoB-uOMv1mIaRC .wrapper {
  background-color: #1a1e3f;
}
.JPI5aZoB-uOMv1mIaRC li {
  list-style-type: none;
}
.JPI5aZoB-uOMv1mIaRC .contact-info-m {
  margin-bottom: 1.875rem;
}
.JPI5aZoB-uOMv1mIaRC .list-1 li {
  margin-bottom: 1rem;
}
.JPI5aZoB-uOMv1mIaRC .list-1 li:last-child {
  margin-bottom: 0;
}
.JPI5aZoB-uOMv1mIaRC .list-2 li {
  margin-bottom: 1.875rem;
}
.JPI5aZoB-uOMv1mIaRC .list-2 li:last-child {
  margin-bottom: 0;
}
.JPI5aZoB-uOMv1mIaRC ul {
  margin: 0;
}
.JPI5aZoB-uOMv1mIaRC .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.JPI5aZoB-uOMv1mIaRC .measure-fallback-image.disabled {
  display: none;
}
.JPI5aZoB-uOMv1mIaRC .measure-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JPI5aZoB-uOMv1mIaRC .measure-section-title {
  color: #ffffff;
}
.JPI5aZoB-uOMv1mIaRC .list1 {
  color: #ffffff;
}
.JPI5aZoB-uOMv1mIaRC .list2 {
  color: #ffffff;
}
.JPI5aZoB-uOMPbzAiXo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a1e3f;
}
.JPI5aZoB-uOMPbzAiXo .media-container-row .measure-text {
  color: #ffffff;
}
.JPI5aZoB-uOMNlNX81N .navbar-dropdown {
  position: relative !important;
}
.JPI5aZoB-uOMNlNX81N .dropdown-item:before {
  font-family: dashboard2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.JPI5aZoB-uOMNlNX81N .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.JPI5aZoB-uOMNlNX81N .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.JPI5aZoB-uOMNlNX81N .dropdown-item:hover,
.JPI5aZoB-uOMNlNX81N .dropdown-item:focus {
  background: #f97316 !important;
  color: white !important;
}
.JPI5aZoB-uOMNlNX81N .dropdown-item:hover span {
  color: white;
}
.JPI5aZoB-uOMNlNX81N .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.JPI5aZoB-uOMNlNX81N .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.JPI5aZoB-uOMNlNX81N .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.JPI5aZoB-uOMNlNX81N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.JPI5aZoB-uOMNlNX81N .nav-link {
  position: relative;
}
.JPI5aZoB-uOMNlNX81N .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMNlNX81N .container {
    flex-wrap: nowrap;
  }
}
.JPI5aZoB-uOMNlNX81N .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.JPI5aZoB-uOMNlNX81N .dropdown-menu,
.JPI5aZoB-uOMNlNX81N .navbar.opened {
  background: #1a1e3f !important;
}
.JPI5aZoB-uOMNlNX81N .nav-item:focus,
.JPI5aZoB-uOMNlNX81N .nav-link:focus {
  outline: none;
}
.JPI5aZoB-uOMNlNX81N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.JPI5aZoB-uOMNlNX81N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.JPI5aZoB-uOMNlNX81N .dropdown .dropdown-menu .dropdown-item .measure-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.JPI5aZoB-uOMNlNX81N .dropdown .dropdown-menu .dropdown-item .measure-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.JPI5aZoB-uOMNlNX81N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.JPI5aZoB-uOMNlNX81N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.JPI5aZoB-uOMNlNX81N .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e3f;
}
.JPI5aZoB-uOMNlNX81N .navbar.opened {
  transition: all 0.3s;
}
.JPI5aZoB-uOMNlNX81N .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.JPI5aZoB-uOMNlNX81N .navbar .navbar-logo img {
  width: auto;
}
.JPI5aZoB-uOMNlNX81N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.JPI5aZoB-uOMNlNX81N .navbar.collapsed {
  justify-content: center;
}
.JPI5aZoB-uOMNlNX81N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.JPI5aZoB-uOMNlNX81N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMNlNX81N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.JPI5aZoB-uOMNlNX81N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.JPI5aZoB-uOMNlNX81N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.JPI5aZoB-uOMNlNX81N .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.JPI5aZoB-uOMNlNX81N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.JPI5aZoB-uOMNlNX81N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.JPI5aZoB-uOMNlNX81N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .JPI5aZoB-uOMNlNX81N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .JPI5aZoB-uOMNlNX81N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .JPI5aZoB-uOMNlNX81N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .JPI5aZoB-uOMNlNX81N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .JPI5aZoB-uOMNlNX81N .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .JPI5aZoB-uOMNlNX81N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .JPI5aZoB-uOMNlNX81N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .JPI5aZoB-uOMNlNX81N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .JPI5aZoB-uOMNlNX81N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .JPI5aZoB-uOMNlNX81N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .JPI5aZoB-uOMNlNX81N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.JPI5aZoB-uOMNlNX81N .navbar.navbar-short {
  min-height: 60px;
}
.JPI5aZoB-uOMNlNX81N .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.JPI5aZoB-uOMNlNX81N .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.JPI5aZoB-uOMNlNX81N .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;
}
.JPI5aZoB-uOMNlNX81N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.JPI5aZoB-uOMNlNX81N .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMNlNX81N .navbar-brand {
    padding-right: 40px;
  }
}
.JPI5aZoB-uOMNlNX81N .dropdown-item.active,
.JPI5aZoB-uOMNlNX81N .dropdown-item:active {
  background-color: transparent;
}
.JPI5aZoB-uOMNlNX81N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.JPI5aZoB-uOMNlNX81N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.JPI5aZoB-uOMNlNX81N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.JPI5aZoB-uOMNlNX81N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e3f;
}
.JPI5aZoB-uOMNlNX81N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.JPI5aZoB-uOMNlNX81N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.JPI5aZoB-uOMNlNX81N ul.navbar-nav {
  flex-wrap: wrap;
}
.JPI5aZoB-uOMNlNX81N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.JPI5aZoB-uOMNlNX81N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.JPI5aZoB-uOMNlNX81N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.JPI5aZoB-uOMNlNX81N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.JPI5aZoB-uOMNlNX81N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.JPI5aZoB-uOMNlNX81N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.JPI5aZoB-uOMNlNX81N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.JPI5aZoB-uOMNlNX81N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JPI5aZoB-uOMNlNX81N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.JPI5aZoB-uOMNlNX81N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.JPI5aZoB-uOMNlNX81N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JPI5aZoB-uOMNlNX81N .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .JPI5aZoB-uOMNlNX81N .navbar-dropdown {
    padding: 0 1rem;
  }
}
.JPI5aZoB-uOMNlNX81N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.JPI5aZoB-uOMNlNX81N .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .JPI5aZoB-uOMNlNX81N .navbar {
    height: 70px;
  }
  .JPI5aZoB-uOMNlNX81N .navbar.opened {
    height: auto;
  }
  .JPI5aZoB-uOMNlNX81N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.JPI5aZoB-uOMNlNX81N .container,
.JPI5aZoB-uOMNlNX81N .container-fluid {
  flex-wrap: wrap;
}
.JPI5aZoB-uOMNlNX81N .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.JPI5aZoB-uOMNlNX81N .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.JPI5aZoB-uOMNlNX81N .contacts-menu .measure-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .JPI5aZoB-uOMNlNX81N .contacts-menu {
    display: none;
  }
}
.JPI5aZoB-uOMNlNX81N .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.JPI5aZoB-uOMNlNX81N .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f97316;
  margin-right: 24px;
  transition: 0.3s all;
}
.JPI5aZoB-uOMNlNX81N .icon-box:hover {
  transform: scale(1.1);
}
.JPI5aZoB-uOMNlNX81N .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMNlNX81N .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .JPI5aZoB-uOMNlNX81N .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .JPI5aZoB-uOMNlNX81N .navbar-collapse .measure-section-btn {
    margin-left: auto;
  }
}
.JPI5aZoB-uOMNlNX81N .navbar-collapse .measure-section-btn .btn-black {
  color: #f97316 !important;
}
@media (max-width: 577px) {
  .JPI5aZoB-uOMNlNX81N .navbar-collapse .measure-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .JPI5aZoB-uOMNlNX81N .navbar-collapse .measure-section-btn .btn {
    flex-grow: 1;
  }
}
.JPI5aZoB-uOMNlNX81N .navbar-collapse .nav-link:hover {
  color: #f97316 !important;
}
.JPI5aZoB-uOMNlNX81N .card-title {
  color: #ffffff;
}
.JPI5aZoB-uOMNlNX81N .card-text {
  color: #ffffff;
}
.JPI5aZoB-uOMNlOzciD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.JPI5aZoB-uOMNlOzciD .measure-text {
  color: #000000;
}
.JPI5aZoB-uOMNlOzciD .measure-section-subtitle {
  color: #000000;
}
.JPI5aZoB-uOMNlOzciD .measure-section-title {
  color: #000000;
  text-align: center;
}
.JPI5aZoB-uOMNlP2bwk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1a1e3f;
}
.JPI5aZoB-uOMNlP2bwk .wrapper {
  background-color: #1a1e3f;
}
.JPI5aZoB-uOMNlP2bwk li {
  list-style-type: none;
}
.JPI5aZoB-uOMNlP2bwk .contact-info-m {
  margin-bottom: 1.875rem;
}
.JPI5aZoB-uOMNlP2bwk .list-1 li {
  margin-bottom: 1rem;
}
.JPI5aZoB-uOMNlP2bwk .list-1 li:last-child {
  margin-bottom: 0;
}
.JPI5aZoB-uOMNlP2bwk .list-2 li {
  margin-bottom: 1.875rem;
}
.JPI5aZoB-uOMNlP2bwk .list-2 li:last-child {
  margin-bottom: 0;
}
.JPI5aZoB-uOMNlP2bwk ul {
  margin: 0;
}
.JPI5aZoB-uOMNlP2bwk .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.JPI5aZoB-uOMNlP2bwk .measure-fallback-image.disabled {
  display: none;
}
.JPI5aZoB-uOMNlP2bwk .measure-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JPI5aZoB-uOMNlP2bwk .measure-section-title {
  color: #ffffff;
}
.JPI5aZoB-uOMNlP2bwk .list1 {
  color: #ffffff;
}
.JPI5aZoB-uOMNlP2bwk .list2 {
  color: #ffffff;
}
.JPI5aZoB-uOMPbzAiXo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a1e3f;
}
.JPI5aZoB-uOMPbzAiXo .media-container-row .measure-text {
  color: #ffffff;
}
.JPI5aZoB-uOMNt6iuTO .navbar-dropdown {
  position: relative !important;
}
.JPI5aZoB-uOMNt6iuTO .dropdown-item:before {
  font-family: dashboard2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.JPI5aZoB-uOMNt6iuTO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.JPI5aZoB-uOMNt6iuTO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.JPI5aZoB-uOMNt6iuTO .dropdown-item:hover,
.JPI5aZoB-uOMNt6iuTO .dropdown-item:focus {
  background: #f97316 !important;
  color: white !important;
}
.JPI5aZoB-uOMNt6iuTO .dropdown-item:hover span {
  color: white;
}
.JPI5aZoB-uOMNt6iuTO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.JPI5aZoB-uOMNt6iuTO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.JPI5aZoB-uOMNt6iuTO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.JPI5aZoB-uOMNt6iuTO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.JPI5aZoB-uOMNt6iuTO .nav-link {
  position: relative;
}
.JPI5aZoB-uOMNt6iuTO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMNt6iuTO .container {
    flex-wrap: nowrap;
  }
}
.JPI5aZoB-uOMNt6iuTO .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.JPI5aZoB-uOMNt6iuTO .dropdown-menu,
.JPI5aZoB-uOMNt6iuTO .navbar.opened {
  background: #1a1e3f !important;
}
.JPI5aZoB-uOMNt6iuTO .nav-item:focus,
.JPI5aZoB-uOMNt6iuTO .nav-link:focus {
  outline: none;
}
.JPI5aZoB-uOMNt6iuTO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.JPI5aZoB-uOMNt6iuTO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.JPI5aZoB-uOMNt6iuTO .dropdown .dropdown-menu .dropdown-item .measure-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.JPI5aZoB-uOMNt6iuTO .dropdown .dropdown-menu .dropdown-item .measure-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.JPI5aZoB-uOMNt6iuTO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.JPI5aZoB-uOMNt6iuTO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.JPI5aZoB-uOMNt6iuTO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e3f;
}
.JPI5aZoB-uOMNt6iuTO .navbar.opened {
  transition: all 0.3s;
}
.JPI5aZoB-uOMNt6iuTO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.JPI5aZoB-uOMNt6iuTO .navbar .navbar-logo img {
  width: auto;
}
.JPI5aZoB-uOMNt6iuTO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.JPI5aZoB-uOMNt6iuTO .navbar.collapsed {
  justify-content: center;
}
.JPI5aZoB-uOMNt6iuTO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.JPI5aZoB-uOMNt6iuTO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMNt6iuTO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.JPI5aZoB-uOMNt6iuTO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.JPI5aZoB-uOMNt6iuTO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.JPI5aZoB-uOMNt6iuTO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.JPI5aZoB-uOMNt6iuTO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.JPI5aZoB-uOMNt6iuTO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.JPI5aZoB-uOMNt6iuTO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .JPI5aZoB-uOMNt6iuTO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .JPI5aZoB-uOMNt6iuTO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .JPI5aZoB-uOMNt6iuTO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .JPI5aZoB-uOMNt6iuTO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .JPI5aZoB-uOMNt6iuTO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .JPI5aZoB-uOMNt6iuTO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .JPI5aZoB-uOMNt6iuTO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .JPI5aZoB-uOMNt6iuTO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .JPI5aZoB-uOMNt6iuTO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .JPI5aZoB-uOMNt6iuTO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .JPI5aZoB-uOMNt6iuTO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.JPI5aZoB-uOMNt6iuTO .navbar.navbar-short {
  min-height: 60px;
}
.JPI5aZoB-uOMNt6iuTO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.JPI5aZoB-uOMNt6iuTO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.JPI5aZoB-uOMNt6iuTO .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;
}
.JPI5aZoB-uOMNt6iuTO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.JPI5aZoB-uOMNt6iuTO .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMNt6iuTO .navbar-brand {
    padding-right: 40px;
  }
}
.JPI5aZoB-uOMNt6iuTO .dropdown-item.active,
.JPI5aZoB-uOMNt6iuTO .dropdown-item:active {
  background-color: transparent;
}
.JPI5aZoB-uOMNt6iuTO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.JPI5aZoB-uOMNt6iuTO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.JPI5aZoB-uOMNt6iuTO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.JPI5aZoB-uOMNt6iuTO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e3f;
}
.JPI5aZoB-uOMNt6iuTO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.JPI5aZoB-uOMNt6iuTO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.JPI5aZoB-uOMNt6iuTO ul.navbar-nav {
  flex-wrap: wrap;
}
.JPI5aZoB-uOMNt6iuTO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.JPI5aZoB-uOMNt6iuTO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.JPI5aZoB-uOMNt6iuTO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.JPI5aZoB-uOMNt6iuTO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.JPI5aZoB-uOMNt6iuTO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.JPI5aZoB-uOMNt6iuTO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.JPI5aZoB-uOMNt6iuTO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.JPI5aZoB-uOMNt6iuTO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JPI5aZoB-uOMNt6iuTO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.JPI5aZoB-uOMNt6iuTO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.JPI5aZoB-uOMNt6iuTO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JPI5aZoB-uOMNt6iuTO .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .JPI5aZoB-uOMNt6iuTO .navbar-dropdown {
    padding: 0 1rem;
  }
}
.JPI5aZoB-uOMNt6iuTO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.JPI5aZoB-uOMNt6iuTO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .JPI5aZoB-uOMNt6iuTO .navbar {
    height: 70px;
  }
  .JPI5aZoB-uOMNt6iuTO .navbar.opened {
    height: auto;
  }
  .JPI5aZoB-uOMNt6iuTO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.JPI5aZoB-uOMNt6iuTO .container,
.JPI5aZoB-uOMNt6iuTO .container-fluid {
  flex-wrap: wrap;
}
.JPI5aZoB-uOMNt6iuTO .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.JPI5aZoB-uOMNt6iuTO .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.JPI5aZoB-uOMNt6iuTO .contacts-menu .measure-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .JPI5aZoB-uOMNt6iuTO .contacts-menu {
    display: none;
  }
}
.JPI5aZoB-uOMNt6iuTO .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.JPI5aZoB-uOMNt6iuTO .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f97316;
  margin-right: 24px;
  transition: 0.3s all;
}
.JPI5aZoB-uOMNt6iuTO .icon-box:hover {
  transform: scale(1.1);
}
.JPI5aZoB-uOMNt6iuTO .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .JPI5aZoB-uOMNt6iuTO .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .JPI5aZoB-uOMNt6iuTO .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .JPI5aZoB-uOMNt6iuTO .navbar-collapse .measure-section-btn {
    margin-left: auto;
  }
}
.JPI5aZoB-uOMNt6iuTO .navbar-collapse .measure-section-btn .btn-black {
  color: #f97316 !important;
}
@media (max-width: 577px) {
  .JPI5aZoB-uOMNt6iuTO .navbar-collapse .measure-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .JPI5aZoB-uOMNt6iuTO .navbar-collapse .measure-section-btn .btn {
    flex-grow: 1;
  }
}
.JPI5aZoB-uOMNt6iuTO .navbar-collapse .nav-link:hover {
  color: #f97316 !important;
}
.JPI5aZoB-uOMNt6iuTO .card-title {
  color: #ffffff;
}
.JPI5aZoB-uOMNt6iuTO .card-text {
  color: #ffffff;
}
.JPI5aZoB-uOMNt8h9bq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.JPI5aZoB-uOMNt8h9bq .measure-text {
  color: #000000;
}
.JPI5aZoB-uOMNt8h9bq .measure-section-subtitle {
  color: #000000;
}
.JPI5aZoB-uOMNt8h9bq .measure-section-title {
  color: #000000;
  text-align: center;
}
.JPI5aZoB-uOMNt8HAVq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1a1e3f;
}
.JPI5aZoB-uOMNt8HAVq .wrapper {
  background-color: #1a1e3f;
}
.JPI5aZoB-uOMNt8HAVq li {
  list-style-type: none;
}
.JPI5aZoB-uOMNt8HAVq .contact-info-m {
  margin-bottom: 1.875rem;
}
.JPI5aZoB-uOMNt8HAVq .list-1 li {
  margin-bottom: 1rem;
}
.JPI5aZoB-uOMNt8HAVq .list-1 li:last-child {
  margin-bottom: 0;
}
.JPI5aZoB-uOMNt8HAVq .list-2 li {
  margin-bottom: 1.875rem;
}
.JPI5aZoB-uOMNt8HAVq .list-2 li:last-child {
  margin-bottom: 0;
}
.JPI5aZoB-uOMNt8HAVq ul {
  margin: 0;
}
.JPI5aZoB-uOMNt8HAVq .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.JPI5aZoB-uOMNt8HAVq .measure-fallback-image.disabled {
  display: none;
}
.JPI5aZoB-uOMNt8HAVq .measure-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JPI5aZoB-uOMNt8HAVq .measure-section-title {
  color: #ffffff;
}
.JPI5aZoB-uOMNt8HAVq .list1 {
  color: #ffffff;
}
.JPI5aZoB-uOMNt8HAVq .list2 {
  color: #ffffff;
}
.JPI5aZoB-uOMPbzAiXo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a1e3f;
}
.JPI5aZoB-uOMPbzAiXo .media-container-row .measure-text {
  color: #ffffff;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
@keyframes spinIn {
  0% {
    opacity: 0;
    transform: rotate(-360deg) scale(0.5);
  }
  60% {
    opacity: 1;
    transform: rotate(30deg) scale(1.1);
  }
  80% {
    transform: rotate(-10deg) scale(0.95);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

@keyframes spinOut {
  0% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: rotate(360deg) scale(0.5);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: spinIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: spinOut 0.6s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3),
              inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2),
              inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes bounceUp {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}

.navbar-brand {
    animation: bounceUp 1.5s ease-in-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 2: ripple effect */
a, button, .btn {
  position: relative;
  overflow: hidden;
}
a::after, button::after, .btn::after {
  content: "";
  position: absolute;
  width: 8px; height: 8px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
  transition: transform 0.5s ease-out, opacity 0.8s ease-out;
}
a:active::after, button:active::after, .btn:active::after {
  transform: scale(50);
  opacity: 0;
  top: 50%; left: 50%;
  margin-top: -4px; margin-left: -4px;
}
/* endmainanimations */
