body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
    background-color: #f1eee7;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}

.section {
  position: relative;
}

.section.orange-bg {
  height: 400px;
  background-color: #e47152;
}

.section.text-bg {
  z-index: -1;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    background-color: #f1eee7;
}

.container {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 5% 10%;
}

.container.full-width {
  max-width: 100%;
  padding: 0%;
  background-color: #f1eee7;
}

.badge {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.badge._2 {
  position: absolute;
  left: auto;
  top: 10%;
  right: 10%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(-29deg);
  -ms-transform: rotate(-29deg);
  transform: rotate(-29deg);
}

.badge._3 {
  position: absolute;
  left: 10%;
  top: 25%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.main-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f1eee7;
  box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.3);
}

.unique-name {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  transform: rotate(-18deg);
}

.unique-name-holder {
  position: absolute;
  left: 7%;
  top: 3%;
  right: auto;
  bottom: auto;
  display: inline-block;
  margin-top: 17px;
  margin-bottom: 64px;
}

.circle-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: 100%;
  font-size: 16px;
  -o-object-fit: fill;
  object-fit: fill;
}

.black-star {
  position: absolute;
  left: auto;
  top: 20%;
  right: -7%;
  bottom: auto;
}

.button {
  margin-right: auto;
  margin-left: auto;
  padding: 16px 26px;
  border-radius: 100vw;
  background-image: url('../images/fuzzy-bg.png');
  background-position: 50% 50%;
  background-size: auto;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  text-decoration: none;
}

.quote {
  padding-top: 0px;
  padding-bottom: 60px;
  color: #e47152;
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  text-align: center;
}

.thumbsup {
  margin: 64px auto;
}

.video-wrapper {
  position: relative;
  width: 80%;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.badge-text {
  position: absolute;
  display: block;
  font-style: italic;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.thank-you-wrapper {
  position: relative;
  width: 60%;
  margin: 64px auto;
}

.orange-card {
  position: relative;
  width: 60%;
  padding: 32px 10%;
  border-radius: 50px;
  background-color: #e47152;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.black-circle {
  position: absolute;
  left: auto;
  top: auto;
  right: -5%;
  bottom: -5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #333;
  font-size: 40px;
  font-weight: 400;
}

.arrow-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 7%;
  bottom: auto;
  color: #e47152;
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
}

.arrow-text {
  position: absolute;
  left: auto;
  top: -28%;
  right: -39%;
  bottom: auto;
  -webkit-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  transform: rotate(17deg);
}

.logo {
  display: inline-block;
  margin-bottom: 32px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  text-decoration: none;
}

.bg-text {
  margin-bottom: 0px;
  color: #dbd5ca;
  font-size: 150px;
  line-height: 180px;
  opacity:0;
  
}

.sun {
  position: absolute;
  left: auto;
  top: -62%;
  right: -16%;
  bottom: auto;
  display: block;
}

.squiggle {
  position: absolute;
  left: -17%;
  top: auto;
  right: auto;
  bottom: -25%;
  display:none;
}

.mobile-container {
  margin-top: 120px;
}

.spiky-badge {
  width: 100%;
  height: 100%;
}

.spiked-badge {
  position: absolute;
  left: 10%;
  top: 20%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
  font-weight: 600;
}

.text-block {
  overflow: visible;
  padding: 105% 67%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/badge.png');
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 120%;
  line-height: 120%;
  font-style: italic;
  font-weight: 600;
}

.image-copy {
  max-width: 25%;
  margin: 42px 42px 42px 0px;
  padding: 0px;
}

.paragraph {
  font-size: 26px;
  line-height: 32px;
}

.body {
  background-color: #f1eee7;
}

@media screen and (min-width: 1920px) {
  .container {
    padding: 5% 10% 8%;
  }

  .badge._2 {
    right: 14%;
  }

  .badge._3 {
    right: auto;
    -webkit-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    transform: rotate(17deg);
    line-height: 25px;
  }

  .main-card {
    padding-right: 100px;
    padding-left: 100px;
  }

  .unique-name-holder {
    margin-top: 16px;
  }

  .black-star {
    right: -5.5%;
    max-width: 70%;
  }

  .quote {
    padding-top: 22px;
    padding-bottom: 100px;
    font-size: 20px;
  }

  .thumbsup {
    margin-bottom: 20px;
  }

  .video-wrapper {
    width: 90%;
  }

  .badge-text {
    font-size: 20px;
  }

  .sun {
    top: -26%;
  }

  .spiked-badge {
    left: 15%;
  }

  .image {
    max-width: 10%;
  }

  .image-copy {
    max-width: 15%;
    margin: 40px 40px 40px 0px;
    padding: 0px;
  }
}

@media screen and (max-width: 991px) {
  .section.text-bg {
    display: none;
	  background-color: #f1eee7;
  }

  .container {
    max-width: 100%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
  }

  .badge {
    display: none;
  }

  .badge._2 {
    top: 16%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(34deg);
    -ms-transform: rotate(34deg);
    transform: rotate(34deg);
  }

  .badge._3 {
    top: 16%;
    display: none;
    -webkit-transform: rotate(34deg);
    -ms-transform: rotate(34deg);
    transform: rotate(34deg);
  }

  .main-card {
    padding-right: 0px;
    padding-left: 0px;
  }

  .black-star {
    display: none;
  }

  .quote {
    font-size: 25px;
  }

  .video-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .thank-you-wrapper {
    margin-bottom: 140px;
  }

  .logo {
    margin-left: 64px;
  }

  .sun {
    top: 111%;
    right: -2%;
  }

  .squiggle {
    left: auto;
    top: -65%;
    right: 83%;
    bottom: auto;
    display: block;
    width: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .mobile-container {
    padding-right: 64px;
    padding-left: 64px;
  }

  .spiked-badge {
    display: none;
  }

  .image-copy {
    margin-left: 27px;
  }
}

@media screen and (max-width: 767px) {
  .quote {
    font-size: 24px;
  }

  .thank-you-wrapper {
    margin-bottom: 105px;
  }

  .squiggle {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 24px;
  }

  .container {
    padding-top: 0%;
  }

  .badge._2 {
    top: 3%;
    right: -7%;
    font-size: 18px;
  }

  .badge._3 {
    top: 8%;
    right: -1%;
    font-size: 18px;
  }

  .unique-name {
    font-size: 30px;
    line-height: 40px;
  }

  .unique-name-holder {
    font-size: 12px;
  }

  .button {
    margin: 14px;
    padding-left: 30px;
  }

  .quote {
    padding: 6px;
    font-size: 16px;
  }

  .thumbsup {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .video-wrapper {
    display: block;
    margin-top: 40px;
    padding: 11px;
  }

  .thank-you-wrapper {
    margin-bottom: 75px;
  }

  .orange-card {
    left: -50px;
    width: 100%;
    font-size: 20px;
  }

  .black-circle {
    right: -10%;
    bottom: -23%;
  }

  .arrow-wrapper {
    right: -14%;
    width: 32%;
  }

  .arrow-text {
    top: -47%;
  }

  .logo {
    margin-top: 32px;
    margin-left: 18px;
  }

  .sun {
    top: 111%;
    right: -5%;
    display: none;
    width: 80px;
  }

  .squiggle {
    top: -156%;
    display: none;
  }

  .mobile-container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .image-copy {
    max-width: 40%;
    margin: 24px 24px 24px 10px;
    padding: 0px;
  }

  .image-2 {
    max-width: 60%;
  }

  .paragraph {
    font-size: 24px;
  }

  .text-block-2 {
    font-size: 16px;
    text-align: center;
  }
}