@import url("https://lp.al.to/libs/fonts/CentraleSans.css");

* {
  font-family: 'CentraleSansRnd' !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: url("../img/bg.png?v=1.1") bottom no-repeat;
  font-size: 16px;
  background-color: #F9F9F9;
}

body, p, h6, h5, h4, h3, h2, h1 {
  margin: 0;
  padding: 0;
}

body::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 820px;   
background: linear-gradient(180deg, rgba(196,227,237,1) 0%, rgba(196,227,237,0) 100%);
  z-index: -1;
  }

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

.cta {
  padding: 12px 28px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.cta-primary {
  background-color: #00B1ED;
  border: 1px solid #00B1ED;
  color: #FFF;
}

.cta-primary:hover {
  background-color: transparent;
  border: 1px solid #00B1ED;
  color: #00B1ED;
}

.copy-placeholder {
  border: 2px dashed #00B1ED;
  padding: 12px 28px;
  color: #00B1ED;
  margin: 1rem;
  cursor: pointer;
  font-weight: 500;
}

.section-title {
  font-size: 32px;
  font-weight: 500;
  padding: 2rem;
  text-align: center;
}

@media screen and (max-width: 400px) {
  .section-title {
    font-size: 24px;
  }
}



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

.top {

  margin-bottom: 4rem;

}

.top .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.5rem 2rem 0;
}

.top .top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
}

.top .top-text {
  margin: 1rem 0;
}

.top .top-title {
  font-size: 42px;
}



.top .top-suptitle {
  font-weight: 300;
  margin-bottom: .5rem;
  font-size: 36px;
}

.top .top-title {
  font-weight: 500;
}

.top .cta-container {
  margin: 1.5rem 0;
}

@media screen and (max-width: 1196px) {
  .top .top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  .top .logo-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top .top-suptitle, .top .top-title {
    font-size: 32px;
  }
}

.steps {
  text-align: center;
  margin: 0 4rem 4rem;
}

.steps .steps-container {
  background-color: #FFF;
  -webkit-box-shadow: 0px 3px 21px #0000000F;
          box-shadow: 0px 3px 21px #0000000F;
}

.steps .steps-container .steps-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-bottom: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.steps .steps-container .steps-wrapper .step {
  margin: 1rem 2rem;
}

.desc-text{
  line-height: 1.8;
  color: #646464;
  font-weight: 300;
}

.description .desc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1rem;
}

.description .section-title {
  font-size: 32px;
  font-weight: 500;
  padding: 1rem 0;
}

@media screen and (max-width: 1303px) {
  .description {
    text-align: center;
  }
}

.products {
  text-align: center;
}

.products .section-title {
  font-size: 32px;
  font-weight: 500;
  padding: 2rem 0;
}

.products .cta-container {
  margin: 4rem 1rem;
}

.products .products-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products .products-wrapper .product {
  background-color: #FFF;
  margin: 2rem 1rem;
  padding: .5rem;
  -webkit-box-shadow: 0px 3px 21px #0000000F;
          box-shadow: 0px 3px 21px #0000000F;
  color: #000;
  border-bottom: 6px solid transparent;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.products .products-wrapper .product img {
  -webkit-transition: all .2s;
  transition: all .2s;
}

 .products .products-wrapper .product .price {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1rem;
}

.products  .product-name {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 1rem;
}

.products .products-wrapper .product .arrow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products .products-wrapper .product .arrow-container .arrow {
  position: absolute;
  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;
  width: 45px;
  height: 45px;
  background-color: #00B1ED;
  -webkit-transition: all .2s;
  transition: all .2s;
  top: 50%;
}

.products .products-wrapper .product .arrow-container .arrow .arrow-svg {
  stroke: #FFF;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.products .products-wrapper .product:hover {
  border-bottom: 6px solid #00B1ED;
}

.products .products-wrapper .product:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.products .products-wrapper .product:hover .arrow-container .arrow {
  background-color: #FFF;
}

.products .products-wrapper .product:hover .arrow-container .arrow .arrow-svg {
  stroke: #00B1ED;
}

.video {
  text-align: center;
  margin-bottom: 4rem;
}

.video .section-title {
  font-size: 32px;
  font-weight: 500;
  padding: 2rem 0;
}

.video video {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 3px 21px #0000000F;
          box-shadow: 0px 3px 21px #0000000F;
  padding: 1rem;
}

/* Arrows */
.prev-arrow,
.next-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
  width: 20px;
  transition: all 0.3s;
  pointer-events: visible;
}

.prev-arrow {
  left: 20px;
}

.next-arrow {
  right: 20px;
}

.prev-arrow:hover,
.next-arrow:hover {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
}

.owl-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-left: -20px;
  display: block !important;
  border: 0px solid black;
  transform: translateY(-50%);
  background: #00b1ed !important;
  color: #fff !important;
 /* border-radius: 3px;*/
  transition: all 150ms ease-in-out;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
}

.owl-prev:hover,
.owl-next:hover {
  background: #0787b3 !important;
  color: #fff !important;
}

.owl-next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-right: -20px;
  display: block !important;
  border: 0px solid black;
  transform: translateY(-50%);
  background: #00b1ed !important;
  color: #fff !important;
 /* border-radius: 3px;*/
  transition: all 150ms ease-in-out;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
  right: 0;
}

.owl-prev span,
.owl-next span {
  color: #fff !important;
  font-size: 32px !important;
  position: relative !important;
  top: -3px !important;
}

.video-section{
  padding-bottom: 60px;
}

.video-section .container {
  padding: 2rem;
}

.video-holder{
  position: relative;
  width: 100%;
  padding-top: 56.5%;
  overflow: hidden;
  border-radius: 3px;
}

.video-holder iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: none;
}

.footer {
  text-align: center;
  margin-bottom: 2rem;
}

.footer .social-wrapper {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .social-wrapper .social {
  margin: 1rem;
  width: 64px;
  height: 64px;
  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;
  background-color: #FFF;
  -webkit-box-shadow: 0px 3px 21px #0000000F;
          box-shadow: 0px 3px 21px #0000000F;
}

.footer .social-wrapper .social .svg-icon {
  fill: #545454;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.footer .social-wrapper .social:hover .svg-icon {
  fill: #00B1ED !important;
}





