body {
  color: #333;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}

a {
  color: #fff;
  text-decoration: none;
}

.header {
  background-image: url('../images/hero-bloom.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 185px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-flex {
  width: 100%;
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-flex.left-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph {
  max-width: 680px;
  color: #99a1ba;
  text-align: center;
  margin-bottom: 48px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph.left-align {
  text-align: left;
  margin-bottom: 0;
}

.nav-bar {
  width: 100%;
  background-color: rgba(221, 221, 221, 0);
  padding: 26px 3%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-container {
  width: 100%;
  max-width: 1140px;
}

.nav-link {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-button {
  background-color: rgba(56, 152, 236, 0);
  border: .5px solid #fff;
  border-radius: 100px;
  margin-left: 26px;
  padding: 16px 42px;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  transition: all .3s;
}

.nav-button:hover {
  color: #813efb;
  background-color: #fff;
}

.overline {
  color: #7e30fe;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
}

.hero-image-wrapper {
  margin-top: 65px;
  position: relative;
}

.hero-graphic-left {
  position: absolute;
  top: 170px;
  bottom: auto;
  left: -80px;
  right: auto;
}

.hero-graphic-right {
  position: absolute;
  top: 300px;
  bottom: 0%;
  left: auto;
  right: -80px;
}

.services-section {
  background-image: linear-gradient(#111115, #000);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.h2-span {
  opacity: .8;
  color: #7e30fe;
}

.services-grid {
  width: 100%;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 28px;
  display: grid;
}

.services-grid.first {
  margin-top: 60px;
}

.column-1 {
  background-color: #17171b;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 50px 40px 50px 32px;
  text-decoration: none;
  transition: all .25s;
}

.column-1:hover {
  border: 1px solid #813efb;
}

.service-title {
  color: #fff;
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 700;
}

.service-paragraph {
  color: #99a1ba;
  font-size: 15px;
}

.divider {
  width: 100%;
  height: 1px;
  max-width: 850px;
  background-color: rgba(255, 255, 255, .1);
  flex: 0 auto;
  margin-top: 160px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.features-section {
  justify-content: center;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-h2 {
  margin-top: 0;
  margin-bottom: 16px;
}

.content-h2.content-h2-centre {
  text-align: center;
}

.feature-image-div {
  position: relative;
}

.feature-image {
  overflow: hidden;
  transform: rotate(0);
}

.ribbon {
  position: absolute;
  top: -20px;
  bottom: auto;
  left: auto;
  right: -8px;
}

.footer-logo {
  height: 48px;
}

.footer-base {
  background-color: #813efb;
  justify-content: center;
  align-items: center;
  padding: 25px 3%;
  display: flex;
}

.footer-base-container {
  width: 100%;
  max-width: 1200px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-paragraph {
  max-width: 720px;
  color: #99a1ba;
  text-align: center;
  margin-bottom: 48px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.hero-h1 {
  color: #fff;
  font-size: 50px;
  line-height: 1;
}

.hero-button {
  color: #fff;
  background-color: #7e30fe;
  border-radius: 100px;
  margin-top: 0;
  padding: 16px 45px;
  font-size: 16px;
  line-height: 21px;
  transition: all .2s;
}

.hero-button:hover {
  transform: translate(0, -2px);
}

.hero-image-placeholder {
  width: 720px;
}

.cta-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column-2 {
  background-color: #17171b;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 50px 50px 50px 30px;
  text-decoration: none;
  transition: all .25s;
}

.column-2:hover {
  border: 1px solid #813efb;
}

.column-3 {
  background-color: #17171b;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 50px 50px 50px 30px;
  text-decoration: none;
  transition: all .25s;
}

.column-3:hover {
  border: 1px solid #813efb;
}

.column-4 {
  background-color: #17171b;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 50px 50px 50px 30px;
  text-decoration: none;
  transition: all .25s;
}

.column-4:hover {
  border: 1px solid #813efb;
}

.feature-wrap {
  width: 100%;
  margin-bottom: 55px;
  display: flex;
}

.feature-wrap.reverse-wrap {
  flex-direction: row-reverse;
}

.feature-column-content {
  width: 50%;
  min-height: 250px;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  display: flex;
}

.feature-column-image {
  width: 50%;
  min-height: 250px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 50px;
  display: flex;
}

.image {
  width: 280px;
}

.nav-logo, .whats-icon {
  width: 64px;
}

.whats-link {
  transition: all .3s ease-in-out;
  position: fixed;
  top: auto;
  bottom: 16px;
  left: auto;
  right: 24px;
}

.whats-link:hover {
  bottom: 24px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-bar {
    padding-left: 3%;
    padding-right: 3px;
  }

  .nav-link {
    color: #17171b;
  }

  .nav-menu {
    background-color: #fff;
  }

  .nav-button {
    display: none;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .content-h2 {
    font-size: 38px;
  }

  .icon {
    color: #fff;
  }

  .hero-h1 {
    text-align: center;
  }

  .cta-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .feature-column-content, .feature-column-image {
    padding: 25px;
  }

  .menu-button {
    border-radius: 100px;
  }

  .menu-button.w--open {
    background-color: rgba(255, 255, 255, .17);
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 145px;
  }

  .features-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-base-container {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .feature-wrap {
    flex-wrap: wrap;
  }

  .feature-column-content, .feature-column-image {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .features-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ribbon {
    display: none;
  }

  .hero-h1 {
    font-size: 44px;
  }

  .cta-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-column-content {
    padding: 10px;
  }

  .feature-column-image {
    margin-top: 25px;
    padding: 10px;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}