.font-quicksand {
    font-family: "Quicksand", Sans-serif;
}

.font-nunito {
    font-family: "Nunito", Sans-serif;
}

.font-poppins {
    font-family: "Poppins", Sans-serif;
}

.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-24 {
    font-size: 24px;
}
.font-28 {
    font-size: 28px;
}
.font-32 {
    font-size: 28px;
}
.font-36 {
  font-size: 36px;
}
.font-48 {
    font-size: 48px;
}

.minw-200 {
  min-width: 200px;
}

.maxw-600 {
  max-width: 600px;
}
.maxw-900 {
  max-width: 900px;
}
.maxw-1000 {
  max-width: 1000px;
}

.color-purple {
  color: #6B25E3;
}
.color-pink {
  color: #FF13A8;
}


.shadow_1 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.btn_main {
  background-color: #ff13a8;
  color: #ffffff;
  font-family: "Quicksand", Sans-serif;
  font-weight: bold;
  padding: 20px 50px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.btn_main:hover,
.btn_main:focus {
  background-color: #ffffff;
  color: #ff13a8;
}



.btn_orange {
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #531003;
    border-radius: 10px;
    display: block;
    border: 0px;
    font-weight: 700;
    box-shadow: 0px 0px 14px -7px #f09819;
    background-image: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.btn_orange:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #531003;
  text-decoration: none;
}

.btn_orange:active {
  transform: scale(0.95);
}



.checklist {
  max-width:371px;
  min-height:142px;
  background-image:url(/images/landings/bg_checklist.webp);
  background-repeat:no-repeat;
  background-size: cover;
  display: inline-block;
  margin: 12px;
}
