.MyLPs {
  color: #2b2d40;
  line-height: 1.5;
}
.MyLPs .radiusCorners {
  border-radius: 16px;
}
.MyLPs img {
  width: unset;
  max-width: 100% !important;
}
.MyLPs .clrWhite {
  color: white !important;
}
.MyLPs .clrBlack {
  color: #2b2c40 !important;
}
.MyLPs h2 {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 0;
}
.MyLPs .btnCommon {
  transition: all linear 0.1s;
  padding: 12px 20px;
  font-size: 18px;
}
.H1Wrapper{
  margin: 0;
  padding: 20px 15px;
}
.header_text {
  text-align: center;
  position: absolute;
  padding: 153px 0px 0px 182px;
  left: 0%;
}
.section1 {
  background-color: #8b9aff;
  padding-block: 0px 40px;
}
.posRelative {
  position: relative;
}
.header_right {
  position: absolute;
  right: 0px;
  top: 75px;
}
.header_left {
  position: absolute;
  left: 110px;
  top: 20px;
}
.underLined_text {
  font-size: 42px;
  font-weight: 600;
  color: #2b2c40;
  box-decoration-break: clone;
  background: linear-gradient(0deg, #d5dafc 13px, rgba(0, 0, 0, 0) 10px);
  width: -moz-fit-content;
  padding-inline: 10px;
  margin: 0 auto;
}
.warranty {
  position: absolute;
  top: 20px;
  left: 85%;
}
.productTitles {
  font-size: 30px;
  font-weight: 600;
}
.section2 {
  background: #650b25 url('https://support3.you.gr/you/redesign/landing_pages/2022-Tesla/TVs.jpg') center bottom no-repeat;
  background-size: cover;
  padding-block: 60px;
  position: relative;
}
.section3 {
  background: #e6e9ee url('https://support3.you.gr/you/redesign/landing_pages/2022-Tesla/ac.jpg') center bottom no-repeat;
  background-size: cover;
  padding-block: 60px;
  position: relative;
}
.section4 {
  background: #65012d url('https://support3.you.gr/you/redesign/landing_pages/2022-Tesla/psigeia.jpg') center bottom no-repeat;
  background-size: cover;
  padding-block: 60px;
  position: relative;
}
.section5 {
  background: #eeeeee url('https://support3.you.gr/you/redesign/landing_pages/2022-Tesla/plintiria.jpg') center bottom no-repeat;
  background-size: cover;
  padding-block: 60px;
  position: relative;
}
.section5 h2 {
  padding-right: 25px;
}
.section6 {
  background: #bb4e45 url('https://support3.you.gr/you/redesign/landing_pages/2022-Tesla/plintiria_piaton.jpg') center bottom no-repeat;
  background-size: cover;
  padding-block: 60px;
  position: relative;
}
.section7 {
  background: #eaf3f8 url('https://support3.you.gr/you/redesign/landing_pages/2022-Tesla/stegnotiria.jpg') center bottom no-repeat;
  background-size: cover;
  padding-block: 60px;
  position: relative;
}
.section8 {
  background: #8b3455 url('https://support3.you.gr/you/redesign/landing_pages/2022-Tesla/kouzines.jpg') center bottom no-repeat;
  background-size: cover;
  padding-block: 60px;
  position: relative;
}
.section9 {
  background: #ffffff url('https://support3.you.gr/you/redesign/landing_pages/2022-Tesla/monitors.jpg') center bottom no-repeat;
  background-size: cover;
  padding-block: 60px;
  position: relative;
}
.section10 {
  background-color: #7886f4;
  padding-block:50px
}
.prductsWrapper {
  position: relative;
  text-align: center;
}
.prductsWrapper .productTitles {
  margin-block: 15px;
  line-height: 1;
  height: 60px;
}
.prductsWrapper .product {
  position: relative;
}
.prductsWrapper .product img {
  margin: 0 auto;
  position: relative;
}
.prductsWrapper .product::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  transition: all linear 0.1s;
}
.prductsWrapper:hover .product::before {
  height: calc(300px + 50px);
  width: calc(300px +  50px);
}
.prductsWrapper:hover .btnCommon {
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .section4 {
    background: #65012d url('https://support3.you.gr/you/redesign/landing_pages/2022-Tesla/psigeia.jpg') center bottom no-repeat;
    background-size: 170%;
  }
  .section5 {
    background: #eeeeee url('https://support3.you.gr/you/redesign/landing_pages/2022-Tesla/plintiria.jpg') center bottom no-repeat;
    background-size: 160%;
    padding-block: 60px;
  }
  .section5 h2 {
    padding-right: 90px;
  }
  .prductsWrapper .product {
    position: relative;
  }
  .prductsWrapper .product img {
    max-width: 240px !important;
    width: 100%;
  }
  .prductsWrapper .product::before {
    height: 220px;
    width: 220px;
  }
  .prductsWrapper:hover .product::before {
    height: calc(220px + 30px);
    width: calc(220px +  30px);
  }
}
@media (max-width: 991px) {
  .section1 {
    background: url('https://support3.you.gr/you/redesign/landing_pages/2022-Tesla/ice-break.png') 0% center no-repeat, none;
    background-size: 30%, 25%;
  }
  .section2 {
    background: #650b25;
  }
  .section3 {
    background: #e6e9ee;
  }
  .section4 {
    background: #740034;
  }
  .section5 {
    background: #eeeeee;
  }
  .section6 {
    background: #bb4e45;
  }
  .section7 {
    background: #eaf3f8;
  }
  .section8 {
    background: #92375a;
  }
  .section9 {
    background: #ffffff;;
  }
  .section5 h2 {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .MyLPs h2 {
    font-size: 30px;
  }
  .productTitles {
    font-size: 25px;
  }
  img.warranty {
    top: 20px;
    right: 20px;
    left: unset;
  }
  .prductsWrapper {
    margin-bottom: 20px;
  }
  .prductsWrapper .productTitles {
    height: 48px;
  }
}
@media (max-width: 576px) {
  .header_text {
    padding: 0px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .display_none_mobile {
    display: none!important;
  }
  .H1Wrapper{
    margin: 0;
    padding: 0px;
  }
  .section1 {
    padding: 20px 0px 0px 0px;
    background-color: #8b9aff;
  }
  .underLined_text {
    font-size: 30px;
  }
  .section2 {
    background: #650b25 url('https://support3.you.gr/you/redesign/landing_pages/2022-Tesla/TVs-m.jpg') center top no-repeat;
    background-size: 100%;
    padding-block: 100% 40px;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
  }
  .section3 {
    background: #e6e9ee url('https://support3.you.gr/you/redesign/landing_pages/2022-Tesla/ac-m.jpg') right top no-repeat;
    background-size: 100%;
    padding-block: 100% 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .section4 {
    background: #740034 url('https://support3.you.gr/you/redesign/landing_pages/2022-Tesla/psigeia_m.jpg?1') center top no-repeat;
    background-size: 100%;
    padding-block: 100% 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .section5 {
    background: #eeeeee url('https://support3.you.gr/you/redesign/landing_pages/2022-Tesla/plintiria_m.jpg') right top no-repeat;
    background-size: 100%;
    padding-block: 100% 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .section6 {
    background: #bb4e45 url('https://support3.you.gr/you/redesign/landing_pages/2022-Tesla/plintiria_piaton_m.jpg?1') center top no-repeat;
    background-size: 100%;
    padding-block: 100% 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .section7 {
    background: #eaf3f8 url('https://support3.you.gr/you/redesign/landing_pages/2022-Tesla/stegnotiria_m.jpg?2') center top no-repeat;
    background-size: 100%;
    padding-block: 100% 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .section8 {
    background: #9f365f url('https://support3.you.gr/you/redesign/landing_pages/2022-Tesla/kouzines_m.jpg') center top no-repeat;
    background-size: 100%;
    padding-block: 100% 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .section9 {
    background: #ffffff url('https://support3.you.gr/you/redesign/landing_pages/2022-Tesla/monitors_m.jpg') center top no-repeat;
    background-size: 100%;
    padding-block: 100% 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
  img.warranty {
    top: 20px;
    right: 20px;
    left: unset;
    max-width: 70px !important;
  }
  .prductsWrapper .product img {
    max-width: 200px !important;
    width: 100%;
  }
  .prductsWrapper .product::before {
    height: 180px;
    width: 180px;
  }
  .prductsWrapper .btnCommon {
    padding: 12px 20px ;
  }
  .prductsWrapper:hover .product::before {
    height: calc(180px + 30px);
    width: calc(180px +  30px);
  }
}