@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
}

.bold {
  font-weight: 600;
}

html {
  overflow-x: hidden;
}

a {
  color: #0082fa;
  text-decoration: none;
  font-weight: 600;
}
a:hover {
  color: #0082fa;
}

body {
  overflow-x: hidden;
  background-color: #f6f6f6;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.logo {
  min-height: 45px;
}

.cta {
  font-size: 16px;
  display: inline-block;
  padding: 5px 25px;
  color: white;
  background-color: #0082fa;
  border: 1.25px solid #0082fa;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  border-radius: 990px;
  transition: background-color 0.2s, color 0.3s;
}

.cta:hover {
  background: transparent;
  color: #0082fa;
}

.text-blue {
  color: #0082fa;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.copy-paster {
  padding-left: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 20px;
}

.copy-paster ul {
  padding-left: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.copy-paster h3 {
  display: inline-block;

  text-align: center;

  font-weight: 600;
  font-size: 30px;
}

.copy-paster h4 {
  margin-bottom: 30px;

  font-weight: 600;
  font-size: 26px;
}

@media screen and (max-width: 1600px) {
  .container {
    max-width: 90%;
  }
  .top .hero img {
    right: 0 !important;
  }
}

h2 {
  font-size: 34px;
  font-weight: 300;
  margin: 0;
  margin-top: 15px;
  line-height: 41px;
}

h2 span {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 16px;
  font-size: 24px;
}

h3 {
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

h5 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

strong {
  font-weight: 600;
}

p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

h2::first-line {
  font-size: 26px;
}

header {
  display: flex;
  overflow-x: hidden;
  position: relative;
  background: url("../img/header-bg-3.png?v=1") top center;
  background-size: cover;
  background-repeat: no-repeat;
}

header .product-ps {
  position: absolute;
  top: 0;
  /*  right: -14%;*/
}

header .logo {
  margin-top: -9px;
}

.top {
  display: flex;
  margin-top: 0;
  align-items: center;
  position: relative;
}

@media (min-width: 1380px) {
  .top .hero img {
    right: 0;
  }
}

@media (max-width: 1240px) {
  .top {
    min-height: 350px;
  }
  .top:before {
    right: -20rem;
  }
  .steps .steps-wrapper p br {
    display: none;
  }
  .steps .steps-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .steps .steps-wrapper p {
    padding: 0 10px;
  }
}

@media (max-width: 1100px) {
  .top:before {
    right: -25rem;
  }
}

@media (max-width: 768px) {
  .steps-wrapper .step {
    width: 50% !important;
  }
  h2 {
    padding-top: 20px !important;
    margin: 15px 0;
  }
  h2 span {
    padding-bottom: 15px;
  }
  .top .copy .cta {
    margin-top: 15px !important;
  }
  .top .copy {
    min-height: 500px !important;
  }
  .top:before {
    top: 50%;
  }
}

.steps .steps-wrapper p {
  line-height: 1.2;
}

.top .copy {
  width: 100%;
  z-index: 1;
  padding: 0;

  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  text-align: center;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .top .copy {
    height: 600px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .top .copy {
    height: 600px;
    padding-top: unset;
  }
}

.top .copy .cta {
  margin-top: 29px;
  padding: 10px 38px;
  font-size: 22px;
  font-weight: 300;
}

.top .copy img {
  margin-bottom: 30px;
}
.semi-step {
  font-weight: 600;
}
.top .hero {
  width: 50%;
  text-align: right;
  z-index: 1;
}

.top .hero img {
  position: relative;
  top: 120px;
  width: 100%;
}

.steps {
  margin-top: -90px;
  /* padding: 4rem 0 0; */
}

.steps-wrapper {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: baseline;
  margin: 20px auto;
  flex-wrap: wrap;
  position: relative;
  box-shadow: 21px 21px 30px 0px rgba(0, 0, 0, 0.07);
  justify-content: space-between;
  border-radius: 30px;
  padding-bottom: 1rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.plastry-wrapper {
  width: 100%;
  background-color: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  box-shadow: 21px 21px 30px 0px rgba(0, 0, 0, 0.07);
  justify-content: center;
  border-radius: 30px;
  /* padding-bottom: 1rem; */
  padding-left: 0;
  padding-right: 0;
}

.banner {
  width: 100%;
}

.steps-wrapper .btn-round {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.07);
  color: #0082fa;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-decoration: none;
}

.steps-wrapper h3 {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 20px 0 45px;
  font-weight: 600;
  font-size: 32px;
}

.steps-wrapper .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
  text-align: center;
  position: relative;
}

.steps-wrapper img {
  max-height: 73px;
  margin: 0 0 15px 0;
}

.steps-wrapper .font-2x {
  font-size: 1.25rem;
}

.steps-wrapper .font-18 {
  font-size: 18px;
}

.product-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 50px;
  justify-content: center;
}

.b2b-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
.cta-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}

.cta-wrapper .cta {
  margin-top: 29px;
  padding: 10px 38px;
  font-size: 22px;
  font-weight: 300;
}
.future-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
  margin-bottom: 3%;
  margin-top: 3%;
  border-radius: 30px;
  color: #000;
  box-shadow: 21px 21px 30px 0px rgba(0, 0, 0, 0.07);
}

.product-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* .product{
    margin: 0 2%;
} */

.product-banner .product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(33.33% - 40px);
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
}

.product-wrapper h3 {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
  text-align: center;
  margin: 25px 0 20px;
  font-weight: 600;
  font-size: 32px;
}

.product-wrapper .product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: calc(33.33% - 40px);
  margin: 0 1%;
  cursor: pointer;
}

.product-wrapper .product .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  padding: 110px 30px 0;
  margin-top: -130px;
  border-radius: 30px;
  text-align: center;
  min-height: 280px;
  position: relative;
  box-shadow: 21px 21px 30px 0px rgba(0, 0, 0, 0.07);
  z-index: -1;
}

.product-wrapper .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  width: 100%;

  text-align: center;
}

.b2b-wrapper .b2b-product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(33.33% - 40px);
  margin: 0 1%;
  /* cursor: pointer; */
}

.future-wrapper .future-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(21% - 40px);
  margin: 4% 1%;
  /* cursor: pointer; */
}

.future-wrapper .future-product .ico-future {
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: black;
  color: #000;
}

.future-wrapper .future-product h4 {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 31px;
  color: #000;
}
.future-wrapper .future-product p {
  margin-bottom: 0;
  color: #000;
}

.b2b-wrapper h3 {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
  text-align: center;
  margin: 25px 0 50px;
  font-weight: 600;
  font-size: 32px;
}

.future-wrapper h3 {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
  margin: 25px 0 50px;
  font-weight: 600;
  font-size: 32px;
}

.b2b-wrapper .b2b-product .b2b-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  padding: 110px 30px 0;
  margin-top: -130px;
  border-radius: 30px;
  text-align: center;
  min-height: 280px;
  position: relative;
  box-shadow: 21px 21px 30px 0px rgba(0, 0, 0, 0.07);
  z-index: -1;
}

.b2b-wrapper .b2b-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  width: 100%;

  text-align: center;
}

.future-wrapper .future-product .future-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  padding: 110px 30px 0;
  margin-top: -130px;
  border-radius: 30px;
  text-align: center;
  min-height: 280px;
  position: relative;
  box-shadow: 21px 21px 30px 0px rgba(0, 0, 0, 0.07);
  z-index: -1;
}

.future-wrapper .future-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  width: 100%;

  text-align: center;
}

/* .product-wrapper .product:nth-child(2) .text-wrapper{
    background: #fff url("../img/product-bg-01.jpg") no-repeat bottom right;
    transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(2):hover .text-wrapper{
    background: #fff url("../img/product-bg-01.jpg") no-repeat 110% 100%;
}

.product-wrapper .product:nth-child(3) .text-wrapper{
    background: #fff url("../img/product-bg-02.jpg") no-repeat top left;
    transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(3):hover .text-wrapper{
    background: #fff url("../img/product-bg-02.jpg") no-repeat 0 -10%;
}

.product-wrapper .product:nth-child(4) .text-wrapper{
    background: #fff url("../img/product-bg-03.jpg") no-repeat bottom right;
    transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(4):hover .text-wrapper{
    background: #fff url("../img/product-bg-03.jpg") no-repeat 110% 100%;
}

.product-wrapper .product:nth-child(5) .text-wrapper{
    background: #fff url("../img/product-bg-04.jpg") no-repeat top right;
    transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(5):hover .text-wrapper{
    background: #fff url("../img/product-bg-04.jpg") no-repeat 100% -10%;
}

.product-wrapper .product:nth-child(6) .text-wrapper{
    background: #fff url("../img/product-bg-05.jpg") no-repeat bottom right;
    transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(6):hover .text-wrapper{
    background: #fff url("../img/product-bg-05.jpg") no-repeat 110% 100%;
}

.product-wrapper .product:nth-child(7) .text-wrapper{
    background: #fff url("../img/product-bg-06.jpg") no-repeat 100% 20%;
    transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(7):hover .text-wrapper{
    background: #fff url("../img/product-bg-06.jpg") no-repeat 100% -10%;
    transition: all 150ms ease-in-out;
}
.product-wrapper .product:nth-child(8) .text-wrapper{
    background: #fff url("../img/product-bg-06.jpg") no-repeat 100% 20%;
    transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(8):hover .text-wrapper{
    background: #fff url("../img/product-bg-06.jpg") no-repeat 100% -10%;
    transition: all 150ms ease-in-out;
}
.product-wrapper .product:nth-child(9) .text-wrapper{
    background: #fff url("../img/product-bg-06.jpg") no-repeat 100% 20%;
    transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(9):hover .text-wrapper{
    background: #fff url("../img/product-bg-06.jpg") no-repeat 100% -10%;
    transition: all 150ms ease-in-out;
}
.product-wrapper .product:nth-child(10) .text-wrapper{
    background: #fff url("../img/product-bg-06.jpg") no-repeat 100% 20%;
    transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(10):hover .text-wrapper{
    background: #fff url("../img/product-bg-06.jpg") no-repeat 100% -10%;
    transition: all 150ms ease-in-out;
}
.product-wrapper .product:nth-child(11) .text-wrapper{
    background: #fff url("../img/product-bg-06.jpg") no-repeat 100% 20%;
    transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(11):hover .text-wrapper{
    background: #fff url("../img/product-bg-06.jpg") no-repeat 100% -10%;
    transition: all 150ms ease-in-out;
} */

.product-wrapper .product img {
  z-index: 1;
  width: 100%;
  transition: all 200ms ease-in-out;
}

.product-wrapper .product:hover img {
  z-index: 1;
  transform: scale(1.05);
  left: 0;
}

.product-wrapper .product:nth-child(2) img {
  top: 20px !important;
  position: relative !important;
}

.product-wrapper .product:nth-child(3) img {
  top: 20px !important;
  position: relative !important;
}

.product-wrapper .product:nth-child(4) img {
  top: 25px !important;
  position: relative !important;
}

.product-wrapper .product:nth-child(5) img {
  top: 20px !important;
  position: relative !important;
}

.product-wrapper .product:nth-child(6) img {
  top: 30px !important;
  position: relative !important;
}

.product-wrapper .product:nth-child(7) img {
  top: 35px !important;
  position: relative !important;
}
.product-wrapper .product:nth-child(8) img {
  top: 35px !important;
  position: relative !important;
}
.product-wrapper .product:nth-child(9) img {
  top: 35px !important;
  position: relative !important;
}
.product-wrapper .product:nth-child(10) img {
  top: 35px !important;
  position: relative !important;
}

.product-wrapper .product .text-wrapper h4 {
  font-size: 24px;
  padding: 0;
  font-weight: 400;
}

.b2b-wrapper h4 {
  font-size: 24px;
  padding: 0;
  font-weight: 400;
  padding-top: 30px;
  padding-bottom: 30px;
}

.product-wrapper .product .text-wrapper h4 .no-br {
  white-space: nowrap;
  font-weight: 400;
  font-size: inherit;
}

.product-wrapper .product .cta {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -25px;
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.07);
  transition: all 150ms ease-in-out;
}

.product-wrapper .product a {
  text-decoration: none;
  color: #000;
}

.product-wrapper .product:hover .cta {
  width: 60px;
  height: 60px;
  bottom: -30px;
}

.product-wrapper .product .cta:hover {
  background: #0067c5;
  border-color: #0067c5;
  color: #fff;
}

.product-wrapper .link {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  width: 100%;
  flex-direction: column;
}

.link {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  margin-top: 30px;
  width: 100%;
}

.margin-link {
  margin-top: 90px !important;
}

.product-wrapper .link .cta {
  padding: 10px 38px;
  font-size: 22px;
  font-weight: 300;
}

.link .cta {
  padding: 10px 38px;
  font-size: 22px;
  font-weight: 300;
}

footer {
  /*  background: url("../img/footer.png") no-repeat center bottom;*/
  margin: 0 auto;

  max-width: 1200px;
  text-align: center;
  padding: 10px 20px 50px;
}

footer p {
  padding-top: 40px;
  font-size: 14px;
  line-height: 19px;
  color: #949494;
}

footer p a {
  color: #949494;
  text-decoration: underline;
  font-weight: normal;
}

#produkty {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.parallax {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.parallax.product-01 {
  left: 0;
  bottom: 10%;
  z-index: -10;
}

.parallax.product-02 {
  right: 0;
  bottom: 40%;
  z-index: -10;
}

/* faq */

.faq .questions {
  padding: 0 4rem;
}

.faq .steps-wrapper h3 {
  margin: 20px 0 10px;
}

.accordion a.parent {
  position: relative;
  width: 100%;
  display: flex;
  font-size: 18px;
  font-weight: 300;
  transition: all 300ms ease-in-out;
  padding-right: 25px;
}

.accordion span {
  display: inline-block;
}

.accordion a.parent::after {
  transition: all 300ms ease-in-out;
}

.accordion a.parent:hover,
.accordion a.parent:hover::after {
  cursor: pointer;
  color: #0082fa;
  transition: all 300ms ease-in-out;
}

.accordion a.parent.active {
  color: #0082fa;
}

.accordion a.parent::after {
  font-family: "Ionicons";
  content: "\f218";
  position: absolute;
  right: 0;
  font-size: 1rem;
  color: #000;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.accordion a.parent.active::after {
  font-family: "Ionicons";
  content: "\f12a";
  color: #000;
}

.accordion .accordion-item {
  border: 1px solid #ececec;
  color: #000;
  border-radius: 30px;
  margin: 15px 0;
  padding: 20px 30px;
  /* box-shadow: rgba(0, 0, 0, 0.07) 21px 21px 30px 0px; */
}

.accordion .content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
  color: #000;
  font-size: 15px;
}

.accordion .content.active {
  padding: 10px 0;
  opacity: 1;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
  font-size: 15px;
}

.accordion .content.active p {
  text-align: left;
}

.accordion .content p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.accordion .content ul {
  padding: 20px;
}

.accordion .content a {
  font-weight: bold;
  color: #0082fa;
  font-size: 15px;
}

@media (max-width: 1440px) {
  .parallax.product-01 {
    width: 40vw;
  }

  .parallax.product-02 {
    width: 35vw;
  }
}

@media (min-width: 1280px) and (max-width: 1680px) {
  body {
    background-size: 120% !important;
  }
}

@media (min-width: 920px) and (max-width: 1280px) {
  .top .copy h2 {
    max-width: 400px;
    font-size: 26px;
    line-height: 1.25;
  }
}

@media (max-width: 1280px) {
  .product-wrapper .product .text-wrapper {
    margin-top: -130px !important;
    padding: 100px 20px 0 !important;
  }
}

@media (max-width: 1280px) {
  .product-wrapper .product .text-wrapper {
    margin-top: -100px !important;
    padding: 80px 20px 0 !important;
    min-height: 220px !important;
  }
  .product-wrapper .product .text-wrapper h4 {
    font-size: 16px;
  }
  .product-wrapper .product h5 {
    font-size: 20px;
  }
  body {
    background-size: 100% !important;
    background-position: 42% 0% !important;
  }
  .steps {
    margin-top: 0;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    max-height: 40px;
  }
  .top .hero img {
    width: 120%;
  }
  .top:before {
    right: -30rem;
  }
}

@media screen and (min-width: 768px) {
  .hero-mobile {
    display: none;
  }
  header .product-ps {
    display: none;
  }
}

@media screen and (max-width: 950px) {
  .product-wrapper .b2b-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(33.3% - 15px);
  }
  .b2b-wrapper .b2b-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(33.3% - 15px);
  }
  .future-wrapper .future-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(33.3% - 15px);
  }
}

@media screen and (max-width: 820px) {
  .product-wrapper {
    display: flex;
    justify-content: space-around;
  }
  .product-wrapper .product {
    width: calc(50% - 30px);
  }
  .b2b-wrapper {
    display: flex;
    justify-content: space-around;
  }
  .b2b-wrapper .b2b-product {
    width: calc(50% - 30px);
  }
  .future-wrapper {
    display: flex;
    justify-content: space-around;
  }
  .future-wrapper .future-product {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 768px) {
  body {
    background-size: 100%;
    background-position: top !important;
  }

  .steps .steps-wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  #produkty {
    margin-top: 60px;
  }

  .product-wrapper h3 {
    margin: 0 0 0 !important;
  }

  header {
    position: relative;
  }

  header .product-ps {
    width: 100%;
    max-width: 95%;
    left: 38%;
    right: inherit;
    transform: translateX(-50%);
    /*   z-index: 5;*/
    top: inherit;
    bottom: 0;
  }

  .logo {
    max-height: 40px;
  }
  h2 {
    padding-top: 50px;
    font-size: 24px;
  }

  h3 {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
  }
  h2 span {
    font-size: 18px;
    text-align: center;
    justify-content: center;
  }
  .top {
    padding: 3rem 0 0;
  }
  .top .copy img {
    position: relative;
    top: 0;
  }
  .top {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
  .top .copy {
    width: 100%;
    /* display: flex; */
    justify-content: flex-start;
    flex-direction: column;
    align-content: center;
    text-align: center;
    position: relative;
    z-index: 6;
  }
  .hero {
    display: none;
  }
  .hero-mobile {
    width: 100%;
    object-fit: contain;
    z-index: 2;
    position: relative;
    top: -4rem;
  }
  .hero-mobile img {
    width: 100%;
  }
  .steps-wrapper,
  .product-wrapper .product .text-wrapper {
    border-radius: 15px !important;
  }
  .parallax {
    display: none;
  }
  .top .copy .cta {
    font-size: 20px;
    padding: 5px 38px;
  }
  h2 {
    padding-top: 0 !important;
    line-height: 1.2;
    font-size: 22px;
  }
  .top,
  .top .copy {
    min-height: 480px !important;
  }
  header .product-ps {
    max-height: 260px !important;
    object-fit: contain !important;
  }
}

@media screen and (max-width: 600px) {
  .product-wrapper .product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(50% - 15px);
  }
  .b2b-wrapper .b2b-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(50% - 15px);
  }
  .future-wrapper .future-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(50% - 15px);
  }
  .product-wrapper .product .text-wrapper h4 {
    padding: 10px 0 0;
    font-size: 16px;
  }
  .steps-wrapper {
    width: 90%;
    margin: 0 5%;
    padding-bottom: 0;
  }
  .steps-wrapper h3 {
    padding-top: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .steps .steps-wrapper h3,
  .product-wrapper h3 {
    font-size: 24px;
  }
  .product-wrapper h3 {
    margin: 0 0 50px;
  }
  .product-wrapper .product {
    margin-bottom: 50px;
  }
  .product-wrapper .product .text-wrapper h4 {
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  .product-wrapper .product {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 720px) {
  .faq .questions {
    padding: 0;
  }
}

@media screen and (max-width: 650px) {
  .steps-wrapper {
    flex-direction: column;
  }
  .steps-wrapper .step {
    width: 100% !important;
  }
  .steps-wrapper .step p {
    padding-bottom: 5px;
  }
  footer {
    padding: 20px 20px 30px !important;
  }
  .accordion .accordion-item {
    padding: 10px 20px !important;
  }
}

@media (min-width: 620px) and (max-width: 768px) {
  header .product-ps {
    max-width: 420px !important;
  }
}

@media (max-width: 560px) {
  .product-wrapper .product h5 {
    font-size: 18px;
  }
}

@media (max-width: 520px) {
  .product-wrapper .product .text-wrapper h4 {
    width: 80%;
  }
  .product-wrapper .product h5 {
    font-size: 16px;
  }
  .product-wrapper .product .text-wrapper {
    margin-top: -100px !important;
    padding: 80px 10px 0 !important;
    min-height: 240px !important;
  }
}

@media (max-width: 410px) {
  .steps {
    margin-top: -2rem;
  }
  .hero-mobile {
    top: 0;
  }
  .steps .steps-wrapper {
    padding: 30px;
  }
  .steps .steps-wrapper h3 {
    padding-top: 0;
  }
  .steps-wrapper .step p:last-child {
    padding-bottom: 0;
  }
  .steps-wrapper .step:nth-of-type(1)::before,
  .steps-wrapper .step:nth-of-type(2)::before {
    display: none;
  }
  .product-wrapper .link .cta {
    font-size: 18px;
    padding: 8px 15px;
  }
  .product-wrapper .product .text-wrapper h4 {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .top:before {
    top: 50%;
  }
  .product-wrapper .product {
    width: 80%;
    margin: 15px 10%;
  }
}

h3 {
  font-size: 20px;
}

@media screen and (min-width: 440px) {
  h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 576px) {
  h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 28px;
  }
}

.nobr {
  white-space: nowrap;
}
.strong {
  font-weight: 600;
}

.cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 400px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cards__item {
  flex: 1 1 50%;
  padding: 12px;
  opacity: 0.5;
  transition: 0.15s ease-in-out;
  cursor: pointer;
  line-height: 1.2;
}

.cards__item-inner {
  background: #fff;
  box-shadow: 21px 21px 30px 0px rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  pointer-events: none;
}

.cards__item:hover {
  opacity: 1;
}

.cards__item-inner span:first-child {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 6px;
}

.cards__item-inner span:last-child {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 768px) {
  .cards__item-inner span:first-child {
    font-size: 1.4rem;
  }

  .cards__item-inner span:last-child {
    font-size: 1rem;
  }
}

.cards__item.active {
  opacity: 1;
}
.cards__item.active .cards__item-inner::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 100%;
  bottom: 0;
  background: #0082fa;
  border-radius: 30px;
}

/* products & slider */
.slider .products__item {
  max-width: 300px;
}

@media screen and (min-width: 600px) {
  .slider .products__item {
    max-width: unset;
  }
}

.products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  margin: 0 auto;
  padding: 24px 30px 30px 30px;
  border-radius: 16px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  font-size: 0.9rem;
  background: #fff;
  max-width: 360px;
  text-align: center;
}

@media screen and (min-width: 660px) {
  .products__item {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .products__item {
    max-width: 340px;
  }
}

@media (min-width: 576px) {
  .products__item:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.02) 0px 10px 10px -5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.02) 0px 10px 10px -5px;
  }
}

.products__item-badge {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4d4d4d;
  border: 1px solid #cccccc;
  border-radius: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 14px;
  vertical-align: baseline;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: absolute;
}

.products__item-image {
  margin-top: 16px;
}

.products__item-image img {
  max-height: 200px;
  height: 100%;
  width: 80%;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.products__item h4 {
  margin-bottom: 8px;
  font-size: 18px;
}

.products__item-rating {
  margin-bottom: 10px;
}

.products__item ul {
  list-style-type: none;
  list-style-position: outside;
  padding-left: 0;
  margin-bottom: 20px;
}

.products__item ul li {
  margin-bottom: 0px;
  font-weight: 200;
  color: #4d4d4d;
}

.products__item ul li strong {
  color: #000;
  font-weight: 400;
}

.products__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 24px;
  width: 100%;
  margin-top: auto;
}

.products__item-footer-button {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.products__item-footer-button svg path {
  pointer-events: none;
}

.products__item-footer-button svg rect {
  fill: #0082fa;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  height: 40px;
  width: 40px;
}

.products__item-footer-button svg rect:hover {
  fill: #0067c7;
}

.products__item-footer-button svg rect:active {
  fill: #004d94;
}

.products__item-footer-cart {
  height: 24px;
  width: 24px;
}

.products__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.products__item-price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 300;
  margin-left: 10px;
}

.products__item-price .new-price {
  font-size: 1.5rem;
  font-weight: 600;
}

.check-icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-transform: scale(var(--ggs, 1));
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.check-icon::before {
  content: "";
  display: block;
  color: #63c642;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -1px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tns-ovh {
  overflow: visible;
}
.slider__nav {
  display: block;
}

.slider__nav button {
  height: 50px;
  width: 50px;
  border-radius: 200px;
  border: none;
  background: #0082fa;
  margin: 0 20px;
}

@media screen and (min-width: 576px) {
  .slider__nav button {
    margin: 0 -10px;
  }
}

.slider__nav-next:hover,
.slider__nav-prev:hover {
  background: #0067c7;
}

.slider__nav-next:active,
.slider__nav-prev:active {
  background: #004d94;
}

.slider__nav-next,
.slider__nav-prev {
  position: absolute;
  top: calc(50% + 20px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider__nav-next {
  right: 0;
  top: calc(50% + 20px);
}

@media screen and (min-width: 576px) {
  .slider__nav-next {
    top: calc(50% + 20px);
  }
}

.slider__nav-prev {
  left: 0;
  top: calc(50% + 20px);
}

@media screen and (min-width: 576px) {
  .slider__nav-prev {
    top: calc(50% + 20px);
  }
}

.slider__nav button[disabled] {
  background: rgba(0, 0, 0, 0.15);
  opacity: 0.4;
}

.slider__nav button[disabled] svg {
  fill: rgba(0, 0, 0, 0.4);
}

.products__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  max-width: 1100px;
  margin: 0 auto;
}

.products__grid > * {
  flex: 1 1 25%;
  min-width: 260px;
  height: auto;
}
