html, body {
  background: #ffd812;
  color: #111;
}

a {
  color: #111;
}

a:hover {
  color: #d9001d;
}


.hamburger {
  display: none;
}

.video-wrap {
  border-radius: 25px;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  max-height: 350px;
}

.dot {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  margin: 0 auto 20px;
}
  .dot.smaller {
    width: 25px;
    height: 25px;
  }
  .dot.larger {
    width: 65px;
    height: 65px;
  }

.badge {
  display: inline-block;
  background: #111;
  color: #ffd712;
  font-weight: 600;
  padding: 8px 25px;
  border-radius: 40px;
}
  .badge.small {
    font-size: 13px;
  }

h1, h2, h5, h6 {
  font-family: "Inter", sans-serif;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: -1px;
}
  h1.hero-heading {
    font-size: 88px;
    line-height: 95px;
    letter-spacing: -5px;
    max-width: 650px;
  }
  h2 {
    font-size: 40px;
  }
  h2 span {
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 10px;
  }
h3 {
  font-size: 30px;  
}
h5 {
  font-size: 20px;  
  margin: 25px 0 15px;
}
h6 {
  font-size: 18px;
  letter-spacing: 0;
  margin: 0 0 20px;
}

.section {
  width: 100%;
  position: relative;
  padding: 40px 40px 40px;
}
  .section.fullscreen {
    min-height: 100vh;
    padding: 20px 40px;
  }
  .section.section-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

.header {
  padding: 35px;
  background: #ffd812;
  position: relative;
  width: 100%;
  z-index: 9;
}
  .header > .icon {
    display: block;
    max-width: 40px;
  }

  .nav {
    margin: 0;
    padding: 0;
    text-align: right;
  }
    .nav li {
      display: inline-block;
      list-style: none;
      margin: 0 3px;
      padding: 0;
      position: relative;
      z-index: 2
    }
    .nav li.mobile-only {
      position: initial;
    }
    .nav li a {
      color: #111;
      text-decoration: none;
      font-size: 15px;
      font-weight: 700;
      padding: 12px 12px;
      text-transform: uppercase;
      display: inline-block;
    }
    .nav li a:hover,
    .nav li a.active {
      background: #111 !important;
      color: #ffd812 !important;
      border-radius: 8px;
    }

#logo {
  display: block;
  max-width: 250px;
  margin: -20px auto 40px;
}

.hero-shot {
  display: block;
  width: 95%;
  max-width: 1200px;
  border-radius: 55px;
  margin: 0 auto;
}

.features {
  width: 90%;
  margin: 0 auto 120px;
}
  .feature {
    text-align: center;
  }
    .feature label {
      font-size: 20px;
      text-transform: none;
      line-height: 1.25em;
      letter-spacing: -1px;
    }
    .feature .icon-wrap {
      width: 100px;
      height: 100px;
      margin: 0 auto;
      background: #ffd812;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .feature .icon-wrap img {
      display: block;
      width: 60%;
      max-height: 100px;
      max-width: 100px;
      margin: 0 auto;
    }

.mockup {
  margin: 0 0 55px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
  .mockup .desc {
    width: calc(100% - 450px);
  }
  .mockup.right .desc {
    padding-right: 80px;
  }
  .mockup.left .desc {
    padding-left: 80px;
  }
  .mockup .hero-rounded-left-top {
    border-top-left-radius: 250px;
    overflow: hidden;
    width: 450px;
    height: 450px;
    position: relative;
  }
  .mockup .hero-rounded-left-bottom {
    border-bottom-left-radius: 250px;
    overflow: hidden;
    width: 450px;
    height: 450px;
    position: relative;
  }
  .mockup .hero-rounded-right {
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
    overflow: hidden;
    width: 450px;
    height: 450px;
    position: relative;
  }
  .mockup .weight {
    background: #fff;
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 15px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 700;
  }
  .mockup .weight img {
    display: block;
    width: 25px;
    margin: 0 8px 0 0;
  }

.clients {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px auto 20px;
}
  .client {
    width: calc(25% - 40px);
    margin: 20px 20px 40px;
    display: flex;
    justify-content: center;
    align-content: center;
  }
  .client img {
    width: 85%;
  }

.supports {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 10px auto 20px;
}
  .support {
    width: calc(25% - 20px);
    margin: 20px 10px 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .support img {
    width: 100%;
    border-radius: 20px;
  }
  .support span {
    display: block;
    text-align: center;
    font-size: 13px;
    width: 100%;
    margin: 12px 0 0;
    font-weight: 700;
  }

.quicklinks {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 65px;
}
  .quicklinks .card {
    width: calc(50% - 20px);
    background: #fff;
    margin: 0 10px 20px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
  }
  .quicklinks .card > a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
  }
  .quicklinks .card .card-hero {
    overflow: hidden;
  }
    .quicklinks .card .card-hero img {
      width: 100%;
      display: block;
    }
  .quicklinks .card .card-desc {
    padding: 15px;
    font-size: 13px;
    font-weight: 600;
  }
  .quicklinks .card .card-desc .button {
    margin: 0 auto 10px;
    display: block;
    width: 65%;
  }

.impact {
  margin: 0px auto 45px;
  max-width: 800px;
  text-transform: uppercase;
  font-weight: 600;
}
  .impact .statement {
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    display: inline-block;
    margin: 25px auto 0;
    text-transform: none;
  }
  .large {
    display: block;
    font-size: 60px;
    font-weight: 900;
    line-height: 1em;
    margin: 0 0 8px;
  }
  .impact .icon-wrap {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 150px;
    height: 130px;
    margin: 0 auto;
  }
  .impact .icon-wrap img {
    width: 60%;
  }

#footer-logo {
  float: right;
  width: 40%;
}

.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
  .footer-nav li {
    display: block;
    margin: 0 0 5px;
    padding: 0;
  }
  .footer-nav li a {
    color: #111;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 0;
    display: inline-block;
  }

.footer {
  width: 100%;
  padding: 20px 5px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 2em;
  z-index: 9;
  position: relative;
}
  .footer .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
  }
  .footer .container .column {
    width: 50%;
  }
  .footer a {
    color: #111;
    display: inline-block;
    padding: 5px 0 5px 20px;
  }

@media (max-width: 1100px) {

  .container {
    width: 95%;
  }

}

@media (max-width: 900px) {

  .hero-shot {
    border-radius: 25px;
    width: calc(100% - 40px);
  }

  .features {
    width: 100%;
  }

  .mockup {
    margin: 0 auto;
    display: block;
  }
    .mockup.right.swap {
      display: flex;
      flex-direction: column-reverse;
    }
    .mockup .hero-rounded-right,
    .mockup .hero-rounded-left-bottom,
    .mockup .hero-rounded-left-top  {
      width: 295px;
      height: 295px;
      border-radius: 100%;
      margin: 20px auto 40px;
    }
    .mockup .hero-rounded-right {
      float: left;
    }
    .mockup .hero-rounded-left-bottom {
      float: right;
    }
    .mockup.right.swap .hero-rounded-left-top  {
      width: 100%;
      border-radius: 20px;
      margin-top: 40px;
    }
    .mockup.right.swap .hero-rounded-left-top > div {
      background-position: 35% 50% !important;
    }
    .mockup .desc {
      width: 100%;
      padding: 0 !important;
      clear: both;
    }
    .mockup .weight {
      display: none;
    }

  .quicklinks {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 65px;
  }
    .quicklinks .card {
      width: 100%;
      background: #fff;
      margin: 0 0 30px;
      border-radius: 15px;
      position: relative;
      overflow: hidden;
    }

}

@media (max-width: 600px) {

  .hamburger {
    display: block;
    position: fixed;
    top: 5px;
    right: 0;
    z-index: 100;
  }
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
      background: #111;
    }
    .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
      background: #fff;
    }

    .hamburger.is-active:hover, .hamburger:hover {
      opacity: 1;
    }

  .section {
    padding: 30px 20px;
  }

  .container {
    width: 100%;
  }

  h1.hero-heading {
    font-size: 60px;
    line-height: 1em;
    margin-top: 80px;
    padding-right: 60px;
    letter-spacing: ;
  }
  h6 {
    line-height: 1.4em;
  }

  .header {
    padding: 15px 20px;
  }
    .header .nav {
      position: fixed;
      top: 0;
      right: -120%;
      z-index: 99;
      width: 100%;
      height: 100%;
      background: #111;
      padding: 80px 20px 20px;
      transition: all 0.2s;
    }
    .header .nav.active {
      right: 0;
    }
    .header .nav li {
      display: block;
      width: 100%;
    }
    .header .nav li a {
      color: #fff;
    }
    .header .nav li a.highlight {
      background: #ffd812;
      color: #111;
    }

  #logo {
    max-width: 150px;
    margin: 10px auto 25px;
  }

  .features {
    margin: 10px auto 40px !important;
  }
    .features .feature {
      width: 50%;
      padding: 0 10px;
      margin: 0 0 20px;
    }
    .features .feature label {
      font-size: 18px;
    }

  .mockup {
    display: flex;
  }
    .mockup .hero-rounded-right,
    .mockup .hero-rounded-left-bottom {
      float: none;
      clear: both;
    }

  .clients .client {
    width: calc(50% - 40px);
  }

  #contact #logo {
    max-width: 150px !important;
    margin: 20px auto 0;

  }

  .support {
    width: calc(50% - 20px);
  }
    .support img {
      border-radius: 10px;
    }

  .quicklinks {
    margin-bottom: 15px;
  }
    .quicklinks .card .card-desc .button {
      width: 100%;
    }

  .footer .container {
    flex-wrap: wrap;
  }
    .footer .container .column {
      width: 100%;
      text-align: left;
    }
    .footer a {
      padding: 5px 20px 5px 0;
    }

}
