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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overline {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #813efb;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.primary-cta {
  margin-top: 0px;
  padding: 16px 45px;
  border-radius: 100px;
  background-color: #fff;
  color: #17171b;
  font-size: 16px;
  line-height: 21px;
}

.primary-cta.focus-button {
  background-color: #813efb;
  color: #fff;
}

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

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

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

.profile-images-wrapper {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}

.people-group-image {
  margin-right: 12px;
}

.follower-number {
  color: #99a1ba;
  font-size: 15px;
  line-height: 26px;
}

.follower-number._02 {
  color: #fff;
}

.tag-span {
  color: #fff;
}

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

.h2-span {
  opacity: 0.6;
}

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

.services-grid-block {
  padding: 50px 50px 50px 30px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #17171b;
  transition: all 250ms ease;
  text-decoration: none;
}

.services-grid-block:hover {
  border: 1px solid #813efb;
}

.icon-block {
  display: flex;
  width: 40px;
  height: 40px;
  margin-bottom: 36px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #813efb;
  background-image: linear-gradient(146deg, #03c8ff 15%, #f828ff);
}

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

.service-title.service-title-centre {
  margin-bottom: 25px;
  text-align: center;
}

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

.tag-10 {
  margin-top: 12px;
  margin-bottom: 0px;
  color: #99a1ba;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}

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

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

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

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

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

.feature-image {
  overflow: hidden;
}

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

.ribbon-2 {
  position: absolute;
  left: -40px;
  top: -50px;
  right: auto;
  bottom: auto;
}

.ribbon-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: -40px;
  bottom: -40px;
}

.left-blur {
  position: absolute;
  left: 0%;
  top: 20%;
  right: auto;
  bottom: auto;
}

.testimonials-section {
  position: relative;
  display: flex;
  overflow: visible;
  padding-top: 120px;
  padding-right: 3%;
  padding-left: 3%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.name-title {
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.right-blur {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: 500px;
}

.pricing-section {
  position: relative;
  display: flex;
  padding: 120px 3% 140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tabs {
  display: none;
  margin-top: 20px;
  margin-bottom: 32px;
  align-items: center;
}

.price-plan {
  color: #99a1ba;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.tab-switcher {
  display: flex;
  width: 60px;
  height: 30px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 4px;
  padding-left: 4px;
  justify-content: flex-end;
  align-items: center;
  border-radius: 100px;
  background-color: #813efb;
}

.white-circle {
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background-color: #fff;
}

.pricing-grid {
  width: 100%;
  margin-top: 55px;
  align-items: center;
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-block {
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-bottom: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: hsla(0, 0%, 100%, 0.05);
  opacity: 1;
}

.price-title {
  margin-bottom: 4px;
  color: #99a1ba;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.price-number {
  display: flex;
  margin-bottom: 8px;
  color: #fff;
  font-size: 70px;
  line-height: 90px;
  font-weight: 600;
  text-align: center;
}

.dollar-sign {
  padding-top: 12px;
  color: #99a1ba;
  font-size: 20px;
  line-height: 24px;
}

.pricing-top-block {
  display: flex;
  width: 100%;
  margin-bottom: 48px;
  padding: 32px 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #17171b;
}

.pricing-bottom-block {
  margin-bottom: 48px;
  padding-right: 15px;
  padding-left: 15px;
}

.feature-block {
  display: flex;
  margin-bottom: 16px;
  justify-content: flex-start;
  align-items: center;
}

.tick-icon {
  margin-right: 12px;
}

.feature {
  color: #99a1ba;
  font-size: 15px;
  font-weight: 400;
}

.pricing-block-big {
  display: flex;
  overflow: hidden;
  padding-bottom: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: hsla(0, 0%, 100%, 0.05);
  opacity: 1;
}

.pricing-top-block-big {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  padding: 35px 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #17171b;
}

.pricing-bottom-block-big {
  margin-bottom: 64px;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-link {
  display: block;
  margin-bottom: 16px;
  color: #99a1ba;
  font-size: 16px;
  text-decoration: none;
}

.footer-section {
  display: none;
  padding: 135px 3% 128px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, #111115, #000);
}

.form-block {
  display: flex;
  margin-bottom: 0px;
  justify-content: flex-start;
  align-items: center;
}

.form-block.no-padding {
  margin-top: 0px;
}

.newsletter-field {
  width: 310px;
  height: 55px;
  margin-right: 12px;
  margin-bottom: 0px;
  padding-left: 27px;
  border-radius: 100px;
  color: #17171b;
  font-size: 15px;
}

.newsletter-field.newsletter-small {
  width: 260px;
}

.form-title {
  margin-bottom: 22px;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
}

.footer-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  align-self: auto;
  flex: 0 auto;
}

.footer-logo {
  margin-bottom: 12px;
}

.copyright {
  color: #99a1ba;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

.copyright.white {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

.footer-left-block {
  width: 50%;
}

.footer-right-block {
  display: -ms-grid;
  display: grid;
  width: 50%;
  grid-auto-columns: 1fr;
  grid-column-gap: 29px;
  grid-row-gap: 16px;
      grid-template-areas: ".";
  -ms-grid-columns: 1.5fr 29px 1.5fr 29px 1.5fr 29px 1.5fr;
  grid-template-columns: 1.5fr 1.5fr 1.5fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-title {
  margin-bottom: 40px;
  color: #fff;
  font-size: 17px;
}

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

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

.social-media-block {
  display: none;
}

.social-link-block {
  display: flex;
  padding: 4px 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: opacity 200ms ease;
}

.social-link-block:hover {
  opacity: 0.5;
}

.hero-paragraph {
  max-width: 650px;
  margin-bottom: 48px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
}

.hero-h1 {
  background-color: #fff;
  background-image: linear-gradient(95deg, #ed36fa 21%, #4ad8ff 37%);
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 76px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-overline {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #813efb;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.5px;
}

.hero-button {
  display: none;
  margin-top: 0px;
  padding: 16px 45px;
  border-radius: 100px;
  background-color: #813efb;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}

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

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

.newsletter-block {
  position: relative;
  display: flex;
  padding: 105px 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-color: #813efb;
}

.content-cta {
  max-width: 580px;
  margin-bottom: 35px;
  font-size: 50px;
  text-align: center;
}

.send-button {
  margin-top: 0px;
  padding: 16px 45px;
  border-radius: 100px;
  background-color: #fff;
  color: #17171b;
  font-size: 15px;
  line-height: 21px;
}

.link {
  opacity: 0.5;
}

.form-wrapper {
  display: flex;
  margin-bottom: 0px;
  justify-content: flex-start;
  align-items: center;
}

.services-grid-block-02 {
  padding: 50px 50px 50px 30px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #17171b;
  transition: all 250ms ease;
  text-decoration: none;
}

.services-grid-block-02:hover {
  border: 1px solid #813efb;
}

.services-grid-block-03 {
  padding: 50px 50px 50px 30px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #17171b;
  transition: all 250ms ease;
  text-decoration: none;
}

.services-grid-block-03:hover {
  border: 1px solid #813efb;
}

.services-grid-block-04 {
  padding: 50px 50px 50px 30px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #17171b;
  transition: all 250ms ease;
  text-decoration: none;
}

.services-grid-block-04:hover {
  border: 1px solid #813efb;
}

.services-grid-block-04.end-block {
  display: flex;
  padding-right: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

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

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

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

.flowb {
  font-weight: 600;
}

.title-wrap.flex-centre {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image {
  width: 30%;
}

.hero-h1-wrapper {
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-span {
  background-color: #fff;
  font-size: 29px;
  white-space: normal;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.image-2 {
  width: 150px;
  padding-top: 0px;
  -ms-grid-row-align: center;
      align-self: center;
}

.link-block {
  padding-top: 14px;
  padding-left: 0px;
  -ms-grid-row-align: center;
      align-self: center;
}

.tesark-block {
  padding-top: 19px;
  float: right;
}

.tesark-logo {
  width: 120px;
}

.image-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  width: auto;
  height: 50%;
  margin-bottom: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.div-block {
  position: relative;
  display: block;
  overflow: visible;
  margin-top: -22px;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  -ms-grid-row-align: center;
      align-self: center;
  flex: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

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

  .nav-button {
    display: none;
  }

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

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

  .left-blur {
    z-index: -1;
  }

  .testimonials-section {
    overflow: hidden;
  }

  .right-blur {
    z-index: -1;
  }

  .feature {
    font-size: 15px;
  }

  .footer-section {
    overflow: hidden;
  }

  .footer-content {
    flex-wrap: wrap;
  }

  .footer-left-block {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-right-block {
    width: 100%;
    max-width: 550px;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-link-block {
    padding: 15px;
  }

  .icon {
    color: #fff;
  }

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

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

  .newsletter-block {
    z-index: 5;
  }

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

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

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

  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0.17);
  }

  .image {
    clear: left;
  }

  .link-block {
    overflow: visible;
    background-color: transparent;
    background-image: linear-gradient(180deg, transparent, transparent);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .tesark-block {
    margin-right: 20px;
    padding-top: 21px;
    padding-right: 0px;
    float: right;
    clear: none;
  }

  .tesark-logo {
    width: 150px;
    clear: left;
  }
}

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

  .hero-graphic-left {
    display: none;
  }

  .hero-graphic-right {
    display: none;
  }

  .profile-images-wrapper {
    flex-wrap: wrap;
  }

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

  .right-blur {
    z-index: -1;
  }

  .pricing-grid {
    max-width: 430px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-block {
    margin-bottom: 40px;
  }

  .pricing-block-big {
    margin-bottom: 40px;
  }

  .newsletter-field {
    width: 100%;
  }

  .copyright.white {
    margin-bottom: 15px;
    text-align: center;
  }

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

  .hero-paragraph {
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 24px;
  }

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

  .newsletter-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-cta {
    font-size: 42px;
  }

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

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

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

@media screen and (max-width: 479px) {
  .container-flex {
    margin-top: 31px;
  }

  .nav-bar {
    margin-bottom: 0px;
    padding-top: 45px;
  }

  .nav-container {
    display: flex;
    flex-direction: column;
  }

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

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

  .ribbon {
    display: none;
  }

  .ribbon-2 {
    display: none;
  }

  .ribbon-3 {
    display: none;
    width: 90px;
  }

  .right-blur {
    display: none;
  }

  .form-block {
    flex-wrap: wrap;
  }

  .newsletter-field {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .newsletter-field.newsletter-small {
    width: 100%;
  }

  .footer-right-block {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .hero-paragraph {
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 300;
  }

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

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

  .newsletter-block {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .send-button {
    width: 100%;
  }

  .form-wrapper {
    flex-wrap: wrap;
  }

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

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

  .image {
    width: 19%;
  }

  .tesark-block {
    margin-top: 10px;
    margin-right: 0px;
    padding-top: 0px;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .tesark-logo {
    width: 94px;
  }

  .brand {
    display: flex;
    clear: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@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;
}