.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .pcl-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.1rem;
  line-height: 1.1;
}
.display-2 > .pcl-iconfont {
  font-size: 3.875rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .pcl-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .pcl-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .pcl-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-primary,
.btn-primary:active {
  color: #1b2026 !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-primary:active,
.btn-primary:active:active {
  color: #1b2026 !important;
}
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background: white!important;
  border-color: white!important;
  color: #1b2026 !important;
}
.btn-secondary,
.btn-secondary:active {
  color: white!important;
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
}
.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:active:focus {
  background: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #1b2026 !important;
}
.btn-info,
.btn-info:active {
  color: #1b2026 !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-info:hover,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:active:focus {
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
  color: white!important;
}
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #464646 !important;
}
.bg-info {
  background-color: #dce8eb !important;
}
.bg-warning {
  background-color: #dce8eb !important;
}
.bg-danger {
  background-color: #ff8484 !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #2260d2;
  border-color: #2260d2;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
  color: #49747f;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #a5c4cb;
  border-color: #a5c4cb;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #464646 !important;
  border-color: #464646 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
  color: #49747f;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #a5c4cb;
  border-color: #a5c4cb;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff8484 !important;
  border-color: #ff8484 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #ff2d2d;
  border-color: #ff2d2d;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff2d2d !important;
  border-color: #ff2d2d !important;
}
.btn-white {
  box-shadow: none!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  color: #6592e6 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-primary-outline:active {
  color: #6592e6 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  border-color: #6592e6 !important;
  background: #6592e6 !important;
  color: #1b2026 !important;
}
.btn-secondary-outline {
  color: #1b2026 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1b2026;
  color: #1b2026;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
}
.btn-secondary-outline:active {
  color: #1b2026 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  border-color: #6592e6 !important;
  background: #6592e6 !important;
  color: #1b2026 !important;
}
.btn-info-outline {
  color: #dce8eb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #dce8eb;
  color: #dce8eb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a5c4cb !important;
  background-color: transparent!important;
  border-color: #a5c4cb !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-info-outline:active {
  color: #dce8eb !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  border-color: #6592e6 !important;
  background: #6592e6 !important;
  color: #1b2026 !important;
}
.btn-success-outline {
  color: #464646 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #464646;
  color: #464646;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b1b1b !important;
  background-color: transparent!important;
  border-color: #1b1b1b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #464646 !important;
  border-color: #464646 !important;
}
.btn-success-outline:active {
  color: #464646 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  border-color: #6592e6 !important;
  background: #6592e6 !important;
  color: #1b2026 !important;
}
.btn-warning-outline {
  color: #dce8eb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dce8eb;
  color: #dce8eb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a5c4cb !important;
  background-color: transparent!important;
  border-color: #a5c4cb !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-warning-outline:active {
  color: #dce8eb !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  border-color: #6592e6 !important;
  background: #6592e6 !important;
  color: #1b2026 !important;
}
.btn-danger-outline {
  color: #ff8484 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff8484;
  color: #ff8484;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff2d2d !important;
  background-color: transparent!important;
  border-color: #ff2d2d !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8484 !important;
  border-color: #ff8484 !important;
}
.btn-danger-outline:active {
  color: #ff8484 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  border-color: #6592e6 !important;
  background: #6592e6 !important;
  color: #1b2026 !important;
}
.btn-black-outline {
  color: #232323 !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-black-outline:active {
  color: #232323 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  border-color: #6592e6 !important;
  background: #6592e6 !important;
  color: #1b2026 !important;
}
.btn-white-outline {
  color: #fafafa !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;
}
.btn-white-outline:active {
  color: #fafafa !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  border-color: #6592e6 !important;
  background: #6592e6 !important;
  color: #1b2026 !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #1b2026 !important;
}
.text-success {
  color: #464646 !important;
}
.text-info {
  color: #dce8eb !important;
}
.text-warning {
  color: #dce8eb !important;
}
.text-danger {
  color: #ff8484 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #bdd0f4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #455262 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #797979 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffeaea !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #565656 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #dce8eb;
}
.alert-warning {
  background-color: #dce8eb;
}
.alert-danger {
  background-color: #ff8484;
}
.pcl-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.pcl-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.pcl-plan-header.bg-primary .pcl-plan-subtitle,
.pcl-plan-header.bg-primary .pcl-plan-price-desc {
  color: #ffffff;
}
.pcl-plan-header.bg-success .pcl-plan-subtitle,
.pcl-plan-header.bg-success .pcl-plan-price-desc {
  color: #b9b9b9;
}
.pcl-plan-header.bg-info .pcl-plan-subtitle,
.pcl-plan-header.bg-info .pcl-plan-price-desc {
  color: #ffffff;
}
.pcl-plan-header.bg-warning .pcl-plan-subtitle,
.pcl-plan-header.bg-warning .pcl-plan-price-desc {
  color: #ffffff;
}
.pcl-plan-header.bg-danger .pcl-plan-subtitle,
.pcl-plan-header.bg-danger .pcl-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .pcl-iconfont {
  font-size: 1.25rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .pcl-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1b2026 !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='%236592e6' %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;
}
.cid-tyhnqvvB2L .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tyhnqvvB2L .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tyhnqvvB2L .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tyhnqvvB2L .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-tyhnqvvB2L .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tyhnqvvB2L .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tyhnqvvB2L .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tyhnqvvB2L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyhnqvvB2L .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tyhnqvvB2L .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #6592e6;
}
.cid-tyhnqvvB2L .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tyhnqvvB2L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyhnqvvB2L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.35714286vh;
  }
}
.cid-tyhnqvvB2L .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tyhnqvvB2L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyhnqvvB2L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyhnqvvB2L .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyhnqvvB2L .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tyhnqvvB2L .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tyhnqvvB2L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyhnqvvB2L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tyhnqvvB2L .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tyhnqvvB2L .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tyhnqvvB2L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyhnqvvB2L .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tyhnqvvB2L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyhnqvvB2L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyhnqvvB2L .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyhnqvvB2L .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tyhnqvvB2L .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tyhnqvvB2L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyhnqvvB2L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tyhnqvvB2L .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tyhnqvvB2L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tyhnqvvB2L .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyhnqvvB2L .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tyhnqvvB2L .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tyhnqvvB2L .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tyhnqvvB2L .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-tyhnqvvB2L .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tyhnqvvB2L .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-tyhnqvvB2L .navbar-brand {
  height: 2.5rem;
  min-height: 3.1rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-tyhnqvvB2L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyhnqvvB2L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyhnqvvB2L .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tyhnqvvB2L .dropdown-item.active,
.cid-tyhnqvvB2L .dropdown-item:active {
  background-color: transparent;
}
.cid-tyhnqvvB2L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-tyhnqvvB2L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyhnqvvB2L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyhnqvvB2L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyhnqvvB2L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tyhnqvvB2L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyhnqvvB2L ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tyhnqvvB2L .navbar-buttons {
  text-align: center;
}
.cid-tyhnqvvB2L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyhnqvvB2L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tyhnqvvB2L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyhnqvvB2L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-tyhnqvvB2L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-tyhnqvvB2L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyhnqvvB2L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyhnqvvB2L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-tyhnqvvB2L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-tyhnqvvB2L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyhnqvvB2L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-tyhnqvvB2L .pcl-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-tyhnqvvB2L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tyhnqvvB2L .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tyhnqvvB2L .nav-link:hover,
.cid-tyhnqvvB2L .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tyhnqvvB2L .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-tyhnqvvB2L .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tyhnqvvB2L .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-st2euf4b3E {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/pcl-1-1920x1272.jpg");
}
.cid-st2euf4b3E .pcl-text,
.cid-st2euf4b3E .pcl-section-btn {
  color: #1b2026;
}
.cid-st2euf4b3E .button {
  background: white;
  border-radius: 10px;
  display: inline-block;
  width: fit-content;
  padding: 1rem 2rem;
}
.cid-st2euf4b3E .button p {
  padding: 0;
  margin: 0;
}
.cid-st2euf4b3E .pcl-section-subtitle {
  color: #efefef;
}
.cid-st2euf4b3E .pcl-section-title {
  color: #ffffff;
}
.cid-tyhwHIUeeR {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tyhwHIUeeR img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tyhwHIUeeR img {
    width: 100%;
  }
}
.cid-tyhwHIUeeR .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-tyhwHIUeeR .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-tyhwHIUeeR .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tyhwHIUeeR .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #efefef;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-tyhwHIUeeR .pcl-text,
.cid-tyhwHIUeeR .pcl-section-btn {
  color: #777777;
  text-align: left;
}
.cid-tyhwHIUeeR .pcl-section-subtitle {
  color: #777777;
}
.cid-tyhwHIUeeR .pcl-list {
  color: #777777;
}
.cid-tyhwHIUeeR .pcl-section-title {
  text-align: left;
  color: #777777;
}
.cid-tyhwHIUeeR .pcl-list UL {
  text-align: left;
}
.cid-tyhDjLujeN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyhDjLujeN img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tyhDjLujeN .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tyhDjLujeN .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tyhDjLujeN .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tyhDjLujeN .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tyhDjLujeN .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tyhDjLujeN .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tyhDjLujeN .first {
    max-height: 250px;
  }
  .cid-tyhDjLujeN .second {
    max-height: 323px;
  }
  .cid-tyhDjLujeN .third {
    max-height: 408px;
  }
  .cid-tyhDjLujeN .fourth {
    max-height: 323px;
  }
  .cid-tyhDjLujeN .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tyhDjLujeN .first {
    max-height: 200px;
  }
  .cid-tyhDjLujeN .second {
    max-height: 270px;
  }
  .cid-tyhDjLujeN .third {
    max-height: 350px;
  }
  .cid-tyhDjLujeN .fourth {
    max-height: 270px;
  }
  .cid-tyhDjLujeN .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tyhDjLujeN .first {
    display: none;
  }
  .cid-tyhDjLujeN .second {
    max-height: 323px;
  }
  .cid-tyhDjLujeN .third {
    max-height: 408px;
  }
  .cid-tyhDjLujeN .fourth {
    max-height: 323px;
  }
  .cid-tyhDjLujeN .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tyhDjLujeN .second {
    max-height: 250px;
  }
  .cid-tyhDjLujeN .third {
    max-height: 340px;
  }
  .cid-tyhDjLujeN .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tyhDjLujeN .second {
    max-height: 180px;
  }
  .cid-tyhDjLujeN .third {
    max-height: 270px;
  }
  .cid-tyhDjLujeN .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tyhDjLujeN .second {
    display: none;
  }
  .cid-tyhDjLujeN .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tyhDjLujeN .fourth {
    display: none;
  }
}
.cid-tyhwFLTGdo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyhwFLTGdo img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tyhwFLTGdo img {
    width: 100%;
  }
}
.cid-tyhwFLTGdo .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyhwFLTGdo .pcl-iconfont {
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
.cid-tyhwFLTGdo .icon1 {
  color: #777777;
}
.cid-tyhwFLTGdo .icon-wrapper {
  background: #efefef;
  border-radius: 10px;
  margin-right: 1.5rem;
  display: flex;
  width: 150px;
  padding: 1.8rem 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tyhwFLTGdo .icon-wrapper {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tyhwFLTGdo .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-tyhwFLTGdo .card-text {
  color: #777777;
}
.cid-tyhwFLTGdo .pcl-section-subtitle {
  color: #777777;
}
.cid-tyhwFLTGdo .pcl-text,
.cid-tyhwFLTGdo .pcl-section-btn {
  color: #777777;
}
.cid-tyhwFLTGdo .pcl-section-title {
  color: #777777;
}
.cid-st2Pqiw9dc {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-st2Pqiw9dc .row {
  background: #efefef;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-st2Pqiw9dc .row {
    padding: 1rem 0rem;
  }
}
.cid-st2Pqiw9dc .pcl-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #ffffff;
  font-size: 12rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .cid-st2Pqiw9dc .pcl-iconfont {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-st2Pqiw9dc .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-st2Pqiw9dc .card {
  z-index: 2;
}
.cid-st2Pqiw9dc .pcl-text,
.cid-st2Pqiw9dc .pcl-section-btn {
  color: #777777;
  text-align: center;
}
.cid-st2Pqiw9dc .pcl-section-subtitle {
  color: #14191e;
}
.cid-st2Pqiw9dc .pcl-section-title {
  color: #bbbbbb;
}
.cid-st2PtAluJG {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-st2PtAluJG .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-st2PtAluJG .team-card:hover {
  transform: translateY(-10px);
}
.cid-st2PtAluJG p {
  line-height: 1.9;
}
.cid-st2PtAluJG .image-wrap {
  margin-bottom: 2rem;
}
.cid-st2PtAluJG .card-wrap {
  background: #efefef;
  border-radius: 10px;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-st2PtAluJG .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-st2PtAluJG .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-st2PtAluJG .card-wrap .content-wrap {
    padding: 0 4rem;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-st2PtAluJG .card-wrap .content-wrap {
    padding: 0 1rem;
    padding-bottom: 0;
  }
}
.cid-st2PtAluJG .pcl-role,
.cid-st2PtAluJG .social-row {
  color: #6592e6;
}
.cid-st2PtAluJG .pcl-section-subtitle {
  color: #777777;
}
.cid-st2PtAluJG .card-text,
.cid-st2PtAluJG .pcl-section-btn,
.cid-st2PtAluJG .social-row {
  color: #777777;
}
.cid-st2PtAluJG .pcl-section-title {
  color: #777777;
}
.cid-st2PpoUa2j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-st2PpoUa2j .google-map {
  height: 30rem;
  position: relative;
}
.cid-st2PpoUa2j .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-st2PpoUa2j .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-st2PpoUa2j .google-map[data-state] {
  background: #e9e5dc;
}
.cid-st2PpoUa2j .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-st2Pn6Mreb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-st2Pn6Mreb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-st2Pn6Mreb li {
  padding-bottom: 0.6rem;
}
.cid-st2Pn6Mreb .container {
  background-color: #ffffff;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-st2Pn6Mreb .container {
    padding: 4rem 2rem;
  }
}
.cid-st2Pn6Mreb .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-st2Pn6Mreb .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-st2Pn6Mreb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-st2Pn6Mreb .soc-item:hover {
  background: #6592e6;
}
.cid-st2Pn6Mreb .soc-item .pcl-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-st2Pn6Mreb .row {
    text-align: center;
  }
  .cid-st2Pn6Mreb .social-row {
    justify-content: center;
  }
}
.cid-st2Pn6Mreb .list {
  list-style: none;
  padding-left: 0;
}
.cid-st2Pn6Mreb .pcl-text {
  color: #777777;
}
.cid-st2Pn6Mreb H5 {
  color: #ffffff;
}
.cid-st2Pn6Mreb .pcl-section-subtitle {
  color: #777777;
}
.cid-tyjaWYyPM3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tyjaWYyPM3 .media-container-row .pcl-text {
  color: #777777;
}
.cid-tyiPGEFmpQ .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tyiPGEFmpQ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tyiPGEFmpQ .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tyiPGEFmpQ .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-tyiPGEFmpQ .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tyiPGEFmpQ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tyiPGEFmpQ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tyiPGEFmpQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyiPGEFmpQ .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tyiPGEFmpQ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #6592e6;
}
.cid-tyiPGEFmpQ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tyiPGEFmpQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyiPGEFmpQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.35714286vh;
  }
}
.cid-tyiPGEFmpQ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tyiPGEFmpQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyiPGEFmpQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyiPGEFmpQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyiPGEFmpQ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tyiPGEFmpQ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tyiPGEFmpQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyiPGEFmpQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tyiPGEFmpQ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tyiPGEFmpQ .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tyiPGEFmpQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyiPGEFmpQ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tyiPGEFmpQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyiPGEFmpQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyiPGEFmpQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyiPGEFmpQ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tyiPGEFmpQ .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tyiPGEFmpQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyiPGEFmpQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tyiPGEFmpQ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tyiPGEFmpQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tyiPGEFmpQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyiPGEFmpQ .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tyiPGEFmpQ .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tyiPGEFmpQ .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tyiPGEFmpQ .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-tyiPGEFmpQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tyiPGEFmpQ .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-tyiPGEFmpQ .navbar-brand {
  height: 2.5rem;
  min-height: 3.1rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-tyiPGEFmpQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyiPGEFmpQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyiPGEFmpQ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tyiPGEFmpQ .dropdown-item.active,
.cid-tyiPGEFmpQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tyiPGEFmpQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-tyiPGEFmpQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyiPGEFmpQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyiPGEFmpQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyiPGEFmpQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tyiPGEFmpQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyiPGEFmpQ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tyiPGEFmpQ .navbar-buttons {
  text-align: center;
}
.cid-tyiPGEFmpQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyiPGEFmpQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tyiPGEFmpQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyiPGEFmpQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-tyiPGEFmpQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-tyiPGEFmpQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyiPGEFmpQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyiPGEFmpQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-tyiPGEFmpQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-tyiPGEFmpQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyiPGEFmpQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-tyiPGEFmpQ .pcl-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-tyiPGEFmpQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tyiPGEFmpQ .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tyiPGEFmpQ .nav-link:hover,
.cid-tyiPGEFmpQ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tyiPGEFmpQ .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-tyiPGEFmpQ .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tyiPGEFmpQ .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tyiPGFi3xZ {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/pcl-1-1920x1272.jpg");
}
.cid-tyiPGFi3xZ .pcl-text,
.cid-tyiPGFi3xZ .pcl-section-btn {
  color: #1b2026;
}
.cid-tyiPGFi3xZ .button {
  background: white;
  border-radius: 10px;
  display: inline-block;
  width: fit-content;
  padding: 1rem 2rem;
}
.cid-tyiPGFi3xZ .button p {
  padding: 0;
  margin: 0;
}
.cid-tyiPGFi3xZ .pcl-section-subtitle {
  color: #efefef;
}
.cid-tyiPGFi3xZ .pcl-section-title {
  color: #ffffff;
}
.cid-tyiQQKBK1X {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyiQQKBK1X .pcl-fallback-image.disabled {
  display: none;
}
.cid-tyiQQKBK1X .pcl-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyiQQKBK1X .card {
    padding: 0 80px;
  }
  .cid-tyiQQKBK1X .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.cid-tyiQQKBK1X .title-wrapper {
  margin: 0 0 53px 0;
}
@media (max-width: 992px) {
  .cid-tyiQQKBK1X .title-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-tyiQQKBK1X .title-wrapper .pcl-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tyiQQKBK1X .panel-group {
    margin-bottom: 32px;
  }
}
.cid-tyiQQKBK1X .panel-group .card {
  padding: 16px 0 24px 0;
  border-radius: 0;
}
.cid-tyiQQKBK1X .panel-group .card:not(:first-child) {
  border-top: 1px solid #777777;
}
.cid-tyiQQKBK1X .panel-group .card .card-header {
  background-color: transparent;
  padding: 13px 0;
  border: none;
}
@media (max-width: 768px) {
  .cid-tyiQQKBK1X .panel-group .card .card-header {
    padding: 0 0 10px;
  }
}
.cid-tyiQQKBK1X .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tyiQQKBK1X .panel-group .card .card-header .panel-title:not(.collapsed) .pcl-iconfont {
  opacity: 0;
}
.cid-tyiQQKBK1X .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  width: 100%;
}
.cid-tyiQQKBK1X .panel-group .card .card-header .panel-title .pcl-iconfont {
  margin-left: 10px;
  transition: all .3s ease;
}
.cid-tyiQQKBK1X .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 0;
}
.cid-tyiQQKBK1X .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 500px;
}
@media (max-width: 425px) {
  .cid-tyiQQKBK1X .image-wrapper {
    height: 400px;
  }
}
.cid-tyiQQKBK1X .image-wrapper .image-main {
  width: 230px;
  height: 380px;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tyiQQKBK1X .image-wrapper .pcl-emoji {
  position: absolute;
  top: 0;
  right: 9rem;
  font-size: 52px;
}
.cid-tyiQQKBK1X .image-wrapper .pcl-emoji:nth-child(2) {
  left: 4rem;
  top: 22%;
}
.cid-tyiQQKBK1X .image-wrapper .pcl-emoji:nth-child(3) {
  font-size: 72px;
  right: 3.5rem;
  top: 40%;
}
.cid-tyiQQKBK1X .image-wrapper .pcl-emoji:nth-child(4) {
  font-size: 102px;
  top: auto;
  left: 7rem;
  bottom: 1rem;
}
.cid-tyiQQKBK1X .image-wrapper .pcl-emoji:nth-child(5) {
  font-size: 46px;
  top: auto;
  bottom: 0;
  left: 50%;
}
.cid-tyiQQKBK1X .pcl-section-title {
  color: #353535;
}
.cid-tyiQQKBK1X .panel-title-edit,
.cid-tyiQQKBK1X .pcl-iconfont {
  color: #353535;
}
.cid-tyiQQKBK1X .panel-text {
  color: #777777;
}
.cid-tyiYa7Lm8z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tyiYa7Lm8z .pcl-fallback-image.disabled {
  display: none;
}
.cid-tyiYa7Lm8z .pcl-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyiYa7Lm8z .card {
    padding: 0 80px;
  }
  .cid-tyiYa7Lm8z .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.cid-tyiYa7Lm8z .title-wrapper {
  margin: 0 0 53px 0;
}
@media (max-width: 992px) {
  .cid-tyiYa7Lm8z .title-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-tyiYa7Lm8z .title-wrapper .pcl-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tyiYa7Lm8z .panel-group {
    margin-bottom: 32px;
  }
}
.cid-tyiYa7Lm8z .panel-group .card {
  padding: 16px 0 24px 0;
  border-radius: 0;
}
.cid-tyiYa7Lm8z .panel-group .card:not(:first-child) {
  border-top: 1px solid #777777;
}
.cid-tyiYa7Lm8z .panel-group .card .card-header {
  background-color: transparent;
  padding: 13px 0;
  border: none;
}
@media (max-width: 768px) {
  .cid-tyiYa7Lm8z .panel-group .card .card-header {
    padding: 0 0 10px;
  }
}
.cid-tyiYa7Lm8z .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tyiYa7Lm8z .panel-group .card .card-header .panel-title:not(.collapsed) .pcl-iconfont {
  opacity: 0;
}
.cid-tyiYa7Lm8z .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  width: 100%;
}
.cid-tyiYa7Lm8z .panel-group .card .card-header .panel-title .pcl-iconfont {
  margin-left: 10px;
  transition: all .3s ease;
}
.cid-tyiYa7Lm8z .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 0;
}
.cid-tyiYa7Lm8z .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 500px;
}
@media (max-width: 425px) {
  .cid-tyiYa7Lm8z .image-wrapper {
    height: 400px;
  }
}
.cid-tyiYa7Lm8z .image-wrapper .image-main {
  width: 230px;
  height: 380px;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tyiYa7Lm8z .image-wrapper .pcl-emoji {
  position: absolute;
  top: 0;
  right: 9rem;
  font-size: 52px;
}
.cid-tyiYa7Lm8z .image-wrapper .pcl-emoji:nth-child(2) {
  left: 4rem;
  top: 22%;
}
.cid-tyiYa7Lm8z .image-wrapper .pcl-emoji:nth-child(3) {
  font-size: 72px;
  right: 3.5rem;
  top: 40%;
}
.cid-tyiYa7Lm8z .image-wrapper .pcl-emoji:nth-child(4) {
  font-size: 102px;
  top: auto;
  left: 7rem;
  bottom: 1rem;
}
.cid-tyiYa7Lm8z .image-wrapper .pcl-emoji:nth-child(5) {
  font-size: 46px;
  top: auto;
  bottom: 0;
  left: 50%;
}
.cid-tyiYa7Lm8z .pcl-section-title {
  color: #353535;
}
.cid-tyiYa7Lm8z .panel-title-edit,
.cid-tyiYa7Lm8z .pcl-iconfont {
  color: #353535;
}
.cid-tyiYa7Lm8z .panel-text {
  color: #777777;
}
.cid-tyiZb7wJW9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyiZb7wJW9 .pcl-fallback-image.disabled {
  display: none;
}
.cid-tyiZb7wJW9 .pcl-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyiZb7wJW9 .card {
    padding: 0 80px;
  }
  .cid-tyiZb7wJW9 .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.cid-tyiZb7wJW9 .title-wrapper {
  margin: 0 0 53px 0;
}
@media (max-width: 992px) {
  .cid-tyiZb7wJW9 .title-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-tyiZb7wJW9 .title-wrapper .pcl-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tyiZb7wJW9 .panel-group {
    margin-bottom: 32px;
  }
}
.cid-tyiZb7wJW9 .panel-group .card {
  padding: 16px 0 24px 0;
  border-radius: 0;
}
.cid-tyiZb7wJW9 .panel-group .card:not(:first-child) {
  border-top: 1px solid #777777;
}
.cid-tyiZb7wJW9 .panel-group .card .card-header {
  background-color: transparent;
  padding: 13px 0;
  border: none;
}
@media (max-width: 768px) {
  .cid-tyiZb7wJW9 .panel-group .card .card-header {
    padding: 0 0 10px;
  }
}
.cid-tyiZb7wJW9 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tyiZb7wJW9 .panel-group .card .card-header .panel-title:not(.collapsed) .pcl-iconfont {
  opacity: 0;
}
.cid-tyiZb7wJW9 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  width: 100%;
}
.cid-tyiZb7wJW9 .panel-group .card .card-header .panel-title .pcl-iconfont {
  margin-left: 10px;
  transition: all .3s ease;
}
.cid-tyiZb7wJW9 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 0;
}
.cid-tyiZb7wJW9 .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 500px;
}
@media (max-width: 425px) {
  .cid-tyiZb7wJW9 .image-wrapper {
    height: 400px;
  }
}
.cid-tyiZb7wJW9 .image-wrapper .image-main {
  width: 230px;
  height: 380px;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tyiZb7wJW9 .image-wrapper .pcl-emoji {
  position: absolute;
  top: 0;
  right: 9rem;
  font-size: 52px;
}
.cid-tyiZb7wJW9 .image-wrapper .pcl-emoji:nth-child(2) {
  left: 4rem;
  top: 22%;
}
.cid-tyiZb7wJW9 .image-wrapper .pcl-emoji:nth-child(3) {
  font-size: 72px;
  right: 3.5rem;
  top: 40%;
}
.cid-tyiZb7wJW9 .image-wrapper .pcl-emoji:nth-child(4) {
  font-size: 102px;
  top: auto;
  left: 7rem;
  bottom: 1rem;
}
.cid-tyiZb7wJW9 .image-wrapper .pcl-emoji:nth-child(5) {
  font-size: 46px;
  top: auto;
  bottom: 0;
  left: 50%;
}
.cid-tyiZb7wJW9 .pcl-section-title {
  color: #353535;
}
.cid-tyiZb7wJW9 .panel-title-edit,
.cid-tyiZb7wJW9 .pcl-iconfont {
  color: #353535;
}
.cid-tyiZb7wJW9 .panel-text {
  color: #777777;
}
.cid-tyj0uH9M1k {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyj0uH9M1k .pcl-section-head {
  margin-bottom: 2rem;
}
.cid-tyj0uH9M1k .pcl-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tyj0uH9M1k .panel-group {
  border: none;
}
.cid-tyj0uH9M1k .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tyj0uH9M1k .panel-body,
.cid-tyj0uH9M1k .card-header {
  padding: 1rem 0;
}
.cid-tyj0uH9M1k .panel-title-edit {
  color: #353535;
}
.cid-tyj0uH9M1k .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tyj0uH9M1k .panel-text {
  color: #777777;
}
.cid-tyiPGIlKFW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tyiPGIlKFW .google-map {
  height: 30rem;
  position: relative;
}
.cid-tyiPGIlKFW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tyiPGIlKFW .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tyiPGIlKFW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tyiPGIlKFW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tyiPGISCGc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tyiPGISCGc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tyiPGISCGc li {
  padding-bottom: 0.6rem;
}
.cid-tyiPGISCGc .container {
  background-color: #ffffff;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-tyiPGISCGc .container {
    padding: 4rem 2rem;
  }
}
.cid-tyiPGISCGc .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tyiPGISCGc .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tyiPGISCGc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-tyiPGISCGc .soc-item:hover {
  background: #6592e6;
}
.cid-tyiPGISCGc .soc-item .pcl-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-tyiPGISCGc .row {
    text-align: center;
  }
  .cid-tyiPGISCGc .social-row {
    justify-content: center;
  }
}
.cid-tyiPGISCGc .list {
  list-style: none;
  padding-left: 0;
}
.cid-tyiPGISCGc .pcl-text {
  color: #777777;
}
.cid-tyiPGISCGc H5 {
  color: #ffffff;
}
.cid-tyiPGISCGc .pcl-section-subtitle {
  color: #777777;
}
.cid-tyjaWYyPM3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tyjaWYyPM3 .media-container-row .pcl-text {
  color: #777777;
}
.cid-tyj47IpSw4 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tyj47IpSw4 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tyj47IpSw4 .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tyj47IpSw4 .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-tyj47IpSw4 .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tyj47IpSw4 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tyj47IpSw4 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tyj47IpSw4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyj47IpSw4 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tyj47IpSw4 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #6592e6;
}
.cid-tyj47IpSw4 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tyj47IpSw4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyj47IpSw4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.35714286vh;
  }
}
.cid-tyj47IpSw4 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tyj47IpSw4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyj47IpSw4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyj47IpSw4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyj47IpSw4 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tyj47IpSw4 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tyj47IpSw4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyj47IpSw4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tyj47IpSw4 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tyj47IpSw4 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tyj47IpSw4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyj47IpSw4 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tyj47IpSw4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyj47IpSw4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyj47IpSw4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyj47IpSw4 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tyj47IpSw4 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tyj47IpSw4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyj47IpSw4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tyj47IpSw4 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tyj47IpSw4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tyj47IpSw4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyj47IpSw4 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tyj47IpSw4 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tyj47IpSw4 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tyj47IpSw4 .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-tyj47IpSw4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tyj47IpSw4 .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-tyj47IpSw4 .navbar-brand {
  height: 2.5rem;
  min-height: 3.1rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-tyj47IpSw4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyj47IpSw4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyj47IpSw4 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tyj47IpSw4 .dropdown-item.active,
.cid-tyj47IpSw4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tyj47IpSw4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-tyj47IpSw4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyj47IpSw4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyj47IpSw4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyj47IpSw4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tyj47IpSw4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyj47IpSw4 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tyj47IpSw4 .navbar-buttons {
  text-align: center;
}
.cid-tyj47IpSw4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyj47IpSw4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tyj47IpSw4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyj47IpSw4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-tyj47IpSw4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-tyj47IpSw4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyj47IpSw4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyj47IpSw4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-tyj47IpSw4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-tyj47IpSw4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyj47IpSw4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-tyj47IpSw4 .pcl-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-tyj47IpSw4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tyj47IpSw4 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tyj47IpSw4 .nav-link:hover,
.cid-tyj47IpSw4 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tyj47IpSw4 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-tyj47IpSw4 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tyj47IpSw4 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tyj47JiTv5 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/pcl-1-1920x1272.jpg");
}
.cid-tyj47JiTv5 .pcl-text,
.cid-tyj47JiTv5 .pcl-section-btn {
  color: #6592e6;
}
.cid-tyj47JiTv5 .button {
  background: white;
  border-radius: 10px;
  display: inline-block;
  width: fit-content;
  padding: 1rem 2rem;
}
.cid-tyj47JiTv5 .button p {
  padding: 0;
  margin: 0;
}
.cid-tyj47JiTv5 .pcl-section-subtitle {
  color: #efefef;
}
.cid-tyj47JiTv5 .pcl-section-title {
  color: #ffffff;
}
.cid-tyj4znlnS7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tyj4znlnS7 .container {
  pointer-events: none;
  z-index: 10;
}
.cid-tyj4znlnS7 .title__block,
.cid-tyj4znlnS7 .table {
  pointer-events: all;
}
.cid-tyj4znlnS7 .title__block {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .cid-tyj4znlnS7 .title__block {
    margin-bottom: 40px;
  }
}
.cid-tyj4znlnS7 .pcl-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #353535;
}
.cid-tyj4znlnS7 .pcl-section-title {
  color: #777777;
  font-weight: 300;
}
.cid-tyj4znlnS7 .pcl-section-title b,
.cid-tyj4znlnS7 .pcl-section-title strong {
  font-weight: 500;
}
.cid-tyj4znlnS7 .container-table {
  margin: 0 auto;
}
.cid-tyj4znlnS7 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyj4znlnS7 .head-item {
  min-width: 200px;
  padding: 40px 30px 40px;
}
.cid-tyj4znlnS7 .table__title {
  color: #233d63;
}
.cid-tyj4znlnS7 .table__price {
  color: #353535;
}
.cid-tyj4znlnS7 .table__price sup {
  font-size: 60%;
  color: inherit;
}
.cid-tyj4znlnS7 .body-item1 {
  padding: 25px;
  max-width: 400px;
  min-width: 170px;
}
.cid-tyj4znlnS7 .body-item {
  text-align: center;
  padding: 25px;
  min-width: 140px;
  max-width: 250px;
}
.cid-tyj4znlnS7 .display-7 > .pcl-iconfont {
  font-size: 17px;
}
.cid-tyj4znlnS7 .dataTables_wrapper {
  display: block;
}
.cid-tyj4znlnS7 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyj4znlnS7 table {
  width: 100% !important;
  border: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-tyj4znlnS7 table th {
  border-top: none;
  border: 1px solid #e9e9e9;
  transition: all 0.2s;
}
.cid-tyj4znlnS7 table td {
  border: 1px solid #e9e9e9;
}
.cid-tyj4znlnS7 .image__background .circle__image1 {
  width: 890px;
  height: 890px;
  top: 70px;
  right: -245px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(101, 146, 230, 0.1);
}
@media (max-width: 1199px) {
  .cid-tyj4znlnS7 .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-tyj4znlnS7 .image__background .circle__image1 {
    display: none;
  }
}
.cid-tyj4znlnS7 .image__background .circle__image2 {
  width: 890px;
  height: 890px;
  top: 0;
  right: -265px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  background-color: rgba(220, 232, 235, 0.23);
}
@media (max-width: 1199px) {
  .cid-tyj4znlnS7 .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-tyj4znlnS7 .image__background .circle__image2 {
    display: none;
  }
}
.cid-tyj4znlnS7 .animation__background .triangle {
  position: absolute;
  top: 20%;
  left: 21%;
  animation: animationTwo 40s infinite linear;
  width: auto;
}
.cid-tyj4znlnS7 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #dce8eb;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-tyj4znlnS7 .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #dce8eb;
  animation: animationOne 30s infinite linear;
}
.cid-tyj4znlnS7 .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 50%;
  bottom: 50%;
  position: absolute;
  border-radius: 50%;
  background-color: #464646;
  animation: animationTwo 30s infinite linear;
}
.cid-tyj4znlnS7 .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff8484;
  animation: animationOne 25s infinite linear;
}
.cid-tyj4znlnS7 .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #6592e6;
  animation: animationTwo 25s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tyj4znlnS7 .pcl-fallback-image.disabled {
  display: none;
}
.cid-tyj4znlnS7 .pcl-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyj47NAh9k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tyj47NAh9k .google-map {
  height: 30rem;
  position: relative;
}
.cid-tyj47NAh9k .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tyj47NAh9k .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tyj47NAh9k .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tyj47NAh9k .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tyj47OdsIU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tyj47OdsIU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tyj47OdsIU li {
  padding-bottom: 0.6rem;
}
.cid-tyj47OdsIU .container {
  background-color: #ffffff;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-tyj47OdsIU .container {
    padding: 4rem 2rem;
  }
}
.cid-tyj47OdsIU .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tyj47OdsIU .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tyj47OdsIU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-tyj47OdsIU .soc-item:hover {
  background: #6592e6;
}
.cid-tyj47OdsIU .soc-item .pcl-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-tyj47OdsIU .row {
    text-align: center;
  }
  .cid-tyj47OdsIU .social-row {
    justify-content: center;
  }
}
.cid-tyj47OdsIU .list {
  list-style: none;
  padding-left: 0;
}
.cid-tyj47OdsIU .pcl-text {
  color: #777777;
}
.cid-tyj47OdsIU H5 {
  color: #ffffff;
}
.cid-tyj47OdsIU .pcl-section-subtitle {
  color: #777777;
}
.cid-tyjaWYyPM3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tyjaWYyPM3 .media-container-row .pcl-text {
  color: #777777;
}
.cid-tyj5A2O6Ri .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tyj5A2O6Ri .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tyj5A2O6Ri .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-tyj5A2O6Ri .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-tyj5A2O6Ri .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-tyj5A2O6Ri .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tyj5A2O6Ri .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tyj5A2O6Ri .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyj5A2O6Ri .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-tyj5A2O6Ri .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #6592e6;
}
.cid-tyj5A2O6Ri .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tyj5A2O6Ri .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyj5A2O6Ri .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 95.35714286vh;
  }
}
.cid-tyj5A2O6Ri .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tyj5A2O6Ri .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyj5A2O6Ri .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyj5A2O6Ri .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyj5A2O6Ri .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tyj5A2O6Ri .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-tyj5A2O6Ri .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyj5A2O6Ri .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tyj5A2O6Ri .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tyj5A2O6Ri .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-tyj5A2O6Ri .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyj5A2O6Ri .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tyj5A2O6Ri .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyj5A2O6Ri .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyj5A2O6Ri .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyj5A2O6Ri .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tyj5A2O6Ri .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-tyj5A2O6Ri .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyj5A2O6Ri .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-tyj5A2O6Ri .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tyj5A2O6Ri .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-tyj5A2O6Ri .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyj5A2O6Ri .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tyj5A2O6Ri .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tyj5A2O6Ri .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-tyj5A2O6Ri .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-tyj5A2O6Ri .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tyj5A2O6Ri .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-tyj5A2O6Ri .navbar-brand {
  height: 2.5rem;
  min-height: 3.1rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-tyj5A2O6Ri .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyj5A2O6Ri .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyj5A2O6Ri .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tyj5A2O6Ri .dropdown-item.active,
.cid-tyj5A2O6Ri .dropdown-item:active {
  background-color: transparent;
}
.cid-tyj5A2O6Ri .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-tyj5A2O6Ri .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyj5A2O6Ri .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyj5A2O6Ri .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyj5A2O6Ri .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tyj5A2O6Ri .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyj5A2O6Ri ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tyj5A2O6Ri .navbar-buttons {
  text-align: center;
}
.cid-tyj5A2O6Ri button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyj5A2O6Ri button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tyj5A2O6Ri button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyj5A2O6Ri button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-tyj5A2O6Ri button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-tyj5A2O6Ri button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyj5A2O6Ri nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyj5A2O6Ri nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-tyj5A2O6Ri nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-tyj5A2O6Ri nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyj5A2O6Ri a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-tyj5A2O6Ri .pcl-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-tyj5A2O6Ri .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tyj5A2O6Ri .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-tyj5A2O6Ri .nav-link:hover,
.cid-tyj5A2O6Ri .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tyj5A2O6Ri .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-tyj5A2O6Ri .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-tyj5A2O6Ri .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tyj5A3DUg3 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/pcl-1-1920x1272.jpg");
}
.cid-tyj5A3DUg3 .pcl-text,
.cid-tyj5A3DUg3 .pcl-section-btn {
  color: #1b2026;
}
.cid-tyj5A3DUg3 .button {
  background: white;
  border-radius: 10px;
  display: inline-block;
  width: fit-content;
  padding: 1rem 2rem;
}
.cid-tyj5A3DUg3 .button p {
  padding: 0;
  margin: 0;
}
.cid-tyj5A3DUg3 .pcl-section-subtitle {
  color: #efefef;
}
.cid-tyj5A3DUg3 .pcl-section-title {
  color: #ffffff;
}
.cid-tyj8RPAq6z {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyj8RPAq6z .pcl-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tyj8RPAq6z .form-group {
  margin-bottom: 30px;
}
.cid-tyj8RPAq6z input,
.cid-tyj8RPAq6z textarea {
  border-radius: 0;
  padding: 1.5rem !important;
}
.cid-tyj8RPAq6z input.form-control {
  min-height: 4.125rem;
}
.cid-tyj8RPAq6z .form-group {
  position: relative;
  z-index: 1;
}
.cid-tyj8RPAq6z .form-group:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 5px;
  height: 5px;
  width: 0px;
  background-color: #1b2026;
  transition: width 0.5s ease-in;
  z-index: 2;
}
.cid-tyj8RPAq6z .form-group:focus-within:after {
  width: calc(100% - 10px);
}
.cid-tyj8RPAq6z .form-control,
.cid-tyj8RPAq6z .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #171717;
  font-size: 1.6rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tyj8RPAq6z .form-control:focus,
.cid-tyj8RPAq6z .field-input:focus {
  background-color: #ffffff;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tyj8RPAq6z input::-webkit-input-placeholder,
.cid-tyj8RPAq6z textarea::-webkit-input-placeholder {
  color: #999999;
}
.cid-tyj8RPAq6z input:-moz-placeholder,
.cid-tyj8RPAq6z textarea:-moz-placeholder {
  color: #999999;
}
.cid-tyj8RPAq6z .jq-selectbox li,
.cid-tyj8RPAq6z .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-tyj8RPAq6z .jq-selectbox li:hover,
.cid-tyj8RPAq6z .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tyj8RPAq6z .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f8f8f8;
}
.cid-tyj8RPAq6z .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tyj8RPAq6z img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tyj8RPAq6z .pcl-form {
  max-width: 990px;
}
.cid-tyj8RPAq6z textarea {
  min-height: 150px;
  resize: none;
}
.cid-tyj8RPAq6z .pcl-form .btn {
  width: auto;
  justify-content: space-between;
}
.cid-tyj8RPAq6z .pcl-form .btn .pcl-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-tyj8RPAq6z .pcl-section-title {
  text-align: center;
}
.cid-tyj8RPAq6z .pcl-text {
  text-align: center;
  color: #777777;
}
.cid-tyj6Fci0C2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-tyj6Fci0C2 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tyj6Fci0C2 .card-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  display: flex;
  background: #eeeeee;
}
.cid-tyj6Fci0C2 .card-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-tyj6Fci0C2 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tyj6Fci0C2 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tyj6Fci0C2 .pcl-iconfont {
  font-size: 4rem;
  padding-right: 2rem;
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-tyj6Fci0C2 .pcl-iconfont {
    font-size: 2.8rem;
  }
}
.cid-tyj6Fci0C2 .pcl-section-subtitle {
  color: #696969;
}
.cid-tyj6Fci0C2 .pcl-fallback-image.disabled {
  display: none;
}
.cid-tyj6Fci0C2 .pcl-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyj5A5YuQF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tyj5A5YuQF .google-map {
  height: 30rem;
  position: relative;
}
.cid-tyj5A5YuQF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tyj5A5YuQF .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tyj5A5YuQF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tyj5A5YuQF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tyj5A6Bzuc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tyj5A6Bzuc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tyj5A6Bzuc li {
  padding-bottom: 0.6rem;
}
.cid-tyj5A6Bzuc .container {
  background-color: #ffffff;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-tyj5A6Bzuc .container {
    padding: 4rem 2rem;
  }
}
.cid-tyj5A6Bzuc .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tyj5A6Bzuc .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tyj5A6Bzuc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-tyj5A6Bzuc .soc-item:hover {
  background: #6592e6;
}
.cid-tyj5A6Bzuc .soc-item .pcl-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-tyj5A6Bzuc .row {
    text-align: center;
  }
  .cid-tyj5A6Bzuc .social-row {
    justify-content: center;
  }
}
.cid-tyj5A6Bzuc .list {
  list-style: none;
  padding-left: 0;
}
.cid-tyj5A6Bzuc .pcl-text {
  color: #777777;
}
.cid-tyj5A6Bzuc H5 {
  color: #ffffff;
}
.cid-tyj5A6Bzuc .pcl-section-subtitle {
  color: #777777;
}
.cid-tyjaWYyPM3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tyjaWYyPM3 .media-container-row .pcl-text {
  color: #777777;
}
