@charset "UTF-8";
/**
 * Params
 */
/* fonts */
/* colors */
/* borders */
/* buttons */
/* forms */
/* other */
/* medias */
/**
 * Globals
 */
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #010101;
  background-color: #F6F6F6;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.container-wrap {
  background-color: #F6F6F6;
}

ol, ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

.a-underline a {
  text-decoration: underline;
}

/* bootstrap classes */
.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fs-italic {
  font-style: italic !important;
}

/* layout elements */
.full-width-content.parallax_section .row-bg-wrap, .full-width-section.parallax_section .row-bg-wrap, .wpb_row .row-bg-wrap .inner-wrap, .wpb_row.parallax_section .row-bg-wrap {
  height: 100%;
}

.divider-regular {
  margin-bottom: 0 !important;
}
.divider-regular .divider {
  height: 150px !important;
}
@media (max-width: 999px) {
  .divider-regular .divider {
    height: 75px !important;
  }
}
@media (max-width: 576px) {
  .divider-regular .divider {
    height: 55px !important;
  }
}

p a {
  color: #1166D1;
  text-decoration: underline;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.row .col img {
  margin: 0;
}

.img-max-width {
  max-width: 100%;
}

.img-width-100 {
  width: 100%;
}

.img-width-auto {
  width: auto;
}

.img-br {
  border-radius: 30px;
}

.img-br-sm {
  border-radius: 20px;
}

.img-w-100 {
  width: 100%;
}

.video-br .nectar-video-box {
  border-radius: 30px;
  overflow: hidden;
}

.post .content-inner {
  padding-bottom: 0;
}

.hl {
  color: #1166D1 !important;
}

.display-inline-block {
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}
@media (max-width: 600px) {
  .nowrap {
    white-space: normal;
  }
}

.text-center {
  text-align: center;
}

.text-sm, .text-sm p {
  font-size: 14px;
  line-height: 20px;
}

.img-with-aniamtion-wrap.center img {
  margin-left: auto;
  margin-right: auto;
}

.dark-box, .dark-block > .vc_column-inner > .wpb_wrapper, .grey-box, .grey-block > .vc_column-inner > .wpb_wrapper, .white-box, .white-block > .vc_column-inner > .wpb_wrapper, .light-box, .light-block > .vc_column-inner > .wpb_wrapper, .only-box, .only-block > .vc_column-inner > .wpb_wrapper {
  padding: 30px !important;
  border-radius: 30px;
}
@media (max-width: 999px) {
  .dark-box, .dark-block > .vc_column-inner > .wpb_wrapper, .grey-box, .grey-block > .vc_column-inner > .wpb_wrapper, .white-box, .white-block > .vc_column-inner > .wpb_wrapper, .light-box, .light-block > .vc_column-inner > .wpb_wrapper, .only-box, .only-block > .vc_column-inner > .wpb_wrapper {
    padding: 16px !important;
  }
}

.light-box, .light-block > .vc_column-inner > .wpb_wrapper {
  background-color: #E6EEF9;
}

.white-box, .white-block > .vc_column-inner > .wpb_wrapper {
  background-color: #FFFFFF;
}

.grey-box, .grey-block > .vc_column-inner > .wpb_wrapper {
  background-color: #F6F6F6;
}

.dark-box, .dark-block > .vc_column-inner > .wpb_wrapper {
  background-color: #1166D1;
  color: #ffffff;
}
.dark-box h1, .dark-box h2, .dark-box h3, .dark-box h4, .dark-box h5, .dark-block > .vc_column-inner > .wpb_wrapper h1, .dark-block > .vc_column-inner > .wpb_wrapper h2, .dark-block > .vc_column-inner > .wpb_wrapper h3, .dark-block > .vc_column-inner > .wpb_wrapper h4, .dark-block > .vc_column-inner > .wpb_wrapper h5 {
  color: #ffffff !important;
}

.transparent-box {
  padding: 30px 20px;
  border-radius: 30px;
  fill: black;
  border: 2.328px solid rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(20.3688526154px);
  overflow: hidden;
}
.transparent-box img {
  margin: 0;
}

.box-padding-lg {
  padding: 45px !important;
}
@media (max-width: 999px) {
  .box-padding-lg {
    padding: 30px !important;
  }
}

.flex-grow-1 {
  flex-grow: 1;
}

/**
 * Buttons
 */
.nectar-post-grid-wrap .load-more, body[data-form-submit=regular] .container-wrap button[type=submit],
body[data-form-submit=regular] .container-wrap input[type=submit], .btn-base a, .nectar-cta[data-style=basic] a {
  position: relative;
  background: #1166D1 !important;
  display: inline-block;
  color: #FFFFFF !important;
  border-radius: 42px !important;
  padding: 9px 51px 9px 21px !important;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  height: 40px;
}

.nectar-cta[data-style=basic] a::before {
  height: 34px;
  width: 34px;
  position: absolute;
  content: "";
  display: block;
  top: 3px;
  transform-origin: left;
  left: auto;
  right: 3px;
  border-radius: 50%;
  background: url(../images/cta-base.svg) no-repeat center center #FFFFFF;
  transform-origin: center;
  transition: 0.3s transform ease-in-out;
}
.nectar-cta[data-style=basic] a:hover::before {
  transform: rotate(-30deg);
}
.nectar-cta[data-style=basic].btn-alt a {
  background: #FFFFFF !important;
  color: #1166D1 !important;
}
.nectar-cta[data-style=basic].btn-alt a::before {
  background: url(../images/cta-alt.svg) no-repeat center center #1166D1;
}
.nectar-cta[data-style=basic].btn-green a {
  background: #FFFFFF !important;
  color: #5A6230 !important;
}
.nectar-cta[data-style=basic].btn-green a::before {
  background: url(../images/cta-alt.svg) no-repeat center center #5A6230;
}

.btn-simple {
  position: relative;
  background: #FFFFFF !important;
  display: inline-block;
  color: #1166D1 !important;
  border-radius: 42px !important;
  padding: 9px 15px !important;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  height: 40px;
  border: 2px solid #1166D1;
}

body[data-form-submit=regular] .container-wrap button[type=submit],
body[data-form-submit=regular] .container-wrap input[type=submit] {
  padding: 9px 51px 9px 21px !important;
}

.nectar-post-grid-wrap .load-more {
  border: none;
}
.nectar-post-grid-wrap .load-more::before {
  height: 34px;
  width: 34px;
  position: absolute;
  content: "";
  display: block;
  top: 3px;
  transform-origin: left;
  left: auto;
  right: 3px;
  border-radius: 50% !important;
  background: url(../images/cta-base.svg) no-repeat center center #FFFFFF;
  transform-origin: center;
  transition: 0.3s transform ease-in-out;
}
.nectar-post-grid-wrap .load-more:hover::before {
  transform: rotate(-30deg);
}

/**
 * Header
 */
/* layout */
body #header-outer,
body #header-space {
  margin: 11px 0 19px !important;
  border-radius: 30px;
}
@media (min-width: 1800px) {
  body #header-outer,
  body #header-space {
    margin-left: 44px !important;
    margin-right: 44px !important;
    width: calc(100% - 88px);
  }
}

.pp-header-linkedin {
  display: inline-block;
  background-color: #1166D1;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #ffffff !important;
}
.pp-header-linkedin i {
  font-size: 20px;
  line-height: 40px;
}

/* menu */
#top nav > ul.sf-menu:first-child {
  background: #F9F9F9;
  width: auto !important;
  margin: 10px auto;
  padding: 0 30px;
  border-radius: 30px;
  gap: 20px;
}

#header-outer[data-lhe=default] #top nav > ul > li > a {
  color: #010101 !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

#header-outer[data-lhe=default] #top nav > ul > li > a:hover,
#header-outer[data-lhe=default] #top nav .sf-menu > .sfHover:not(#social-in-menu) > a {
  color: #1166D1 !important;
}

#header-outer[data-lhe=default] #top nav .sf-menu > .current-menu-ancestor > a,
#header-outer[data-lhe=default] #top nav .sf-menu > .current-menu-item > a,
#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul .current-menu-item > a,
#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul a:hover {
  color: #1166D1 !important;
  background-color: transparent !important;
}

/* offcanvas menu */
#header-outer.side-widget-open {
  background-color: transparent !important;
  box-shadow: none !important;
}
#header-outer.side-widget-open #top .col.span_3 #logo {
  background: url(../images/logo-mobile.svg) center center no-repeat transparent;
}
#header-outer.side-widget-open #top .col.span_3 #logo img {
  visibility: hidden !important;
}
#header-outer.side-widget-open .slide-out-widget-area-toggle > div > a {
  background-image: url(../images/close-white.svg);
}

#slide-out-widget-area.fullscreen-split .off-canvas-menu-container > ul > li {
  margin-bottom: 19px !important;
}

#slide-out-widget-area.fullscreen-split .left-side {
  display: flex !important;
  flex-direction: column-reverse !important;
}

#slide-out-widget-area.fullscreen-split .inner-wrap > .inner .off-canvas-menu-container li a {
  font-family: "Sora" !important;
  font-size: 38px !important;
  line-height: 48px !important;
  font-weight: 700 !important;
}

#slide-out-widget-area.open .pp-header-contacts {
  display: none;
}

#header-outer .nectar-header-text-content {
  padding-left: 0;
  padding-right: 0;
}
#header-outer .nectar-header-text-content > div {
  display: flex;
  gap: 10px;
}

body #slide-out-widget-area .inner-wrap .inner .nectar-header-text-content {
  padding: 0 !important;
  background-color: transparent !important;
  width: 100%;
  display: flex;
  margin-bottom: 0;
  margin-top: 20%;
  justify-content: center;
}
body #slide-out-widget-area .inner-wrap .inner .nectar-header-text-content > div {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.slide-out-widget-area-toggle > div > a {
  padding: 10px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  width: 41px;
  height: 41px;
  background: url(../images/menu.svg) center center no-repeat #1166D1;
}
.slide-out-widget-area-toggle > div > a span {
  display: none;
}

#slide-out-widget-area-bg.open {
  background-color: #1166D1;
  opacity: 1 !important;
}
#slide-out-widget-area-bg.open::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg-mobile.jpg) right bottom no-repeat transparent;
  background-size: auto 100%;
}

/* responsive */
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  #header-outer #top .span_9 {
    margin-left: 0;
    flex-grow: 1;
  }
  #header-outer #top .span_9 > nav {
    width: 100%;
  }
  #header-outer #top .span_9 > nav .sf-menu {
    flex-grow: 0;
    justify-content: center;
  }
  #header-outer #top .span_9 > nav .buttons {
    position: relative;
    flex-grow: 0;
    justify-content: end;
  }
  #header-outer #top .span_9 .logo-spacing {
    display: none;
  }
}
/**
 * Footer
 */
#footer-outer {
  display: none;
}

.nectar_hook_global_section_footer {
  background-color: #1166D1;
  overflow: hidden;
  color: #FFFFFF;
  margin-top: 50px;
}
.nectar_hook_global_section_footer a {
  color: #ffffff;
}
.nectar_hook_global_section_footer::before {
  position: absolute;
  content: "";
  display: block;
  top: 30px;
  left: -40%;
  background: url(../images/footer-bg.svg) no-repeat center center transparent;
  width: 891px;
  height: 891px;
}

.pp-footer .main-menu ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pp-lets-talk .h1 {
  color: #ffffff;
}
.pp-lets-talk .contacts > .wpb_wrapper {
  display: flex;
  gap: 13px;
}
@media (max-width: 999px) {
  .pp-lets-talk .contacts > .wpb_wrapper {
    justify-content: center;
  }
}
.pp-lets-talk .nectar_icon {
  margin: 0;
}
.pp-lets-talk .nectar_icon a {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #1166D1;
}
.pp-lets-talk .nectar_icon i {
  font-size: 20px;
  line-height: 40px;
}

.pp-footer-row {
  color: #88B3E8;
}
.pp-footer-row .footer-text p {
  font-size: 14px;
}
.pp-footer-row .wpb_wrapper {
  display: flex;
  justify-content: center;
}
.pp-footer-row .wpb_wrapper > div {
  margin: 0;
}
.pp-footer-row .menu {
  display: flex;
  gap: 49px;
  margin-right: 49px;
}
.pp-footer-row .menu li a {
  color: #88B3E8;
  font-size: 14px;
}

/**
 * Popups
 */
.pum-container {
  border-radius: 30px !important;
  padding: 3vw !important;
}
@media (max-width: 690px) {
  .pum-container {
    padding-top: 90px !important;
  }
}
.pum-container .popup-text {
  flex-grow: 1;
  color: #010101;
}
.pum-container .pum-close {
  width: 42px !important;
  height: 42px !important;
  color: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
  top: 15px !important;
  right: 15px !important;
}
.pum-container .pum-close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/close.svg) no-repeat center center transparent;
}

/**
 * Forms
 */
.wpcf7-submit::before {
  height: 34px;
  width: 34px;
  position: absolute;
  content: "";
  display: block;
  top: 3px;
  transform-origin: left;
  left: auto;
  right: 3px;
  border-radius: 50%;
  background: url(../images/cta-base.svg) no-repeat center center #FFFFFF;
  transform-origin: center;
  transition: 0.3s transform ease-in-out;
}
.wpcf7-submit:hover {
  box-shadow: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transform: none !important;
}
.wpcf7-submit:hover::before {
  transform: rotate(-30deg);
}

body[data-button-style=slightly_rounded_shadow] .container-wrap button[type=submit]:hover {
  box-shadow: none !important;
}

/*
  view grid
*/
.pp-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  justify-content: center;
}
.pp-row > div {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.pp-row .pp-col {
  width: 100%;
}
.pp-row .pp-col-2 {
  width: 50%;
}
.pp-row .pp-col-10p {
  width: 10%;
}
.pp-row .pp-col-15p {
  width: 15%;
}
.pp-row .pp-col-20p {
  width: 20%;
}
.pp-row .pp-col-25p {
  width: 25%;
}
.pp-row .pp-col-30p {
  width: 30%;
}
.pp-row .pp-col-40p {
  width: 40%;
}
.pp-row .pp-col-50p {
  width: 50%;
}
.pp-row .pp-col-60p {
  width: 60%;
}
.pp-row .pp-col-75p {
  width: 75%;
}
.pp-row .pp-col-100p {
  width: 100%;
}
@media (min-width: 1000px) {
  .pp-row .pp-col-lg-10p {
    width: 10%;
  }
  .pp-row .pp-col-lg-15p {
    width: 15%;
  }
  .pp-row .pp-col-lg-20p {
    width: 20%;
  }
  .pp-row .pp-col-lg-25p {
    width: 25%;
  }
  .pp-row .pp-col-lg-30p {
    width: 30%;
  }
  .pp-row .pp-col-lg-40p {
    width: 40%;
  }
  .pp-row .pp-col-lg-50p {
    width: 50%;
  }
  .pp-row .pp-col-lg-60p {
    width: 60%;
  }
  .pp-row .pp-col-lg-75p {
    width: 75%;
  }
  .pp-row .pp-col-lg-100p {
    width: 100%;
  }
}

/**
 * form fields
 */
.wpcf7-form label {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: rgba(1, 1, 1, 0.5) !important;
  margin-bottom: 10px;
}

.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form input[type=text],
.wpcf7-form input[type=url],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=number],
.wpcf7-form input[type=password],
.wpcf7-form input[type=date] {
  outline: none;
  background-color: #F6F6F6;
  color: #858585;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 27px;
  border-width: 0.5px;
  border-style: solid;
  border-color: #F6F6F6;
  border-radius: 30px;
}
.wpcf7-form textarea::placeholder,
.wpcf7-form select::placeholder,
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=url]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form input[type=tel]::placeholder,
.wpcf7-form input[type=number]::placeholder,
.wpcf7-form input[type=password]::placeholder,
.wpcf7-form input[type=date]::placeholder {
  color: #C8C8C8;
}
.wpcf7-form textarea:focus, .wpcf7-form textarea.active,
.wpcf7-form select:focus,
.wpcf7-form select.active,
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=text].active,
.wpcf7-form input[type=url]:focus,
.wpcf7-form input[type=url].active,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=email].active,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=tel].active,
.wpcf7-form input[type=number]:focus,
.wpcf7-form input[type=number].active,
.wpcf7-form input[type=password]:focus,
.wpcf7-form input[type=password].active,
.wpcf7-form input[type=date]:focus,
.wpcf7-form input[type=date].active {
  background-color: #F6F6F6 !important;
  border-color: #858585 !important;
}
.wpcf7-form textarea.wpcf7-not-valid,
.wpcf7-form select.wpcf7-not-valid,
.wpcf7-form input[type=text].wpcf7-not-valid,
.wpcf7-form input[type=url].wpcf7-not-valid,
.wpcf7-form input[type=email].wpcf7-not-valid,
.wpcf7-form input[type=tel].wpcf7-not-valid,
.wpcf7-form input[type=number].wpcf7-not-valid,
.wpcf7-form input[type=password].wpcf7-not-valid,
.wpcf7-form input[type=date].wpcf7-not-valid {
  border-color: #FF0000 !important;
}
.wpcf7-form textarea.wpcf7-validates-as-number,
.wpcf7-form select.wpcf7-validates-as-number,
.wpcf7-form input[type=text].wpcf7-validates-as-number,
.wpcf7-form input[type=url].wpcf7-validates-as-number,
.wpcf7-form input[type=email].wpcf7-validates-as-number,
.wpcf7-form input[type=tel].wpcf7-validates-as-number,
.wpcf7-form input[type=number].wpcf7-validates-as-number,
.wpcf7-form input[type=password].wpcf7-validates-as-number,
.wpcf7-form input[type=date].wpcf7-validates-as-number {
  text-align: center;
}
.wpcf7-form .wpcf7-not-valid-tip {
  background-color: transparent;
  color: #FF0000;
  box-shadow: none;
  font-size: 12px;
  line-height: 20px;
  font-style: italic;
  text-align: left;
}
.wpcf7-form .wpcf7-not-valid-tip:before {
  content: "*";
}
.wpcf7-form .submit-div p {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: row-reverse;
  height: 100%;
}
@media (min-width: 1000px) {
  .wpcf7-form .submit-div p {
    justify-content: end;
  }
}
.wpcf7-form .wpcf7-not-valid + .select2 .select2-selection--single {
  border-color: #FF0000 !important;
}

/**
 * Acceptance field
 */
.wpcf7-acceptance a {
  text-decoration: none;
  color: #1166D1 !important;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0 !important;
}
.wpcf7-acceptance .wpcf7-list-item label {
  display: inline-flex;
  align-items: start;
  justify-content: flex-start;
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #F6F6F6;
  margin: 0;
  font: inherit;
  color: #010101;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #F6F6F6;
  border-radius: 5px;
  display: grid;
  place-content: center;
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]::before {
  content: "";
  width: 0.85em;
  height: 0.85em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: #1166D1;
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked::before {
  transform: scale(1);
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:focus {
  border-color: #858585 !important;
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  margin-left: 20px;
  color: #858585;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 5px;
  text-transform: none;
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a {
  color: var(--pp-field-label-font-color);
}

.text-color-scheme-light .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  color: #ffffff;
}

.wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item label input[type=checkbox][aria-invalid=true] {
  border-color: #FF0000 !important;
}

.text-color-scheme-light .wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item label input[type=checkbox][aria-invalid=true] {
  border-color: #ffffff !important;
}

/**
 * Headings
 */
/* fonts */
/* colors */
/* borders */
/* buttons */
/* forms */
/* other */
/* medias */
/**
 * Headings
 */
/* regular */
p {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

h1,
.wpb_wrapper h1.vc_custom_heading,
.h1 {
  font-family: Sora;
  color: #010101;
  font-size: 60px;
  line-height: 76px;
  font-weight: 700;
}

h2,
.wpb_wrapper h2.vc_custom_heading,
.h2 {
  font-family: Sora;
  color: #010101;
  font-size: 36px;
  line-height: 45px;
  font-weight: 400;
}

h3,
.wpb_wrapper h3.vc_custom_heading,
.h3 {
  font-family: Sora;
  color: #010101;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h4,
.wpb_wrapper h4.vc_custom_heading,
.h4 {
  font-family: Sora;
  color: #010101;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}

h5,
.wpb_wrapper h5.vc_custom_heading,
.h5 {
  font-family: Sora;
  color: #010101;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}

/* mobile */
@media (max-width: 999px) {
  h1,
  .wpb_wrapper h1.vc_custom_heading,
  .h1 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
  }
  h2,
  .wpb_wrapper h2.vc_custom_heading,
  .h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
  }
  h3,
  .wpb_wrapper h3.vc_custom_heading,
  .h3 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
  }
  h4,
  .wpb_wrapper h4.vc_custom_heading,
  .h4 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
  }
  h5,
  .wpb_wrapper h5.vc_custom_heading,
  .h5 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
  }
  p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
}
@media (max-width: 999px) {
  body #header-outer {
    margin: 0 !important;
    border-radius: 0 0 30px 30px !important;
    padding-top: 30px;
  }
  body #ajax-content-wrap {
    margin-top: -60px;
  }
}
.absolute-container {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -50vw;
  margin-left: calc(-50vw + var(--scroll-bar-w) / 2);
  left: 50%;
  width: 100vw;
  width: calc(100vw - var(--scroll-bar-w));
}

.hero-section h1, .hero-section h2, .hero-section h3, .hero-section-inner h1, .hero-section-inner h2, .hero-section-inner h3 {
  color: #ffffff !important;
}
.hero-section p, .hero-section-inner p {
  color: #ffffff;
}
.hero-section > .row-bg-wrap > .row-bg-layer, .hero-section-inner > .row-bg-wrap > .row-bg-layer {
  position: relative;
  border-radius: 30px 30px 0 0;
  width: 100%;
}
.hero-section > .row-bg-wrap > .row-bg-layer .row-bg, .hero-section-inner > .row-bg-wrap > .row-bg-layer .row-bg {
  background-position: center center !important;
  height: 100%;
}
.hero-section > .row-bg-wrap > .row-bg-layer .row-bg::before, .hero-section-inner > .row-bg-wrap > .row-bg-layer .row-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(17, 102, 209, 0) 0%, #1166D1 100%);
  border-radius: 30px 0 0 30px;
}
@media (min-width: 1800px) {
  .hero-section > .row-bg-wrap > .row-bg-layer, .hero-section-inner > .row-bg-wrap > .row-bg-layer {
    margin: 0 44px;
    width: calc(100% - 88px);
  }
  .hero-section > .row-bg-wrap > .row-bg-layer .blob-left, .hero-section-inner > .row-bg-wrap > .row-bg-layer .blob-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 60px;
    border-radius: 0 30px 0 0;
    background-color: #F6F6F6;
    z-index: 1;
  }
  .hero-section > .row-bg-wrap > .row-bg-layer .blob-left::before, .hero-section-inner > .row-bg-wrap > .row-bg-layer .blob-left::before {
    position: absolute;
    top: -30px;
    left: -1px;
    content: "";
    width: 31px;
    height: 31px;
    background: url("../images/corner.svg") bottom left no-repeat transparent;
    transform: rotate(90deg);
  }
  .hero-section > .row-bg-wrap > .row-bg-layer .blob-left::after, .hero-section-inner > .row-bg-wrap > .row-bg-layer .blob-left::after {
    position: absolute;
    bottom: -1px;
    right: -30px;
    content: "";
    width: 31px;
    height: 31px;
    background: url("../images/corner.svg") bottom left no-repeat transparent;
    transform: rotate(90deg);
  }
  .hero-section > .row-bg-wrap > .row-bg-layer .blob-right, .hero-section-inner > .row-bg-wrap > .row-bg-layer .blob-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 55%;
    border-radius: 30px 0 0 0;
    background-color: #F6F6F6;
    z-index: 1;
  }
  .hero-section > .row-bg-wrap > .row-bg-layer .blob-right::before, .hero-section-inner > .row-bg-wrap > .row-bg-layer .blob-right::before {
    position: absolute;
    top: -30px;
    right: -1px;
    content: "";
    width: 31px;
    height: 31px;
    background: url("../images/corner.svg") bottom left no-repeat transparent;
  }
  .hero-section > .row-bg-wrap > .row-bg-layer .blob-right::after, .hero-section-inner > .row-bg-wrap > .row-bg-layer .blob-right::after {
    position: absolute;
    bottom: -1px;
    left: -30px;
    content: "";
    width: 31px;
    height: 31px;
    background: url("../images/corner.svg") bottom left no-repeat transparent;
  }
  .hero-section > .row-bg-wrap > .row-bg-layer .row-bg.has-phone::before, .hero-section-inner > .row-bg-wrap > .row-bg-layer .row-bg.has-phone::before {
    width: 40%;
  }
}
@media (max-width: 999px) {
  .hero-section, .hero-section-inner {
    padding-top: 25vw !important;
    padding-bottom: 20vw !important;
  }
  .hero-section > .row-bg-wrap > .row-bg-layer, .hero-section-inner > .row-bg-wrap > .row-bg-layer {
    border-radius: 0 0 30px 30px;
    width: 100%;
    margin: 0;
  }
  .hero-section > .row-bg-wrap > .row-bg-layer .row-bg::before, .hero-section-inner > .row-bg-wrap > .row-bg-layer .row-bg::before {
    border-radius: 0 0 0 30px;
  }
}

h1.check, h2.check, h3.check, h4.check, h5.check, p.check {
  background: url(../images/check.svg) no-repeat 0 4px transparent;
  padding-left: 36px;
}
h1.check-sm, h2.check-sm, h3.check-sm, h4.check-sm, h5.check-sm, p.check-sm {
  background: url(../images/check-sm.svg) no-repeat 0 4px transparent;
  padding-left: 24px;
  padding-bottom: 10px;
}

.check h1, .check h2, .check h3, .check h4, .check h5, .check p {
  background: url(../images/check.svg) no-repeat 0 4px transparent;
  padding-left: 36px;
}

.check-sm h1, .check-sm h2, .check-sm h3, .check-sm h4, .check-sm h5, .check-sm p {
  background: url(../images/check-sm.svg) no-repeat 0 4px transparent;
  padding-left: 24px;
  padding-bottom: 10px;
}

.wpb_wrapper > div.nectar-split-heading {
  margin-bottom: 0;
}

.pp-checkboxes ul li {
  background: url(../images/check.svg) no-repeat 0 4px transparent;
  padding-left: 50px;
  padding-bottom: 42px;
}

.pp-features .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.pp-features .iwithtext {
  position: relative;
  flex-basis: 40%;
  flex-grow: 1;
  display: flex;
  gap: 10px;
  justify-content: start;
}
.pp-features .iwithtext .iwt-icon {
  position: relative;
  flex-shrink: 0;
  left: auto;
  top: auto;
}
.pp-features .iwithtext .iwt-text {
  padding-left: 0;
  padding-top: 0;
}
.pp-features .iwithtext img {
  margin: 0;
}

.pp-experience-row .vc_column-inner .wpb_wrapper {
  padding: 20px 30px;
  background: #FFFFFF;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 40px !important;
  justify-content: space-between;
}
@media (max-width: 999px) {
  .pp-experience-row .vc_column-inner .wpb_wrapper {
    flex-direction: column;
  }
}
.pp-experience-row .vc_column-inner .wpb_wrapper .img-with-aniamtion-wrap .hover-wrap {
  margin: 0;
}
.pp-experience-row .vc_column-inner .wpb_wrapper .description {
  flex-grow: 1;
}
.pp-experience-row .vc_column-inner .wpb_wrapper .description p {
  max-width: 430px;
}
.pp-experience-row .vc_column-inner .wpb_wrapper .nectar-milestone {
  text-align: center;
  min-width: 250px;
}
@media (max-width: 999px) {
  .pp-experience-row .vc_column-inner .wpb_wrapper .nectar-milestone {
    min-width: none;
  }
}
.pp-experience-row .vc_column-inner .wpb_wrapper .nectar-milestone .number, .pp-experience-row .vc_column-inner .wpb_wrapper .nectar-milestone .symbol {
  font-size: 80px;
  font-weight: 400;
  line-height: 101px;
  padding: 0;
  font-family: "Sora";
}
.pp-experience-row .vc_column-inner .wpb_wrapper .nectar-milestone .subject {
  text-transform: uppercase;
}

.highlight-section h1, .highlight-section h2, .highlight-section h3 {
  color: #ffffff !important;
}
.highlight-section p {
  color: #ffffff;
}
.highlight-section > .row-bg-wrap > .row-bg-layer {
  border-radius: 30px;
  position: relative;
}
.highlight-section > .row-bg-wrap > .row-bg-layer .row-bg {
  background-position: center center !important;
}
@media (min-width: 1800px) {
  .highlight-section .row-bg.has-phone {
    margin: 0 44px;
    border-radius: 30px;
    width: calc(100% - 88px);
  }
  .highlight-section .row-bg.has-phone .blob-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 60px;
    border-radius: 0 30px 0 0;
    background-color: #F6F6F6;
  }
  .highlight-section .row-bg.has-phone .blob-left::before {
    position: absolute;
    top: -31px;
    left: 0px;
    content: "";
    width: 31px;
    height: 31px;
    background: url("../images/corner.svg") bottom left no-repeat transparent;
    transform: rotate(90deg);
  }
  .highlight-section .row-bg.has-phone .blob-left::after {
    position: absolute;
    bottom: 0px;
    right: -31px;
    content: "";
    width: 31px;
    height: 31px;
    background: url("../images/corner.svg") bottom left no-repeat transparent;
    transform: rotate(90deg);
  }
}
.highlight-section .full-height > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  gap: 38px;
  justify-content: space-between;
  height: 100%;
}
.highlight-section .fill-height > .vc_column-inner,
.highlight-section .fill-height > .vc_column-inner > .wpb_wrapper,
.highlight-section .fill-height > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
  height: 100%;
}
.highlight-section .fill-height > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.highlight-section .img {
  flex-grow: 1;
  display: flex;
  align-items: end;
  justify-content: center;
}
.highlight-section .green-text h1, .highlight-section .green-text h2, .highlight-section .green-text h3, .highlight-section .green-text h4, .highlight-section .green-text h5, .highlight-section .green-text p {
  color: #5A6230 !important;
}

/* about us page */
.logo-box {
  display: flex;
  gap: 15px;
}
.logo-box .logos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-block .nectar-milestone {
  background-color: #1166D1;
  color: #ffffff;
  padding: 30px !important;
  border-radius: 30px;
  text-align: left;
  margin: 0;
}
.about-block .nectar-milestone .number, .about-block .nectar-milestone .number .symbol-wrap {
  font-family: "Sora";
  font-size: 36px !important;
  line-height: 45px !important;
  font-weight: 400;
}

.pp-object-fit .hover-wrap, .pp-object-fit .hover-wrap-inner {
  height: 100%;
}
.pp-object-fit .hover-wrap img, .pp-object-fit .hover-wrap-inner img {
  height: 100%;
  object-fit: cover;
}

.pp-support .white-block .wpb_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pp-support .white-block .flex-grow-1 {
  flex-grow: 1;
}

/* products page */
.challenges-list ul li {
  background: url(../images/warning.svg) no-repeat left top transparent;
  padding-left: 40px;
  padding-bottom: 30px;
}

.cleaning-method {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.cleaning-method img {
  width: 20%;
  object-fit: cover;
}

.models-block > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.models-block > .vc_column-inner > .wpb_wrapper > div {
  padding: 20px 40px;
}
.models-block .model-description {
  flex-basis: calc(40% - 10px);
}
@media (max-width: 999px) {
  .models-block .model-description {
    flex-basis: 100%;
  }
}
.models-block .model-specs {
  flex-basis: calc(60% - 10px);
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media (max-width: 999px) {
  .models-block .model-specs {
    flex-basis: 100%;
  }
}
.models-block .model-specs > div {
  flex-basis: calc(50% - 30px);
}
@media (max-width: 999px) {
  .models-block .model-specs > div {
    flex-direction: column;
  }
}
.models-block .model-compatability {
  flex-basis: 100%;
}
.models-block .model-compatability ul {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
.models-block .model-compatability ul li::before {
  content: "✓";
  display: inline-block;
  color: #1166D1;
  margin-right: 5px;
}
.models-block .model-compatability ul li.no::before {
  content: "✗";
}

.pp-tabs .tabbed {
  text-align: center;
}
.pp-tabs .ui-tabs-nav {
  display: inline-flex;
  justify-content: center;
  border: 6px solid #1166D1;
  background-color: #1166D1;
  border-radius: 20px;
  margin-bottom: 50px;
}
.pp-tabs .ui-tabs-nav * {
  transition: all 0.6s ease;
}
.pp-tabs a {
  border-radius: 20px;
  background-color: #1166D1 !important;
  color: #ffffff !important;
}
.pp-tabs a.active-tab, .pp-tabs a:hover, .pp-tabs a:focus, .pp-tabs a:active {
  background-color: #FFFFFF !important;
  color: #1166D1 !important;
}
.pp-tabs .ui-tabs-panel {
  text-align: left;
}

.pp-toggles .toggle {
  background-color: #FFFFFF;
  border-radius: 20px;
}
.pp-toggles .toggle > .toggle-title a {
  padding: 25px 50px 25px 58px;
  color: #010101;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  background: url("../images/toggle-1.svg") 20px center no-repeat transparent;
}
.pp-toggles .toggle > .toggle-title a i {
  left: auto;
  right: 40px;
  top: 20px;
}
.pp-toggles .toggle > .toggle-title a i:before {
  content: "" !important;
}
.pp-toggles .toggle > .toggle-title a i.fa-minus, .pp-toggles .toggle > .toggle-title a i.fa-minus-circle {
  width: 24px;
  height: 24px;
  background: url(../images/minus.svg) center center no-repeat transparent;
}
.pp-toggles .toggle > .toggle-title a i.fa-plus, .pp-toggles .toggle > .toggle-title a i.fa-plus-circle {
  width: 24px;
  height: 24px;
  background: url(../images/plus.svg) center center no-repeat transparent;
}
.pp-toggles .toggle > div {
  box-shadow: none;
  background-color: transparent;
}
.pp-toggles .toggle .inner-toggle-wrap {
  padding: 15px 20px 15px 20px !important;
}
.pp-toggles .toggle:nth-child(2) .toggle-title a {
  background-image: url("../images/toggle-2.svg");
}
.pp-toggles .toggle:nth-child(3) .toggle-title a {
  background-image: url("../images/toggle-3.svg");
}
.pp-toggles .toggle:nth-child(4) .toggle-title a {
  background-image: url("../images/toggle-4.svg");
}
.pp-toggles .checks .wpb_text_column {
  background: url(../images/check-white.svg) no-repeat 15px 7px transparent;
  padding-left: 40px;
  padding-bottom: 30px;
}
.pp-toggles .cost-box {
  border-radius: 30px;
  background-color: #F6F6F6;
  padding: 30px;
}
.pp-toggles .cost-box ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 999px) {
  .pp-toggles .cost-box ul {
    flex-direction: column;
  }
}
.pp-toggles .cost-box li {
  color: #1166D1;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  flex-basis: calc(33% - 23px);
  list-style: disc;
  list-style-position: outside;
  margin-left: 10px;
}

.washing-type {
  display: flex;
  gap: 50px calc((100% - 500px) / 2);
  flex-wrap: wrap;
  flex-grow: 1;
}
.washing-type .hl {
  font-weight: 500;
}
.washing-type div {
  flex-basis: 250px;
}
@media (max-width: 999px) {
  .washing-type div {
    flex-basis: 100%;
  }
}

.cleaning-method li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 20px;
  padding: 5px 0;
}

.good-icon, .bad-icon {
  background: url(../images/good.svg) no-repeat 0 1px transparent;
  padding-left: 36px;
  background-size: 18px 18px;
}

.bad-icon {
  background: url(../images/bad.svg) no-repeat 0 1px transparent;
}

/* sustainability page */
.hide-btn .btn-green {
  display: none;
}

/* news page */
.pp-related-news .date, .pp-news-content .date, .pp-blog .meta-date {
  color: #1166D1;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.pp-blog .nectar-post-grid {
  gap: 40px 80px;
}
.pp-blog .meta-date {
  margin: 16px 0;
  display: block;
}
.pp-blog .nectar-post-grid[data-columns="3"][data-grid-spacing=none] .nectar-post-grid-item {
  width: calc(33.32% - 54px);
}
.pp-blog .nectar-post-grid[data-columns="3"][data-grid-spacing=none] .nectar-post-grid-item .nectar-post-grid-item-bg-wrap-inner {
  border-radius: 20px;
  overflow: hidden;
}
.pp-blog .nectar-post-grid[data-columns="3"][data-grid-spacing=none] .nectar-post-grid-item .link-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pp-blog .nectar-post-grid[data-columns="3"][data-grid-spacing=none] .nectar-post-grid-item img {
  border-radius: 20px;
}
.pp-blog .nectar-post-grid[data-columns="3"][data-grid-spacing=none] .nectar-post-grid-item .meta-excerpt {
  font-size: 16px;
  line-height: 24px;
}
.pp-blog .nectar-post-grid[data-columns="3"][data-grid-spacing=none] .nectar-post-grid-item .nectar-cta {
  margin: 0;
}
.pp-blog .nectar-post-grid[data-columns="3"][data-grid-spacing=none] .nectar-post-grid-item .link_text {
  font-size: 14px;
  color: #1166D1;
  font-weight: 600;
}
.pp-blog .load-more-wrap {
  margin: 60px 0 20px;
}

.nectar-post-grid-wrap[data-style=content_next_to_image] .nectar-post-grid[data-text-color=light] .nectar-post-grid-item .content *, .nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-text-color=light] .nectar-post-grid-item .content * {
  color: #010101 !important;
}

body.single-post[data-bg-header=true] .container-wrap.pp-news-post-container {
  padding-top: 0 !important;
}
body.single-post[data-bg-header=true] .container-wrap.pp-news-post-container .hero-section-inner {
  padding-top: 6vw;
  padding-bottom: 6vw;
}
body.single-post[data-bg-header=true] .container-wrap.pp-news-post-container .hero-section-inner > .row-bg-wrap > .row-bg-layer .row-bg.has-phone::before {
  width: 75%;
}
body.single-post[data-bg-header=true] .container-wrap.pp-news-post-container .blog_next_prev_buttons {
  margin-bottom: -50px;
}

.pp-news-content .post-content p img {
  width: revert-layer !important;
  margin: 0 15px 15px 0 !important;
  border-radius: 20px;
}
.pp-news-content .date {
  margin: -40px 0 40px;
  padding-top: 40px;
}
.pp-news-content .flickity-viewport {
  border-radius: 30px;
}
.pp-news-content .flickity-viewport img {
  border-radius: 20px;
}

.pp-related-news img {
  border-radius: 20px;
}
.pp-related-news .date {
  margin: 16px 0;
}