/*@green: #01ad6e;*/
html {
  scroll-behavior: smooth;
}
.MyLPs {
  color: white;
  overflow: hidden;
  background: #f0f0f2;
  background-size: 100%;
  padding-bottom: 30px;
  position: relative;
}
.MyLPs .col_xs_4,
.MyLPs .col_xs_6,
.MyLPs .col_xs_8,
.MyLPs .col_xs_12 {
  padding: 10px;
}
.MyLPs .radiusCorners {
  border-radius: 16px;
}
.MyLPs img {
  width: auto;
  max-width: 100%;
}
.MyLPs .btnCommon {
  font-size: 18px;
  font-weight: 700;
  color: #2d2b41;
  background-color: #ffc439;
  border-radius: 5px;
  padding: 15px 10px;
  display: block;
  transition: all linear 0.2s;
  display: flex;
  justify-content: center;
  max-width: 300px;
  margin: 10px auto;
  /*  -webkit-box-shadow: 5px 6px 12px 1px rgba(0,0,0,0.15);
        -moz-box-shadow: 5px 6px 12px 1px rgba(0,0,0,0.15);
        box-shadow: 5px 6px 12px 1px rgba(0,0,0,0.15);*/
}
.MyLPs .btnCommon span {
  align-self: center;
}
.MyLPs .btnCommon:hover {
  /*background-color: @blue;*/
}
.MyLPs .btnCommon.purple {
  background-color: #965ce5;
  color: white;
}
.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 {
  color: white;
  background-color: #307774;
  padding: 8px 50px;
  position: relative;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto 70px auto;
  border-radius: 20px;
}
.MyLPs .H2::before {
  content: '';
  position: absolute;
  height: 30px;
  width: 30px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url('images/zoom.png') center center no-repeat;
  background-size: 100%;
}
.MyLPs p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
.MyLPs .f20 {
  font-size: 20px;
  line-height: 25px;
}
.MyLPs .f26 {
  font-size: 26px;
  line-height: 30px;
}
.MyLPs .f30 {
  font-size: 30px;
  line-height: 35px;
}
.MyLPs .w500 {
  font-weight: 500;
}
.MyLPs .w800 {
  font-weight: 800;
}
.MyLPs .bRadius20 {
  border-radius: 20px;
}
.productsContainer {
  padding-inline: 5%;
  padding-bottom: 80px;
}
.productsWrapper {
  border-radius: 15px;
  background-color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 40px 15px;
  height: calc(100% - 20px);
  margin: 10px;
}
.productsWrapper::before {
  content: '';
  position: absolute;
  background-color: #4960f2;
  transition: all cubic-bezier(0.98, -0.01, 1, 0.63) 0.3s;
}
.productsWrapper:hover .btnCommon {
  background-color: #fdd065;
}
.productsWrapper .productName {
  font-size: 26px;
  line-height: 29px;
  color: white;
  font-weight: 700;
}
.productsWrapper img {
  margin: 0 auto;
}
.productsWrapper_ver::before {
  top: 0;
  left: -25px;
  height: 70%;
  width: calc(100% + 50px);
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.productsWrapper_ver:hover::before {
  height: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 40%;
}
.productsWrapper_ver .productName {
  height: 61px;
}
.productsWrapper_hoz::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 55%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.productsWrapper_hoz:hover::before {
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20%;
}
.productsWrapper_hoz:hover .productName {
  color: white;
  transition: all cubic-bezier(0.98, -0.01, 1, 0.63) 0.3s;
}
.productsWrapper_hoz .posRelative {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.productsWrapper_hoz .productName {
  color: #2C2D31;
  margin: 20px auto;
}
.productsWrapper_hoz .Desc {
  min-width: 220px;
}
.productsWrapper_single_hoz {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 15px;
  justify-content: space-around;
  margin: 10px;
  position: relative;
  padding: 20px;
}
.productsWrapper_single_hoz .productName {
  font-size: 26px;
  line-height: 29px;
  color: #2b2d40;
  font-weight: 700;
  margin-bottom: 20px;
}
.productsWrapper_single_hoz:hover .btnCommon {
  opacity: 0.8;
}
.SvuumBanner {
  padding: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.SvuumBanner .btnCommon {
  margin-top: 20px;
  background-color: white;
  color: #2C2D31;
  -webkit-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
}
.SvuumBanner .btnCommon:hover {
  background-color: #2C2D31;
  color: white;
}
.SvuumBanner .components {
  padding: 0 10px;
}
.BottomBanners {
  position: relative;
  padding-bottom: 100px !important;
}
.BottomBanners .btnCommon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  min-width: 240px;
}
.SvuumInfo {
  background-color: #85c441;
  padding-inline: 15px;
  padding-bottom: 40px;
}
.SvuumInfo .title {
  font-size: 40px;
  line-height: 45px;
}
.SvuumInfo .subtitle {
  font-size: 24px;
  line-height: 30px;
  margin-top: 10px;
}
.SvuumInfo .locations {
  background-color: #8bce43;
  border-radius: 15px;
  padding: 15px 20px;
  width: 35%;
  margin: 10px;
}
@media (max-width: 1200px) {
  .productsWrapper {
    padding: 40px 15px 20px 15px;
    height: calc(100% - 10px);
    margin: 5px;
  }
  .productsWrapper .productName {
    font-size: 20px;
    line-height: 26px;
  }
  .productsWrapper_ver .productName {
    height: 54px;
  }
  .productsWrapper_hoz .Desc {
    min-width: 160px;
  }
}
@media (max-width: 991px) {
  .SvuumInfo .locations {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .productsContainer {
    padding-inline: 10px;
  }
  .SvuumBanner .components:last-of-type {
    order: 1;
  }
  .SvuumBanner .components:nth-last-of-type(2) {
    order: 2;
  }
  .productsWrapper_hoz::before {
    top: 0;
    left: -25px;
    height: 60%;
    width: calc(100% + 50px);
    background-color: #4960f2;
    border-radius: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .productsWrapper_hoz:hover::before {
    width: calc(100% + 50px);
    height: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 40%;
  }
  .productsWrapper_hoz .Desc {
    min-width: unset;
  }
  .productsWrapper_hoz .posRelative {
    display: block;
  }
  .productsWrapper_hoz .productName {
    margin-top: 30px;
  }
  .BottomBanners {
    position: relative;
    padding-bottom: 20px !important;
  }
  .BottomBanners .btnCommon {
    position: relative;
    left: unset;
    transform: unset;
    bottom: unset;
    min-width: unset;
  }
  .youClub_banner {
    max-width: 50% !important;
  }
  .SvuumInfo .f30 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .MyLPs .f30 {
    font-size: 25px;
    line-height: 35px;
  }
  .MyLPs .H2 {
    font-size: 18px;
    line-height: 25px;
    margin: 0 auto 50px auto;
  }
  .MyLPs .btnCommon {
    font-size: 14px;
  }
  .productsWrapper {
    height: calc(100% - 10px);
    margin: 0;
  }
  .productsWrapper_hoz::before {
    height: 55%;
  }
  .productsWrapper_hoz .productName {
    height: 65px;
  }
  .productsWrapper_single_hoz {
    display: block;
    margin: 0;
  }
  .productsWrapper_single_hoz .productName {
    margin-top: 20px;
  }
  .SvuumBanner {
    flex-wrap: wrap;
  }
  .SvuumBanner .f20 {
    font-size: 16px;
    line-height: 20px;
  }
  .SvuumBanner .f26 {
    font-size: 22px;
    line-height: 26px;
  }
  .SvuumBanner .components:last-of-type {
    order: 1;
    max-width: 50%;
    margin-bottom: 10px;
  }
  .youClub_banner {
    max-width: 70% !important;
  }
  .SvuumInfo .locations {
    width: 95%;
    margin: 15px auto;
  }
}
@media (max-width: 400px) {
  .MyLPs .btnCommon {
    font-size: 14px;
  }
}