.MyLPs {
  overflow: hidden;
  background-color: #ecebeb;
  line-height: 1.2;
  color: white;
}
.MyLPs .radiusCorners {
  border-radius: 16px;
}
.MyLPs img {
  width: auto;
  max-width: 100%;
}
.MyLPs .btnCommon {
  font-size: 18px;
  font-weight: 600 !important;
  color: white;
  border-radius: 5px;
  padding: 15px 60px;
  display: block;
  transition: all linear 0.2s;
  display: flex;
  justify-content: center;
  background-color: #485ff1;
  width: fit-content;
  margin: 0 auto 20px auto;
}
.MyLPs .btnCommon span {
  align-self: center;
}
.MyLPs .btnCommon:hover {
  background-color: #485ff1;
  opacity: 0.8;
}
.MyLPs .btnCommonYellow {
  color: #2b2d40;
  background-color: #ffc43a;
}
.MyLPs .btnCommonYellow:hover {
  background-color: #ffc43a;
  opacity: 0.8;
}
.MyLPs .btnCommon_darkBlue {
  background-color: #2b2d40 !important;
}
.MyLPs .btnCommon_outline {
  background-color: transparent;
  border: solid thin #2b2d40;
  color: #2b2d40;
}
.MyLPs .btnCommon_outline:hover {
  background-color: #2b2d40;
  color: WHITE;
  opacity: 0.8;
}
.MyLPs .btnCommon_white {
  background-color: white;
  color: #2b2d40;
  margin-bottom: 0;
}
.MyLPs .btnCommon_white:hover {
  background-color: white;
  opacity: 0.8;
}
.MyLPs .btnCommonBig {
  font-size: 27px;
}
.MyLPs .linkStretched {
  z-index: 5;
  overflow: hidden;
  display: block;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.MyLPs h2 {
  margin: 40px 0;
}
.MyLPs .f14 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.MyLPs .f18 {
  font-size: 18px;
}
.MyLPs .f22 {
  font-size: 22px;
}
.MyLPs .f26 {
  font-size: 26px;
}
.MyLPs .f30 {
  font-size: 30px;
}
.MyLPs .f40 {
  font-size: 40px;
}
.MyLPs .f50 {
  font-size: 50px;
}
.MyLPs .f60 {
  font-size: 60px;
}
.MyLPs .f80 {
  font-size: 80px;
  font-weight: 900;
}
.clrBLue {
  color: #485ff1 !important;
}
.clrWhite {
  color: white !important;
}
.clrdarkBlue {
  color: #2b2d40 !important;
}
.clrGradient {
  background: #391492;
  background: linear-gradient(to right, #391492 0%, #C136A2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.green_bg {
  background: #00c782;
}
.blue_bg {
  background: #485ff1;
}
.weight_bold {
  font-weight: 800;
}
.weight_light {
  font-weight: 300;
}
.scrollDown {
  height: 50px;
  width: 50px;
  margin: 60px auto 30px auto;
  border-radius: 50%;
  background: #6677ed;
  background: linear-gradient(180deg, #6677ed 27%, #8491f0 75%);
}
.arrow {
  height: 40px;
  width: 40px;
  margin: 0 auto;
  border-left: solid thin white;
  border-bottom: solid thin white;
  transform: translateY(-18px) rotate(-45deg);
  animation: Arrow linear infinite 0.8s;
}
@keyframes Arrow {
  0%,
  100% {
    transform: translateY(-18px) rotate(-45deg);
  }
  50% {
    transform: translateY(-12px) rotate(-45deg);
  }
}
.DikaiouxoiWrapper {
  background-color: #00c782;
  border-bottom-right-radius: 210px;
  border-top-right-radius: 210px;
  width: 85%;
  position: relative;
  margin-block: 60px;
}
.DikaiouxoiWrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom-right-radius: 209px;
  border-top-right-radius: 209px;
  border-top: solid 40px #4f62ea;
  border-bottom: solid 40px #4f62ea;
}
.Dikaiouxoi_container {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
.Dikaiouxoi_container .Img {
  width: 50%;
  position: relative;
}
.Dikaiouxoi_container .Desc {
  position: relative;
  padding-left: 5%;
  width: 50%;
  align-self: center;
  padding: 30px;
}
.Dikaiouxoi {
  padding-left: 20px;
}
.Dikaiouxoi li {
  list-style-type: disc;
}
.BlueLine {
  position: absolute;
  left: -30px;
  top: 11px;
  width: 300px;
  height: 60px;
  border-radius: 30px;
  background-color: #003d7b;
  opacity: 0.6;
}
.LightBlueLine {
  position: absolute;
  right: -330px;
  bottom: 0;
  width: 700px;
  height: 60px;
  border-radius: 30px;
  background-color: white;
  opacity: 0.4;
}
.AitisiBlocks {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto 50px auto;
}
.AitisiBlocks .Blocks {
  padding: 10px;
  text-align: center;
  width: 45%;
}
.AitisiBlocks .Blocks div {
  background-color: white;
  border-radius: 100px;
  padding: 60px 30px 50px 30px;
  height: calc(100% - 50px);
}
.AitisiBlocks .Divider {
  padding: 10px;
  width: 10%;
  align-self: center;
  padding-top: 60px;
}
.productsWrapper {
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
}
.productsWrapper::before {
  content: '';
  position: absolute;
  width: 70%;
  height: 70%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 50%;
  transition: all linear 0.15s;
}
.productsWrapper img {
  margin: 0 auto;
  position: relative;
  top: 0;
  transition: all linear 0.15s;
}
.productsWrapper_col:hover .productsWrapper::before {
  background-color: #ffc539;
}
.productsWrapper_col:hover .productsWrapper img {
  top: -20px;
}
.productsWrapper_col:hover .btnCommon {
  opacity: 0.8;
}
.tab {
  display: flex;
  justify-content: center;
}
.tab .tablinks {
  font-size: 18px;
  border: solid thin white;
  background: transparent;
  border-radius: 10px;
  color: white;
  padding: 12px 15px;
  max-width: 250px;
  width: 100%;
  margin: 0 15px;
  display: block;
  cursor: pointer;
}
.tab .tablinks:hover {
  background-color: #485ff1;
  border: solid thin #485ff1;
}
.tab .tablinks.active {
  background-color: #485ff1;
  border: solid thin #485ff1;
  position: relative;
}
.tab .tablinks.active::before {
  content: '';
  height: 18px;
  width: 18px;
  background: #485ff1;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%) rotate(45deg);
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  margin-top: 60px;
  border-top: none;
}
.myCarousels .owl-nav button {
  height: 45px;
  width: 45px;
  background-color: #4dd8a8 !important;
  border-radius: 50% !important;
  transition: all linear 0.1s;
}
.myCarousels .owl-nav button span {
  display: none;
}
.myCarousels .owl-nav button:hover {
  background-color: #3ea984 !important;
}
.myCarousels .owl-nav .owl-prev:before,
.myCarousels .owl-nav .owl-next:before {
  position: relative;
  top: 3px;
}
.myCarousels .owl-nav .owl-prev:before {
  content: url(https://support3.you.gr/you/redesign/landing_pages/2022_Psifiaki_Merimna2/arrow_left.png);
}
.myCarousels .owl-nav .owl-next:before {
  content: url(https://support3.you.gr/you/redesign/landing_pages/2022_Psifiaki_Merimna2/arrow_right.png);
}
.myCarousels .item {
  display: flex;
  justify-content: center;
  text-align: left;
}
.myCarousels .Desc {
  padding-block: 60px 50px;
  padding-inline: 70px 15px;
  max-width: 600px;
  background-color: #33d29b;
  margin-left: -60px;
  border-radius: 50px;
  max-height: 370px;
  align-self: center;
}
.myCarousels .steps {
  font-size: 50px;
  font-weight: 900;
  color: #2b2d40;
  position: relative;
  width: fit-content;
  margin-bottom: 10px;
}
.myCarousels .steps::before {
  content: '';
  position: absolute;
  left: 3px;
  bottom: 14px;
  width: 100%;
  height: 15px;
  background: white;
  transform: skew(0deg, -20deg);
}
.FQ {
  margin-block: 40px;
  text-align: left;
  color: #2b2d40;
}
.FQ a {
  color: #485ff1 !important;
}
.FQ a:hover {
  text-decoration: underline;
}
.FQ .Question {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 17px;
  position: relative;
}
.FQ .Question::before {
  content: '';
  height: 60px;
  width: 60px;
  background: url('https://support3.you.gr/you/redesign/landing_pages/2022_Psifiaki_Merimna2/ornament.png') center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: -22px;
  top: -14px;
}
.WhyYou {
  padding: 25px 80px;
  background: #7c1dc9;
  background: linear-gradient(90deg, #7c1dc9 0%, #ae78db 64%, #d9c6eb 100%);
  display: flex;
  justify-content: center;
  color: white;
}
.WhyYou div:first-of-type {
  font-size: 40px;
  font-weight: 700;
  margin-right: 30px;
}
.WhyYou > div {
  align-self: center;
  display: flex;
  margin-right: 20px;
}
.WhyYou div span {
  align-self: center;
}
.WhyYou div img {
  width: 56px;
}
.MyLPsfooter {
  padding: 30px 0 !important;
}
.pointsContainer {
  border-left: solid thin rgba(255, 255, 255, 0.6);
  padding-left: 50px !important;
}
.points {
  color: white;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  margin-top: 10px;
}
.pointsDesc {
  color: white;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.btnyouClub {
  background-color: white !important;
  color: #2b2c40 !important;
  font-size: 14px;
  font-weight: 700;
  width: 200px;
  margin: 0 auto;
  padding: 10px 15px !important;
}
.btnyouClub:hover {
  background-color: #ffc439 !important;
}
@media (max-width: 1200px) {
  .DikaiouxoiWrapper {
    width: 98%;
    border-bottom-right-radius: 186px;
    border-top-right-radius: 186px;
  }
  .DikaiouxoiWrapper::before {
    border-bottom-right-radius: 184px;
    border-top-right-radius: 184px;
  }
  .Dikaiouxoi_container {
    padding-right: 5%;
  }
  .Dikaiouxoi_container .Img {
    width: 40%;
    align-self: center;
  }
  .Dikaiouxoi_container .Desc {
    width: 60%;
    padding-block: 80px;
  }
}
@media (max-width: 991px) {
  .btnyouClub {
    margin-top: 20px !important;
  }
}
@media (max-width: 768px) {
  .DikaiouxoiWrapper {
    width: 98%;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-block: 140px 150px;
  }
  .DikaiouxoiWrapper::before {
    content: unset;
  }
  .Dikaiouxoi_container {
    padding-right: 5%;
    display: block;
  }
  .Dikaiouxoi_container .Img {
    width: 60%;
    margin: 0 auto -120px auto;
    top: -60px;
  }
  .Dikaiouxoi_container .Desc {
    width: 100%;
    padding-block: 80px;
  }
  .myCarousels .owl-nav {
    margin-top: 0;
    position: relative;
  }
  .myCarousels .item {
    display: block;
  }
  .myCarousels .Img {
    max-width: 60%;
    margin: 0 auto;
  }
  .myCarousels .Desc {
    margin: -45px auto 0 auto;
    text-align: center;
    padding-inline: 15px;
    max-height: unset;
    align-self: unset;
  }
  .myCarousels .steps {
    margin: 0 auto 10px auto;
  }
  .BlueLine {
    top: -90px;
    width: 50%;
  }
  .LightBlueLine {
    bottom: -30px;
    right: -50px;
    width: 70%;
  }
  .AitisiBlocks .Blocks div {
    border-radius: 30px;
  }
  .AitisiBlocks .Divider {
    display: none;
  }
  .ypourgeia {
    flex-wrap: wrap;
  }
  .ypourgeia div {
    width: 50%;
  }
  .WhyYou {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 25px 15px;
  }
  .WhyYou div:first-of-type {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .WhyYou div {
    margin-right: 0;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .WhyYou div img {
    max-width: 40px !important;
  }
  .pointsContainer {
    border-left: none;
    padding-left: 0 !important;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .MyLPs .f18 {
    font-size: 16px;
  }
  .MyLPs .f22 {
    font-size: 18px;
  }
  .MyLPs .f26 {
    font-size: 20px;
  }
  .MyLPs .f30 {
    font-size: 22px;
  }
  .MyLPs .f40 {
    font-size: 30px;
  }
  .MyLPs .f50 {
    font-size: 35px;
  }
  .MyLPs .f60 {
    font-size: 40px;
  }
  .MyLPs .f80 {
    font-size: 50px;
  }
  .MyLPs .btnCommon_outline {
    padding: 15px 25px;
    font-size: 14px;
  }
  .DikaiouxoiWrapper {
    width: 94%;
    margin-block: 140px 100px;
  }
  .Dikaiouxoi_container {
    padding-inline: 15px;
  }
  .Dikaiouxoi_container .Img {
    width: 85%;
  }
  .Dikaiouxoi_container .Desc {
    padding-inline: 0;
  }
  .AitisiBlocks {
    display: block;
  }
  .AitisiBlocks .Blocks {
    width: 100%;
    margin-bottom: 20px;
  }
  .AitisiBlocks .Blocks div {
    padding: 40px 20px;
  }
  .myCarousels .Img {
    max-width: 80%;
  }
  .FQ p {
    font-size: 14px;
  }
  .FQ .Question {
    font-size: 17px;
  }
}