.MyLPs {
  padding-bottom: 50px;
  background: white;
  color: #2d2b41;
}
.MyLPs .radiusCorners {
  border-radius: 16px;
}
.MyLPs .btnCommon {
  font-size: 16px!important;
}
.MyLPs img {
  width: unset;
  max-width: 100% !important;
}
.MyLPs .clrWhite {
  color: white;
}
.MyLPs .clrBlue {
  color: #0495ff !important;
}
.MyLPs .f16 {
  font-size: 16px;
  line-height: 21px;
}
.MyLPs .f20 {
  font-size: 20px;
  line-height: 25px;
}
.MyLPs .f24 {
  font-size: 24px;
  line-height: 29px;
}
.MyLPs .f28 {
  font-size: 28px;
  line-height: 35px;
}
.MyLPs .f30 {
  font-size: 30px;
  line-height: 35px;
}
.MyLPs .f36 {
  font-size: 36px;
  line-height: 41px;
}
.MyLPs .f40 {
  font-size: 40px;
  line-height: 45px;
}
.MyLPs .w300 {
  font-weight: 300;
}
.MyLPs .w400 {
  font-weight: 400;
}
.MyLPs .w500 {
  font-weight: 500;
}
.MyLPs .w600 {
  font-weight: 600;
}
.MyLPs .w700 {
  font-weight: 700;
}
.MyLPs .w800 {
  font-weight: 800;
}
.MyLPs .w900 {
  font-weight: 900;
}
.topSection {
  background: #1bb6b1;
  background: linear-gradient(90deg, #1bb6b1 0%, #32b79e 51%, #52b883 100%);
  padding-block: 20px !important;
}
span.underlined_text {
  position: relative;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
}
span.underlined_text span {
  position: relative;
}
span.underlined_text::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0495ff;
  height: 20px;
  border-radius: 5px;
}
.title_withIcon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 32px 0;
}
.ContestBox {
  background: #95d7db;
  padding: 50px 20px;
  margin-bottom: 50px;
}
.ContestDesc {
  font-size: 30px;
  line-height: 40px;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
.InputWrapper {
  margin-bottom: 10px;
}
.InputWrapper input {
  width: 100%;
  padding: 20px 10px;
  border: none;
  font-size: 19px;
  font-weight: 500;
  border-radius: 20px;
  font-family: "Proxima Nova", sans-serif;
}
/*****kentico*****/
.EditingFormErrorLabel {
  color: #ffc439;
  margin-top: 10px;
  font-size: 13px;
  font-style: italic;
}
/**/
.FirstToKnow {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 50px;
}
.Gdpr {
  font-size: 15px;
  line-height: 25px;
}
.Gdpr a {
  color: #4369e4;
}
/*.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;
}*/
/*****kentico*****/
.CheckBoxesWrapper {
  margin-bottom: 10px;
  display: flex;
}
.CheckBoxesWrapper input {
  float: left;
  width: 20px;
}
.CheckBoxesWrapper div:last-of-type {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  top: -5px;
  padding-left: 10px;
}
/**/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
  opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
color: black;
opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
color: black;
opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
color: black;
opacity:1;
}

.Remember {
  font-size: 14px;
  color: #4369e4;
  margin-bottom: 20px;
  margin-top: 30px;
}
.SubmitInput input {
  color: black;
  background-color: #ffc439;
  border-radius: 8px;
  padding: 20px 85px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: all linear 0.2s;
  cursor: pointer;
  font-family: "Proxima Nova", sans-serif;
}
.SubmitInput input:hover {
  opacity: 0.8;
}
.BottomProducts {
  display: grid;
  margin-bottom: 10px;
  padding: 0 15px;
}
.BottomProducts div:last-of-type {
  align-self: end;
}
@media (max-width: 768px) {
  .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) {
  .MyLPs .f24 {
    font-size: 20px;
    line-height: 25px;
  }
  .MyLPs .f30 {
    font-size: 22px;
    line-height: 28px;
  }
  .MyLPs .f36 {
    font-size: 28px;
    line-height: 33px;
  }
  .MyLPs .f40 {
    font-size: 30px;
    line-height: 35px;
  }
  .topSection {
    text-align: center;
  }
  .topSection img {
    margin-top: 30px !important;
    max-width: 300px !important;
  }
  span.underlined_text {
    margin: 0 auto;
  }
  .ContestBox {
    padding: 40px 15px;
  }
  img.powered {
    max-width: 180px !important;
  }
  .BottomProducts {
    padding: 0 10px;
  }
  .BottomProducts img {
    max-width: 100px !important;
  }
  .BottomProducts .f24 {
    font-size: 17px;
    line-height: 22px;
  }
  .BottomProducts .f16 {
    font-size: 14px;
    line-height: 19px;
  }
  .BottomProducts .btnCommon {
    padding: 10px 15px 11px 15px;
  }
}
@media (max-width: 400px) {
  .BottomProducts .f16 {
    height: 165px;
  }
}