h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gotham, sans-serif;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gotham, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
}

p {
  margin-bottom: 0px;
  font-family: Opensans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.overflow {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.navbar {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  background-color: #b10f1f;
}

.kp-logo-small {
  width: 6em;
}

.section {
  position: relative;
  overflow: visible;
  padding-top: 7em;
  padding-bottom: 7em;
}

.section.light-grey {
  overflow: hidden;
  background-color: #f2f2f2;
}

.section.small {
  padding-top: 8em;
  padding-bottom: 8em;
}

.section.red-bg {
  padding-top: 7em;
  padding-bottom: 7em;
}

.section.red-img-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 7em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;

  background-position: 100% 100%, 0px 0px;
  background-size: 40vw, auto;
  background-repeat: no-repeat, repeat;
  text-align: center;
}

.section.cta {
  padding-top: 8em;
  padding-bottom: 8em;
}

.video-embed {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: #4d4d4d;
}

.container {
  position: relative;
  max-width: 900px;
  min-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5em;
  padding-left: 5em;
}

.container.footer {
  max-width: 1120px;
  padding-right: 1.5em;
  padding-left: 1.5em;
}

.container.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  padding-right: 1.5em;
  padding-left: 1.5em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 108.8vw;
  margin-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 6.2vw;
}

.red-bg {
  background-color: #b10f1f;
}

.giraffe {
  position: absolute;
  left: -3%;
  top: -15%;
  right: auto;
  bottom: 0%;
  width: 22vw;
}

.heading {
  line-height: 85px;
}

.is--red {
  color: #b10f1f;
}

.small-ch {
  max-width: 50ch;
}

.paragraph-large {
  font-size: 22px;
  line-height: 34px;
}

.margin-bot-16 {
  margin-bottom: 16px;
}

.margin-bot-32 {
  margin-bottom: 32px;
}

.is--white {
  color: #fff;
}

.premium-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.premium-row {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.big-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 75px;
  line-height: 85px;
}

.coins {
  position: absolute;
  left: auto;
  top: 15%;
  right: -5%;
  bottom: auto;
  width: 26vw;
}

.hand {
  position: absolute;
  left: 4%;
  top: auto;
  right: auto;
  bottom: -3%;
  width: 12vw;
}

.bigger-heading {
  font-size: 100px;
  line-height: 110px;
  font-weight: 900;
}

.underline {
  text-decoration: underline;
}

.is--centered {
  margin-right: auto;
  margin-left: auto;
}

.step-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 78px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.step-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
  text-align: left;
  letter-spacing: 1.5px;
}

.step-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5em;
  height: 5em;
  margin-right: 1.5em;
  -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-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
  color: #fff;
}

.step-number {
  position: static;
  font-family: Gotham, sans-serif;
  font-size: 32px;
  line-height: 22px;
}

.vertical-line {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -117%;
  z-index: 1;
  width: 1px;
  height: 80px;
  background-color: #fff;
}

.gnome {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: -10%;
  width: 16vw;
}

.cta-split {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-top: 70px;
  margin-bottom: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.small-heading {
  font-size: 22px;
  line-height: 28px;
}

.small-heading.is--red {
  margin-bottom: 10px;
}

.download-link-img {
  width: 10em;
  height: auto;
}

.download-link-img.gp {
  width: 10em;
  margin-left: 14px;
}

.download-link {
  width: auto;
  border-radius: 14px;
  background-color: #fff;
}

.footer-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: right;
}

.kp-logo-large {
  width: 25em;
}

.paragraph-small {
  font-size: 14px;
   position: absolute;
   bottom: 0;
   right: 0;
}

.cta-button {
  position: relative;
  padding: 24px 100px;
  background-color: #b10f1f;
  font-family: Gotham, sans-serif;
  font-size: 24px;
}

.arrow {
  position: absolute;
  left: auto;
  top: 22%;
  right: 27.5%;
  bottom: auto;
  width: 2.5em;
}

.accent-text {
  position: absolute;
  left: auto;
  top: -100px;
  right: -7.7vw;
  bottom: auto;
  width: 20vw;
  height: 10vh;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  font-family: Desyrel, sans-serif;
  color: #7e7e7e;
  font-size: 30px;
  line-height: 40px;
}

.footer-block {
  width: 60%;
  position: relative;
}

.button-wrapper {
  position: relative;
}

@media screen and (max-width: 991px) {
  .section.light-grey {
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .section.small {
    z-index: 1;
    padding-bottom: 12em;
  }

  .section.red-img-bg {
    height: auto;
    padding-bottom: 26em;
    background-position: 50% 100%, 0px 0px;
    background-size: 50vw, auto;
  }

  .section.cta {
    padding-bottom: 12em;
  }

  .section.handtrim {
    padding-bottom: 15em;
  }

  .video-embed {
    margin-bottom: 0px;
  }

  .container {
    min-width: auto;
    padding-bottom: 15%;
  }

  .container.footer {
    min-width: auto;
  }

  .container.hero {
    padding-top: 10%;
    padding-right: 0em;
    padding-left: 0em;
  }

  .giraffe {
    left: -1%;
    top: auto;
    right: auto;
    bottom: -22%;
    width: 35vw;
  }

  .is--white {
    position: relative;
    z-index: 10;
  }

  .is--white.is--centered.smaller-width {
    width: 80%;
    text-align: left;
  }

  .premium-grid {
    width: 70%;
  }

  .premium-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .premium-row.single {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
    text-align: center;
  }

  .coins {
    position: relative;
    top: 0%;
    right: 0%;
    display: block;
    width: 50vw;
    margin-top: 64px;
    margin-right: auto;
    margin-left: auto;
  }

  .hand {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0%;
    display: block;
    width: 30vw;
    margin-right: auto;
    margin-left: auto;
  }

  .step-circle {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .gnome {
    width: 30vw;
  }

  .cta-split {
    width: 100%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .app-download-links {
    margin-bottom: 32px;
  }

  .small-heading.is--red {
    font-size: 30px;
  }

  .footer-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }

  .accent-text {
    top: -11.9vw;
    right: -0.4vw;
    display: none;
    width: 25vw;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .footer-block {
    width: 100%;
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .section.red-img-bg {
    height: 105vh;
  }

  .giraffe {
    left: 0%;
    top: 66%;
    right: auto;
    bottom: 0%;
    width: 40vw;
  }

  .is--white.is--centered.smaller-width {
    width: 80%;
  }

  .step-circle {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
    line-height: 48px;
  }

  .section.small {
    padding-top: 4em;
  }

  .section.red-img-bg {
    height: auto;
    padding-right: 1em;
    padding-bottom: 23em;
    padding-left: 1em;
    background-size: 70vw, auto;
  }

  .section.cta {
    padding-top: 6em;
    padding-bottom: 22em;
  }

  .section.handtrim {
    padding-bottom: 15em;
  }

  .video-embed {
    height: auto;
    margin-top: 0px;
  }

  .container {
    max-width: none;
    padding-right: 1em;
    padding-bottom: 10%;
    padding-left: 1em;
  }

  .container.cta {
    display: block;
    padding-bottom: 25%;
  }

  .container.hero {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .giraffe {
    left: -10%;
    width: 60vw;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .is--white.is--centered.smaller-width {
    width: 95%;
  }

  .premium-grid {
    width: 90%;
    margin-top: 64px;
  }

  .premium-row.single {
    width: 90%;
  }

  .coins {
    width: 80vw;
  }

  .hand {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    width: 40vw;
    padding-bottom: 0px;
  }

  .step-grid {
    margin-top: 32px;
  }

  .step-circle {
    background-color: #d11e23;
  }

  .vertical-line {
    bottom: -148%;
    z-index: 0;
    height: 100px;
  }

  .gnome {
    left: 0%;
    display: block;
    width: 60vw;
  }

  .cta-split {
    margin-bottom: auto;
  }

  .small-heading.is--red {
    font-size: 26px;
    text-align: left;
  }

  .download-link-img {
    width: 9em;
    margin-top: 10px;
  }

  .download-link-img.gp {
    width: 9em;
    margin-top: 10px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2477a7d9-2823-f900-5692-456245a70caa-9939dcfd {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_8e77990e-0160-d44d-d490-3f9c6bf1e760-9939dcfd {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-d2b24539-c4b6-83ed-7f53-11f0e68ecf9e-9939dcfd {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-d2b24539-c4b6-83ed-7f53-11f0e68ecfa3-9939dcfd {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Desyrel';
  src: url('../fonts/DESYREL_.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}