.MyLPs {
  padding-bottom: 50px;
  padding-top: 10px;
}
.MyLPs .radiusCorners {
  border-radius: 16px;
}
.MyLPs img {
  width: unset;
  max-width: 100% !important;
}
.MyLPs .clrWhite {
  color: white !important;
}
.MyLPs .f33 {
  font-size: 33px;
  line-height: 43px;
}
.MyLPs .btnCommon {
  padding: 20px 30px;
}
.ContestBg {
  background: #4960f2;
  color: #2c2c2c;
}
.ContestTitle {
  font-size: 47px;
  line-height: 55px;
  background-color: #fec43b;
  padding: 2px 40px;
  display: inline-block;
  margin-bottom: 30px;
}
.ContestDesc {
  font-size: 30px;
  line-height: 35px;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.gifts_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.gifts_wrapper div {
  flex: 1 1 50%;
}
.ContestBox {
  background-color: white;
  padding: 70px 20px;
  margin-bottom: 50px;
}
.InputWrapper {
  margin-bottom: 10px;
}
.InputWrapper input {
  width: 100%;
  padding: 20px 10px;
  border: solid 2px #a7a9a4;
  font-size: 19px;
  font-weight: 300;
}
.FirstToKnow {
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 50px;
}
.Gdpr {
  font-size: 15px;
  line-height: 25px;
}
.Gdpr a {
  color: #2c2c2c;
}
.CheckBoxesWrapper {
  margin-bottom: 10px;
}
.CheckBoxesWrapper input {
  float: left;
  width: 20px;
}
.CheckBoxesWrapper div {
  font-size: 18px;
  font-weight: 400;
  float: left;
  width: calc(100% - 40px);
  padding-left: 10px;
}
.Remember {
  font-size: 16px;
  text-decoration: underline;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 30px;
}
.SubmitInput input {
  color: black;
  background-color: white;
  border-radius: 18px;
  padding: 20px 30px;
  border: none;
  font-size: 22px;
  font-weight: 700;
  transition: all linear 0.2s;
  cursor: pointer;
}
.SubmitInput input:hover {
  background-color: #ffc439;
}
.youClubFooter {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  padding: 0 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.youClubFooter div:first-of-type {
  max-width: 30%;
}
.youClubFooter div:first-of-type img {
  width: 100%;
  max-width: 100%;
}
.youClubFooter .f33 {
  text-align: left;
}
.youClubFooter .divider {
  height: 100px;
  width: 2px;
  background-color: white;
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .MyLPs .f33 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .ContestTitle {
    font-size: 30px;
    line-height: 35px;
  }
  .ContestDesc {
    font-size: 20px;
    line-height: 30px;
  }
  .FirstToKnow {
    font-size: 20px;
    line-height: 30px;
  }
  .Gdpr {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .gifts_wrapper div {
    flex: 1 1 100%;
  }
  .youClubFooter {
    flex-wrap: wrap;
    justify-content: center;
  }
  .youClubFooter div:first-of-type {
    max-width: 30%;
  }
  .youClubFooter div:last-of-type {
    width: 100%;
  }
  .youClubFooter .divider {
    display: none;
  }
}
@media (max-width: 460px) {
  .youClubFooter {
    text-align: center!important;
  }
  .youClubFooter div:first-of-type {
    width: 250px!important;
    max-width: 250px!important;
  }
  .youClubFooter div:last-of-type {
    width: 100%;
  }
  .youClubFooter .f33 {
    text-align: center;
    margin-bottom: 20px;
  }
  .youClubFooter .divider {
    display: none;
  }
}