html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Sharp Sans Medium";
  margin: 0px;
  color: #454545;
}

header {
  background-color: white;
  height: 62px;
  top: 0px;
  z-index: 1;
  width: 100%;
  margin-top: 14px;
  padding: 0px 34px;
}

header .header-content {
  max-width: 1298px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-family: "Sharp Sans Medium";
  height: 62px;
}

header .header-content .header-btns {
  display: flex;
}

header .header-content .header-btns .btn {
  height: 46px;
  border-radius: 23px;
  margin: auto;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
  font-family: "Sharp Sans Bold";
}

header .header-content .header-btns .btn.login {
  width: 128px;
  border: 2px solid #f89378;
  line-height: 41px;
  color: #f89378;
}

header .header-content .header-btns .btn.login a {
  color: #f89378;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}

header .header-content .header-btns .btn.register {
  width: 175px;
  box-shadow: 0px 4px 7px 0 rgba(84, 146, 68, 0.25);
  line-height: 46px;
  color: white;
  background-size: 100%;
  background-image: linear-gradient(135deg, #8ddc7d, #3dbf9e);
  position: relative;
  z-index: 100;
}

header .header-content .header-btns .btn.register:before {
  background-image: linear-gradient(135deg, #3dbf9e, #8ddc7d);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.4s;
  border-radius: 23px;
}

header .header-content .header-btns .btn.register:active,
header .header-content .header-btns .btn.register:hover {
  border-radius: 23px;
}

header .header-content .header-btns .btn.register:active:before,
header .header-content .header-btns .btn.register:hover:before {
  border-radius: 23px;
  opacity: 1;
}

header .header-content .header-btns .btn.register a {
  color: white;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.edc .content {
  max-width: 733px;
  margin: auto;
}

.edc .intro .content .title {
  text-align: center;
  font-family: "Sharp Sans Bold";
  font-size: 4rem;
  padding-top: 53px;
}

.edc .intro .content .title .start-spinning {
  margin-top: -6px;
}

.edc .intro .content .subtitle {
  text-align: center;
  font-family: "Sharp Sans Bold";
  font-size: 1.625rem;
  padding-top: 13px;
  color: #f89378;
}

.edc .intro .content .subtitle .meets {
  font-family: "Sharp Sans Medium";
}

.edc .intro .content .spin-your-matches .spin-btn {
  height: 64px;
  line-height: 64px;
  width: 373px;
  border-radius: 32px;
  box-shadow: 0px 4px 7px 0 rgba(84, 146, 68, 0.25);
  color: white;
  margin: auto;
  text-align: center;
  cursor: pointer;
  font-family: "Sharp Sans Bold";
  font-size: 1.625rem;
  margin-top: 33px;
  background-size: 100%;
  background-image: linear-gradient(135deg, #8ddc7d, #3dbf9e);
  position: relative;
  z-index: 100;
}

.edc .intro .content .spin-your-matches .spin-btn a {
  color: white;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.edc .intro .content .spin-your-matches .spin-btn:before {
  background-image: linear-gradient(135deg, #3dbf9e, #8ddc7d);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.4s;
  border-radius: 32px;
}

.edc .intro .content .spin-your-matches .spin-btn:active,
.edc .intro .content .spin-your-matches .spin-btn:hover {
  border-radius: 32px;
}

.edc .intro .content .spin-your-matches .spin-btn:active:before,
.edc .intro .content .spin-your-matches .spin-btn:hover:before {
  border-radius: 32px;
  opacity: 1;
}

.edc .intro .content .create-account {
  font-size: 1rem;
  margin-top: 33px;
}

.edc .intro .content .already-member {
  font-size: 1.125rem;
  text-decoration: underline;
  margin-top: 30px;
}

.edc .intro .content .already-member a {
  color: #454545;
}

.edc .intro .content .instant-win {
  margin-top: 55px;
}

.edc .intro .content .instant-win img {
  margin: auto;
}

.edc .intro .content .fun .title {
  font-size: 2.25rem;
  color: #f89378;
  padding-top: 44px;
}

.edc .intro .content .fun .text-content {
  font-size: 1rem;
  padding: 16px 20px 0px;
  line-height: 1.5rem;
}

.edc .instants-wins {
  margin-top: 59px;
  background-color: #fef7f6;
}

.edc .instants-wins .content .expl-banner {
  display: flex;
  padding-top: 52px;
}

.edc .instants-wins .content .expl-banner .expl {
  width: 50%;
  padding-right: 17px;
}

.edc .instants-wins .content .expl-banner .expl .title {
  font-size: 2.25rem;
  color: #f89378;
}

.edc .instants-wins .content .expl-banner .expl .text {
  font-size: 1rem;
  padding-top: 14px;
  line-height: 1.5rem;
}

.edc .instants-wins .content .expl-banner .banner {
  width: 50%;
  padding-right: 9px;
  padding-top: 35px;
}

.edc .instants-wins .content .expl-banner .banner img {
  margin-left: auto;
}

.edc .instants-wins .content .ind-rewards .row {
  display: flex;
  justify-content: space-between;
}

.edc .instants-wins .content .ind-rewards .row .reward {
  width: 227px;
  height: 178px;
  background: white;
  border-radius: 10px;
  border: solid 2px #f89378;
}

.edc .instants-wins .content .ind-rewards .row .reward .reward-img {
  height: 118px;
  display: flex;
}

.edc .instants-wins .content .ind-rewards .row .reward .reward-img img {
  margin: auto;
}

.edc .instants-wins .content .ind-rewards .row .reward .reward-cont {
  text-align: center;
  margin-top: -6px;
}

.edc .instants-wins .content .ind-rewards .row .reward .reward-cont .title {
  font-family: "Sharp Sans Bold";
  font-size: 1.375rem;
}

.edc .instants-wins .content .ind-rewards .row .reward .reward-cont .text {
  font-size: 0.9375rem;
}

.edc .instants-wins .content .ind-rewards .row.first {
  padding-top: 41px;
}

.edc .instants-wins .content .ind-rewards .row.second {
  padding-top: 29px;
  padding-bottom: 59px;
}

.edc .play-20-questions .content .banner-expl {
  display: flex;
  padding-top: 52px;
}

.edc .play-20-questions .content .banner-expl .expl {
  width: 50%;
}

.edc .play-20-questions .content .banner-expl .expl .expl-cont {
  width: 323px;
  margin: auto;
}

.edc .play-20-questions .content .banner-expl .expl .expl-cont .title {
  font-size: 2.25rem;
  color: #f89378;
}

.edc .play-20-questions .content .banner-expl .expl .expl-cont .text {
  font-size: 1rem;
  padding-top: 14px;
  line-height: 1.5rem;
}

.edc .play-20-questions .content .banner-expl .banner {
  width: 50%;
  padding-top: 8px;
}

.edc .scratch-ticket {
  margin-top: 59px;
  background-color: #fef7f6;
}

.edc .scratch-ticket .content .expl-banner {
  display: flex;
  padding-top: 52px;
  padding-bottom: 57px;
}

.edc .scratch-ticket .content .expl-banner .expl {
  width: 50%;
  padding-right: 17px;
}

.edc .scratch-ticket .content .expl-banner .expl .title {
  font-size: 2.25rem;
  color: #f89378;
}

.edc .scratch-ticket .content .expl-banner .expl .text {
  font-size: 1rem;
  padding-top: 14px;
  line-height: 1.5rem;
}

.edc .scratch-ticket .content .expl-banner .banner {
  width: 50%;
  padding-top: 35px;
}

.edc .scratch-ticket .content .expl-banner .banner img {
  margin: auto;
}

.edc .verify-your-profile .content .banner-expl {
  display: flex;
  padding-top: 52px;
}

.edc .verify-your-profile .content .banner-expl .expl {
  width: 50%;
  padding-top: 37px;
}

.edc .verify-your-profile .content .banner-expl .expl .expl-cont {
  width: 348px;
  margin: auto;
}

.edc .verify-your-profile .content .banner-expl .expl .expl-cont .title {
  font-size: 2.25rem;
  color: #f89378;
}

.edc .verify-your-profile .content .banner-expl .expl .expl-cont .text {
  font-size: 1rem;
  padding-top: 14px;
  line-height: 1.5rem;
}

.edc .verify-your-profile .content .banner-expl .banner {
  width: 50%;
}

.edc .verify-your-profile .content .banner-expl .banner img {
  margin: auto;
}

.edc .play-free {
  padding-bottom: 77px;
}

.edc .play-free .content .pf-button {
  height: 64px;
  line-height: 64px;
  width: 373px;
  border-radius: 32px;
  box-shadow: 0px 4px 7px 0 rgba(84, 146, 68, 0.25);
  color: white;
  margin: auto;
  text-align: center;
  cursor: pointer;
  font-family: "Sharp Sans Bold";
  font-size: 1.625rem;
  margin-top: 60px;
  background-size: 100%;
  background-image: linear-gradient(135deg, #8ddc7d, #3dbf9e);
  position: relative;
  z-index: 100;
}

.edc .play-free .content .pf-button a {
  color: white;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.edc .play-free .content .pf-button:before {
  background-image: linear-gradient(135deg, #3dbf9e, #8ddc7d);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.4s;
  border-radius: 32px;
}

.edc .play-free .content .pf-button:active,
.edc .play-free .content .pf-button:hover {
  border-radius: 32px;
}

.edc .play-free .content .pf-button:active:before,
.edc .play-free .content .pf-button:hover:before {
  border-radius: 32px;
  opacity: 1;
}

.edc .bottom-notes {
  line-height: 1.43rem;
}

.edc .bottom-notes .note .title {
  font-family: "Sharp Sans Bold";
  font-size: 1.25rem;
  padding-top: 32px;
}

.edc .bottom-notes .note .title.padding0 {
  padding: 0;
}

.edc .bottom-notes .note .expla {
  font-size: 0.875rem;
}

.edc .bottom-notes .note .expla p {
  padding: 12px 0px;
}

.edc .bottom-notes .note .expla p.padding55 {
  padding-bottom: 55px;
}

.edc .bottom-notes .note .expla ul {
  margin: 0;
  padding-left: 13px;
}

.bold {
  font-family: "Sharp Sans Bold" !important;
}

.center {
  text-align: center;
}

.edate-footer .footer {
  color: white;
  background: #f89378;
  padding-top: 46px;
}

.edate-footer .footer .footer-logo {
  width: max-content;
  margin: auto;
}

.edate-footer .footer .footer-logo img {
  width: 46px;
  height: 38px;
}

.edate-footer .footer .footer-content {
  max-width: 890px;
  margin: auto;
  text-align: center;
  padding: 19px 0px 43px;
  line-height: 26px;
}

.edate-footer .footer .footer-content .links {
  font-family: "Sharp Sans Bold";
  font-size: 0.875rem;
}

.edate-footer .footer .footer-content .links a {
  color: white;
}

.edate-footer .footer .footer-content .copyright {
  padding-top: 30px;
  font-family: "Sharp Sans Medium";
  font-size: 0.8125rem;
  line-height: 1.2rem;
}

@media only screen and (max-width: 769px) {
  header {
    padding: 0px 0px;
  }

  header .header-content {
    max-width: 414px;
    padding: 0px 20px;
  }

  .edc .content {
    max-width: 414px;
    padding: 0px 20px;
  }

  .edc .intro .content {
    max-width: 414px;
  }

  .edc .intro .content .title {
    font-size: 2.875rem;
    padding-top: 22px;
  }

  .edc .intro .content .subtitle {
    font-size: 1.25rem;
    padding-top: 9px;
  }

  .edc .intro .content .spin-your-matches .spin-btn {
    font-size: 1.875rem;
    border-radius: 21px;
    margin-top: 20px;
    background-size: 100%;
    background-image: linear-gradient(135deg, #8ddc7d, #3dbf9e);
    position: relative;
    z-index: 100;
  }

  .edc .intro .content .spin-your-matches .spin-btn:before {
    background-image: linear-gradient(135deg, #3dbf9e, #8ddc7d);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    transition: opacity 0.4s;
    border-radius: 21px;
  }

  .edc .intro .content .spin-your-matches .spin-btn:active,
  .edc .intro .content .spin-your-matches .spin-btn:hover {
    border-radius: 21px;
  }

  .edc .intro .content .spin-your-matches .spin-btn:active:before,
  .edc .intro .content .spin-your-matches .spin-btn:hover:before {
    border-radius: 21px;
    opacity: 1;
  }

  .edc .intro .content .already-member {
    font-size: 0.875rem;
    margin-top: 20px;
  }

  .edc .intro .content .already-member a {
    color: #454545;
  }

  .edc .intro .content .instant-win {
    margin-top: 33px;
  }

  .edc .intro .content .instant-win img {
    width: 371px;
    height: 472px;
  }

  .edc .intro .content .fun .title {
    font-size: 1.625rem;
    padding-top: 18px;
  }

  .edc .intro .content .fun .text-content {
    font-size: 0.75rem;
    line-height: 15px;
    padding: 16px 0px 0px;
  }

  .edc .instants-wins {
    margin-top: 29px;
  }

  .edc .instants-wins .content .banner {
    padding-top: 36px;
  }

  .edc .instants-wins .content .banner img {
    margin: auto;
    width: 296px;
    height: 180px;
  }

  .edc .instants-wins .content .expl-banner {
    padding-top: 20px;
  }

  .edc .instants-wins .content .expl-banner .expl {
    width: 100%;
    text-align: center;
    padding-right: 0px;
  }

  .edc .instants-wins .content .expl-banner .expl .title {
    font-size: 1.625rem;
  }

  .edc .instants-wins .content .expl-banner .expl .text {
    font-size: 0.75rem;
    line-height: 15px;
    padding-top: 11px;
  }

  .edc .instants-wins .content .expl-banner .banner img {
    width: 296px;
    height: 180px;
  }

  .edc .instants-wins .content .ind-rewards .row .reward {
    width: 115px;
    height: 115px;
  }

  .edc .instants-wins .content .ind-rewards .row .reward .reward-img {
    height: 76px;
  }

  .edc .instants-wins .content .ind-rewards .row .reward .reward-cont .title {
    font-size: 0.8125rem;
  }

  .edc .instants-wins .content .ind-rewards .row .reward .reward-cont .text {
    font-size: 0.59375rem;
    padding-top: 2px;
  }

  .edc .instants-wins .content .ind-rewards .row.first {
    padding-top: 18px;
  }

  .edc .instants-wins .content .ind-rewards .row.second {
    padding-bottom: 35px;
  }

  .edc .play-20-questions .content .banner {
    padding-top: 36px;
  }

  .edc .play-20-questions .content .banner img {
    margin: auto;
  }

  .edc .play-20-questions .content .banner-expl {
    padding-top: 22px;
  }

  .edc .play-20-questions .content .banner-expl .expl {
    width: 100%;
    text-align: center;
  }

  .edc .play-20-questions .content .banner-expl .expl .expl-cont .title {
    font-size: 1.625rem;
  }

  .edc .play-20-questions .content .banner-expl .expl .expl-cont .text {
    font-size: 0.75rem;
    line-height: 15px;
    padding-top: 11px;
  }

  .edc .play-20-questions .content .banner-expl .banner {
    padding-top: 36px;
  }

  .edc .play-20-questions .content .banner-expl .banner img {
    margin: auto;
  }

  .edc .scratch-ticket {
    margin-top: 36px;
  }

  .edc .scratch-ticket .content .banner {
    padding-top: 36px;
  }

  .edc .scratch-ticket .content .banner img {
    margin: auto;
  }

  .edc .scratch-ticket .content .expl-banner {
    padding-top: 29px;
    padding-bottom: 34px;
  }

  .edc .scratch-ticket .content .expl-banner .expl {
    width: 100%;
    text-align: center;
    padding-right: 0px;
  }

  .edc .scratch-ticket .content .expl-banner .expl .title {
    font-size: 1.625rem;
  }

  .edc .scratch-ticket .content .expl-banner .expl .text {
    font-size: 0.75rem;
    line-height: 15px;
  }

  .edc .scratch-ticket .content .expl-banner .banner {
    padding-top: 36px;
  }

  .edc .scratch-ticket .content .expl-banner .banner img {
    margin: auto;
  }

  .edc .verify-your-profile .content .banner {
    padding-top: 33px;
  }

  .edc .verify-your-profile .content .banner img {
    margin: auto;
  }

  .edc .verify-your-profile .content .banner-expl {
    padding-top: 0px;
  }

  .edc .verify-your-profile .content .banner-expl .expl {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }

  .edc .verify-your-profile .content .banner-expl .expl .expl-cont .title {
    font-size: 1.625rem;
  }

  .edc .verify-your-profile .content .banner-expl .expl .expl-cont .text {
    font-size: 0.75rem;
    line-height: 15px;
  }

  .edc .verify-your-profile .content .banner-expl .banner {
    padding-top: 33px;
  }

  .edc .verify-your-profile .content .banner-expl .banner img {
    margin: auto;
  }

  .edc .play-free {
    padding-bottom: 0px;
  }

  .edc .play-free .content .pf-button {
    font-size: 1.875rem;
    margin-top: 30px;
    border-radius: 21px;
    background-size: 100%;
    background-image: linear-gradient(135deg, #8ddc7d, #3dbf9e);
    position: relative;
    z-index: 100;
  }

  .edc .play-free .content .pf-button:before {
    background-image: linear-gradient(135deg, #3dbf9e, #8ddc7d);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    transition: opacity 0.4s;
    border-radius: 21px;
  }

  .edc .play-free .content .pf-button:active,
  .edc .play-free .content .pf-button:hover {
    border-radius: 21px;
  }

  .edc .play-free .content .pf-button:active:before,
  .edc .play-free .content .pf-button:hover:before {
    border-radius: 21px;
    opacity: 1;
  }

  .edate-footer .footer {
    background-color: white;
    color: #454545;
    padding-top: 0;
  }

  .edate-footer .footer .footer-content {
    padding: 30px 16px;
  }

  .edate-footer .footer .footer-content .links {
    font-family: "Sharp Sans Medium";
  }

  .edate-footer .footer .footer-content .links a {
    text-decoration: none;
    color: #454545;
    font-size: 0.8125rem;
  }

  .edate-footer .footer .footer-content .copyright {
    font-family: "Sharp Sans Bold";
  }

  .desktop {
    display: none;
  }
}

@media only screen and (max-width: 413px) {
  .edc .intro .content .title {
    font-size: 2.6875rem;
  }

  .edc .intro .content .subtitle {
    font-size: 1.125rem;
  }

  .edc .intro .content .spin-your-matches .spin-btn {
    width: 320px;
  }

  .edc .intro .content .instant-win img {
    width: 320px;
    height: auto;
  }

  .edc .intro .content .fun .title {
    font-size: 1.4375rem;
  }

  .edc .instants-wins .content .expl-banner .expl .title {
    font-size: 1.4375rem;
  }

  .edc .instants-wins .content .ind-rewards .row .reward {
    width: 105px;
    height: 105px;
  }

  .edc .instants-wins .content .ind-rewards .row .reward .reward-img {
    height: 68px;
  }

  .edc .instants-wins .content .ind-rewards .row .reward .reward-cont .title {
    font-size: 0.75rem;
  }

  .edc .instants-wins .content .ind-rewards .row .reward .reward-cont .text {
    font-size: 0.5rem;
  }

  .edc .play-20-questions .content .banner-expl .expl .expl-cont .title {
    font-size: 1.4375rem;
  }

  .edc .scratch-ticket .content .expl-banner .expl .title {
    font-size: 1.4375rem;
  }

  .edc .verify-your-profile .content .banner-expl .expl .expl-cont {
    width: 100%;
  }

  .edc .verify-your-profile .content .banner-expl .expl .expl-cont .title {
    font-size: 1.4375rem;
  }

  .edc .play-free .content .pf-button {
    width: 320px;
  }
}

@media only screen and (max-width: 374px) {
  .edc .instants-wins .content .ind-rewards .row .reward {
    width: 100px;
    height: 100px;
  }

  .edc .instants-wins .content .ind-rewards .row .reward .reward-img {
    height: 63px;
  }

  .edc .instants-wins .content .ind-rewards .row .reward .reward-cont .title {
    font-size: 0.6875rem;
  }

  .edc .instants-wins .content .ind-rewards .row .reward .reward-cont .text {
    font-size: 0.5rem;
  }
}

@media only screen and (max-width: 359px) {
  body {
    zoom: 88%;
  }
}

@media only screen and (min-width: 770px) {
  .mobile {
    display: none;
  }
}

img {
  display: block;
}

p {
  margin: 0;
}
