:root {
  --black: #0d0e10;
  --gradient-1: #b16cea;
  --gradient-2: #ff5e69;
  --white: white;
  --gradient-3: #ff8a56;
  --gradient-4: #ffa84b;
  --grey: #f3f3f3;
  --conversion-flow-library-medium-purple: #b16cea;
  --conversion-flow-library-light-coral: #ff5e69;
  --conversion-flow-library-sandy-brown: #ffa84b;
  --conversion-flow-library-coral: #ff8a56;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--black);
  font-family: Avertastd;
  font-size: 16px;
  line-height: 120%;
}

h1 {
  color: var(--black);
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 100%;
}

h2 {
  letter-spacing: -.16px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 110%;
}

h3 {
  letter-spacing: -.16px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
}

h4 {
  letter-spacing: -.16px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 128%;
}

h5 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 117%;
}

h6 {
  color: var(--gradient-1);
  letter-spacing: 1.28px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

p {
  color: #0d0e10e6;
  margin-bottom: 30px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 22px;
  line-height: 155%;
}

a {
  color: var(--gradient-2);
  margin-bottom: 0;
  text-decoration: underline;
  display: inline-block;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 22px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
  line-height: 155%;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.style-guide-main {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0;
  font-family: Plusjakartasans, sans-serif;
  display: flex;
  position: relative;
}

.h5-heading-white {
  color: var(--white);
}

.h5-heading-white.newsletter {
  margin-bottom: 24px;
}

.paragraph-22px-white {
  color: #fffc;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 22px;
}

.image-cover {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: relative;
}

.wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.wrapper.licensing {
  border: 2px #000;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 0;
}

.wrapper.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 180px;
}

.wrapper.instructions {
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 180px;
}

.wrapper.licenses {
  border: 2px #000;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 100px;
  padding-left: 0;
}

.licensing-heading {
  margin-bottom: 30px;
}

.licensing-paragraph {
  color: #ffffffe6;
  text-align: center;
  max-width: 650px;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 18px;
}

.licensing-tag-subtext {
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 20px;
  line-height: 160%;
}

.licensing-tag-subtext.bold {
  font-size: 24px;
  font-weight: 700;
}

.licensing-tag-subtext.small {
  max-width: 100%;
}

.licensing-image-and-text-wrapper {
  border: 2px none var(--black);
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.licencing-images-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 100px;
  display: grid;
}

.licencing-image-item {
  height: 250px;
}

.reference-headings {
  text-align: center;
  margin-bottom: 0;
  font-size: 90px;
}

.reference-headings.white {
  color: var(--black);
}

.version-number {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 56px;
}

.update-wrapper {
  margin-top: 20px;
  margin-left: 0;
  padding: 0;
}

.version-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph {
  color: var(--white);
  margin-bottom: 0;
}

.wrapper-changelog {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1215px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.wrapper-changelog.updates {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  border: 3px #000;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin-top: 48px;
  padding: 52px 40px;
  box-shadow: 0 10px 70px #53535312;
}

.update-date {
  color: var(--white);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
}

.heading-wrapper {
  width: 100%;
}

.page-wrapper {
  font-family: Plusjakartasans, sans-serif;
}

.page-wrapper.overflow-hidden {
  overflow: hidden;
}

.navigation-bar {
  background-color: #0000;
}

.navigation-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navigation-wrapper.with-links {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  width: 90%;
  max-width: 1280px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo {
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.logo.w--current {
  justify-content: flex-start;
}

.logo.white {
  color: #fff;
}

.logo-lines-contain {
  flex: none;
  margin-right: 10px;
  overflow: hidden;
}

.logo-line-1 {
  width: 24px;
  height: 24px;
}

.logo-line-2 {
  width: 27px;
  height: 24px;
  margin-left: -10px;
}

.logo-line-3 {
  width: 32px;
  height: 24px;
  margin-left: -10px;
}

.call-button {
  color: var(--black);
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.call-button.home-2 {
  color: var(--gradient-1);
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
}

.logo-text {
  letter-spacing: -.32px;
  margin-right: 60px;
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 106%;
}

.logo-text.dark-logo {
  color: var(--black);
}

.call-arrow-div {
  background-color: var(--black);
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.call-arrow-div.gradient {
  background-color: var(--gradient-1);
  background-image: linear-gradient(135deg, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.call-arrow-div.transparent {
  background-color: #0000;
  margin-left: 5px;
}

.home-hero-section {
  background-color: #fbfbfb;
  overflow: hidden;
}

.home-hero-section.homepage-2 {
  background-color: #f3f3f3;
}

.home-hero-section.homepage-3 {
  background-color: var(--black);
}

.home-hero-section.homepage-4 {
  z-index: 55;
  background-color: #fbfbfb00;
  background-image: linear-gradient(#0000 75%, #fff);
  position: relative;
}

.home-hero-section.about {
  background-color: #f3f3f3;
  background-image: linear-gradient(210deg, #f8f4f0, #fff);
}

.home-hero-section.homepage-1 {
  background-color: #fbfbfb;
}

.nav-button {
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 18px 28px;
  font-size: 16px;
  line-height: 100%;
  transition: filter .3s;
  display: flex;
  box-shadow: 0 10px 100px #0000001a;
}

.call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.call-arrow-down.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.hero-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.text-contain-hero {
  flex-direction: column;
  align-items: flex-start;
  width: 53%;
  max-width: 500px;
  display: flex;
}

.gradient-span {
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 90%;
}

.gradient-span.home-1 {
  line-height: 100%;
}

.hero-heading {
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 105%;
}

.hero-heading.overview {
  line-height: 121%;
}

.hero-paragraph {
  margin-bottom: 30px;
  font-size: 22px;
}

.hero-paragraph.homepage-3 {
  color: #ffffffe6;
  text-align: center;
  max-width: 800px;
}

.hero-paragraph.overview {
  max-width: 776px;
}

.cta-button {
  background-color: var(--gradient-1);
  color: var(--white);
  letter-spacing: -.16px;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-button:hover {
  background-color: var(--gradient-1);
}

.cta-button.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cta-button.rectangle.small {
  margin-right: 40px;
  padding: 20px 20px 20px 34px;
}

.cta-button.course {
  width: 100%;
  max-width: 288px;
}

.cta-button.course-full {
  width: 100%;
}

.cta-arrow-div {
  z-index: 1;
  background-color: #0000;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.trust-paragraph {
  color: var(--black);
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 19px;
}

.logos-wrapper {
  align-items: center;
  display: flex;
}

.logos {
  object-fit: contain;
  width: 100%;
  max-width: 125px;
  height: 100%;
  margin-right: 16px;
}

.services-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 120px;
  display: flex;
}

.heading-2-center {
  text-align: center;
  max-width: 850px;
  margin-bottom: 0;
  font-size: 42px;
}

.heading-2-center.projects {
  max-width: 680px;
}

.heading-2-center.projects.home-3 {
  margin-bottom: 80px;
}

.heading-2-center.projects.left {
  text-align: left;
  max-width: 550px;
}

.services-grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
}

.services-grid.homepage-3 {
  grid-column-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.service-contain {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 220px;
  display: flex;
}

.service-contain.homepage-3 {
  align-items: flex-start;
  max-width: 353px;
}

.service-icon-wrap {
  background-color: var(--gradient-1);
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80px;
  height: 80px;
  margin-bottom: 28px;
  display: flex;
}

.service-icon-wrap.homepage-3 {
  border-radius: 12px;
  max-width: 56px;
  height: 56px;
  margin-bottom: 0;
  position: absolute;
  inset: auto 7% -10% auto;
}

.service-icon {
  object-fit: contain;
}

.service-heading {
  text-align: left;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-size: 23px;
  font-weight: 600;
  line-height: 133%;
}

.h6-heading {
  font-weight: 600;
}

.h6-heading.blue {
  color: var(--gradient-3);
}

.service-paragraph {
  color: #0d0e10b3;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.service-paragraph.homepage-3 {
  color: #0d0e10e6;
  text-align: left;
  margin-top: 4px;
  font-size: 18px;
  line-height: 156%;
}

.projects-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 180px;
  display: flex;
}

.projects-wrapper.homepage-3 {
  padding-top: 20px;
}

.projects-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
  width: 100%;
  margin-top: 80px;
}

.project-contain {
  background-color: var(--black);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  height: 320px;
  display: flex;
  box-shadow: 0 0 100px #00000005;
}

.project-contain.horizontal {
  height: 400px;
  padding-left: 48px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.project-contain.vertical {
  background-color: var(--black);
  flex-direction: column;
  align-items: stretch;
  height: 400px;
  padding-top: 32px;
  padding-left: 32px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.project-text-contain {
  max-width: 300px;
  margin-left: 0;
  margin-right: 0;
}

.project-text-contain.horizontal {
  margin-right: 40px;
  position: relative;
}

.project-image-contain {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 364px;
  height: 265px;
  margin-top: 50px;
  display: block;
  position: relative;
}

.bold-span {
  font-weight: 700;
}

.about-project {
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 156%;
}

.project-image {
  position: absolute;
}

.project-image._1 {
  object-fit: contain;
  border-radius: 15px;
  max-width: 448px;
  inset: 0% auto auto 0%;
}

.statistics-section {
  background-color: var(--black);
}

.statistics-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.heading-2-white {
  color: var(--white);
  margin-bottom: 0;
}

.stats-wrapper {
  grid-column-gap: 140px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1040px;
  margin-top: 80px;
}

.stats-contain {
  max-width: 270px;
}

.stat-number {
  color: var(--white);
  letter-spacing: -.16px;
  align-items: center;
  font-size: 70px;
  font-weight: 700;
  line-height: 91px;
  display: block;
}

.stat-number._60px {
  color: var(--black);
  letter-spacing: -2px;
  font-size: 60px;
  font-weight: 800;
  line-height: 77px;
}

.about-me-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 170px;
  padding-bottom: 180px;
  display: flex;
}

.about-me-contain {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 180px;
  display: flex;
}

.about-me-image-contain {
  align-items: stretch;
  width: 45%;
  display: flex;
  position: relative;
}

.about-me-image {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
}

.about-me-floating-image {
  object-fit: fill;
  border-radius: 16px;
  width: 80%;
  max-width: 435px;
  position: absolute;
  inset: auto -10% 5% auto;
  box-shadow: 0 24px 94px #00000014;
}

.about-me-text-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.about-me-heading {
  margin-bottom: 32px;
}

._22px-paragraph {
  margin-bottom: 0;
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.design-resources-section.blue {
  background-image: linear-gradient(227deg, #f0f4f8, #fff);
  display: none;
}

.features-learn-more-link {
  color: #0d0e10;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.view-more-arrow {
  margin-left: 10px;
}

.view-more-line {
  background-color: var(--black);
  background-image: linear-gradient(to right, #b16cea 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  filter: grayscale();
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.resource-main-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 180px;
  display: flex;
}

.resource-top-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.h2-heading {
  margin-bottom: 0;
  font-size: 48px;
  line-height: 110%;
}

.h2-heading.white {
  color: var(--white);
}

.h2-heading.left {
  letter-spacing: -1px;
}

.h2-heading.left.small {
  max-width: 670px;
}

.h2-heading.projects {
  margin-bottom: 80px;
}

.view-more-link {
  color: #0d0e10;
  letter-spacing: -.16px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-list-wrapper {
  width: 100%;
  display: flex;
}

.resource-wrapper {
  color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

.resource-image {
  object-fit: cover;
  border-radius: 16px;
  height: 100%;
}

.categories-contain {
  margin-bottom: 24px;
  display: flex;
}

.main-category-text {
  color: var(--white);
  letter-spacing: -.16px;
  border-radius: 40px;
  justify-content: flex-start;
  padding: 13px 20px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.secondary-category {
  color: var(--black);
  letter-spacing: -.16px;
  background-color: #0d0e100f;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 16px;
  padding: 13px 20px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.resource-image-contain {
  border-radius: 16px;
  width: 100%;
  max-width: 354px;
  height: 240px;
  margin-bottom: 32px;
}

.resource-title {
  letter-spacing: -.16px;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 131%;
}

.collection-item {
  display: flex;
}

.newsletter-section {
  background-color: var(--black);
}

.newsletter-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.newsletter-wrapper.horizontal {
  flex-direction: row;
  justify-content: space-between;
}

.h2-white-heading-center {
  color: var(--white);
  text-align: center;
  max-width: 750px;
  margin-bottom: 60px;
}

.newsletter-form-block {
  flex-direction: row;
  margin-bottom: 0;
  display: block;
}

.form {
  display: flex;
}

.newsletter-text-field {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/EnvelopeSimple-white.svg');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff3;
  border-radius: 56px;
  width: 450px;
  height: 70px;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 16px 28px 20px 66px;
  font-size: 20px;
  line-height: 150%;
}

.newsletter-text-field:focus {
  border-color: #ff5e6966;
}

.submit-button {
  background-color: var(--gradient-1);
  background-image: url('../images/Arrow---Right-2.svg'), linear-gradient(150deg, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  color: var(--white);
  letter-spacing: -.16px;
  background-position: 85% 53%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 70px;
  padding-right: 40px;
  font-size: 22px;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

.submit-button:hover {
  background-color: var(--gradient-2);
}

.form-text {
  color: #fffc;
  margin-top: 24px;
  font-size: 18px;
  line-height: 156%;
}

.awards-section {
  overflow: hidden;
}

.awards-section.black {
  background-color: var(--black);
}

.awards-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
}

.awards-wrapper.black {
  width: 90%;
  max-width: 1120px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.award-logos-contain {
  width: 100%;
  margin-top: 80px;
}

.logos-row-contain {
  border-bottom: 1px solid #0000001a;
  display: flex;
}

.logos-row-contain.last {
  border-bottom-style: none;
  border-right: 1px #000;
}

.logos-row-contain.white-border {
  border-bottom-color: #fff3;
}

.logo-contain {
  background-image: none;
  border-right: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 200px;
  display: flex;
}

.logo-contain:hover {
  background-color: #0000;
  background-image: linear-gradient(150deg, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
}

.logo-contain.last {
  border: 1px #000;
}

.logo-contain.white-border {
  border-right-color: #fff3;
}

.award-logo {
  object-fit: contain;
}

.pricing-section.black {
  background-color: var(--black);
  margin-bottom: 200px;
}

.pricing-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 180px;
  display: flex;
}

.pricing-wrapper.black {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pricing-grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-content: stretch;
  align-items: stretch;
  width: 100%;
  margin-top: 80px;
}

.price-block {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 48px;
  display: flex;
  box-shadow: 0 12px 124px #0000000d;
}

.price-block.black {
  background-color: #ffffff0d;
}

.pricing-plan {
  color: #0d0e1099;
  margin-bottom: 21px;
}

.pricing-plan.white {
  color: #fff9;
  margin-bottom: 20px;
}

.price {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  color: var(--gradient-1);
  letter-spacing: -3px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 800;
}

.price.white {
  background-color: var(--white);
  background-image: none;
}

.divider-pricing {
  background-color: #0d0e1026;
  height: 1px;
  margin-bottom: 40px;
}

.price-points-contain {
  margin-bottom: 48px;
}

.price-point-wrapper {
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.checkmark {
  margin-right: 20px;
}

.price-text {
  margin-top: 2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.price-text.white {
  color: #ffffffe6;
  text-align: center;
}

.pricing-top-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-top-block.center {
  align-items: center;
}

.down-arrow {
  filter: sepia();
}

.faq-question {
  margin-right: 5%;
  font-size: 24px;
  font-weight: 600;
  line-height: 142%;
}

.faq-contain {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.faq-answer {
  color: #0d0e10bf;
  letter-spacing: -.32px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 156%;
}

.faq-section {
  padding-top: 100px;
  position: relative;
}

.faq-wrapper {
  cursor: pointer;
  border-bottom: 1px #0000001a;
  max-width: 530px;
  margin-bottom: 40px;
}

.faq-right-contain {
  width: 50%;
  max-width: 556px;
  margin-left: 40px;
}

.faq-left-contain {
  width: 50%;
  max-width: 530px;
  margin-right: 40px;
}

.faq-question-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.faq-main-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.faq-main-wrapper.horizontal {
  flex-direction: row;
}

.instagram-section {
  background-color: #fbfbfb;
}

.instagram-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.footer-section {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Plusjakartasans, sans-serif;
  display: flex;
}

.footer-section.white {
  background-color: #0000;
}

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

.footer-text-60px {
  color: var(--white);
  margin-bottom: 80px;
  font-weight: 400;
}

.work-link-60px {
  color: var(--gradient-1);
  letter-spacing: -.16px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px 24px 10px;
  font-size: 60px;
  font-weight: 800;
  line-height: 117%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-link-60px.home {
  padding-right: 10px;
}

.work-link-line {
  background-color: var(--gradient-1);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.work-arrow-image {
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 10px;
}

.work-arrow-image.home {
  margin-left: 24px;
}

.footer-bottom-wrapper {
  border-top: 1px solid #ffffff1a;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-bottom-wrapper.white {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top-style: none;
  border-top-color: #fff3;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contain {
  object-fit: contain;
}

.success-message {
  background-color: var(--gradient-1);
  color: var(--white);
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
}

.success-message.black {
  background-color: #b16cea33;
}

.error-message {
  color: var(--white);
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-weight: 500;
}

.error-message.darker {
  color: #bd333d;
}

.instagram-images-section {
  justify-content: space-around;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.column-images {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 17%;
  display: flex;
}

.column-images._3 {
  margin-top: 54px;
}

.instagram-image {
  object-fit: contain;
  border-radius: 220px;
  width: 100%;
  max-width: 190px;
  height: 300px;
}

.instagram-image._1 {
  object-fit: contain;
  margin-bottom: 70px;
}

.instagram-image._6 {
  margin-top: 60px;
}

.nav-links-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.nav-link {
  color: var(--black);
  text-transform: capitalize;
  border-bottom: 1px solid #0000;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 130%;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.nav-link:hover {
  border-bottom: 1px solid #000;
  font-weight: 400;
  text-decoration: none;
}

.nav-link.white {
  color: var(--white);
}

.nav-link.white:hover {
  border-bottom-color: var(--white);
}

.home-hero-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.home-hero-wrapper.homepage-3 {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 432px;
}

.home-hero-wrapper.homepage-4 {
  flex-direction: row;
  justify-content: space-around;
  max-width: 1280px;
  margin-top: -50px;
  padding-top: 0;
  padding-bottom: 82px;
}

.hero-image-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-image-home-2 {
  width: 45%;
  max-width: 581px;
}

.hero-image-home-2.about-3 {
  object-fit: cover;
  object-position: 50% 10%;
  height: 500px;
}

.home-left-info-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  max-width: 400px;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 48px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-heading-home-2 {
  letter-spacing: -2.5px;
  margin-bottom: 48px;
  font-weight: 700;
  line-height: 110%;
}

.hero-heading-home-2.about {
  text-align: center;
  max-width: 600px;
}

.home-right-info-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 29%;
  max-width: 290px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero-mail-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._20px-text {
  color: #0d0e10e6;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 150%;
}

._20px-text.white {
  color: #ffffffe6;
  margin-bottom: 0;
}

.hero-email {
  color: #0d0e10;
  letter-spacing: -.32px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 4px;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mail-icon {
  margin-left: 0;
  margin-right: 10px;
}

.top-left-contain.about {
  margin-bottom: 100px;
}

.bottom-left-contain {
  flex-direction: column;
  align-items: flex-start;
  max-width: 175px;
  display: flex;
}

.bottom-left-contain.about {
  max-width: none;
}

.testimonial-logo-hero {
  object-fit: contain;
  margin-bottom: 20px;
}

.stars-image {
  object-fit: contain;
  width: 100%;
  max-width: 152px;
  margin-bottom: 16px;
}

.bottom-right-container {
  max-width: 240px;
}

._18-px-italic-text {
  color: #0d0e10e6;
  letter-spacing: -.16px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-style: italic;
  line-height: 167%;
}

.entrust-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.entrust-wrapper.homepage-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
}

.entrust-heading {
  margin-bottom: 48px;
  font-size: 32px;
  font-weight: 600;
}

.logo-train-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-train-contain {
  flex: none;
  display: flex;
}

.entrust-logo {
  flex: none;
  margin-right: 48px;
}

.entrust-logo-image {
  object-fit: contain;
}

.steps-wrapper {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 200px;
}

.steps-wrapper.about-page {
  padding-top: 0;
}

.gradient-div {
  background-color: var(--gradient-4);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  display: none;
  position: absolute;
  inset: 0%;
}

.gradient-div.solutions {
  opacity: 0;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  display: none;
}

.button-gradient {
  z-index: auto;
  background-color: var(--gradient-4);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  display: block;
  position: absolute;
  inset: 0% 0% 0% 5%;
}

.button-text {
  z-index: 1;
  position: relative;
}

.cta-big-text {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 130%;
}

.steps-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.steps-h2-heading {
  max-width: 525px;
  margin-bottom: 0;
}

.steps-h2-heading.white {
  color: var(--white);
  text-align: center;
  max-width: 850px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.steps-h2-heading.small {
  max-width: 400px;
}

.steps-h2-heading.overview {
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.steps-tops-paragraph {
  color: #0d0e10cc;
  max-width: 367px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.steps-bottom-wrapper {
  justify-content: space-between;
  display: flex;
}

.step-contain._1 {
  flex-direction: column;
  justify-content: space-between;
  max-width: 150px;
  display: flex;
}

.step-contain._4 {
  max-width: 225px;
}

.step-number {
  color: #0d0e1080;
  letter-spacing: -.32px;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 136%;
}

.step-image {
  margin-top: 100px;
}

.projects-section {
  display: none;
  position: relative;
}

.worked-with-section.black {
  z-index: 1;
  background-color: var(--black);
  z-index: 1;
  background-color: #0d0e10;
  position: relative;
}

.worked-with-wrapper {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 200px;
}

.worked-with-wrapper.black {
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 120px;
}

.worked-with-wrapper.black.overview {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.work-with-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.work-with-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.work-with-grid.black {
  grid-column-gap: 30px;
}

.work-with-contain {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 20px;
  display: flex;
  box-shadow: 0 14px 100px #0000000d;
}

.work-with-contain.black {
  color: #fff;
  background-color: #0000;
  padding: 0;
}

.block-h5-heading {
  margin-top: 24px;
  margin-bottom: 20px;
}

.block-paragraph {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.block-paragraph.white {
  color: var(--white);
}

.showreel-section {
  background-color: var(--black);
  position: relative;
}

.showreel-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 195px;
  padding-bottom: 155px;
  display: flex;
}

.showreel-text-contain {
  width: 50%;
  max-width: 500px;
}

.showreel-text-contain.about-page-2 {
  width: 55%;
  max-width: 590px;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.showreel-heading {
  color: var(--white);
  margin-bottom: 32px;
}

._40-opacity-white {
  color: #fff6;
}

.showreel-paragraph {
  color: #ffffffe6;
  margin-bottom: 60px;
}

.awards-contain {
  align-items: center;
  display: flex;
}

.awards-image {
  margin-right: 32px;
}

.awards-heading {
  color: var(--white);
  letter-spacing: -.16px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.award-text {
  color: var(--white);
  letter-spacing: -.16px;
  line-height: 150%;
}

.showreel-right-wrapper {
  width: 45%;
  position: absolute;
  inset: auto -1% 0% auto;
}

.showreel-video {
  color: var(--black);
  justify-content: flex-end;
  max-width: 706px;
  height: 740px;
  text-decoration: none;
  display: block;
}

.showreel-image {
  object-fit: cover;
  border-top-left-radius: 20px;
  height: 740px;
}

.showreel-button {
  background-color: var(--white);
  border-radius: 50px;
  align-items: center;
  width: 100%;
  max-width: 258px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 14px;
  transition: filter .3s;
  display: flex;
  position: absolute;
  inset: auto 0% 45% 30%;
}

.showreel-button:hover {
  filter: invert();
}

.showreel-button.about-3 {
  color: var(--black);
  text-decoration: none;
  position: absolute;
  left: 38%;
}

.showreel-button.testimonial {
  max-width: 189px;
  position: static;
}

.showreel-button.style-guide {
  position: static;
}

.showreel-cta-text {
  letter-spacing: -.16px;
  margin-left: 16px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.faqs-text-wrap {
  width: 35%;
  max-width: 383px;
}

.faq-content {
  color: #0d0e10bf;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
}

.faq-content._80-opacity {
  color: #0d0e10cc;
}

.bottom-line {
  background-color: #0d0e101a;
  width: 100%;
  height: 1px;
}

.faqs-text-wrapper._50-width {
  width: 40%;
  max-width: 500px;
}

.faq-question-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faqs-wrapper {
  width: 60%;
  padding-top: 0;
}

.faqs-wrapper._100-width {
  width: 100%;
}

.faq-paragraph {
  color: #0d0e10bf;
  letter-spacing: -.32px;
  max-width: 640px;
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 156%;
}

.faq-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.awards-main-heading {
  margin-bottom: 80px;
}

.faq-questions {
  color: #0d0e10;
  width: 90%;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}

.faq-answer-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 10%;
}

.faq-question-container {
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq-question-container.first {
  border-top: 1px solid #0d0e101a;
}

.faq-question-container.without-border {
  border-bottom: 1px #000;
}

.faq-bold-text {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.banner-section {
  background-color: var(--white);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  justify-content: flex-start;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.text-contain-banner {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.banner-heading {
  color: var(--white);
  background-image: url('../images/Arrow-2.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  margin-bottom: 0;
  margin-right: 140px;
  padding-right: 44px;
  font-weight: 600;
}

.copyright-text {
  color: var(--white);
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-size: 18px;
  line-height: 133%;
}

.copyright-text.black {
  color: var(--black);
  letter-spacing: -.16px;
}

.background-colour-div {
  background-color: var(--white);
}

.background-colour-div.grey {
  background-color: var(--grey);
  position: relative;
}

._90px-h1-heading {
  color: var(--white);
  text-align: center;
  max-width: 990px;
  font-size: 90px;
  line-height: 100%;
}

.home-image-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin: -352px auto 200px;
  display: flex;
  position: relative;
}

.home-image-homepage-3 {
  z-index: 3;
  border-radius: 16px;
  width: 80%;
  max-width: 1080px;
  position: relative;
}

.floating-image-1 {
  z-index: 1;
  position: static;
  inset: 10% 0% auto auto;
}

.floating-image-2 {
  z-index: 1;
  position: static;
  inset: auto auto 10% 0%;
}

.floating-image-contain {
  position: absolute;
  inset: 10% 0% auto auto;
}

.floating-image-contain._2 {
  inset: auto auto 10% 0%;
}

.black-div {
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

.white-div {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.entrust-h2-heading {
  max-width: 374px;
}

.entrust-grid {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 60%;
  max-width: 649px;
  margin-top: -10px;
}

.service-image-wrapper {
  margin-bottom: 32px;
  position: relative;
}

.service-image {
  border-radius: 16px;
}

.service-number {
  color: var(--white);
  text-align: center;
  letter-spacing: -.16px;
  font-size: 26px;
  line-height: 123%;
}

.grey-create-section {
  background-color: #fafafa;
  overflow: hidden;
}

.grey-create-section.white {
  background-color: var(--white);
}

.grey-create-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: block;
  position: relative;
}

.grey-create-wrapper.white {
  max-width: 1120px;
  padding-top: 0;
  padding-bottom: 200px;
}

.heading-contain {
  width: 100%;
  max-width: 940px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.create-heading {
  letter-spacing: -.75px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 110%;
  display: block;
}

.create-heading.home-3 {
  letter-spacing: -1px;
  font-weight: 800;
  display: block;
}

.watch-button {
  background-color: #0000;
  border-radius: 50px;
  align-items: center;
  padding: 12px 20px 12px 14px;
  transition: filter .3s;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.watch-button:hover {
  background-color: var(--white);
  filter: invert();
}

.watch-text {
  letter-spacing: -.16px;
  border-bottom: 2px solid #000;
  margin-left: 16px;
  padding-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
}

.points-grid {
  border-top: 1px solid #0003;
  border-bottom: 1px solid #0003;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 40px 30px 44px;
  display: flex;
}

.points-grid.reviews {
  border-top-color: #fff3;
  border-bottom-color: #fff3;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.work-with-point-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 8px;
  font-size: 22px;
  display: flex;
}

.work-with-point-contain._1 {
  flex: none;
  align-items: center;
  width: 100%;
  max-width: 210px;
}

.work-with-point-contain._2 {
  flex: none;
  width: 100%;
  max-width: 150px;
}

.work-with-point-contain._3 {
  flex: none;
  width: 100%;
  max-width: 200px;
}

.work-with-point-contain._4 {
  width: 100%;
  max-width: 150px;
}

.work-with-point-contain.left {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.point-heading {
  margin-bottom: 8px;
}

.point-heading.white {
  color: var(--white);
}

.work-text {
  color: #0d0e10b3;
  text-align: center;
  letter-spacing: -.32px;
  flex: none;
  line-height: 140%;
}

.work-text.white {
  color: #ffffffb3;
}

.work-text.left {
  text-align: left;
}

.dot {
  background-color: #0d0e1033;
  border-radius: 100px;
  flex: none;
  width: 8px;
  height: 8px;
  margin-left: 0;
  margin-right: 0;
}

.dot.white {
  background-color: #fff3;
}

.testimonial-section {
  overflow: hidden;
}

.testimonial-section.black {
  background-color: var(--black);
  display: none;
}

.testimonial-main-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.testimonial-heading {
  margin-bottom: 24px;
}

.testmonial-text-wrap {
  color: #0d0e10e6;
  align-items: center;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.extra-bold-span {
  font-weight: 800;
}

.testimonial-image {
  margin-left: 16px;
}

.testimonial-cards-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.testimonial-top-wrapper {
  margin-bottom: 48px;
  display: flex;
}

.testimonial-contain {
  background-color: var(--white);
  border-radius: 12px;
  flex: none;
  max-width: 460px;
  margin-right: 40px;
  padding: 36px 32px;
  box-shadow: 0 12px 100px #0000000d;
}

.testimonial-contain.review-page {
  margin-bottom: 48px;
  margin-right: 0;
}

.testimonial-contain.blue {
  box-shadow: none;
  background-color: #fafcff;
  max-width: 489px;
  margin-bottom: 24px;
  margin-right: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}

.testimonial-contain.blue.middle {
  position: relative;
  left: 80px;
}

.testimonial-paragraph {
  color: var(--black);
  margin-top: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.testimoniaol-block {
  align-items: flex-start;
  display: flex;
}

.testimonial-image-block {
  border-radius: 100px;
  width: 100%;
  max-width: 50px;
  height: 50px;
  margin-right: 20px;
}

.testimonial-name {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 156%;
  display: flex;
}

.testimonial-name.home {
  color: #0d0e1099;
  margin-top: 6px;
  font-size: 16px;
  font-style: italic;
}

.testimonial-position {
  line-height: 137%;
}

.testimonial-bottom-wrapper {
  display: flex;
}

.stats-section {
  display: none;
}

.stats-wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 200px;
  display: flex;
}

.stats-wrap.homepage-4 {
  padding-top: 200px;
}

.stats-wrap.homepage-5 {
  padding-top: 180px;
  padding-bottom: 0;
}

.award-heading {
  max-width: 311px;
}

.awards-grid {
  grid-column-gap: 120px;
  grid-row-gap: 80px;
  width: 60%;
  max-width: 719px;
}

.award-card {
  max-width: 300px;
}

.award-image {
  object-fit: contain;
  margin-bottom: 24px;
}

.divider-awards {
  background-color: #0d0e101a;
  width: 80%;
  height: 1px;
  margin-bottom: 24px;
}

.award-paragraph {
  color: #0d0e10cc;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 156%;
}

.faq-image-contain {
  width: 50%;
  max-width: 560px;
}

.faq-image {
  object-fit: contain;
  border-radius: 16px;
}

.link-banner-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 200px;
  display: flex;
}

.top-banner {
  flex: none;
  display: flex;
}

._40px-arrow {
  margin-top: 34px;
  margin-left: 32px;
}

.bottom-banner {
  flex: none;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 1280px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.footer-paragraph-16px {
  color: #ffffffbf;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 175%;
}

.footer-paragraph-16px.black {
  color: #0d0e10bf;
}

.footer-links-contain {
  display: flex;
}

.footer-link-gradient-hover {
  background-color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 20px;
  transition: all .4s;
  display: flex;
}

.footer-link-gradient-hover:hover {
  background-image: linear-gradient(150deg, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
}

.footer-link-gradient-hover.center {
  margin-left: 20px;
  margin-right: 20px;
}

.footer-link-gradient-hover.black {
  background-color: var(--black);
  margin-left: 0;
  margin-right: 20px;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 90%;
  max-width: 1280px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.footer-column {
  width: 100%;
}

.footer-paragraph-18px {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 156%;
}

.footer-paragraph-18px.heading {
  letter-spacing: .16px;
  font-weight: 600;
}

.footer-paragraph-18px.heading.black {
  color: var(--black);
}

.footer-link-18px {
  color: #ffffffbf;
  letter-spacing: -.16px;
  margin-bottom: 10px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 18px;
  line-height: 178%;
  text-decoration: none;
  transition: all .2s;
  display: block;
  overflow: hidden;
}

.footer-link-18px:hover {
  color: var(--white);
  border: 1px #000;
}

.footer-link-18px.black {
  color: #0d0e10bf;
}

.footer-link-18px.black:hover {
  color: var(--gradient-2);
}

.gradient-button-wrap {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 1px;
  transition: background-color .4s;
  display: flex;
  position: static;
  inset: 0%;
}

.gradient-button-wrap:hover {
  background-image: linear-gradient(to right, #b16cea 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
}

.home-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 540px;
  margin-top: 100px;
  display: flex;
}

.hero-paragraph-homepage-4 {
  margin-bottom: 48px;
}

.image-contain-right {
  width: 50%;
  max-width: 627px;
  position: relative;
}

.hero-image-home-4 {
  filter: contrast(130%) saturate(0%);
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
}

.testimonial-wrap-home {
  z-index: 1;
  background-color: var(--white);
  border: 1px solid #bfbfbf;
  border-radius: 16px;
  max-width: 360px;
  padding: 24px 32px 10px;
  position: absolute;
  inset: auto -4% 3% auto;
  transform: rotate(-10deg);
  box-shadow: 0 24px 94px #00000014;
}

.black-stars {
  opacity: .9;
  margin-bottom: 14px;
}

.testimonial-text {
  color: var(--black);
  margin-bottom: 14px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 140%;
}

.testimonial-hero-contain {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-hero-contain.about {
  width: 100%;
  max-width: 1120px;
  margin-bottom: 0;
}

.trusted-by {
  font-size: 20px;
  line-height: 133%;
}

.logos-wrap {
  opacity: .8;
  justify-content: space-between;
  align-items: center;
  min-width: 850px;
  max-width: 1280px;
  margin-left: 40px;
  display: flex;
}

.logos-wrap.about {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logos-wrap.homepage-5 {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.logo-home-4 {
  filter: brightness(85%);
  width: 100%;
  max-width: 140px;
  margin-right: 20px;
}

.logo-home-4.last {
  margin-right: 0;
}

.logo-home-4.about {
  opacity: .5;
  max-width: 132px;
}

.logo-home-4._3 {
  margin-right: 20px;
}

.solutions-section.black {
  background-color: var(--black);
}

.solutions-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.solutions-left-wrapper {
  max-width: 420px;
}

.solutions-main-heading {
  margin-bottom: 15px;
}

.solutions-main-heading.white {
  color: var(--white);
}

.solutions-paragraph {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.solutions-paragraph.white {
  color: #ffffffe6;
}

.solutions-right-wrapper {
  width: 60%;
  max-width: 561px;
  margin-top: -80px;
}

.solutions-contain {
  color: var(--black);
  border-radius: 5px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 70px;
  padding: 10px 10px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.solution-number {
  color: #0d0e1066;
  letter-spacing: -.16px;
  margin-right: 32px;
  font-size: 22px;
  font-weight: 600;
  line-height: 136%;
}

.solution-number.white {
  color: #fff6;
}

.solution-text {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 129%;
  position: relative;
}

.solution-text:hover {
  background-image: none;
}

.solution-text.white {
  color: var(--white);
  background-color: #0000;
}

.solutions-arrow {
  background-color: var(--black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: auto;
  display: flex;
  position: relative;
}

.solutions-arrow.white {
  background-color: var(--white);
}

.solution-heading-wrap {
  width: 80%;
  position: static;
}

.solution-arrow-image {
  z-index: 1;
  position: relative;
}

.gradient-line {
  background-color: var(--black);
  border-radius: 5px;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.gradient-line.white {
  background-color: var(--white);
}

.goals-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 120px;
  display: flex;
}

.goals-top-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.goals-main-heading {
  letter-spacing: -.32px;
  max-width: 510px;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 110%;
}

.goals-main-paragraph {
  max-width: 367px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.goals-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.goals-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: 370px;
  display: flex;
}

.connect-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.connect-main-heading {
  max-width: 428px;
  margin-bottom: 0;
}

.connect-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 80px;
}

.connect-contain {
  color: var(--black);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 12px 100px #0000000d;
}

.connect-contain:hover {
  background-image: linear-gradient(150deg, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
}

.connect-icon-wrap {
  background-image: linear-gradient(150deg, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.connect-heading {
  letter-spacing: -.32px;
  margin-top: 32px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 131%;
}

.connect-paragraph {
  color: #0d0e10cc;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 156%;
}

.connect-white-div {
  background-color: var(--white);
  border-radius: 21px;
  display: none;
  position: absolute;
  inset: 0%;
}

.connect-icon {
  z-index: 1;
  position: relative;
}

.connect-icon.invert {
  filter: invert();
}

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

.form-main-wrapper {
  background-color: var(--black);
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1280px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 70px 80px;
  display: flex;
}

.form-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: 360px;
  display: block;
}

.form-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 24px;
}

.form-paragraph {
  color: #fffc;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 156%;
}

.white-link {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-decoration: none;
  transition: all .2s;
}

.white-link:hover {
  border-bottom-color: var(--gradient-4);
  color: var(--gradient-4);
}

.footer-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.footer-info-contain {
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.footer-info-contain.last {
  margin-bottom: 0;
}

.footer-headings-wrap {
  margin-left: 32px;
}

.info-heading {
  color: #fff6;
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 500;
}

.footer-info {
  color: var(--white);
  letter-spacing: -.48px;
  font-size: 20px;
  line-height: 150%;
}

.form-submit-button {
  background-color: #0000;
  background-image: url('../images/ArrowRight_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.form-submit-button:hover {
  background-color: #ff5e6933;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.form-submit-button.black {
  background-image: url('../images/ArrowRight.svg');
}

.email-form {
  border-bottom: 1px solid #fff3;
  padding-bottom: 19px;
  position: relative;
}

.email-form.black {
  border-bottom-color: #0d0e1033;
}

.form-text-field {
  color: var(--white);
  letter-spacing: -.16px;
  background-color: #0000;
  background-image: url('../images/EnvelopeSimple-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 20px;
  line-height: 150%;
}

.form-text-field::placeholder {
  color: #fff6;
  line-height: 150%;
}

.form-text-field.black {
  color: var(--black);
  background-image: url('../images/EnvelopeSimple_1.svg');
}

.form-text-field.black::placeholder {
  color: #0d0e1066;
}

.hero-wrapper-homepage-5 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 180px;
  display: flex;
}

._96px-heading {
  letter-spacing: -.32px;
  margin-bottom: 12px;
  font-size: 86px;
  line-height: 112%;
}

._96px-heading._1, ._96px-heading._2, ._96px-heading._3 {
  margin-bottom: 0;
}

.heading-part._1 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-part._2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-part._3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.rectangle-call-button {
  border: 1px solid var(--black);
  color: var(--black);
  letter-spacing: -.32px;
  border-radius: 60px;
  align-items: center;
  margin-left: 40px;
  padding: 18px 42px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: filter .2s;
  display: flex;
  overflow: visible;
}

.rectangle-call-button:hover {
  background-color: var(--white);
  filter: invert();
}

.rectangle-call-button.overview {
  background-color: var(--white);
  font-size: 22px;
  font-weight: 700;
  transition-property: filter;
}

.rectangle-call-button.overview:hover {
  background-color: var(--white);
  filter: invert();
}

.newsletter-left-contain {
  width: 45%;
  max-width: 500px;
}

.white-paragraph-22px {
  color: #fffc;
}

.white-form {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 530px;
  padding: 68px 40px 48px;
  display: flex;
}

.form-field-newsletter {
  background-image: url('../images/User.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  padding-left: 38px;
  font-size: 20px;
  line-height: 150%;
}

.form-field-newsletter::placeholder {
  color: #0d0e1066;
}

.form-field-newsletter.email {
  background-image: url('../images/EnvelopeSimple_1.svg');
  font-size: 20px;
}

.form-field-newsletter.email::placeholder {
  color: #0d0e1066;
}

.field-contain {
  border-bottom: 1px solid #0d0e101a;
  width: 100%;
  padding-bottom: 10px;
}

.field-contain._2 {
  margin-top: 44px;
}

.submit-newsletter {
  color: var(--gradient-1);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/Arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-clip: border-box;
  height: 40px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 52px;
  font-size: 24px;
  font-weight: 600;
}

.social-links-train {
  margin-bottom: 200px;
  overflow: hidden;
}

.social-links-train.homepage-5 {
  margin-top: 120px;
  margin-bottom: 0;
}

.social-links-main-contain {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.social-links-top-contain {
  border: 1px #000;
  border-bottom: 1px solid #0003;
  flex-direction: row;
  align-items: center;
  padding: 48px 220px;
  display: flex;
  position: relative;
}

.social-link-icon {
  margin-right: 24px;
}

.social-train-text {
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-weight: 600;
}

.social-links-bottom-contain {
  border: 1px #000;
  border-bottom: 1px solid #0003;
  flex-direction: row;
  align-items: center;
  padding: 48px 220px;
  display: flex;
  position: relative;
}

.contact-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
  padding-bottom: 150px;
  display: flex;
}

.contact-right-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  max-width: 750px;
  display: flex;
}

.contact-heading {
  margin-bottom: 48px;
}

.contact-grey-heading {
  color: #0d0e10b3;
  font-weight: 500;
}

.services-hero-section {
  background-color: var(--black);
}

.services-hero-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 140px;
  display: flex;
}

.services-hero-heading {
  color: var(--white);
  text-align: center;
  letter-spacing: -.32px;
  max-width: 650px;
  margin-bottom: 0;
  font-weight: 600;
}

.services-main-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.services-page-contain {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.services-page-contain.reverse {
  flex-direction: row-reverse;
  margin-bottom: 100px;
}

.services-left-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 450px;
  display: flex;
}

.services-icon {
  object-fit: contain;
  border-radius: 18px;
  margin-bottom: 32px;
}

.services-icon._1 {
  border-radius: 18px;
  margin-bottom: 32px;
  box-shadow: 0 14px 80px #fc6b5c40;
}

.services-icon._2 {
  margin-bottom: 32px;
  box-shadow: 0 14px 80px #186fe140;
}

.services-icon._3 {
  margin-bottom: 32px;
  box-shadow: 0 14px 80px #f8c01640;
}

.services-icon._4 {
  margin-bottom: 32px;
  box-shadow: 0 14px 80px #6a32f540;
}

.services-h2-heading {
  margin-bottom: 24px;
}

.services-paragraph {
  font-size: 18px;
  line-height: 156%;
}

.services-right-contain {
  width: 50%;
  max-width: 500px;
}

.services-image {
  object-fit: contain;
  border-radius: 16px;
}

.form-right-wrapper {
  width: 60%;
}

.send-message-form {
  background-color: var(--white);
  border-radius: 12px;
  padding: 48px 48px 38px;
}

.form-heading-28px {
  letter-spacing: -.75px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
}

.borders-text-field {
  color: var(--black);
  letter-spacing: -.32px;
  border: 1px solid #0d0e101a;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.borders-text-field:focus {
  border-color: #0d0e1033;
}

.borders-text-field::placeholder {
  color: #0d0e1066;
}

.borders-text-field.message {
  margin-bottom: 32px;
}

.borders-text-field-dropdown {
  background-color: var(--white);
  color: #0d0e1066;
  letter-spacing: -.32px;
  border: 1px #0d0e101a;
  border-radius: 8px;
  width: 95%;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.borders-text-field-dropdown:focus {
  border-color: #0d0e1033;
}

.borders-text-field-dropdown::placeholder {
  color: #0d0e1066;
}

.form-dropdown {
  border: 1px solid #0000001a;
  border-radius: 8px;
  margin-bottom: 20px;
}

.form-gradient-submit {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.form-gradient-submit.fixed-width {
  text-align: left;
  background-position: 75%, 0 0;
  border-radius: 70px;
  max-width: 210px;
  height: 60px;
  padding-left: 55px;
}

.form-icon {
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.contact-page-wrap {
  width: 100%;
  max-width: 940px;
  margin: 100px auto 200px;
}

.contact-heading-64px {
  letter-spacing: -1px;
  max-width: 566px;
  margin-bottom: 80px;
  font-size: 64px;
  font-weight: 800;
  line-height: 100%;
}

.contact-flex-wrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.contact-left-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-text {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 117%;
}

.email-wrap {
  text-decoration: none;
  overflow: hidden;
}

.email-text {
  background-color: var(--white);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 600;
  line-height: 136%;
  text-decoration: none;
}

.email-gradient {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  width: 0%;
  height: 2px;
}

.contact-paragraph {
  color: #0d0e10cc;
  max-width: 321px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 156%;
}

.contact-field-label {
  color: #0d0e1066;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.contact-field-label.budget {
  margin-top: 60px;
}

.checkbox {
  border: 1px #000;
  border-radius: 80px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox.w--redirected-checked {
  border: 2px none var(--gradient-1);
  background-color: #0000;
  background-image: linear-gradient(to right, #b16cea33 20%, #ff5e6933 60%, #ff8a5633 80%, #ffa84b33 90%);
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #ff5e691a;
}

.checkbox-field {
  border: 1px solid #0000001a;
  border-radius: 80px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 18px 32px;
  display: flex;
  position: relative;
}

.contact-page-form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.checkbox-label {
  letter-spacing: -.32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.checkbox-container {
  flex-wrap: wrap;
  margin-bottom: 60px;
  display: flex;
}

.fields-contain {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.contact-form-field {
  color: var(--black);
  letter-spacing: -.16px;
  border: 1px solid #0d0e101a;
  border-radius: 78px;
  height: 70px;
  margin-bottom: 0;
  margin-right: 32px;
  padding: 21px 30px;
  font-size: 18px;
  line-height: 156%;
}

.contact-form-field:active, .contact-form-field:focus {
  border-color: #0d0e1033;
}

.contact-form-field::placeholder {
  color: #0d0e1099;
}

.contact-form-field.no-margin {
  margin-right: 0;
}

.contact-form-field.message {
  border-radius: 24px;
  height: 160px;
  margin-right: 0;
}

.review-section {
  position: relative;
}

.reviews-main-wrapper {
  padding-top: 100px;
}

.reviews-main-wrapper.reviews-page-2 {
  padding-top: 200px;
}

.reviews-top-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 711px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.reviews-cards-wrapper {
  width: 100%;
  max-width: 968px;
  margin: 100px auto 40px;
  display: flex;
}

.reviews-cards-wrapper.reviews-page-2 {
  margin-top: 80px;
}

.review-cards-left-wrap {
  flex-direction: column;
  width: 50%;
  margin-bottom: 48px;
  display: flex;
}

.review-cards-right-wrap {
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  margin-bottom: 48px;
  display: flex;
}

.reviews-hero-section {
  background-color: var(--black);
  padding-bottom: 140px;
  position: relative;
}

.review-hero-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.review-left-contain {
  width: 48%;
  max-width: 510px;
  margin-top: 80px;
}

.review-heading {
  color: var(--white);
  margin-bottom: 24px;
}

.review-paragraph {
  color: #ffffffe6;
  margin-bottom: 48px;
  font-size: 20px;
}

.review-top-contain {
  display: flex;
}

.review-divider {
  background-color: var(--white);
  opacity: .1;
  width: 1px;
  margin-left: 48px;
  margin-right: 48px;
}

.clients-container {
  color: #ffffffe6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 500;
  line-height: 127%;
  display: flex;
}

.clients-images-container {
  align-items: flex-start;
  margin-bottom: 28px;
  display: flex;
}

.client-image {
  width: 100%;
  max-width: 50px;
  height: 50px;
}

.client-image.margin {
  margin-left: -15px;
}

.client-image-white {
  background-color: var(--white);
  color: var(--gradient-2);
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -15px;
  font-size: 20px;
  font-weight: 800;
  line-height: 150%;
  display: flex;
}

.review-right-container {
  width: 50%;
}

.about-hero-section {
  background-color: var(--black);
  position: relative;
  overflow: hidden;
}

.about-hero-heading {
  color: var(--white);
  text-align: center;
  max-width: 1020px;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  font-size: 90px;
  font-weight: 700;
  line-height: 111%;
}

.about-hero-wrapper {
  z-index: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 520px;
  display: flex;
  position: relative;
}

.about-hero-wrapper.about-2 {
  align-items: flex-end;
  padding-top: 40px;
  padding-bottom: 0;
}

.about-image-contain {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 812px;
  margin: -520px auto 200px;
  display: flex;
  position: relative;
}

.about-image-bottom-left {
  z-index: 1;
  width: 50%;
  max-width: 400px;
  position: absolute;
  inset: auto auto 5% -10%;
}

.about-image-center-right {
  z-index: 1;
  width: 24%;
  max-width: 280px;
  position: absolute;
  inset: 20% -2% auto auto;
}

.about-image-middle-bottom {
  z-index: 1;
  width: 40%;
  max-width: 520px;
  position: relative;
}

.about-me-middle-top {
  z-index: 2;
  width: 25%;
  max-width: 330px;
  position: absolute;
  inset: auto auto 0% 51%;
}

.about-line {
  width: 100%;
  max-width: 370px;
  position: absolute;
  inset: auto 5% 15% auto;
}

.about-line-2 {
  width: 100%;
  max-width: 329px;
  position: absolute;
  inset: auto auto 10% 15%;
}

.work-heading {
  max-width: 408px;
  margin-bottom: 24px;
  line-height: 110%;
}

.together-grid {
  grid-column-gap: 155px;
  grid-row-gap: 80px;
  width: 50%;
  max-width: 513px;
}

.about-images-contain {
  justify-content: center;
  align-items: flex-start;
  height: 730px;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.create-images {
  width: 100%;
  max-width: 400px;
  position: relative;
}

.create-images._2 {
  z-index: auto;
  margin-top: 100px;
  position: absolute;
  inset: 0% auto auto -4%;
}

.create-images._3 {
  margin-top: 100px;
  position: absolute;
  inset: 0% -4% auto auto;
}

.clients-black-section {
  padding-bottom: 200px;
}

.clients-black-section.black {
  background-color: var(--black);
  margin-bottom: 20px;
  padding-bottom: 0;
}

.clients-black-section.about-page-1 {
  padding-bottom: 0;
}

.clients-wrapper {
  background-color: var(--black);
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 56px;
  display: flex;
  position: relative;
}

.clients-wrapper._2 {
  align-items: flex-start;
  padding-top: 130px;
  padding-bottom: 130px;
}

.clients-heading {
  color: var(--white);
  text-align: center;
  max-width: 650px;
  margin-bottom: 60px;
  font-weight: 600;
}

.client-logos-contain {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 855px;
  display: flex;
}

.about-client-logos {
  object-fit: contain;
}

.client-logo-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 178px;
  height: 100px;
  margin-bottom: 32px;
  margin-right: 47px;
  display: flex;
}

.client-logo-container.last {
  margin-right: 0;
}

.client-text {
  color: var(--white);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffff12, #fff0 90%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 300px;
  font-weight: 600;
  line-height: 320px;
  display: block;
  position: absolute;
  inset: 3% 0% auto;
}

.client-text._2 {
  display: block;
  top: 10%;
}

.footer-top-left {
  flex-direction: column;
  align-items: flex-start;
  max-width: 324px;
  display: flex;
}

.footer-top-right {
  width: 100%;
  max-width: 400px;
}

.subscribe-text {
  color: var(--white);
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 142%;
}

.subscribe-text.black {
  color: var(--black);
}

.subscribe-form-block {
  margin-bottom: 0;
}

.cta-section {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 805px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.about-hero-image-wrap {
  width: 70%;
  max-width: 630px;
  position: relative;
  left: -8%;
}

.about-hero-image {
  border-radius: 25px;
  width: 100%;
  max-width: 630px;
}

.about-hero-heading-2 {
  color: var(--white);
  margin-bottom: 32px;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
}

.creative-text-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 200px;
  display: flex;
}

.creative-heading-64px {
  letter-spacing: -.16px;
  width: 45%;
  max-width: 500px;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 800;
  line-height: 119%;
}

.creative-paragraph {
  color: var(--black);
  letter-spacing: -.32px;
  width: 50%;
  max-width: 570px;
}

.power-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 200px;
  display: flex;
}

.power-heading {
  text-align: center;
  max-width: 1140px;
  margin-bottom: 0;
  font-size: 90px;
  line-height: 111%;
}

.power-image {
  z-index: -1;
  margin-top: -70px;
  margin-bottom: 40px;
  position: static;
  top: -70px;
}

.power-text {
  color: var(--black);
  text-align: center;
  letter-spacing: -.32px;
  max-width: 600px;
  margin-bottom: 0;
}

.client-text-top {
  color: var(--white);
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 600;
  line-height: 131%;
}

.client-bottom-text {
  z-index: 2;
  color: var(--white);
  font-size: 48px;
  line-height: 167%;
  position: relative;
}

.client-hover {
  color: var(--white);
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.client-hover:hover {
  color: var(--gradient-1);
}

.client-hover._2 {
  transition-duration: .2s;
  display: inline-block;
}

.client-hover._2:hover {
  color: var(--gradient-2);
}

.client-hover._3 {
  transition-duration: .2s;
  display: inline-block;
}

.client-hover._3:hover {
  color: var(--gradient-3);
}

.client-hover._4 {
  transition-duration: .2s;
  display: inline-block;
}

.client-hover._4:hover {
  color: var(--gradient-4);
}

.about-left-info-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  width: 32%;
  max-width: 400px;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

._28px-text {
  color: #0d0e10b3;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 28px;
}

.about-right-info-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  width: 29%;
  max-width: 290px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.create-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.create-heading-wrapper {
  align-items: center;
  max-width: 1000px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.create-heading-48px {
  letter-spacing: -.16px;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  display: inline;
}

.create-small-text {
  color: #0d0e10b3;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  display: inline-block;
}

.create-image {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 1140px;
}

.trusted-section {
  margin-bottom: 200px;
}

.trusted-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.trusted-heading {
  margin-bottom: 70px;
}

.trusted-logos-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.trusted-logo {
  opacity: .8;
  object-fit: contain;
}

.trusted-logo-contain {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 178px;
  height: 100px;
  display: flex;
}

.websites-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.websites-heading {
  text-align: center;
  max-width: 1000px;
  margin-bottom: 80px;
}

.websites-heading.small {
  max-width: 700px;
}

.websites-image {
  border-radius: 16px;
  width: 100%;
  max-width: 1040px;
}

.lightbox-link {
  margin-bottom: 60px;
  text-decoration: none;
  position: relative;
}

.create-text {
  color: var(--black);
  text-align: center;
  max-width: 750px;
  margin-bottom: 120px;
}

.blog-hero-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 200px;
  padding-top: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-heading-64px {
  text-align: center;
  max-width: 754px;
  margin-bottom: 100px;
  font-size: 64px;
}

.hero-blogs-wrapper {
  display: flex;
}

.hero-blogs-wrapper.category {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 200px;
}

.blog-contain {
  color: var(--black);
  max-width: 680px;
  text-decoration: none;
}

.blog-contain._354px {
  max-width: 354px;
}

.blog-contain._500px {
  opacity: 1;
  border-radius: 16px;
  max-width: 500px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.blog-contain._354px-padding {
  border-radius: 16px;
  max-width: 354px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.blog-contain.horizontal {
  border-radius: 16px;
  max-width: 1140px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-image-contain {
  border-radius: 16px;
  width: 100%;
  max-width: 680px;
  height: 360px;
  margin-bottom: 32px;
}

.blog-image-contain._354px {
  max-width: 354px;
  height: 240px;
  overflow: hidden;
}

.blog-image-contain._354px.blog-page-1 {
  overflow: visible;
}

.blog-image-contain.page-2 {
  max-width: 486px;
  height: 280px;
  overflow: hidden;
}

.blog-image-contain._306px {
  max-width: 306px;
  height: 240px;
  overflow: hidden;
}

.blog-image-contain._496px {
  max-width: 496px;
  height: 280px;
  margin-bottom: 0;
  overflow: hidden;
}

.blog-thumbnail-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  max-width: 680px;
  height: 360px;
}

.blog-thumbnail-image._354px {
  object-fit: cover;
  max-width: 354px;
  height: 240px;
}

.blog-thumbnail-image.page-2 {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.blog-thumbnail-image._496px {
  object-fit: cover;
  max-width: 496px;
  height: 280px;
}

.categories-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.categories-wrapper.page-3 {
  margin-bottom: 16px;
}

.categories-wrapper.template {
  margin-bottom: 32px;
}

.main-category {
  color: var(--white);
  letter-spacing: -.16px;
  border-radius: 40px;
  flex: none;
  margin-bottom: 10px;
  margin-right: 16px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
}

.second-category {
  letter-spacing: -.16px;
  background-color: #0d0e100f;
  border-radius: 40px;
  flex: none;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
}

.second-category.white {
  background-color: var(--white);
}

.blog-title {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 131%;
}

.blog-title.page-2 {
  margin-bottom: 20px;
}

.blog-title.page-3 {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 142%;
}

.blog-description {
  margin-bottom: 0;
}

.blog-collection-page-1 {
  justify-content: center;
  display: flex;
}

.collection-list-blog {
  flex: none;
  display: flex;
}

.collection-item-blogs {
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.collection-item-blogs.page-2 {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 200px;
  display: flex;
}

.blog-heading-2 {
  margin-bottom: 60px;
}

.blog-tabs-page-1 {
  width: 100%;
}

.tabs-menu-page-1 {
  justify-content: center;
  margin-bottom: 80px;
  display: flex;
}

.blog-tab-link {
  background-color: #0d0e100f;
  border-radius: 50px;
  margin-right: 22px;
  padding: 12px 24px;
  font-weight: 600;
}

.blog-tab-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

.tabs-content {
  overflow: visible;
}

.collection-list-blogs {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-item-blog-2 {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog-colection-page-2 {
  justify-content: center;
  display: flex;
}

.blog-info-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dot-blog {
  margin-right: 4px;
  line-height: 150%;
}

.blog-author-name {
  align-items: center;
  display: flex;
}

.tabs-menu-page-2 {
  background-color: #f4f5f5;
  border-radius: 90px;
  justify-content: center;
  max-width: 740px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.collection-list-wrapper-blog-2 {
  display: flex;
}

.blog-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.collection-list-wrapper-featured {
  margin-bottom: 70px;
}

.blog-hero-wrapper-black {
  background-color: var(--black);
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.blog-heading-white {
  color: var(--white);
  text-align: center;
  max-width: 900px;
  margin: 120px auto 0;
  padding-bottom: 0;
  font-size: 64px;
  line-height: 110%;
}

.blog-wrapper-page-3 {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 200px;
  display: flex;
}

.blog-tabs {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.tabs-menu-right {
  background-color: var(--black);
  border-radius: 40px;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 16px 10px 16px 20px;
}

.tab-links-page-3 {
  color: var(--white);
  background-color: #ffffff1a;
  border-radius: 20px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 8px 24px;
  line-height: 150%;
}

.tab-links-page-3.w--current {
  background-color: var(--white);
  color: var(--black);
  font-weight: 600;
}

.main-category-texts {
  text-transform: uppercase;
  font-weight: 600;
}

.collection-list-wrapper-4 {
  display: flex;
}

.collection-list-blog-3 {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-summary {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.blog-template-hero {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.template-hero-image {
  object-fit: cover;
  width: 100%;
  max-width: 1700px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
}

.blog-top-info {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-top: -220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.blog-hero-heading {
  text-align: center;
  max-width: 609px;
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 600;
}

.blog-description-template {
  text-align: center;
  max-width: 650px;
  margin-bottom: 32px;
}

.blog-date {
  color: #0d0e10e6;
  margin-right: 4px;
  font-size: 22px;
  line-height: 155%;
}

.read-time {
  color: #0d0e10e6;
  margin-right: 0;
  font-size: 22px;
  line-height: 155%;
}

.blog-dot {
  margin-left: 6px;
  margin-right: 10px;
  line-height: 150%;
}

.blog-content-contain {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1040px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.share-icons-wrapper {
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 10%;
  display: flex;
  position: sticky;
  top: 60px;
}

.blog-rich-text {
  width: 80%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.share-text {
  margin-bottom: 24px;
  font-size: 26px;
  line-height: 131%;
}

.share-icon {
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  padding: 10px;
  transition: background-color .3s;
  display: flex;
}

.share-icon:hover {
  background-color: #ff5e6933;
  background-image: linear-gradient(150deg, #b16cea33 20%, #ff5e6933 60%, #ff8a5633 80%, #ffa84b33 90%);
}

.blog-rich-text-block blockquote {
  border-left-width: 2px;
  border-left-color: var(--gradient-2);
  margin-left: 28px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 22px;
  line-height: 155%;
}

.blog-rich-text-block ul, .blog-rich-text-block ol {
  color: #0d0e10e6;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 155%;
}

.author-block {
  width: 90%;
  max-width: 1140px;
  margin-bottom: 140px;
  padding-top: 0;
}

.author-block.template {
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.author-top-block {
  flex-direction: column;
  align-items: center;
  max-width: 524px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.author-image {
  border-radius: 500px;
  width: 100%;
  max-width: 200px;
  margin-bottom: 30px;
}

.about-author {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 131%;
}

.author-description {
  color: #0d0e10cc;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
}

.similar-blogs-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2-blogs {
  margin-bottom: 80px;
}

.test-images.minus {
  margin-left: -20px;
}

.projects-page-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.project-heading-64px {
  text-align: center;
  max-width: 514px;
  margin-bottom: 48px;
  font-size: 64px;
}

.project-tab-links {
  background-color: var(--white);
  border: 1px solid #0d0e101a;
  border-radius: 40px;
  margin-right: 16px;
  padding: 19px 36px 20px;
  font-weight: 700;
}

.project-tab-links.w--current {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.project-tab-links.last {
  margin-right: 0;
}

.tabs-menu {
  max-width: 674px;
  margin-bottom: 100px;
}

.tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-content-projects {
  width: 100%;
}

.project-wrap {
  color: var(--black);
  width: 100%;
  margin-bottom: 0;
  text-decoration: none;
}

.project-image-wrap {
  background-image: url('../images/Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 580px;
  margin-bottom: 32px;
  display: flex;
}

.project-name-wrap {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.project-name-bold {
  letter-spacing: -.16px;
  font-size: 24px;
  font-weight: 800;
  line-height: 142%;
}

.project-name-regular {
  letter-spacing: -.16px;
  margin-left: 5px;
  font-size: 24px;
  line-height: 142%;
}

.project-description {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 156%;
}

.project-description._22px {
  color: #0d0e10e6;
  margin-bottom: 48px;
  font-size: 22px;
  line-height: 155%;
}

.empty-state {
  color: var(--black);
  text-align: center;
  background-color: #ff5e6933;
  border-radius: 10px;
  width: 100%;
  font-weight: 600;
}

.project-section-template {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.project-top-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.project-info-left {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 490px;
  margin-top: 70px;
  margin-bottom: 170px;
  display: flex;
}

.project-heading-regular {
  margin-bottom: 24px;
  font-weight: 600;
}

.projects-image-contain {
  border-radius: 20px;
  width: 50%;
  max-width: 755px;
  height: 100%;
  position: absolute;
  inset: auto -10% -10% auto;
  box-shadow: 0 4px 94px #0000000d;
}

.project-rich-text-contain {
  width: 100%;
  max-width: 840px;
  margin: 120px auto 200px;
}

.project-rich-text blockquote {
  border-left-width: 2px;
  border-left-color: var(--gradient-3);
  color: #0d0e10e6;
  margin-bottom: 32px;
  margin-left: 28px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 22px;
  font-style: italic;
  line-height: 155%;
}

.project-rich-text ul {
  margin-bottom: 16px;
  margin-left: 28px;
}

.project-rich-text li {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 155%;
}

.project-rich-text ol {
  margin-bottom: 16px;
  margin-left: 28px;
}

.more-projects-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.more-projects-wrapper.products {
  margin-bottom: 0;
}

.more-projects-wrapper.projects {
  margin-bottom: 150px;
}

.shop-hero-section {
  position: relative;
  overflow: visible;
}

.shop-hero-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.shop-heading {
  text-align: center;
  max-width: 754px;
  margin-bottom: 100px;
}

.shop-collection-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.product-wrap {
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.collection-list-wrapper-shop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.product-info-text {
  padding-top: 32px;
  padding-left: 16px;
  padding-right: 0;
  display: block;
}

.product-info-text.template {
  padding-top: 0;
  padding-left: 0;
}

.product-name {
  letter-spacing: -.16px;
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 700;
  line-height: 136%;
}

.product-description {
  font-weight: 500;
  line-height: 150%;
}

.price-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.product-price {
  font-size: 32px;
  font-weight: 800;
  line-height: 130%;
}

.coupon-text {
  color: var(--white);
  background-image: url('../images/Indicator_1Indicator.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: flex-start;
  width: 96px;
  height: 24px;
  margin-left: 12px;
  padding-top: 2px;
  padding-bottom: 0;
  padding-left: 6px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.product-thumbnail-contain {
  margin-top: 20px;
}

.collection-list-shop {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.collection-item-projects {
  display: flex;
}

.collection-item-projects._3-column {
  width: 32%;
}

.product-section {
  position: relative;
}

.product-hero-wrapper {
  justify-content: space-between;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.product-images-wrap {
  flex-direction: column;
  width: 60%;
  display: flex;
}

.collection-list-wrapper-botom-images {
  flex-direction: row;
  justify-content: flex-end;
  display: block;
}

.collection-item-6 {
  margin-right: 2%;
}

.collection-list-wrapper-main-image {
  width: 100%;
  max-width: 600px;
  margin-right: 2%;
}

.collection-item-7 {
  max-width: 100%;
  height: 400px;
}

.main-image-link {
  object-fit: cover;
  justify-content: center;
  align-items: stretch;
  max-width: 600px;
  height: 400px;
  margin-bottom: 0;
  display: flex;
}

.collection-list-6 {
  width: 100%;
}

.collection-list-7 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  margin-top: 30px;
  display: flex;
}

.product-info-wrap {
  width: 35%;
}

.product-divider {
  background-color: #0d0e1026;
  width: 100%;
  height: 1.5px;
  margin-top: 26px;
  margin-bottom: 26px;
}

.project-summary {
  color: #0d0e10cc;
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 156%;
}

.product-bottom-wrapper {
  margin-bottom: 80px;
}

.product-info-contain {
  margin-bottom: 8px;
  display: flex;
}

.bold-info {
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
}

.regular-info {
  margin-left: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.default-state {
  margin-bottom: 0;
}

.collection-list-wrapper-shop-temp {
  align-items: stretch;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.contact-links {
  color: var(--gradient-1);
  letter-spacing: -.16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding: 10px 20px 24px 10px;
  font-size: 40px;
  font-weight: 800;
  line-height: 117%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-icon {
  margin-top: 0;
  margin-left: 0;
  margin-right: 16px;
}

.heading-wrapper-project {
  margin-bottom: 20px;
  display: block;
}

.project-name-home {
  color: var(--white);
  margin-bottom: 0;
  font-size: 24px;
  line-height: 142%;
  display: inline;
}

.project-name-home.bold {
  margin-right: 5px;
  font-weight: 700;
  display: inline;
}

.nav-dropdown {
  border-bottom: 1px solid #0000;
  align-items: center;
  margin-right: 0;
  padding: 20px 0 12px;
  font-size: 18px;
  line-height: 130%;
  display: flex;
}

.nav-dropdown.w--open {
  border-bottom: 1px solid #000;
}

.nav-dropdown.white {
  color: #fff;
}

.dropdown-arrow {
  margin: auto 0 auto 5px;
  position: static;
}

.blog-background {
  z-index: -1;
  opacity: .1;
  position: absolute;
  inset: 0%;
}

.blog-right-wrapper {
  width: 28%;
  margin-left: 2%;
  padding-top: 110px;
}

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

.utility-page-wrap.password {
  font-family: Plusjakartasans, sans-serif;
  display: block;
}

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

.utility-page-content.password {
  width: 454px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-content._404 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1100px;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.blog-search {
  background-color: var(--black);
  border-radius: 12px;
  margin-bottom: 24px;
  padding: 32px;
}

.heading-22px {
  color: var(--white);
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 600;
  line-height: 145%;
}

.search-input {
  color: var(--white);
  background-color: #0000;
  background-image: url('../images/MagnifyingGlass.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff3;
  border-radius: 48px;
  height: 56px;
  margin-bottom: 0;
  padding-bottom: 9px;
  padding-left: 55px;
  font-size: 16px;
  line-height: 140%;
  position: relative;
}

.search-input:focus {
  border-color: #fff6;
}

.search-input::placeholder {
  color: #fff9;
}

.search-button {
  background-color: #0000;
  background-image: url('../images/Arrow---Right-6.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 56px;
  height: 56px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.search-contain {
  position: relative;
}

.social-media-wrapper {
  background-color: var(--black);
  border-radius: 12px;
  margin-bottom: 24px;
  padding: 32px 32px 20px;
}

.social-link-big {
  background-color: #ffffff1a;
  border-radius: 24px;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-bottom: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  text-decoration: none;
  display: flex;
}

.social-icon {
  background-color: var(--white);
  border-radius: 100px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-text {
  color: var(--white);
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.subscribe-wrap {
  background-color: var(--black);
  border-radius: 12px;
  margin-bottom: 0;
  padding: 32px 32px 20px;
}

.form-field-subscribe {
  color: var(--white);
  background-color: #0000;
  background-image: url('../images/EnvelopeSimple.svg');
  background-position: 23px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff3;
  border-radius: 48px;
  height: 56px;
  padding-left: 55px;
  font-size: 16px;
}

.form-field-subscribe:focus {
  border-color: #fff6;
}

.form-field-subscribe::placeholder {
  color: #fff9;
}

.subscribe-button {
  text-align: center;
  background-color: #186fe1;
  border-radius: 40px;
  width: 100%;
  height: 56px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-weight: 600;
  display: inline-block;
}

.slide-nav {
  display: none;
}

.testimonial-slide-wrap {
  flex-direction: column;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-big-text {
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 48px;
  font-size: 36px;
  font-style: italic;
  font-weight: 500;
  line-height: 128%;
}

.testimonial-big-text.left {
  color: var(--white);
  text-align: left;
  font-size: 30px;
  line-height: 133%;
}

.testimonial-big-text.left-black {
  color: var(--black);
  text-align: left;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
  line-height: 133%;
}

.testimonial-bottom-wrap {
  display: flex;
}

.testimonial-bottom-wrap.apart {
  justify-content: space-between;
}

.testimonial-bottom-wrap.top-left {
  align-items: flex-start;
}

.testimonial-image-80px {
  border-radius: 100px;
  width: 100%;
  max-width: 80px;
  height: 80px;
}

.testimonial-names-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 24px;
  display: flex;
}

.testimonial-names-wrap.no-margin {
  margin-left: 0;
}

.testimonial-name-24px {
  letter-spacing: -.32px;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 142%;
}

.testimonial-name-24px.white {
  color: var(--white);
}

.testimonial-position-20px {
  color: #0d0e10cc;
  letter-spacing: -.32px;
  font-size: 20px;
  line-height: 130%;
}

.testimonial-position-20px.white {
  color: #fffc;
}

.testimonial-arrow {
  background-color: var(--white);
  border: 1px solid #0d0e1033;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: filter .2s;
  display: flex;
}

.testimonial-arrow:hover {
  filter: invert();
}

.arrow {
  object-fit: contain;
}

.arrow.right {
  transform: rotate(180deg);
}

.circle-background.left-home {
  z-index: 1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  inset: -50% auto auto -40%;
}

.circle-background.right-home {
  z-index: 1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  inset: -38% -50% auto auto;
}

.circle-background.left {
  z-index: -1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  inset: -51% auto auto -13%;
}

.circle-background.left.projects {
  z-index: -1;
  top: -15%;
  left: -38%;
}

.circle-background.left.project-details {
  top: -58%;
  left: -37%;
}

.circle-background.left.reviews {
  z-index: -1;
  top: -26%;
  left: -38%;
}

.circle-background.left.reviews-2 {
  z-index: 1;
  top: -26%;
  left: -32%;
}

.circle-background.left.blog-page-1, .circle-background.left.blog-2, .circle-background.left.shop {
  left: -38%;
}

.circle-background.right {
  z-index: -1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  inset: -42% -40% auto auto;
}

.circle-background.right.projects {
  top: -14%;
  right: -48%;
}

.circle-background.right.reviews {
  top: -27%;
  right: -48%;
}

.circle-background.right.reviews-2 {
  z-index: 1;
}

.circle-background.right.about-right {
  z-index: 1;
  top: -38%;
}

.circle-background.right.blog-page-1 {
  top: -30%;
  right: -47%;
}

.circle-background.right.blog-2 {
  top: -38%;
  right: -46%;
}

.circle-background.right.shop {
  top: -29%;
}

.circle-background.review {
  z-index: auto;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  inset: -14% -50% auto auto;
}

.circle-background.course {
  z-index: -1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  inset: -21% -40% auto auto;
}

.circle-background.course-left {
  z-index: -1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  inset: -32% auto auto -40%;
}

.circle-background.about-1, .circle-background.left-course {
  z-index: 1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  inset: -50% auto auto -40%;
}

.circle-background.course-right {
  z-index: 1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  inset: -38% -50% auto auto;
}

.circle-background.blog-3-left {
  z-index: 1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  inset: -50% auto auto -40%;
}

.circle-background.blog-3-right {
  z-index: 1;
  width: 100%;
  max-width: 740px;
  height: 740px;
  position: absolute;
  inset: -38% -50% auto auto;
}

.projects-contain {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 80px;
  display: grid;
}

.project-wrapper-horizontal {
  color: var(--black);
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.project-left-contain {
  width: 40%;
  max-width: 420px;
}

.project-heading-40px {
  margin-bottom: 24px;
}

.project-description-20px {
  color: #0d0e10e6;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 150%;
}

.company-logo {
  width: 100%;
  max-width: 160px;
}

.project-divider {
  background-color: #0d0e101a;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 32px;
}

.categories-wrap {
  align-items: center;
  display: flex;
}

.project-category {
  letter-spacing: -.16px;
  background-color: #0000;
  border: 1px solid #0000001a;
  border-radius: 40px;
  flex: none;
  margin-right: 16px;
  padding: 11px 20px;
  font-size: 16px;
  font-weight: 600;
}

.project-image-50 {
  background-image: url('../images/Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 640px;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.project-image-60 {
  border-radius: 12px;
}

.testimonial-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.testimonial-wrapper.black {
  padding-top: 150px;
  padding-bottom: 150px;
}

.testimonial-wrapper.white {
  padding-top: 180px;
  padding-bottom: 180px;
}

.testimonial-haeding-48px {
  margin-bottom: 80px;
}

.testimonial-tabs {
  flex-direction: row-reverse;
  width: 90%;
  max-width: 1040px;
  display: flex;
}

.tabs-menu-testimonial {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100px;
  display: flex;
}

.tabs-content-testimonial {
  width: 100%;
}

.testimonial-tab-wrapper {
  width: 100%;
  max-width: 705px;
}

.testimonial-text-32px {
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 144%;
}

.testimonial-names {
  letter-spacing: -.16px;
  font-size: 24px;
  line-height: 140%;
}

.image-tab-link {
  border: 1.5px solid var(--white);
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding: 10px;
  display: flex;
}

.image-tab-link.w--current {
  border-color: var(--gradient-2);
  background-color: var(--white);
}

.awards-wrapper {
  align-items: center;
  width: auto;
  max-width: none;
  padding-top: 0;
  padding-bottom: 200px;
}

.awards-wrapper.template {
  padding-top: 100px;
}

.awards-images-contain {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.awards-images-contain.template {
  justify-content: center;
}

.award-contain {
  align-items: flex-start;
  display: flex;
}

.award-middle-wrapper {
  flex: none;
}

.awards-item {
  flex: none;
  width: 100%;
  max-width: 265px;
  padding-left: 16px;
  padding-right: 16px;
}

.collection-list-8 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-testimonial-wrap {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 110px;
  display: flex;
}

.main-testimonial-image {
  position: relative;
  left: 80px;
}

.testimonial-black-image {
  background-color: var(--black);
  border-radius: 500px;
  width: 100%;
  max-width: 380px;
}

.testimonial-right-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 517px;
  height: 100%;
  display: flex;
}

.testimonial-text-20px {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.testimonial-black-bottom {
  margin-top: 160px;
}

.testimonial-italic-text {
  margin-bottom: 8px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 156%;
}

.testimonial-black-name {
  line-height: 175%;
}

.project-vary-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  margin-bottom: 100px;
}

.project-vary-wrap.right {
  margin-top: 140px;
}

.project-vary-wrap.left {
  margin-top: -105px;
}

.watch-lightbox {
  color: var(--black);
  text-decoration: none;
  display: inline-block;
  position: absolute;
  inset: auto 41% 0% auto;
}

.create-line-1 {
  position: absolute;
  inset: -13% auto auto 25%;
}

.create-line-2 {
  position: absolute;
  inset: auto 0% -5% auto;
}

.footer-cf-link {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.footer-cf-link:hover {
  color: #ff5e69;
  border: 1px #000;
  text-decoration: none;
}

.footer-cf-link.black {
  color: var(--black);
}

.footer-cf-link.black:hover {
  color: var(--gradient-3);
}

.projects-top-contain {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.project-slider-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.mask {
  max-width: 510px;
  overflow: visible;
}

.project-slider {
  background-color: #0000;
  height: auto;
  position: static;
}

.project-slide {
  max-width: 510px;
  margin-right: 48px;
}

.project-slide-wrap {
  color: var(--black);
  width: 100%;
  max-width: 510px;
  text-decoration: none;
}

.slide-nav-2 {
  display: none;
}

.slider-image-contain {
  background-image: url('../images/Bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 510px;
  height: 450px;
  margin-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.project-slide-image {
  width: 60%;
  max-width: none;
}

.slider-arrow {
  background-color: var(--white);
  background-image: none;
  border: 1px solid #0000001a;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .2s;
  display: flex;
  inset: -22% 28% auto auto;
}

.slider-arrow:hover {
  filter: invert();
  background-image: none;
}

.slider-arrow.right {
  background-image: none;
  transition: all .2s;
  inset: -22% 22% auto auto;
}

.slider-arrow.right:hover {
  filter: invert();
  background-image: none;
}

.goals-points-contain {
  align-items: flex-start;
  display: flex;
}

.goals-icon-wrap {
  flex-direction: column;
  flex: none;
  align-items: center;
  padding-bottom: 15px;
  display: flex;
}

.goal-headings-wrap {
  margin-left: 32px;
}

.goal-icon {
  margin-bottom: 15px;
}

.goal-point-heading {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 600;
  line-height: 142%;
}

.goal-paragraph {
  color: #0d0e10cc;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 156%;
}

.goals-image {
  width: 60%;
  height: 100%;
  position: relative;
}

.goal-image {
  border-radius: 16px;
  position: relative;
}

.goal-floating-image {
  border-radius: 16px;
  width: 70%;
  max-width: 435px;
  position: absolute;
  inset: -10% 0% auto 16%;
  box-shadow: 0 24px 94px #00000014;
}

.testimonial-slider-black {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slide-nav-3 {
  display: none;
}

.testimonial-slide-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.testimonial-slide-wrapper.reverse {
  flex-direction: row-reverse;
}

.left-arrow-testimonial {
  background-color: var(--white);
  background-image: url('../images/Left-Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 38px;
  height: 40px;
  transition: background-color .2s;
  display: block;
  inset: auto auto 0% 50%;
}

.left-arrow-testimonial:hover {
  background-color: #deb6ff;
}

.right-arrow-testimonial {
  background-color: var(--white);
  background-image: url('../images/Vector_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 38px;
  height: 40px;
  transition: background-color .2s;
  display: block;
  inset: auto auto 0% 53%;
}

.right-arrow-testimonial:hover {
  background-color: #deb6ff;
}

.testimonial-light-box {
  z-index: 1;
  color: var(--black);
  border-radius: 16px;
  max-width: 460px;
  margin-right: 5%;
  position: relative;
}

.testimonial-light-box.right {
  margin-left: 5%;
  margin-right: 0%;
}

.blur-div {
  z-index: 2;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  background-color: #ffffff1a;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonial-text-container {
  width: 50%;
  padding-top: 20px;
}

.testimonial-text-container.black {
  padding-top: 0;
}

.testimonial-logo {
  width: 100%;
  max-width: 162px;
  margin-bottom: 48px;
}

.course-section {
  position: relative;
}

.course-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
}

.course-contain {
  color: var(--black);
  max-width: 545px;
  text-decoration: none;
}

.course-image-wrap {
  border-radius: 16px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.course-image-wrap.bottom {
  max-width: 545px;
}

.course-thumbnail {
  border-radius: 16px;
}

.software-images-contain {
  background-color: var(--white);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  max-width: 114px;
  height: 60px;
  margin-bottom: 16px;
  margin-right: 16px;
  padding: 14px 18px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 6px 48px #00000029;
}

.software-image-1 {
  margin-right: 10px;
}

.course-top-wrap {
  margin-bottom: 20px;
}

.course-text-24px {
  letter-spacing: -.16px;
  font-size: 24px;
  line-height: 150%;
  display: inline-block;
}

.course-name {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
  line-height: 128%;
}

.course-bottom-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gradient-price-box {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 194px;
  height: 48px;
  padding: 24px 10px;
  display: flex;
}

.course-price {
  color: var(--white);
  letter-spacing: -.16px;
  margin-right: 9px;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

.original-price {
  opacity: .4;
  color: var(--white);
  letter-spacing: -.16px;
  margin-right: 9px;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: line-through;
}

.save-up-wrap {
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.price-arrow {
  margin-top: -35px;
  margin-right: 10px;
}

.save-upto-text {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.collection-list-wrapper-courses {
  width: 100%;
}

.collection-list-wrapper-courses.temp {
  margin-top: 80px;
}

.course-hero-wrapper {
  width: 95%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-top-wraper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 110px;
  display: flex;
}

.course-top-left {
  display: flex;
}

.subtitle-text {
  color: var(--white);
  letter-spacing: -.16px;
  font-size: 18px;
  line-height: 156%;
}

.cc-image {
  margin-left: 3px;
  margin-right: 3px;
}

.course-top-right {
  display: flex;
}

.clock-image {
  margin-left: 0;
  margin-right: 12px;
}

.course-middle-wrap {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.course-name-heading {
  color: var(--white);
  letter-spacing: -.16px;
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 167%;
}

.course-description {
  color: #ffffffe6;
  text-align: center;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 170%;
}

.course-hero-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.trailer-button {
  background-color: var(--black);
  color: var(--white);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 60px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.trailer-button:hover {
  background-image: linear-gradient(to right, #b16cea1a 20%, #ff5e691a 60%, #ff8a561a 80%, #ffa84b1a 90%);
}

.play-button {
  margin-right: 12px;
}

.button-text-white {
  font-size: 22px;
  font-weight: 500;
  line-height: 136%;
}

.trailer-link {
  text-decoration: none;
}

.special-offer-text {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 22px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.price-contain {
  align-items: center;
  display: flex;
}

.price-text-gradient {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
}

.cut-text {
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  opacity: .45;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 20px;
  text-decoration: line-through;
}

.cut-text.black {
  opacity: 1;
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.course-info-wrapper {
  max-width: 850px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
}

.course-rich-text {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.course-rich-text blockquote {
  border-left-width: 2px;
  border-left-color: var(--gradient-3);
  margin-left: 28px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 22px;
  font-style: italic;
  line-height: 155%;
}

.course-rich-text ul {
  margin-bottom: 16px;
  margin-left: 28px;
  font-size: 22px;
  line-height: 155%;
}

.course-rich-text ol {
  margin-left: 28px;
  font-size: 22px;
  line-height: 155%;
}

.course-details-wrap {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.course-details-wrap.related {
  margin-top: 180px;
  margin-bottom: 0;
}

.course-wrap {
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.collection-list-wrapper-course {
  width: 100%;
  margin-top: 60px;
}

.course-wrap-left {
  width: 50%;
  max-width: 545px;
}

.course-wrap-right {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.price-wrap {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.percent-text {
  margin-left: 10px;
}

.course-list {
  margin-top: 60px;
}

.course-list ul {
  font-size: 18px;
  font-weight: 600;
}

.course-list li {
  font-size: 22px;
  line-height: 155%;
}

.design-resources-wrapper {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 200px;
  position: relative;
}

.design-resources-wrapper.blue {
  flex-direction: column;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 112px;
  display: flex;
}

.design-resources-wrapper.center {
  flex-direction: column;
  align-items: center;
  padding-bottom: 180px;
  display: flex;
}

.tabs-menu-dr {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.design-resources-tab {
  margin-top: -50px;
}

.dr-tab-link {
  letter-spacing: -.16px;
  background-color: #0d0e100f;
  border-radius: 40px;
  margin-right: 20px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

.dr-tab-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

.dr-tab-link.last {
  margin-right: 0;
}

.dr-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.dr-tab-link-rectangle {
  letter-spacing: -.16px;
  background-color: #0000;
  border-radius: 10px;
  margin-right: 40px;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

.dr-tab-link-rectangle.w--current {
  background-color: var(--black);
  color: var(--white);
}

.dr-tab-link-rectangle.last {
  margin-right: 0;
}

.tabs-menu-dr2 {
  margin-bottom: 60px;
}

.dr-paragraph {
  text-align: center;
  max-width: 530px;
  margin-top: 24px;
  margin-bottom: 48px;
  font-size: 20px;
  line-height: 150%;
}

.past-work-wrapper {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
}

.past-work-links-contain {
  margin-top: 100px;
}

.past-work-link {
  color: var(--black);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 70px;
  padding: 10px 10px 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pw-text {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 112%;
  position: relative;
}

.pw-text:hover {
  background-image: none;
}

.pw-paragraph {
  max-width: 295px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.pw-heading-wrap {
  width: 80%;
  display: flex;
  position: static;
}

.pw-arrow {
  margin-left: 30px;
}

.black-quote {
  margin-bottom: 25px;
}

.black-line {
  background-color: var(--black);
  width: 22px;
  height: 2px;
  margin-top: 20px;
  margin-right: 12px;
}

.black-gradient-div {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(#0d0e1000, #0d0e1066);
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonial-left-arrow {
  background-image: url('../images/Arrow_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 30px;
  height: 30px;
  transition: all .2s;
  display: block;
  inset: auto auto 0% 0%;
}

.testimonial-left-arrow:hover {
  transform: translate(-5px);
}

.testimonial-right-arrow {
  background-image: url('../images/Arrow_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 30px;
  height: 30px;
  transition: all .2s;
  display: block;
  inset: auto auto 0% 5%;
}

.testimonial-right-arrow:hover {
  transform: translate(5px);
}

.test-logo {
  margin-bottom: 24px;
}

.dr-blogs-wrapper {
  width: 100%;
  margin-top: 80px;
}

.dr-blog-contain {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  padding-bottom: 48px;
  display: flex;
}

.blog-link-info {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.blog-category {
  text-align: center;
  letter-spacing: -.16px;
  border: 1px solid #0000001a;
  border-radius: 42px;
  flex: none;
  margin-right: 60px;
  padding: 13px 23px;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

.blog-heading-60px {
  letter-spacing: -.16px;
  margin-bottom: 32px;
  font-weight: 500;
  line-height: 120%;
}

.blog-link-paragraph {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 136%;
}

.awards-main-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
}

.checkout-form {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.apple-pay {
  border-radius: 10px;
  height: 60px;
}

.submit-button-checkout {
  background-color: var(--gradient-1);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  border-radius: 10px;
  justify-content: center;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  display: flex;
}

.checkout-headings {
  margin-bottom: 0;
  font-size: 32px;
}

.block-header {
  background-color: #b16cea0d;
  align-items: center;
}

.order-confirmation {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.container {
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Plusjakartasans, sans-serif;
}

.main-image-contain {
  overflow: hidden;
}

.secondary-images {
  margin-bottom: 0;
  overflow: hidden;
}

.product-main-image {
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.product-main-image:hover {
  transform: scale(1.1);
}

.secondary-images-product {
  transition: transform .3s;
}

.secondary-images-product:hover {
  transform: scale(1.1);
}

.navigation-menu, .menu-button {
  display: none;
}

.webflow-link {
  color: var(--white);
  text-decoration: none;
  transition: color .2s;
}

.webflow-link:hover {
  color: #599ffa;
  text-decoration: none;
}

.webflow-link.black {
  color: var(--black);
}

.webflow-link.black:hover {
  color: #2a70cc;
}

.testimonial-top-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.licensing-block.margin {
  margin-bottom: 100px;
}

.licensing-wrap {
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.licensing-wrap.top {
  margin-bottom: 32px;
}

.license-links {
  background-image: url('../images/Group-5521.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  max-width: 32px;
  height: 32px;
  padding: 5px;
  transition: filter .2s;
  display: flex;
}

.license-links:hover {
  background-color: var(--white);
  filter: invert();
}

.field-label {
  color: #0d0e1066;
  text-align: left;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-right: auto;
  font-size: 18px;
}

.text-field {
  color: var(--black);
  border: 1px solid #0003;
  border-radius: 78px;
  height: 70px;
  margin-bottom: 24px;
  padding-left: 32px;
  font-size: 18px;
}

.text-field:active, .text-field:focus {
  background-color: var(--white);
  border-color: #ff5e6966;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  background-color: var(--white);
}

.text-field::placeholder {
  background-color: var(--white);
  color: #0d0e1099;
}

.login-button {
  background-color: var(--white);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  border-radius: 100px;
  width: 100%;
  height: 80px;
  font-size: 22px;
  font-weight: 600;
}

.password-heading {
  margin-bottom: 48px;
}

._404-image {
  width: 60%;
  max-width: 650px;
}

._404-heading {
  letter-spacing: -4.8px;
  font-size: 140px;
  font-style: normal;
}

._404-text {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.faq-cards-borders {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.project-image-main {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 755px;
  height: 100%;
}

.rich-text {
  border-bottom: 1px solid #e1e4eb;
  padding-bottom: 40px;
}

._16-px {
  flex: none;
  font-size: 16px;
}

._16-px.color-code {
  color: #0d0e10bf;
  margin-top: 4px;
  font-size: 18px;
  line-height: 150%;
}

.typography-heading {
  margin-bottom: 16px;
}

.buttons-grid {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 40px;
  display: grid;
}

.style-guide-item-heading {
  margin-bottom: 16px;
}

.typography-main {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 64px;
  display: grid;
}

.style-guide-main-content {
  width: 100%;
}

.bold {
  font-weight: 700;
}

.color-box {
  background-color: #6c4be5;
  border-radius: 8px;
  width: 100%;
  max-width: 136px;
  height: 136px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.color-box._7 {
  background-color: #0f1f3d;
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
}

.color-box._6 {
  background-color: var(--black);
}

.color-box._2 {
  background-color: var(--gradient-2);
}

.color-box._3 {
  background-color: var(--gradient-3);
}

.color-box._8 {
  background-color: var(--white);
  border: 1px solid #0000001a;
}

.color-box._4 {
  background-color: var(--gradient-4);
}

.color-box._5 {
  background-color: var(--grey);
}

.color-box._1 {
  background-color: var(--gradient-1);
}

.color-box._11 {
  background-color: #186fe1;
}

.colors-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1160px;
  margin-top: 40px;
  margin-bottom: 64px;
  display: grid;
}

.buttons-heading {
  margin-bottom: 16px;
}

.typography-item.flex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.buttons {
  margin-bottom: 64px;
}

.typography-item-description {
  margin-top: 16px;
}

.color-grid-item {
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 160px;
  padding: 12px;
  display: flex;
  box-shadow: 0 10px 70px #53535312;
}

._22-px {
  font-size: 22px;
  line-height: 150%;
}

.colour-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
}

.list {
  font-size: 22px;
}

.symbols-grid {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-top: 40px;
  display: grid;
}

.overview-grid {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.background-wrapper {
  background-color: #fbfbfb;
  overflow: hidden;
}

.dropdown-list-full-wrapper {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 180px 100px #40454f1a;
}

.visual-features-item-heading {
  margin-bottom: 24px;
  font-weight: 600;
}

.navigation-drop-container {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.navigation-drop-container.home {
  border-radius: 10px;
  justify-content: flex-start;
  padding: 0;
  overflow: hidden;
}

.dropdown-links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-links.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px 20px;
  text-decoration: none;
}

.dropdown-links.navbar.w--current {
  padding-bottom: 20px;
}

.dropdown-lists {
  background-color: #0000;
  border-radius: 0;
  top: 72px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 50px 50px #00000014;
}

.dropdown-lists.w--open {
  box-shadow: none;
  width: 80%;
  padding-top: 8px;
  overflow: visible;
}

.nav-dropdowns {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-dropdowns.nav {
  grid-column-gap: 0px;
  grid-template-rows: auto auto;
  width: 100%;
}

.nav-dropdowns._1-row {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.nav-dropdowns._1-row-2-column {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.dropdown {
  margin-left: 0;
  margin-right: 30px;
  padding-bottom: 8px;
  position: static;
}

.number-subtext {
  color: #0d0e1066;
  margin-top: 7px;
  margin-right: 28px;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.nav-headings-contain {
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-arrow {
  margin-left: 10px;
}

.tabs-content-resources {
  overflow: visible;
}

.author-name, .reda-time-text, .by-text {
  margin-right: 4px;
  line-height: 150%;
}

.pricing-icon {
  width: 100%;
  max-width: 120px;
  margin-bottom: 48px;
}

.collection-list-projects {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: start;
  display: flex;
}

.collection-list-projects.projects-page {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-list-projects.project-details {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-item-project {
  width: 100%;
  margin-bottom: 80px;
}

.buttons-container {
  display: flex;
}

.work-with-contain-2 {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 20px;
  display: flex;
  box-shadow: 0 14px 100px #0000000d;
}

.work-with-contain-2.black {
  color: #fff;
  background-color: #0000;
  padding: 0;
}

.banner-sections {
  background-color: #fff;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  justify-content: flex-start;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.overview-image-wrapper {
  background-color: #0000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 380px;
  height: 350px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.call-arrow-div-2 {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.call-arrow-div-2.transparent {
  background-color: #0000;
  margin-left: 5px;
}

.overview-hero-images-contain {
  flex-direction: column;
  align-items: center;
  margin-bottom: 150px;
  display: flex;
}

.overview-sections {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.h6-overview {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.overview-images {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 10px 10px 0 0%;
  width: 101%;
  max-width: none;
  height: 100%;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.overview-images._101-width {
  width: 101%;
}

.overview-top-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1012px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.overview-wrapper {
  padding-top: 60px;
}

.overview-headings {
  text-align: center;
  max-width: 700px;
  margin-bottom: 80px;
}

.overview-image-wrap {
  border-radius: 16px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 460px;
  height: 100%;
  margin-right: 40px;
  padding: 0;
  display: flex;
  box-shadow: 0 4px 90px #8383830d;
}

.overview-image-wrap.dark-shadow {
  box-shadow: 0 4px 90px #8383831a;
}

.overview-grids {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.overview-grids._2-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 800px;
  display: grid;
}

.overview-subheading {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
  text-decoration: none;
}

.overview-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.overview-wrap.middle {
  padding-top: 0;
}

.overview-image {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.subheading {
  margin-bottom: 20px;
}

.block-paragraph-2 {
  color: #0d0e10;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.block-paragraph-2.white {
  color: #fff;
}

.banner-heading-2 {
  color: #fff;
  background-image: url('../images/Arrow-2.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  margin-bottom: 0;
  margin-right: 140px;
  padding-right: 44px;
  font-weight: 600;
}

.overview-links-wrapper {
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 32%;
  max-width: 380px;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overview-links-wrapper._100-width {
  width: 100%;
}

.overview-row-1 {
  align-items: center;
  height: 260px;
  margin-bottom: 40px;
  display: flex;
}

.overview-image-text {
  z-index: 20;
  align-items: center;
  margin-bottom: 24px;
  padding-top: 32px;
  padding-left: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.overview-images-contain {
  overflow: hidden;
}

.collection-list-wrapper-award {
  flex: none;
  align-items: center;
  display: flex;
}

.add-cart-button {
  letter-spacing: -.16px;
  background-color: #0000;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  border-radius: 12px;
  justify-content: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
  transition: all .2s;
}

.add-cart-button:hover {
  transform: translate(0, -5px);
}

.hero-images-contain {
  width: 45%;
  height: 100%;
  margin-right: 1%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero-images-left-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  inset: -15% auto auto 0%;
}

.hero-images {
  border-radius: 170px;
  width: 80%;
  max-width: 220px;
  margin-bottom: 24px;
}

.hero-images-right-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero-testimonials-contain {
  position: absolute;
  inset: 0%;
}

.hero-testimonial-wrapper {
  z-index: 1;
  letter-spacing: -.32px;
  background-color: #fff;
  border-top-left-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  max-width: 320px;
  padding: 22px;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  position: absolute;
  inset: 30% auto auto 21%;
  box-shadow: 0 20px 84px #00000014;
}

._100px-links {
  color: #b16cea;
  letter-spacing: -.16px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-right: 220px;
  padding: 10px 20px 20px 10px;
  font-size: 100px;
  font-weight: 800;
  line-height: 117%;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-big-texts {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 130%;
}

.cta-big-texts.dont-shrink {
  flex: none;
}

.dots-div {
  background-color: #0d0e10;
  border-radius: 100px;
  flex: none;
  width: 12px;
  height: 12px;
  margin-left: 80px;
  margin-right: 80px;
}

.social-links-wrap {
  color: #0d0e10;
  flex-direction: row;
  flex: none;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.gradient-bottom-social-2 {
  background-color: #b16cea;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.social-links-wrap-about-page-1 {
  margin-bottom: 200px;
}

.cross-banner-section {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 100px;
  display: flex;
}

.gradient-cross-div {
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  height: 120px;
}

.black-text-div {
  background-color: #0d0e10;
  align-items: center;
  width: 105%;
  height: 120px;
  display: flex;
  position: relative;
  left: -3%;
  transform: rotate(3deg);
}

.white-banner-heading {
  color: #fff;
  flex: none;
  margin-bottom: 0;
  margin-right: 140px;
  font-size: 54px;
  font-weight: 600;
}

.banner-texts-contain {
  flex: none;
  align-items: center;
  height: 120px;
  display: flex;
}

.blog-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.blog-mask {
  max-width: 680px;
  overflow: visible;
}

.blog-slide {
  margin-right: 48px;
}

.right-arrow {
  align-items: center;
  width: 100%;
  display: flex;
  right: -105%;
  overflow: visible;
}

.left-arrow {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 40px;
  display: flex;
  left: -105%;
  overflow: visible;
}

.arrow-blog {
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 40px;
  transition: filter .3s;
  display: flex;
  box-shadow: 0 24px 80px #0d0e1024;
}

.arrow-blog:hover {
  filter: invert();
}

.arrow-slider {
  width: 100%;
  max-width: 30px;
}

.arrow-slider.rotate {
  width: 100%;
  max-width: 30px;
  transform: rotate(-180deg);
}

.slide-nav-4 {
  display: none;
}

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

.blog-tab-link-page-2 {
  background-color: #0000;
  border-radius: 50px;
  margin-right: 20px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.blog-tab-link-page-2.w--current {
  background-color: var(--black);
  color: var(--white);
}

.blog-tab-link-page-2.last {
  margin-right: 0;
}

.overview-row-2 {
  flex-direction: row;
  align-items: center;
  height: 260px;
  margin-left: 0%;
  display: flex;
}

.instructions-video {
  margin-top: 80px;
}

.gradient-div-overview {
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.social-icon-blog-3 {
  z-index: 1;
  position: relative;
}

.gradient-icons {
  width: 80px;
  max-width: 100%;
}

.link-gradient-line {
  background-color: var(--black);
  background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
  border-radius: 5px;
  width: 100%;
  height: 4px;
  position: absolute;
  inset: auto 0% 0%;
}

.product-description-cart {
  margin-top: 4px;
  font-weight: 500;
}

.collection-list-course {
  grid-column-gap: 50px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-blog-featured {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-number-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.16px;
  font-size: 26px;
  line-height: 123%;
}

.service-icon-wrap-2 {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80px;
  height: 80px;
  margin-bottom: 28px;
  display: flex;
}

.service-icon-wrap-2.homepage-3 {
  border-radius: 12px;
  max-width: 56px;
  height: 56px;
  margin-bottom: 0;
  position: absolute;
  inset: auto 7% -10% auto;
}

.about-hero-section-2 {
  background-color: #0d0e10;
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.award-text-2 {
  color: #fff;
  letter-spacing: -.16px;
  line-height: 150%;
}

.awards-heading-2 {
  color: #fff;
  letter-spacing: -.16px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.about-hero-heading-3 {
  color: #fff;
  margin-bottom: 32px;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
}

.cf-secondary-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 12px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .23s;
}

.cf-secondary-button:hover {
  background-color: var(--conversion-flow-library-medium-purple);
  color: #fff;
}

.cf-secondary-button.pricing-button {
  color: #fff;
  background-color: #000;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  transition-property: all;
}

.cf-secondary-button.pricing-button:hover {
  background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 46%, var(--conversion-flow-library-sandy-brown));
}

.cf-pricing-plan-content-text {
  letter-spacing: .5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.cf-pricing-plan-tick-icon {
  margin-top: 2px;
  margin-right: 16px;
}

.cf-pricing-plan-content-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.cf-pricing-plan-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-plan-price {
  background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 38%, var(--conversion-flow-library-coral) 73%, var(--conversion-flow-library-sandy-brown));
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 48px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.cf-pricing-plan-price.pricing-alternative {
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.cf-pricing-plan-note-text {
  letter-spacing: .3px;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cf-pricing-plan-text {
  margin-bottom: 4px;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}

.cf-pricing-box-plan-wrapper {
  border-bottom: 1px solid #0003;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-box {
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 31%;
  min-height: 640px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 40px;
  display: flex;
}

.cf-pricing-box.pricing-box-alternative {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 24px 20px;
}

.cf-pricing-box.pricing-highlighted {
  color: #fff;
  background-color: #000;
  width: 50%;
  margin-left: 10%;
  margin-right: 0%;
  padding: 23px 20px;
}

.cf-primary-button {
  color: #007e60;
  letter-spacing: .3px;
  background-color: #f0f9f5;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .34s;
  display: flex;
}

.cf-primary-button:hover {
  color: #f0f9f5;
  background-color: #1d4a35;
}

.cf-primary-button.pricing-button {
  color: #000;
  background-color: #fff;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.cf-primary-button.pricing-button:hover {
  background-image: linear-gradient(96deg, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 50%, var(--conversion-flow-library-sandy-brown));
  color: #fff;
}

.cf-pricing-box-row {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-box-row.pricing-box-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  margin-bottom: 44px;
}

.cf-pricing-box-wrapper {
  margin-top: 50px;
}

.cf-toggle-row {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-colourful-text {
  background-image: linear-gradient(135deg, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 49%, var(--conversion-flow-library-coral) 75%, var(--conversion-flow-library-sandy-brown));
  white-space: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 3px;
  padding-bottom: 10px;
  display: inline-block;
}

.cf-pricing-heading {
  margin-bottom: 32px;
  font-family: Plusjakartasans, sans-serif;
  font-weight: 800;
  line-height: 110%;
}

.cf-green-top-heading {
  color: #00000080;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cf-pricing-header-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 580px;
  display: flex;
}

.cf-pricing-toggle-header-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-home-pricing-wrapper {
  flex-direction: column;
  display: flex;
}

.cf-wrapper-1200px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-pricing-2-price-card-section {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.cf-service-paragraph {
  color: #0d0e10e6;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-service-heading {
  color: #0d0d0d;
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-service-icon {
  object-fit: contain;
}

.cf-features-section-3-icon-wrap {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.cf-features-section-2-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-features-section-2-icon-wrap {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.cf-features-section-3-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-features-section-2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 80px;
}

.cf-features-section-2-heading {
  color: #000;
  text-align: center;
  max-width: 850px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-weight: 800;
  line-height: 115%;
}

.cf-features-section-3-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.text-span-2 {
  margin-right: 10px;
  font-size: 20px;
}

.cf-pricing-plan-note-text-small {
  letter-spacing: .3px;
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.cf-pricing-box-plan-wrapper-dark {
  border-bottom: 1px solid var(--grey);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.cf-growth-para-text-18px {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-growth-heading-32px {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.cf-growth-hero-image {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.cf-growth-wrapper {
  background-color: #fff;
  border-radius: 22px;
  width: 100%;
  max-width: 360px;
  padding: 48px 40px;
  box-shadow: 0 13px 100px #c7c7c740;
}

.cf-growth-wrapper.large {
  color: #fff;
  background-color: #000;
  background-image: url('../images/Highlight_03.svg');
  background-position: 38px 38px;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  height: 486px;
  padding-bottom: 0;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-growth-para-text-20px {
  opacity: .7;
  margin-top: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.cf-text-opacity-70-italic {
  background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 60%, var(--conversion-flow-library-sandy-brown));
  opacity: 1;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 0;
  font-size: 35px;
  font-style: italic;
  font-weight: 700;
  line-height: 60px;
  display: inline-block;
}

.cf-growth-h2-heading-56px {
  letter-spacing: -.01em;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 50px;
}

.cf-growth-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.cf-growth-container {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: relative;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.growth-flex {
  padding-top: 0;
  padding-bottom: 180px;
}

.cf-growth-section, .cf-choose-feature-container {
  position: relative;
}

.cf-pricing-plan-small-text-2 {
  letter-spacing: 0;
  margin-left: 6px;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
}

.cf-pricing-plan-price-2 {
  background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 38%, var(--conversion-flow-library-coral) 73%, var(--conversion-flow-library-sandy-brown));
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 48px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.cf-pricing-plan-price-2.pricing-3-price {
  background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 38%, var(--conversion-flow-library-coral) 73%, var(--conversion-flow-library-sandy-brown));
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-weight: 800;
}

.cf-pricing-price-container {
  border-top: 1px solid #002e2433;
  border-bottom: 1px solid #002e2433;
  flex: none;
  margin-bottom: 42px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.cf-pricing-price-container.pricing-3-price-container {
  margin-bottom: 0;
  padding-bottom: 8px;
}

.cf-pricing-price-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cf-pricing-plan-content-text-2 {
  letter-spacing: .5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.cf-pricing-plan-tick-icon-2 {
  opacity: .8;
  margin-top: 4px;
  margin-right: 16px;
}

.cf-pricing-plan-content-item-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.cf-pricing-plan-content-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-plan-content-wrapper-2.pricing-3-content {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 350px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 20px;
}

.cf-pricing-plan-amount-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-pricing-plan-description {
  color: #0b141fb3;
  text-align: center;
  max-width: 270px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cf-pricing-plan-name {
  color: #000;
  margin-bottom: 16px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
}

.cf-pricing-3-box-plan-block {
  border-right: 1px solid #002e2433;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 40px;
  display: flex;
}

.cf-pricing-3-box {
  grid-column-gap: 60px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 20px 60px 20px 40px;
  display: grid;
}

.cf-toggle-row-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-span-3 {
  margin-right: 10px;
  font-size: 20px;
}

.noisy-background {
  z-index: 5;
  opacity: .05;
  object-fit: cover;
  background-image: url('../images/matthias-loeffel-webdesigner-noise.gif');
  background-position: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.image {
  position: absolute;
  inset: 18% auto auto 19%;
  transform: rotate(41deg);
}

.image-2 {
  position: absolute;
  inset: 25% -8% auto auto;
  transform: rotate(-24deg);
}

.video {
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}

.project-slot-message {
  background-color: var(--gradient-2);
  color: #ffffffe6;
  border-radius: 4px;
  margin-bottom: 24px;
  padding: 5px 7px;
  font-size: 14px;
  line-height: 156%;
}

.bold-text {
  padding-left: 5px;
  padding-right: 0;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 700;
}

.bold-text-2 {
  padding: 3px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 12px;
}

.bold-text-3 {
  padding-right: 5px;
}

.availability-wrapper {
  background-color: #ffffff80;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding: 1.5px 6px 2px 8px;
  display: flex;
}

.availability-text {
  font-weight: 300;
}

.lottie-animation {
  filter: hue-rotate(336deg) contrast(200%);
  width: 15px;
  margin-top: 3px;
  margin-left: 5px;
}

.cta-wrapper-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cf-error-message-dark {
  color: #bd333d;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-form-gradient-submit {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-borders-text-field {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e101a;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field::placeholder {
  color: #0d0e1066;
}

.cf-borders-text-field.message {
  margin-bottom: 32px;
}

.cf-borders-text-field-dropdown {
  color: #0d0e1066;
  letter-spacing: -.32px;
  background-color: #fff;
  border: 1px #0d0e101a;
  border-radius: 8px;
  width: 95%;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field-dropdown:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field-dropdown::placeholder {
  color: #0d0e1066;
}

.cf-form-dropdown {
  border: 1px solid #0000001a;
  border-radius: 8px;
  margin-bottom: 20px;
}

.cf-form-heading-28px {
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-send-message-form {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

.cf-form-right-wrapper {
  width: 50%;
}

.cf-footer-info {
  color: #fff;
  letter-spacing: -.48px;
  font-size: 20px;
  line-height: 150%;
}

.cf-info-heading {
  color: #fff6;
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.cf-footer-headings-wrap {
  margin-left: 32px;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 100%;
}

.cf-form-icon {
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.cf-footer-info-contain {
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.cf-footer-info-contain.last {
  margin-bottom: 0;
}

.cf-footer-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.cf-white-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all .2s;
}

.cf-white-link:hover {
  color: #ffa84b;
  border-bottom-color: #ffa84b;
}

.cf-form-paragraph {
  color: #fffc;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-form-heading {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-form-left-wrapper {
  width: 40%;
  max-width: 360px;
}

.cf-form-main-wrapper {
  background-color: #0d0e10;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 70px 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-form-section-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.logo-home-5 {
  width: 100%;
  max-width: 90px;
  margin-right: 20px;
}

.logo-home-5.last {
  margin-right: 0;
}

.logo-home-5.about {
  opacity: .5;
  max-width: 132px;
}

.logo-home-5._3 {
  margin-right: 20px;
}

.logo-home-6 {
  opacity: .86;
  max-width: 110px;
  margin-left: 0;
  margin-right: 20px;
}

.logo-home-6.last {
  margin-right: 0;
}

.logo-home-6.about {
  opacity: .5;
  max-width: 132px;
}

.logo-home-6._3 {
  margin-right: 20px;
}

.logo-home-7 {
  filter: brightness(53%);
  width: 100%;
  max-width: 105px;
  margin-right: 25px;
}

.logo-home-7.last {
  margin-right: 0;
}

.logo-home-7.about {
  opacity: .5;
  max-width: 132px;
}

.logo-home-7._3 {
  margin-right: 20px;
}

.logo-home-8 {
  width: 100%;
  max-width: 140px;
  margin-right: 0;
}

.logo-home-8.last {
  margin-right: 0;
}

.logo-home-8.about {
  opacity: .5;
  max-width: 132px;
}

.logo-home-8._3 {
  margin-right: 20px;
}

.logo-home-9 {
  width: 100%;
  max-width: 120px;
  margin-right: 20px;
}

.logo-home-9.last {
  margin-right: 0;
}

.logo-home-9.about {
  opacity: .5;
  max-width: 132px;
}

.logo-home-9._3 {
  margin-right: 20px;
}

.text-span-5 {
  padding-left: 10px;
  padding-right: 15px;
  font-size: 46px;
}

.image-3 {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 82%;
  max-width: 100%;
  position: absolute;
  inset: -48% 6%;
}

.absolute-image-wrapper {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.html-embed {
  border-radius: 8px;
  margin-bottom: 0;
  overflow: hidden;
}

.quick-stack {
  grid-row-gap: 5px;
}

.cf-pricing-plan-content-description {
  letter-spacing: .5px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.cf-pricing-plan-content-description.quick-note {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 300;
}

.text-span-6 {
  font-size: 21px;
}

.bold-text-4 {
  font-size: 20px;
}

.div-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-4 {
  margin-top: -4px;
  margin-right: 4px;
}

.text-span-7, .text-span-8, .bold-text-5 {
  font-weight: 400;
}

.bold-text-6 {
  font-weight: 700;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.italic-text {
  font-size: 12px;
}

.image-5 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #333;
  width: 100%;
  max-width: 100%;
  height: 32px;
  display: inline-block;
}

.a-flex-item {
  float: left;
  color: #333;
  box-sizing: border-box;
  background-color: #0000;
  width: 30%;
  max-width: 133px;
  padding-left: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: relative;
}

.div-flex-item {
  box-sizing: border-box;
}

.img-flex-item {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #222;
  max-width: 100%;
  margin-left: 7px;
  margin-right: 0;
  font-size: 14px;
  display: block;
  inset: 0% auto auto 0%;
}

.flex {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
  position: static;
}

.h6-flex-item {
  color: #191919;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.2px;
}

.image-6 {
  object-fit: cover;
  object-position: 50% 0%;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #272727;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 200px;
  display: inline-block;
}

.div-flex-item-2 {
  box-sizing: border-box;
  background-color: #f0f0f0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  margin-top: 28px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.flex-2 {
  color: #272727;
  z-index: 99999;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  padding: 40px;
  font-size: 18px;
  line-height: 32.04px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.image-7 {
  object-fit: cover;
  object-position: 50% 0%;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #272727;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 200px;
  display: inline-block;
}

.div-flex-item-3 {
  box-sizing: border-box;
  background-color: #f0f0f0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  margin-top: 28px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.flex-3 {
  color: #272727;
  z-index: 99999;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  padding: 40px;
  font-size: 18px;
  line-height: 32.04px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.image-8 {
  object-fit: cover;
  object-position: 50% 0%;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #272727;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 200px;
  display: inline-block;
}

.div-flex-item-4 {
  box-sizing: border-box;
  background-color: #f0f0f0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  margin-top: 28px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.flex-4 {
  color: #272727;
  z-index: 99999;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  padding: 40px;
  font-size: 18px;
  line-height: 32.04px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.div-flex-item-5 {
  box-sizing: border-box;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  gap: 0;
  display: grid;
}

.flex-5 {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.container-2 {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 1264px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 100px 100px #40454f1a;
}

.nav {
  box-sizing: border-box;
  background-color: #0000;
  border-radius: 8px;
  min-width: 100%;
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 30px 50px #00000014;
}

.div-block-2 {
  text-align: left;
  z-index: 900;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
  display: inline-block;
  position: static;
}

.image-9 {
  object-fit: cover;
  object-position: 50% 0%;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #272727;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 200px;
  display: inline-block;
}

.div-flex-item-6 {
  box-sizing: border-box;
  background-color: #f0f0f0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  margin-top: 28px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.flex-6 {
  color: #272727;
  z-index: 99999;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  padding: 40px;
  font-size: 18px;
  line-height: 32.04px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.image-10 {
  object-fit: cover;
  object-position: 50% 0%;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #272727;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 200px;
  display: inline-block;
}

.div-flex-item-7 {
  box-sizing: border-box;
  background-color: #f0f0f0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  margin-top: 28px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.flex-7 {
  color: #272727;
  z-index: 99999;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  padding: 40px;
  font-size: 18px;
  line-height: 32.04px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.image-11 {
  object-fit: cover;
  object-position: 50% 0%;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #272727;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 200px;
  display: inline-block;
}

.div-flex-item-8 {
  box-sizing: border-box;
  background-color: #f0f0f0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  margin-top: 28px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.flex-8 {
  color: #272727;
  z-index: 99999;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  padding: 40px;
  font-size: 18px;
  line-height: 32.04px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.div-flex-item-9 {
  box-sizing: border-box;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  gap: 0;
  display: grid;
}

.flex-9 {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.container-3 {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 1264px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 100px 100px #40454f1a;
}

.div-block-3 {
  text-align: left;
  z-index: 900;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
  display: inline-block;
  position: static;
}

.image-12 {
  object-fit: cover;
  object-position: 50% 0%;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #272727;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 200px;
  display: inline-block;
}

.div-flex-item-10 {
  box-sizing: border-box;
  background-color: #f0f0f0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  margin-top: 28px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.flex-10 {
  color: #272727;
  z-index: 99999;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  padding: 40px;
  font-size: 18px;
  line-height: 32.04px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.div-flex-item-11 {
  box-sizing: border-box;
}

.image-13 {
  object-fit: cover;
  object-position: 50% 0%;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #272727;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 200px;
  display: inline-block;
}

.div-flex-item-12 {
  box-sizing: border-box;
}

.image-14 {
  object-fit: cover;
  object-position: 50% 0%;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #272727;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 200px;
  display: inline-block;
}

.div-flex-item-13 {
  box-sizing: border-box;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  gap: 0;
  display: grid;
}

.flex-11 {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.container-4 {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 1264px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 100px 100px #40454f1a;
}

.div-block-4 {
  text-align: left;
  z-index: 900;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
  display: inline-block;
  position: static;
}

.div-flex-item-14 {
  box-sizing: border-box;
}

.flex-12 {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
  position: static;
}

.img-flex-item-2 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #272727;
  max-width: 100%;
  display: block;
}

.div-flex-item-flex {
  box-sizing: border-box;
  background-color: #f0f0f0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.heading-six {
  color: #191919;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.92px;
}

.div-block-5 {
  box-sizing: border-box;
}

.div-flex-item-15 {
  box-sizing: border-box;
  margin-left: 24px;
}

.flex-13 {
  color: #272727;
  z-index: 99999;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  padding: 16px;
  font-size: 16px;
  line-height: 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.img-flex-item-3 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #272727;
  max-width: 100%;
  display: block;
}

.div-block-6, .div-block-7, .div-block-8, .div-block-9 {
  box-sizing: border-box;
}

.div-flex-item-16 {
  box-sizing: border-box;
  border: 0 #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  gap: 30px 40px;
  width: 95%;
  margin: 40px auto;
  padding: 0;
  display: grid;
}

.flex-14 {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  width: 100%;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.container-5 {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 30px 100px #40454f1a;
}

.div-block-10 {
  text-align: left;
  z-index: 900;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
  display: inline-block;
  position: static;
}

.div-flex-item-17 {
  box-sizing: border-box;
}

.img-flex-item-4 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #222;
  max-width: 100%;
  margin-left: 7px;
  margin-right: 0;
  font-size: 14px;
  display: block;
  inset: 0% auto auto 0%;
}

.flex-15 {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
  position: static;
}

.div-block-11, .div-block-12, .div-block-13, .div-block-14, .div-block-15, .div-block-16, .div-block-17, .div-block-18, .div-block-19 {
  box-sizing: border-box;
}

.div-flex-item-18 {
  box-sizing: border-box;
  border: 0 #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  gap: 30px 40px;
  width: 95%;
  margin: 40px auto;
  padding: 0;
  display: grid;
}

.flex-16 {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  width: 100%;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.container-6 {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 30px 100px #40454f1a;
}

.div-block-20 {
  text-align: left;
  z-index: 900;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
  display: inline-block;
  position: static;
}

.link-block {
  vertical-align: top;
  color: #222;
  text-align: left;
  box-sizing: border-box;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.button {
  text-align: center;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #050038;
  border: 0 #fff;
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-block;
}

.div-block-21 {
  box-sizing: border-box;
  display: none;
}

.nav-flex-item {
  float: right;
  box-sizing: border-box;
  display: block;
  position: static;
}

.a-flex-item-2 {
  vertical-align: top;
  color: #222;
  text-align: left;
  box-sizing: border-box;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
  position: relative;
}

.path, .g {
  box-sizing: border-box;
}

.svg-flex-item {
  box-sizing: border-box;
  margin-right: 8px;
  overflow: hidden;
}

.div-flex-item-19 {
  box-sizing: border-box;
  max-width: 100%;
  display: block;
}

.div-flex-item-20 {
  color: #f24e1e;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: block;
}

.button-2 {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background-color: #f24e1e;
  border-width: 0;
  border-radius: 50px;
  align-items: center;
  max-width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.h4-flex-item {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.polygon {
  box-sizing: border-box;
}

.svg {
  box-sizing: border-box;
  overflow: hidden;
}

.a-flex-item-3 {
  box-sizing: border-box;
  background-color: #0000;
  width: 16px;
  max-width: 100%;
  height: 16px;
  display: block;
}

.div-flex-item-flex-2 {
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.div-block-22 {
  box-sizing: border-box;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.div-flex-item-21 {
  box-sizing: border-box;
}

.div-flex-item-22 {
  box-sizing: border-box;
  font-weight: 700;
}

.div-flex-item-flex-3 {
  box-sizing: border-box;
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.div-flex-item-23 {
  box-sizing: border-box;
}

.button-3 {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.defs, .use, .mask-2 {
  box-sizing: border-box;
}

.svg-2 {
  box-sizing: border-box;
  margin-right: 8px;
  display: block;
  overflow: hidden;
}

.div-block-23 {
  box-sizing: border-box;
}

.button-4 {
  display: nonecolor;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.div-block-24 {
  display: nonebox-sizing;
}

.button-5 {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  box-sizing: border-box;
  background-color: #f24e1e;
  border-width: 0;
  border-radius: 50px;
  align-items: center;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
}

.div-flex-item-24 {
  box-sizing: border-box;
}

.flex-17 {
  box-sizing: border-box;
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.form-flex-item {
  display: noneflex-direction;
  box-sizing: border-box;
  flex: 1;
  justify-content: flex-start;
}

.div-flex-item-flex-4 {
  box-sizing: border-box;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-flex-item-25 {
  display: nonebackground-color;
  box-sizing: border-box;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.div-flex-item-flex-5 {
  box-sizing: border-box;
  flex-direction: column;
  display: flex;
}

.flex-18 {
  box-sizing: border-box;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.div-block-25 {
  display: noneflex-direction;
  z-index: 1001;
  box-sizing: border-box;
  background-color: #000c;
  justify-content: flex-end;
  align-items: stretch;
  position: fixed;
  inset: 0;
}

.div-flex-item-26 {
  box-sizing: border-box;
  display: block;
  position: relative;
}

.button-6 {
  text-align: center;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #050038;
  border: 0 #fff;
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
}

.div-flex-item-flex-6 {
  box-sizing: border-box;
  align-items: center;
  gap: 10px;
  display: flex;
}

.div-block-26 {
  box-sizing: border-box;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.div-flex-item-27 {
  float: right;
  cursor: pointer;
  -webkit-user-select: text;
  user-select: text;
  box-sizing: border-box;
  padding: 15px;
  font-size: 24px;
  display: none;
  position: relative;
}

.container-7 {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.div-block-27 {
  box-sizing: border-box;
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.div-block-28 {
  z-index: 99999;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}

.span {
  color: #fff;
  box-sizing: border-box;
  background-color: #a259ff;
  border-radius: 10px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.h1-flex-item {
  opacity: 1;
  transform-style: preserve-3d;
  letter-spacing: -.72px;
  box-sizing: border-box;
  margin: 0 0 24px;
  font-size: 72px;
  font-weight: 700;
  line-height: 86.4px;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-flex-item-28 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  max-width: 650px;
  font-size: 22px;
  line-height: 31.9px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.img-flex-item-5 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #fff;
  width: 26px;
  max-width: 100%;
  height: 26px;
  display: block;
}

.div-flex-item-flex-7 {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.div-flex-item-29 {
  box-sizing: border-box;
}

.button-7 {
  color: #fff;
  box-sizing: border-box;
  background-color: #4262ff;
  border-radius: 100px;
  align-items: center;
  column-gap: 16px;
  max-width: 100%;
  padding: 6px 28px 6px 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.div-flex-item-30 {
  color: #757575;
  letter-spacing: -.18px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 28.08px;
}

.div-flex-item-flex-8 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 36px;
  display: flex;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.container-8 {
  text-align: center;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img-flex-item-6 {
  will-change: transform;
  transform-style: preserve-3d;
  z-index: 11;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 50%;
  max-width: 90px;
  height: auto;
  display: block;
  position: absolute;
  inset: auto 15% 5% auto;
  transform: translate3d(-10px, -9.4286px, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(-11.3715deg)skew(0deg);
}

.img-flex-item-7 {
  will-change: transform;
  transform-style: preserve-3d;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 50%;
  max-width: 65px;
  height: auto;
  display: block;
  position: absolute;
  inset: auto auto 30% 5%;
  transform: translate3d(9.4286px, -9.4286px, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(-38.6858deg)skew(0deg);
}

.img-flex-item-8 {
  will-change: transform;
  transform-style: preserve-3d;
  z-index: 11;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 50%;
  max-width: 72px;
  height: auto;
  display: block;
  position: absolute;
  inset: 0% auto auto -3%;
  transform: translate3d(9.4286px, -9.4286px, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(14deg)skew(0deg);
}

.img-flex-item-9 {
  will-change: transform;
  transform-style: preserve-3d;
  z-index: 11;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 50%;
  max-width: 53px;
  height: auto;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate3d(9.4286px, -9.4286px, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(16.0286deg)skew(0deg);
}

.img-flex-item-10 {
  will-change: transform;
  transform-style: preserve-3d;
  z-index: 11;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 50%;
  max-width: 69px;
  height: auto;
  display: block;
  position: absolute;
  inset: auto 5% 40% auto;
  transform: translate3d(-10px, -9.4286px, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(38.9715deg)skew(0deg);
}

.img-flex-item-11 {
  will-change: transform;
  transform-style: preserve-3d;
  z-index: 11;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 50%;
  max-width: 48px;
  height: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate3d(-10px, -9.4286px, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(-18.8572deg)skew(0deg);
}

.div-flex-item-flex-9 {
  text-align: center;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 116px;
  display: flex;
  position: relative;
}

.image-15 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 100%;
  max-width: 100%;
  height: 837.609px;
  display: inline-block;
}

.div-flex-item-31 {
  box-sizing: border-box;
}

.container-9 {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.div-block-29 {
  box-sizing: border-box;
}

.div-block-30 {
  box-sizing: border-box;
  font-size: 22px;
  line-height: 31.9px;
}

.div-flex-item-32 {
  opacity: 1;
  transform-style: preserve-3d;
  color: #757575;
  box-sizing: border-box;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.img-flex-item-12 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 100%;
  max-width: 100%;
  display: block;
}

.flex-19 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  display: flex;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.img-flex-item-13 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 100%;
  max-width: 100%;
  display: block;
}

.flex-20 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  display: flex;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.img-flex-item-14 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 100%;
  max-width: 100%;
  display: block;
}

.flex-21 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  display: flex;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.img-flex-item-15 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 100%;
  max-width: 100%;
  display: block;
}

.flex-22 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  display: flex;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.img-flex-item-16 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 100%;
  max-width: 100%;
  display: block;
}

.div-flex-item-33 {
  box-sizing: border-box;
  grid-template-rows: auto;
  grid-template-columns: 200px 200px 200px 200px 200px;
  grid-auto-columns: 1fr;
  place-items: center;
  gap: 20px 40px;
  width: 100%;
  display: grid;
}

.container-10 {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  row-gap: 32px;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.div-block-31 {
  box-sizing: border-box;
}

.span-2 {
  color: #fff;
  box-sizing: border-box;
  background-color: #f24e1e;
  border-radius: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.heading-two {
  letter-spacing: -.58px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 72.5px;
}

.div-block-32 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: auto;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-flex-item-34 {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 804px;
}

.image-16 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 80px;
  max-width: 100%;
  height: 80px;
  margin-bottom: 32px;
  display: inline-block;
}

.div-block-33 {
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.div-block-34 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 28.08px;
}

.div-block-35 {
  z-index: 11;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #050038;
  border-radius: 12px;
  width: 100%;
  height: 386.312px;
  padding: 50px 40px;
  position: relative;
}

.div-block-36 {
  box-sizing: border-box;
  background-color: #ffd02f;
  border-radius: 12px;
  width: 100%;
  height: 386.312px;
  position: absolute;
  inset: 0;
}

.div-block-37 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: 100%;
  max-width: 360px;
  position: relative;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.image-17 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 80px;
  max-width: 100%;
  height: 80px;
  margin-bottom: 32px;
  display: inline-block;
}

.div-block-38 {
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.div-block-39 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 28.08px;
}

.div-block-40 {
  z-index: 11;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #050038;
  border-radius: 12px;
  width: 100%;
  height: 386.312px;
  padding: 50px 40px;
  position: relative;
}

.div-block-41 {
  box-sizing: border-box;
  background-color: #ffd02f;
  border-radius: 12px;
  width: 100%;
  height: 386.312px;
  position: absolute;
  inset: 0;
}

.div-block-42 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: 100%;
  max-width: 360px;
  position: relative;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.image-18 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 80px;
  max-width: 100%;
  height: 80px;
  margin-bottom: 32px;
  display: inline-block;
}

.div-block-43 {
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.div-block-44 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 28.08px;
}

.div-block-45 {
  z-index: 11;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #050038;
  border-radius: 12px;
  width: 100%;
  height: 386.312px;
  padding: 50px 40px;
  position: relative;
}

.div-block-46 {
  box-sizing: border-box;
  background-color: #ffd02f;
  border-radius: 12px;
  width: 100%;
  height: 386.312px;
  position: absolute;
  inset: 0;
}

.div-block-47 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: 100%;
  max-width: 360px;
  position: relative;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-flex-item-35 {
  box-sizing: border-box;
  grid-template-rows: auto;
  grid-template-columns: 366.664px 366.664px 366.664px;
  grid-auto-columns: 1fr;
  gap: 40px;
  width: 100%;
  display: grid;
}

.container-11 {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  width: 90%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
}

.div-block-48 {
  box-sizing: border-box;
}

.div-flex-item-36 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: auto;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-block-49 {
  box-sizing: border-box;
  margin-bottom: 14px;
  padding-left: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 31.9px;
}

.div-block-50 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: auto;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-block-51 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 28.08px;
}

.div-block-52 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: auto;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-block-53 {
  box-sizing: border-box;
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.div-block-54 {
  box-sizing: border-box;
  margin-bottom: 14px;
  padding-left: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 31.9px;
}

.div-block-55 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: auto;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-block-56 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 28.08px;
}

.div-block-57 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: auto;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-flex-item-37 {
  box-sizing: border-box;
  width: 100%;
  max-width: 440px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.div-flex-item-38 {
  box-sizing: border-box;
}

.img-flex-item-17 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #fff;
  width: 12px;
  max-width: 100%;
  height: 12px;
  display: block;
}

.div-flex-item-flex-10 {
  transform-style: preserve-3d;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.a-flex-item-flex {
  color: #fff;
  box-sizing: border-box;
  background-color: #0000;
  align-items: center;
  column-gap: 12px;
  max-width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 28.08px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.div-flex-item-flex-11 {
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  max-width: 560px;
  display: flex;
}

.image-19 {
  opacity: 1;
  transform-style: preserve-3d;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #fff;
  width: 100%;
  max-width: 100%;
  height: 621.492px;
  display: inline-block;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.image-20 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #fff;
  width: 100%;
  max-width: 100%;
  height: 100.5px;
  display: inline-block;
}

.div-block-58 {
  opacity: 1;
  transform-style: preserve-3d;
  z-index: 11;
  box-sizing: border-box;
  width: 70%;
  max-width: 349px;
  position: absolute;
  inset: auto auto 10% -10%;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
  box-shadow: 0 6px 20px #62626240;
}

.image-21 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #fff;
  max-width: 100%;
  display: inline-block;
}

.div-block-59 {
  opacity: 1;
  transform-style: preserve-3d;
  z-index: 11;
  box-sizing: border-box;
  width: 50%;
  max-width: 190px;
  position: absolute;
  inset: 15% -10% auto auto;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
  box-shadow: 0 6px 20px #62626240;
}

.div-flex-item-39 {
  box-sizing: border-box;
  width: 45%;
  max-width: 524px;
  position: relative;
}

.container-12 {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
}

.div-block-60 {
  color: #fff;
  box-sizing: border-box;
  background-color: #050038;
}

.image-22 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 100%;
  max-width: 100%;
  height: 558.266px;
  display: inline-block;
}

.div-flex-item-40 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: 46%;
  max-width: 500px;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.heading-two-2 {
  letter-spacing: -.58px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 58px;
  font-weight: 700;
  line-height: 72.5px;
}

.div-flex-item-41 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: auto;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.br {
  box-sizing: border-box;
}

.div-block-61 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 28.08px;
}

.div-flex-item-42 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: auto;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-flex-item-43 {
  box-sizing: border-box;
}

.img-flex-item-18 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  max-width: 100%;
  display: block;
}

.div-flex-item-flex-12 {
  transform-style: preserve-3d;
  box-sizing: border-box;
  background-color: #050038;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.flex-23 {
  color: #050038;
  box-sizing: border-box;
  background-color: #0000;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  margin-top: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28.08px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.div-flex-item-44 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: auto;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-flex-item-flex-13 {
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 540px;
  display: flex;
}

.div-flex-item-flex-14 {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-flex-item-45 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: auto;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-block-62 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 28.08px;
}

.div-flex-item-46 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: auto;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-flex-item-47 {
  box-sizing: border-box;
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.div-flex-item-48 {
  letter-spacing: -.48px;
  box-sizing: border-box;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
}

.div-flex-item-49 {
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 28.08px;
}

.div-flex-item-flex-15 {
  box-sizing: border-box;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 220px;
  display: flex;
}

.div-flex-item-50 {
  letter-spacing: -.48px;
  box-sizing: border-box;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
}

.div-flex-item-51 {
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 28.08px;
}

.div-flex-item-flex-16 {
  box-sizing: border-box;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 220px;
  display: flex;
}

.flex-24 {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 491px;
  display: flex;
}

.div-flex-item-52 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: auto;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-flex-item-flex-17 {
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 540px;
  display: flex;
}

.image-23 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 100%;
  max-width: 100%;
  height: 558.266px;
  display: inline-block;
}

.div-flex-item-53 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: 46%;
  max-width: 500px;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-flex-item-flex-18 {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-13 {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 180px;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.div-block-63 {
  box-sizing: border-box;
}

.span-3 {
  color: #fff;
  box-sizing: border-box;
  background-color: #a259ff;
  border-radius: 10px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.heading-two-3 {
  letter-spacing: -.58px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 72.5px;
}

.div-block-64 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: auto;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-flex-item-54 {
  box-sizing: border-box;
  width: 55%;
  max-width: 556px;
}

.button-8 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #4262ff;
  border: 0 #fff;
  border-radius: 100px;
  padding: 18px 36px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-block;
}

.div-flex-item-55 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  flex: none;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-flex-item-flex-19 {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.img-flex-item-19 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 90%;
  max-width: 280px;
  display: block;
  position: absolute;
  inset: -25% auto auto 48px;
}

.div-flex-item-56 {
  box-sizing: border-box;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.div-flex-item-57 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 28.08px;
}

.div-flex-item-flex-20 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  background-color: #ffd02f;
  border-radius: 12px;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 156px 48px 36px;
  display: flex;
  position: relative;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-flex-item-58 {
  box-sizing: border-box;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.div-flex-item-59, .div-flex-item-60, .div-flex-item-61 {
  box-sizing: border-box;
  padding-left: 40px;
  font-size: 18px;
  line-height: 28.8px;
}

.div-flex-item-flex-21 {
  box-sizing: border-box;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 50px;
  display: flex;
}

.div-flex-item-62 {
  box-sizing: border-box;
}

.img-flex-item-20 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  max-width: 100%;
  display: block;
}

.div-flex-item-flex-22 {
  transform-style: preserve-3d;
  box-sizing: border-box;
  background-color: #050038;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.a-flex-item-flex-2 {
  color: #050038;
  box-sizing: border-box;
  background-color: #0000;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 28.08px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.div-flex-item-flex-23 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  background-color: #f7f7f7;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 56px 36px 36px 48px;
  display: flex;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-flex-item-flex-24 {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  width: 50%;
  max-width: 556px;
  display: flex;
}

.img-flex-item-21 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 48px;
  max-width: 100%;
  height: 48px;
  display: block;
}

.div-block-65 {
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
  line-height: 31.9px;
}

.div-block-66 {
  box-sizing: border-box;
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
}

.div-flex-item-63 {
  box-sizing: border-box;
}

.div-flex-item-flex-25 {
  color: #050038;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12px;
  align-items: flex-start;
  gap: 16px;
  width: 90%;
  max-width: 434px;
  padding: 20px;
  display: flex;
}

.img-flex-item-22 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 48px;
  max-width: 100%;
  height: 48px;
  display: block;
}

.div-block-67 {
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
  line-height: 31.9px;
}

.div-flex-item-64 {
  box-sizing: border-box;
}

.div-flex-item-flex-26 {
  color: #050038;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  gap: 16px;
  width: 90%;
  max-width: 434px;
  margin-left: auto;
  padding: 20px;
  display: flex;
}

.img-flex-item-23 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 48px;
  max-width: 100%;
  height: 48px;
  display: block;
}

.div-block-68 {
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
  line-height: 31.9px;
}

.div-block-69 {
  box-sizing: border-box;
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
}

.div-flex-item-65 {
  box-sizing: border-box;
}

.div-flex-item-flex-27 {
  color: #050038;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12px;
  align-items: flex-start;
  gap: 16px;
  width: 90%;
  max-width: 434px;
  padding: 20px;
  display: flex;
}

.img-flex-item-24 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 48px;
  max-width: 100%;
  height: 48px;
  display: block;
}

.div-block-70 {
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
  line-height: 31.9px;
}

.div-flex-item-66 {
  box-sizing: border-box;
}

.div-flex-item-flex-28 {
  color: #050038;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  gap: 16px;
  width: 90%;
  max-width: 434px;
  margin-left: auto;
  padding: 20px;
  display: flex;
}

.div-flex-item-flex-29 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  background-color: #4262ff;
  border-radius: 12px;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 40px;
  display: flex;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.img-flex-item-25 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #fff;
  width: 58px;
  max-width: 100%;
  height: 58px;
  display: block;
}

.div-flex-item-67 {
  box-sizing: border-box;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.div-flex-item-flex-30 {
  opacity: 1;
  transform-style: preserve-3d;
  color: #fff;
  box-sizing: border-box;
  background-color: #050038;
  border-radius: 12px;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 42px 36px;
  display: flex;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-flex-item-flex-31 {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  width: 50%;
  max-width: 556px;
  display: flex;
}

.div-flex-item-flex-32 {
  box-sizing: border-box;
  justify-content: space-between;
  gap: 48px;
  width: 100%;
  display: flex;
}

.container-14 {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 148px;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.div-block-71 {
  box-sizing: border-box;
}

.div-flex-item-68 {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 810px;
}

.div-flex-item-69 {
  box-sizing: border-box;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 31.9px;
}

.span-4 {
  box-sizing: border-box;
  font-size: 32px;
  font-weight: 700;
}

.div-flex-item-70 {
  box-sizing: border-box;
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 22px;
}

.div-flex-item-71 {
  box-sizing: border-box;
  font-size: 22px;
  line-height: 22px;
}

.div-flex-item-72 {
  box-sizing: border-box;
  background-color: #050038;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 24px;
}

.image-24 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 100%;
  max-width: 100%;
  height: 38px;
  display: inline-block;
}

.div-flex-item-73 {
  box-sizing: border-box;
}

.img-flex-item-26, .img-flex-item-27, .img-flex-item-28, .img-flex-item-29, .img-flex-item-30 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 22px;
  max-width: 100%;
  height: 22px;
  display: block;
}

.div-flex-item-flex-33 {
  box-sizing: border-box;
  align-items: center;
  gap: 8px;
  display: flex;
}

.div-flex-item-flex-34 {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-25 {
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  height: 351.594px;
  display: flex;
}

.div-block-72 {
  opacity: 1;
  vertical-align: top;
  white-space: normal;
  text-align: left;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 10px;
  width: 100%;
  height: 429.594px;
  margin-right: 40px;
  padding: 40px 40px 36px;
  display: inline-block;
  position: relative;
  transform: translateX(0);
}

.div-flex-item-74 {
  box-sizing: border-box;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 31.9px;
}

.div-flex-item-75 {
  box-sizing: border-box;
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 22px;
}

.div-flex-item-76 {
  box-sizing: border-box;
  font-size: 22px;
  line-height: 22px;
}

.div-flex-item-77 {
  box-sizing: border-box;
  background-color: #050038;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 24px;
}

.image-25 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 100%;
  max-width: 100%;
  height: 38px;
  display: inline-block;
}

.div-flex-item-78 {
  box-sizing: border-box;
}

.img-flex-item-31, .img-flex-item-32, .img-flex-item-33, .img-flex-item-34, .img-flex-item-35 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 22px;
  max-width: 100%;
  height: 22px;
  display: block;
}

.div-flex-item-flex-35 {
  box-sizing: border-box;
  align-items: center;
  gap: 8px;
  display: flex;
}

.div-flex-item-flex-36 {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-26 {
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  height: 351.594px;
  display: flex;
}

.div-block-73 {
  opacity: 1;
  vertical-align: top;
  white-space: normal;
  text-align: left;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 10px;
  width: 100%;
  height: 429.594px;
  margin-right: 40px;
  padding: 40px 40px 36px;
  display: inline-block;
  position: relative;
  transform: translateX(0);
}

.div-flex-item-79 {
  box-sizing: border-box;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 31.9px;
}

.div-flex-item-80 {
  box-sizing: border-box;
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 22px;
}

.div-flex-item-81 {
  box-sizing: border-box;
  font-size: 22px;
  line-height: 22px;
}

.div-flex-item-82 {
  box-sizing: border-box;
  background-color: #050038;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 24px;
}

.image-26 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 100%;
  max-width: 100%;
  height: 38px;
  display: inline-block;
}

.div-flex-item-83 {
  box-sizing: border-box;
}

.img-flex-item-36, .img-flex-item-37, .img-flex-item-38, .img-flex-item-39, .img-flex-item-40 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 22px;
  max-width: 100%;
  height: 22px;
  display: block;
}

.div-flex-item-flex-37 {
  box-sizing: border-box;
  align-items: center;
  gap: 8px;
  display: flex;
}

.div-flex-item-flex-38 {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-27 {
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  height: 351.594px;
  display: flex;
}

.div-block-74 {
  opacity: 1;
  vertical-align: top;
  white-space: normal;
  text-align: left;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 10px;
  width: 100%;
  height: 429.594px;
  margin-right: 40px;
  padding: 40px 40px 36px;
  display: inline-block;
  position: relative;
  transform: translateX(0);
}

.div-flex-item-84 {
  box-sizing: border-box;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 31.9px;
}

.div-flex-item-85 {
  box-sizing: border-box;
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 22px;
}

.div-flex-item-86 {
  box-sizing: border-box;
  font-size: 22px;
  line-height: 22px;
}

.div-flex-item-87 {
  box-sizing: border-box;
  background-color: #050038;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 24px;
}

.image-27 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 100%;
  max-width: 100%;
  height: 38px;
  display: inline-block;
}

.div-flex-item-88 {
  box-sizing: border-box;
}

.img-flex-item-41, .img-flex-item-42, .img-flex-item-43, .img-flex-item-44, .img-flex-item-45 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 22px;
  max-width: 100%;
  height: 22px;
  display: block;
}

.div-flex-item-flex-39 {
  box-sizing: border-box;
  align-items: center;
  gap: 8px;
  display: flex;
}

.div-flex-item-flex-40 {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-28 {
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  height: 351.594px;
  display: flex;
}

.div-block-75 {
  opacity: 1;
  vertical-align: top;
  white-space: normal;
  text-align: left;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 10px;
  width: 100%;
  height: 429.594px;
  margin-right: 40px;
  padding: 40px 40px 36px;
  display: inline-block;
  position: relative;
  transform: translateX(0);
}

.div-block-76 {
  clip: rect(0px, 0px, 0px, 0px);
  box-sizing: border-box;
  border: 0 #050038;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.div-block-77 {
  z-index: 1;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  max-width: 560px;
  height: 429.594px;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: visible;
}

.img-flex-item-46 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #fff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-29 {
  z-index: 3;
  cursor: pointer;
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: auto;
  font-size: 40px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -24px;
  overflow: hidden;
}

.img-flex-item-47 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #fff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-30 {
  z-index: 4;
  cursor: pointer;
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: auto;
  font-size: 40px;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.div-block-78 {
  cursor: pointer;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 100%;
  width: 1em;
  height: 16px;
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
  position: relative;
}

.div-block-79 {
  cursor: pointer;
  box-sizing: border-box;
  background-color: #fff6;
  border-radius: 100%;
  width: 1em;
  height: 16px;
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
  position: relative;
}

.div-block-80 {
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  display: none;
  position: absolute;
  inset: auto 0 0;
}

.div-block-81 {
  text-align: center;
  clear: both;
  box-sizing: border-box;
  background-color: #0000;
  width: 100%;
  height: auto;
  position: relative;
}

.div-flex-item-89 {
  box-sizing: border-box;
  width: 100%;
}

.container-15 {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 94px;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.div-block-82 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  overflow: hidden;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.image-28 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 100%;
  max-width: 100%;
  height: 559.078px;
  display: inline-block;
}

.div-flex-item-90 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: 49%;
  max-width: 580px;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.span-5 {
  color: #fff;
  box-sizing: border-box;
  background-color: #f24e1e;
  border-radius: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.heading-two-4 {
  letter-spacing: -.58px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 58px;
  font-weight: 700;
  line-height: 72.5px;
}

.div-flex-item-91 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: auto;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-block-83 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 28.08px;
}

.div-flex-item-92 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: auto;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-flex-item-93 {
  box-sizing: border-box;
}

.img-flex-item-48 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  max-width: 100%;
  display: block;
}

.flex-31 {
  color: #050038;
  box-sizing: border-box;
  background-color: #0000;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  margin-top: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28.08px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.div-flex-item-94 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: auto;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-flex-item-flex-41 {
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 460px;
  display: flex;
}

.container-16 {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.div-block-84 {
  box-sizing: border-box;
}

.heading-two-5 {
  letter-spacing: -.58px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 58px;
  font-weight: 700;
  line-height: 72.5px;
}

.div-block-85 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: auto;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-block-86 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 28.08px;
}

.div-block-87 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: auto;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.img-flex-item-49 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #fff;
  width: 26px;
  max-width: 100%;
  height: 26px;
  display: block;
}

.div-flex-item-flex-42 {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.div-flex-item-95 {
  box-sizing: border-box;
}

.button-9 {
  color: #fff;
  box-sizing: border-box;
  background-color: #4262ff;
  border-radius: 100px;
  align-items: center;
  column-gap: 16px;
  max-width: 100%;
  padding: 6px 28px 6px 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.div-flex-item-96 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  flex: none;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.img-flex-item-50 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 26px;
  max-width: 100%;
  height: 26px;
  display: block;
}

.div-flex-item-flex-43 {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.div-flex-item-97 {
  box-sizing: border-box;
}

.button-10 {
  color: #050038;
  text-align: center;
  box-sizing: border-box;
  background-color: #e9e9e9;
  border-radius: 100px;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 100%;
  padding: 6px 28px 6px 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.div-flex-item-98 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  flex: none;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.flex-32 {
  box-sizing: border-box;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  width: 100%;
  max-width: 295px;
  margin-top: 36px;
  display: flex;
}

.div-flex-item-99 {
  box-sizing: border-box;
  width: 44%;
  max-width: 450px;
}

.image-29 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #050038;
  width: 100%;
  max-width: 100%;
  height: 570.945px;
  display: inline-block;
}

.div-flex-item-100 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  width: 55%;
  max-width: 665px;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.container-17 {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
}

.div-block-88 {
  box-sizing: border-box;
}

.image-30 {
  transform-style: preserve-3d;
  object-fit: cover;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #fff;
  max-width: 100%;
  height: 560.594px;
  display: inline-block;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-block-89 {
  object-fit: cover;
  box-sizing: border-box;
  width: 100%;
  max-width: 396px;
  height: 560.594px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-31 {
  transform-style: preserve-3d;
  object-fit: cover;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #fff;
  max-width: 100%;
  height: 281px;
  display: inline-block;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-block-90 {
  transform-style: preserve-3d;
  object-fit: cover;
  box-sizing: border-box;
  width: 90%;
  max-width: 410px;
  height: auto;
  margin-bottom: 0;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.h2-flex-item {
  letter-spacing: -.72px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 72px;
  font-weight: 700;
  line-height: 86.4px;
}

.div-flex-item-101 {
  box-sizing: border-box;
  max-width: 560px;
  font-size: 22px;
  line-height: 31.9px;
}

.img-flex-item-51 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #fff;
  width: 26px;
  max-width: 100%;
  height: 26px;
  display: block;
}

.div-flex-item-flex-44 {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.div-flex-item-102 {
  box-sizing: border-box;
}

.button-11 {
  color: #fff;
  box-sizing: border-box;
  background-color: #4262ff;
  border-radius: 100px;
  align-items: center;
  column-gap: 16px;
  max-width: 100%;
  padding: 6px 28px 6px 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.div-flex-item-103 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  flex: none;
  margin-top: 36px;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.container-18 {
  z-index: 11;
  text-align: center;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1068px;
  display: flex;
  position: relative;
}

.container-19 {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.div-block-91 {
  opacity: 1;
  transform-style: preserve-3d;
  color: #fff;
  box-sizing: border-box;
  background-color: #050038;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.image-32 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #00e;
  max-width: 100%;
  display: inline-block;
}

.a-flex-item-4 {
  box-sizing: border-box;
  background-color: #0000;
  width: 90%;
  max-width: 135px;
  display: block;
}

.div-flex-item-104, .div-flex-item-105 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 28.08px;
}

.img-flex-item-52 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #00e;
  width: 24px;
  max-width: 100%;
  height: 24px;
  display: block;
}

.a-flex-item-flex-3 {
  box-sizing: border-box;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 30px;
  max-width: 100%;
  height: 30px;
  display: flex;
}

.img-flex-item-53 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #00e;
  width: 24px;
  max-width: 100%;
  height: 24px;
  display: block;
}

.a-flex-item-flex-4 {
  box-sizing: border-box;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 30px;
  max-width: 100%;
  height: 30px;
  display: flex;
}

.img-flex-item-54 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #00e;
  width: 24px;
  max-width: 100%;
  height: 24px;
  display: block;
}

.a-flex-item-flex-5 {
  box-sizing: border-box;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 30px;
  max-width: 100%;
  height: 30px;
  display: flex;
}

.img-flex-item-55 {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0 #00e;
  width: 24px;
  max-width: 100%;
  height: 24px;
  display: block;
}

.a-flex-item-flex-6 {
  box-sizing: border-box;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 30px;
  max-width: 100%;
  height: 30px;
  display: flex;
}

.div-flex-item-flex-45 {
  box-sizing: border-box;
  align-items: center;
  gap: 24px;
  margin-top: 0;
  display: flex;
}

.div-block-92 {
  letter-spacing: 1.44px;
  text-transform: uppercase;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.08px;
}

.input-flex-item {
  color: #050038;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #0000;
  border: 0 solid #000;
  width: 100%;
  height: 38px;
  margin: 0;
  padding: 8px 12px 8px 17px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.input-flex-item-2 {
  -webkit-appearance: button;
  appearance: button;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #4262ff;
  border: 0 #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 9px 15px;
  font: 16px / 19.2px Plusjakartadisplay, sans-serif;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
}

.flex-33 {
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  border-radius: 100px;
  align-items: center;
  height: 50px;
  padding: 5px;
  display: flex;
}

.form-2, .div-block-93 {
  box-sizing: border-box;
}

.div-block-94 {
  text-align: center;
  box-sizing: border-box;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.div-block-95 {
  box-sizing: border-box;
}

.div-block-96 {
  box-sizing: border-box;
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

.div-block-97 {
  box-sizing: border-box;
  width: 100%;
  max-width: 230px;
  margin: 26px 0 15px;
}

.div-flex-item-106 {
  box-sizing: border-box;
  width: 100%;
  height: 119.078px;
  margin-top: 16px;
}

.div-flex-item-flex-46 {
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 35%;
  max-width: 337px;
  display: flex;
}

.div-block-98 {
  letter-spacing: 1.44px;
  text-transform: uppercase;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.08px;
}

.a-flex-item-5, .a-flex-item-6, .a-flex-item-7, .a-flex-item-8, .a-flex-item-9, .a-flex-item-10 {
  color: #050038;
  box-sizing: border-box;
  background-color: #0000;
  font-size: 18px;
  line-height: 28.08px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.flex-34 {
  box-sizing: border-box;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  gap: 16px;
  width: 100%;
  height: auto;
  margin-top: 26px;
  display: flex;
}

.div-flex-item-107 {
  box-sizing: border-box;
  width: 100%;
  height: 655.172px;
}

.div-block-99 {
  letter-spacing: 1.44px;
  text-transform: uppercase;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.08px;
}

.flex-35 {
  box-sizing: border-box;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  gap: 16px;
  width: 100%;
  height: auto;
  margin-top: 26px;
  display: flex;
}

.div-flex-item-108 {
  box-sizing: border-box;
  width: 100%;
  height: 462.859px;
}

.div-block-100 {
  letter-spacing: 1.44px;
  text-transform: uppercase;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.08px;
}

.flex-36 {
  box-sizing: border-box;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  gap: 16px;
  width: 100%;
  height: auto;
  margin-top: 26px;
  display: flex;
}

.div-flex-item-109 {
  box-sizing: border-box;
  width: 100%;
  height: 390.703px;
}

.flex-37 {
  box-sizing: border-box;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  gap: 80px;
  width: 100%;
  height: 655.172px;
  display: flex;
}

.div-flex-item-110 {
  box-sizing: border-box;
  width: 65%;
  max-width: 653px;
}

.div-flex-item-flex-47 {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.link-block-2 {
  color: #000;
  box-sizing: border-box;
  background-color: #0000;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-block;
}

.div-flex-item-111, .div-flex-item-112 {
  color: #212121;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
}

.container-20 {
  color: #12172280;
  box-sizing: border-box;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.3px;
  display: flex;
}

.container-21 {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-101 {
  opacity: 1;
  transform-style: preserve-3d;
  box-sizing: border-box;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.div-block-102 {
  box-sizing: border-box;
  overflow: hidden;
}

.image-33 {
  visibility: visible;
  opacity: 1;
  vertical-align: middle;
  z-index: auto;
  box-sizing: border-box;
  float: none;
  clear: none;
  box-shadow: none;
  direction: ltr;
  color: #aaadb0;
  font-variant: normal;
  text-align: start;
  letter-spacing: normal;
  text-indent: 0;
  text-transform: none;
  text-shadow: none;
  cursor: pointer;
  white-space: nowrap;
  word-break: normal;
  word-spacing: 0;
  overflow-wrap: normal;
  border: 0 #0000;
  border-radius: 0;
  width: 16px;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-right: 8px;
  padding: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  -webkit-text-decoration: none;
  text-decoration: none;
  list-style-type: disc;
  display: inline-block;
  position: static;
  inset: auto;
  overflow: visible;
  transform: none;
}

.image-34 {
  visibility: visible;
  opacity: 1;
  vertical-align: middle;
  z-index: auto;
  box-sizing: border-box;
  float: none;
  clear: none;
  box-shadow: none;
  direction: ltr;
  color: #aaadb0;
  font-variant: normal;
  text-align: start;
  letter-spacing: normal;
  text-indent: 0;
  text-transform: none;
  text-shadow: none;
  cursor: pointer;
  white-space: nowrap;
  word-break: normal;
  word-spacing: 0;
  overflow-wrap: normal;
  border: 0 #0000;
  border-radius: 0;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  -webkit-text-decoration: none;
  text-decoration: none;
  list-style-type: disc;
  display: inline-block;
  position: static;
  inset: auto;
  overflow: visible;
  transform: none;
}

.button-12 {
  white-space: nowrap;
  cursor: pointer;
  visibility: visible;
  z-index: 2147483647;
  color: #aaadb0;
  opacity: 1;
  box-sizing: border-box;
  float: none;
  clear: none;
  direction: ltr;
  font-variant: normal;
  text-align: start;
  letter-spacing: normal;
  text-indent: 0;
  text-transform: none;
  text-shadow: none;
  vertical-align: baseline;
  word-break: normal;
  word-spacing: 0;
  overflow-wrap: normal;
  background-color: #fff;
  border: 0 #0000;
  border-radius: 3px;
  min-width: 0;
  max-width: none;
  min-height: 0;
  max-height: none;
  margin: 0;
  padding: 6px 8px 6px 6px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  -webkit-text-decoration: none;
  text-decoration: none;
  list-style-type: disc;
  display: block;
  position: fixed;
  overflow: visible;
  transform: none;
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
  width: auto !important;
  height: auto !important;
  inset: auto 12px 12px auto !important;
}

.div-block-103 {
  box-sizing: border-box;
  position: fixed;
  top: -100000px;
}

.div-block-104 {
  box-sizing: content-box;
}

.div-block-105 {
  box-sizing: border-box;
}

.iframe {
  box-sizing: border-box;
  display: none;
}

.hv-copy-modal {
  box-sizing: border-box;
}

.page-wrapper-2 {
  cursor: auto;
  color: #050038;
  box-sizing: border-box;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 19.2px;
}

.image-35 {
  width: 150px;
}

.link-block-3, .link-block-4, .link-block-5 {
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .showreel-text-contain.about-page-2 {
    width: 60%;
    padding-bottom: 100px;
  }

  .points-grid.reviews {
    margin-left: auto;
    margin-right: auto;
  }

  .logos-wrap.homepage-5 {
    width: 70%;
  }

  .newsletter-left-contain {
    width: 50%;
    max-width: 550px;
  }

  .contact-right-wrapper {
    width: 70%;
  }

  .project-section-template {
    overflow: visible;
  }

  .collection-list-wrapper-shop {
    justify-content: space-between;
    align-items: flex-start;
  }

  .collection-list-shop {
    align-items: stretch;
    width: 100%;
  }

  .circle-background.left-home {
    left: -29%;
  }

  .circle-background.right-home {
    right: -42%;
  }

  .circle-background.left {
    left: -29%;
  }

  .circle-background.right {
    inset: -26% -40% auto auto;
  }

  .circle-background.right.reviews {
    top: -13%;
    right: -33%;
  }

  .circle-background.right.about-right {
    top: -12%;
  }

  .circle-background.review {
    right: -42%;
  }

  .circle-background.course {
    inset: -26% -40% auto auto;
  }

  .circle-background.course-left, .circle-background.about-1, .circle-background.left-course {
    left: -29%;
  }

  .circle-background.course-right {
    right: -42%;
  }

  .circle-background.blog-3-left {
    left: -29%;
  }

  .circle-background.blog-3-right {
    right: -42%;
  }

  .goal-floating-image {
    left: 18%;
  }

  .right-arrow-testimonial {
    left: 53%;
  }

  .dropdown-list-full-wrapper {
    max-width: none;
    box-shadow: 0 100px 100px #40454f1a;
  }

  .collection-list-wrapper-projects {
    align-items: flex-start;
    display: flex;
  }

  .logo-home-9 {
    max-width: 130px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-heading-home-2.about {
    line-height: 110%;
  }

  .showreel-button, .watch-button {
    padding-top: 12px;
  }

  .work-with-point-contain._1, .work-with-point-contain.left {
    flex: none;
  }

  .work-text {
    display: block;
  }

  .rectangle-call-button.overview {
    margin-left: 20px;
  }

  .about-hero-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .work-heading {
    line-height: 112%;
  }

  .about-hero-image-wrap {
    left: -20%;
  }

  .creative-heading-64px {
    line-height: 100%;
  }

  .client-text-top {
    font-weight: 700;
  }

  .blog-template-hero {
    padding-top: 0;
  }

  .blog-hero-heading, .project-heading-regular, .product-name {
    font-weight: 800;
  }

  .circle-background.left-home {
    left: -22%;
  }

  .circle-background.right-home {
    right: -32%;
  }

  .circle-background.left {
    left: -22%;
  }

  .circle-background.left.reviews {
    left: -24%;
  }

  .circle-background.left.blog-2 {
    left: -26%;
  }

  .circle-background.left.shop {
    left: -25%;
  }

  .circle-background.right {
    inset: -24% -35% auto auto;
  }

  .circle-background.right.projects, .circle-background.right.reviews {
    right: -37%;
  }

  .circle-background.right.blog-2 {
    right: -24%;
  }

  .circle-background.review {
    right: -32%;
  }

  .circle-background.course {
    inset: -24% -35% auto auto;
  }

  .circle-background.course-left {
    left: -22%;
  }

  .circle-background.about-1 {
    top: -46%;
    left: -22%;
  }

  .circle-background.left-course {
    left: -22%;
  }

  .circle-background.course-right {
    right: -32%;
  }

  .circle-background.blog-3-left {
    left: -22%;
  }

  .circle-background.blog-3-right {
    right: -32%;
  }

  .course-name-heading {
    font-weight: 700;
  }

  .overview-top-wrapper {
    margin-bottom: 140px;
  }

  .overview-wrapper {
    margin-bottom: 130px;
  }

  .overview-headings {
    max-width: 950px;
  }

  .overview-grids {
    width: 100%;
  }

  .logo-home-9 {
    max-width: 140px;
  }
}

@media screen and (min-width: 1920px) {
  .worked-with-section.black {
    position: relative;
  }

  .footer-paragraph-16px {
    text-decoration: none;
  }

  .hero-image-home-4 {
    margin-left: -10px;
    padding-right: 0;
  }

  .logos-wrap {
    min-width: 1100px;
    max-width: 1280px;
  }

  .about-hero-image {
    border-radius: 25px;
  }

  .template-hero-image {
    border-radius: 16px;
  }

  .circle-background.left-home {
    top: -64%;
    left: -8%;
  }

  .circle-background.right-home {
    right: -15%;
  }

  .circle-background.left {
    top: -30%;
    left: -9%;
  }

  .circle-background.left.projects {
    top: -19%;
    left: -16%;
  }

  .circle-background.left.project-details {
    top: -71%;
    left: -62%;
  }

  .circle-background.left.reviews, .circle-background.left.reviews-2 {
    top: -19%;
    left: -16%;
  }

  .circle-background.left.blog-2 {
    left: -18%;
  }

  .circle-background.left.shop {
    top: -43%;
    left: -15%;
  }

  .circle-background.right {
    top: -23%;
    left: 78%;
  }

  .circle-background.review {
    right: -15%;
  }

  .circle-background.course {
    top: -23%;
    left: 78%;
  }

  .circle-background.course-left {
    top: -30%;
    left: -9%;
  }

  .circle-background.about-1 {
    top: -50%;
    left: -8%;
  }

  .circle-background.left-course {
    top: -64%;
    left: -8%;
  }

  .circle-background.course-right {
    right: -15%;
  }

  .circle-background.blog-3-left {
    top: -64%;
    left: -8%;
  }

  .circle-background.blog-3-right {
    right: -15%;
  }

  .awards-wrapper {
    align-items: center;
  }

  .cf-pricing-box.pricing-box-alternative {
    flex: 0 auto;
    margin-left: 0%;
    margin-right: 0%;
  }

  .cf-pricing-box-row.pricing-box-4 {
    justify-content: space-between;
  }

  .text-span-2 {
    margin-right: 8px;
    font-size: 16px;
  }

  .image {
    left: 23%;
  }

  .bold-text-7 {
    color: var(--black);
  }

  .link, .link-2 {
    color: var(--gradient-3);
  }

  .link-block-3, .link-block-4, .link-block-5 {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
    line-height: 115%;
  }

  h2 {
    font-size: 42px;
    line-height: 120%;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 32px;
  }

  a {
    margin-bottom: 0;
  }

  .h5-heading-white.newsletter {
    font-size: 50px;
  }

  .wrapper.licensing, .wrapper.licenses {
    padding-left: 0;
  }

  .licensing-paragraph {
    max-width: 90%;
    line-height: 28px;
  }

  .licensing-image-and-text-wrapper {
    width: 100%;
  }

  .reference-headings, .reference-headings.white {
    font-size: 70px;
  }

  .update-wrapper {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }

  .version-wrapper {
    width: 100%;
  }

  .paragraph {
    text-align: center;
  }

  .wrapper-changelog {
    width: 80%;
  }

  .wrapper-changelog.updates {
    flex-direction: column;
  }

  .logo {
    margin-bottom: 0;
  }

  .nav-button {
    filter: invert();
    align-items: baseline;
    margin-top: 20px;
    margin-left: 0%;
    padding-bottom: 13px;
    transition: filter .3s;
  }

  .nav-button:hover {
    filter: invert() invert();
  }

  .hero-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .text-contain-hero {
    width: 100%;
    padding-bottom: 60px;
  }

  .services-wrapper {
    padding-top: 140px;
  }

  .heading-2-center {
    max-width: 600px;
  }

  .heading-2-center.projects.left {
    margin-bottom: 40px;
  }

  .services-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .services-grid.homepage-3 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .projects-wrapper {
    padding-bottom: 140px;
    overflow: visible;
  }

  .projects-grid {
    grid-template-columns: 1fr 1fr;
  }

  .project-contain.horizontal {
    padding-left: 32px;
  }

  .project-contain.vertical {
    flex-direction: row;
    align-items: center;
    padding-top: 0;
  }

  .stats-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .stats-contain {
    max-width: none;
  }

  .stat-number._60px {
    font-size: 50px;
  }

  .about-me-wrapper {
    padding-top: 140px;
  }

  .about-me-contain {
    flex-direction: column;
  }

  .about-me-image-contain {
    width: 100%;
    max-width: 500px;
  }

  .about-me-text-contain {
    width: 100%;
    max-width: 600px;
    margin-top: 100px;
  }

  ._22px-paragraph {
    font-size: 20px;
  }

  .resource-main-wrapper {
    padding-bottom: 100px;
  }

  .resource-top-wrapper {
    align-items: center;
  }

  .h2-heading, .h2-heading.left {
    font-size: 42px;
  }

  .h2-heading.left._50 {
    width: 50%;
  }

  .h2-heading.center {
    text-align: center;
  }

  .view-more-link {
    margin-bottom: 0;
  }

  .collection-list {
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper {
    max-width: 354px;
    margin-left: auto;
    margin-right: auto;
  }

  .resource-wrapper {
    margin-bottom: 0;
  }

  .resource-title {
    font-size: 26px;
  }

  .newsletter-wrapper.horizontal {
    flex-direction: column;
  }

  .form-text {
    text-align: center;
    width: 90%;
  }

  .logo-contain {
    height: 170px;
  }

  .award-logo {
    max-width: 75%;
  }

  .pricing-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .price-block {
    width: 100%;
    max-width: 545px;
    margin-left: auto;
    margin-right: auto;
  }

  .price-block.black {
    width: 100%;
  }

  .faq-contain {
    flex-direction: column;
    align-items: center;
  }

  .faq-wrapper {
    max-width: none;
  }

  .faq-right-contain {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .faq-left-contain {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .faq-main-wrapper.horizontal {
    flex-direction: column;
    padding-bottom: 120px;
  }

  .footer-text-60px {
    font-size: 50px;
  }

  .column-images {
    width: 30%;
  }

  .column-images._2, .column-images._4, .nav-links-wrapper {
    display: none;
  }

  .nav-links-wrapper.in-menu {
    background-color: var(--white);
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    display: flex;
  }

  .nav-link {
    display: flex;
  }

  .home-hero-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .home-hero-wrapper.homepage-3 {
    padding-top: 60px;
    padding-bottom: 300px;
  }

  .home-hero-wrapper.homepage-4 {
    flex-direction: column;
  }

  .home-hero-wrapper.about-3 {
    flex-direction: column;
    padding-top: 60px;
  }

  .home-left-info-wrapper {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 0;
    position: static;
  }

  .home-right-info-wrapper {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    position: static;
  }

  .hero-mail-wrapper {
    max-width: 350px;
  }

  ._20px-text {
    margin-bottom: 0;
  }

  .top-left-contain {
    max-width: 400px;
  }

  .top-left-contain.about {
    margin-bottom: 0;
  }

  .bottom-left-contain {
    margin-top: 40px;
  }

  .bottom-left-contain.about._3 {
    margin-top: 0;
  }

  .bottom-right-container {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .entrust-wrapper {
    padding-bottom: 60px;
  }

  .entrust-wrapper.homepage-3 {
    flex-direction: column;
  }

  .cta-big-text {
    font-size: 50px;
  }

  .steps-h2-heading {
    margin-right: 3%;
  }

  .steps-tops-paragraph {
    max-width: 265px;
  }

  .steps-bottom-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 80px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .work-with-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .block-h5-heading {
    font-size: 50px;
  }

  .showreel-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 140px;
    padding-bottom: 0;
  }

  .showreel-text-contain {
    width: 100%;
    max-width: 600px;
    margin-bottom: 100px;
  }

  .showreel-text-contain.about-page-2 {
    width: 100%;
  }

  .showreel-right-wrapper {
    width: 100%;
    position: static;
  }

  .showreel-video {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .showreel-video.cms {
    height: 500px;
  }

  .showreel-image {
    border-radius: 10px;
  }

  .showreel-image.cms {
    height: 500px;
  }

  .showreel-button {
    bottom: auto;
    left: auto;
    right: auto;
  }

  .showreel-button.about-3 {
    position: absolute;
    top: auto;
    left: auto;
  }

  .faqs-text-wrap {
    width: 100%;
    margin-bottom: 100px;
  }

  .faq-content {
    padding-bottom: 24px;
  }

  .faqs-text-wrapper._50-width {
    width: 100%;
    max-width: none;
  }

  .faqs-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .awards-main-heading {
    font-size: 42px;
    line-height: 100%;
  }

  .faq-answer-wrap {
    padding-bottom: 0;
  }

  ._90px-h1-heading {
    font-size: 70px;
  }

  .home-image-container {
    margin-top: -217px;
  }

  .home-image-homepage-3 {
    width: 90%;
  }

  .entrust-h2-heading {
    max-width: 500px;
    margin-bottom: 60px;
  }

  .entrust-grid {
    width: 100%;
  }

  .grey-create-wrapper.white {
    padding-bottom: 0;
  }

  .heading-contain {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .create-heading, .create-heading.home-3 {
    font-size: 50px;
  }

  .watch-button {
    margin-top: 40px;
    position: absolute;
    inset: auto 30% -5% auto;
  }

  .points-grid {
    flex-wrap: wrap;
  }

  .work-with-point-contain._1, .work-with-point-contain._2 {
    max-width: 300px;
    margin-bottom: 40px;
  }

  .work-with-point-contain._3, .work-with-point-contain._4 {
    max-width: 300px;
  }

  .dot.hide {
    display: none;
  }

  .testimonial-main-wrapper {
    padding-top: 140px;
  }

  .stats-wrap {
    flex-direction: column;
  }

  .award-heading {
    max-width: none;
  }

  .awards-grid {
    width: 100%;
    margin-top: 40px;
  }

  .faq-image-contain {
    width: 100%;
    max-width: 400px;
    margin-top: 60px;
    display: none;
  }

  .link-banner-wrapper {
    padding-bottom: 100px;
  }

  ._40px-arrow {
    margin-top: 10px;
  }

  .footer-top-wrapper {
    align-items: stretch;
  }

  .footer-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-paragraph-18px.heading {
    margin-bottom: 20px;
  }

  .home-left-wrapper {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .image-contain-right {
    width: 80%;
  }

  .testimonial-hero-contain {
    align-items: flex-start;
    margin-top: 20px;
  }

  .testimonial-hero-contain.about {
    flex-direction: column;
    align-items: center;
  }

  .logos-wrap {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 70%;
    display: flex;
  }

  .logos-wrap.about {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .logos-wrap.homepage-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    display: flex;
  }

  .logo-home-4.about {
    max-width: 120px;
  }

  .logo-home-4._3 {
    margin-right: 0;
  }

  .solutions-wrapper {
    flex-direction: column;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .solutions-left-wrapper {
    max-width: 500px;
  }

  .solutions-right-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .solution-text {
    margin-right: 10%;
    font-size: 36px;
  }

  .goals-top-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .goals-main-heading {
    max-width: 400px;
    margin-bottom: 40px;
  }

  .goals-bottom-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .goals-left-wrapper {
    width: 100%;
    margin-bottom: 100px;
  }

  .connect-grid {
    grid-template-columns: 1fr 1fr;
  }

  .form-main-wrapper {
    flex-direction: column;
  }

  .form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  ._96px-heading {
    margin-bottom: 10px;
    font-size: 53px;
  }

  ._96px-heading._1 {
    margin-bottom: 0;
    font-size: 48px;
  }

  ._96px-heading._2 {
    margin-bottom: 5px;
    font-size: 48px;
  }

  ._96px-heading._3 {
    font-size: 48px;
  }

  .newsletter-left-contain {
    width: 100%;
    margin-bottom: 40px;
  }

  .social-links-train {
    margin-bottom: 140px;
  }

  .social-links-train.homepage-5 {
    margin-top: 100px;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .contact-right-wrapper {
    width: 100%;
  }

  .contact-heading {
    font-size: 50px;
  }

  .services-hero-heading {
    width: 80%;
  }

  .services-page-contain, .services-page-contain.reverse {
    flex-direction: column-reverse;
  }

  .services-left-contain {
    width: 100%;
    margin-top: 60px;
  }

  .services-right-contain, .form-right-wrapper {
    width: 100%;
  }

  .form-heading-28px {
    font-size: 32px;
  }

  .contact-page-wrap {
    width: 90%;
    margin-bottom: 140px;
  }

  .contact-heading-64px {
    font-size: 54px;
  }

  .reviews-main-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .reviews-cards-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .review-cards-left-wrap, .review-cards-right-wrap {
    width: 48%;
  }

  .review-hero-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .review-left-contain {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .review-right-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 100px;
    display: flex;
  }

  .about-hero-heading {
    font-size: 70px;
  }

  .about-hero-wrapper.about-2 {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 60px;
  }

  .about-image-contain {
    margin-bottom: 60px;
  }

  .about-image-bottom-left {
    width: 40%;
    bottom: 17%;
    left: -14%;
  }

  .about-me-middle-top {
    bottom: 25%;
  }

  .about-line {
    bottom: 37%;
    right: -16%;
  }

  .about-line-2 {
    bottom: 15%;
    left: 20%;
  }

  .work-heading {
    max-width: none;
    font-size: 42px;
  }

  .together-grid {
    grid-column-gap: 120px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    max-width: none;
    margin-top: 60px;
  }

  .create-images {
    width: 50%;
  }

  .create-images._2, .create-images._3 {
    width: 40%;
  }

  .clients-black-section {
    padding-bottom: 140px;
  }

  .clients-black-section.black {
    margin-bottom: 0;
  }

  .client-logos-contain {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .client-logo-container.last {
    margin-right: 47px;
  }

  .client-logo-container.last.hide {
    display: none;
  }

  .client-text {
    font-size: 200px;
    top: -4%;
  }

  .footer-top-right {
    flex-direction: column;
    justify-content: space-between;
    max-width: 300px;
    display: flex;
  }

  .subscribe-text {
    max-width: 200px;
  }

  .cta-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .about-hero-image-wrap {
    margin: 20px auto 60px;
    left: 0%;
  }

  .about-hero-image {
    border-radius: 20px;
  }

  .about-hero-heading-2 {
    font-size: 54px;
  }

  .creative-text-wrapper {
    flex-direction: column;
  }

  .creative-heading-64px {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
    font-size: 54px;
  }

  .creative-paragraph {
    width: 100%;
  }

  .power-heading {
    font-size: 70px;
  }

  .about-left-info-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 45%;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  ._28px-text {
    font-size: 22px;
  }

  .about-right-info-wrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 45%;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .create-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .create-heading-48px {
    font-size: 42px;
  }

  .trusted-section {
    margin-bottom: 140px;
  }

  .trusted-logos-wrapper {
    grid-column-gap: 40px;
  }

  .websites-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .lightbox-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .blog-hero-wrapper {
    margin-bottom: 180px;
  }

  .blog-heading-64px {
    font-size: 54px;
  }

  .blog-heading-64px._90 {
    width: 90%;
    font-size: 54px;
  }

  .blog-contain {
    max-width: 500px;
  }

  .collection-list-blog {
    flex-direction: column;
  }

  .collection-item-blogs.page-2 {
    width: 100%;
    margin-bottom: 0;
  }

  .blog-tab-link {
    margin-right: 10px;
  }

  .collection-list-blogs {
    grid-template-columns: 1fr 1fr;
  }

  .tabs-menu-page-2 {
    border-radius: 10px;
    flex-wrap: wrap;
  }

  .blog-heading-white {
    z-index: 2;
    width: 90%;
    font-size: 54px;
    position: relative;
  }

  .blog-wrapper-page-3 {
    flex-direction: column;
    padding-bottom: 140px;
  }

  .blog-tabs {
    width: 100%;
  }

  .blog-template-hero {
    padding-top: 20px;
  }

  .template-hero-image {
    height: 500px;
  }

  .blog-top-info {
    height: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-hero-heading {
    font-size: 50px;
  }

  .blog-content-contain {
    flex-direction: column-reverse;
  }

  .share-icons-wrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 50%;
    margin-top: 40px;
  }

  .blog-rich-text {
    width: 100%;
  }

  .share-text {
    margin-bottom: 0;
    font-size: 24px;
  }

  .share-icon {
    margin-bottom: 0;
  }

  .author-block {
    margin-bottom: 100px;
  }

  .projects-page-wrapper {
    padding-top: 100px;
  }

  .project-heading-64px {
    margin-bottom: 60px;
    font-size: 54px;
  }

  .project-tab-links {
    background-color: var(--white);
  }

  .project-wrap {
    max-width: 400px;
  }

  .project-image-wrap {
    height: 400px;
  }

  .projects-image.projects-home-3 {
    max-width: 60%;
  }

  .projects-image.projects {
    width: 80%;
  }

  .project-top-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .project-info-left {
    width: 100%;
    margin-bottom: 100px;
  }

  .projects-image-contain {
    width: 80%;
    position: static;
  }

  .project-rich-text-contain {
    margin-bottom: 140px;
  }

  .project-rich-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .product-info-text {
    padding-left: 0;
  }

  .collection-list-shop {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }

  .collection-item-projects {
    justify-content: center;
    align-items: flex-start;
  }

  .collection-item-projects._3-column {
    justify-content: center;
    width: 100%;
  }

  .collection-item-projects.home-3 {
    width: 100%;
  }

  .product-hero-wrapper {
    flex-direction: column-reverse;
  }

  .product-images-wrap {
    align-items: center;
    width: 100%;
  }

  .product-info-wrap {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-bottom: 60px;
    display: flex;
  }

  .nav-dropdown.w--open {
    border: 1px #000;
  }

  .blog-right-wrapper {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-left: 0%;
    padding-top: 60px;
    display: flex;
  }

  .utility-page-wrap {
    height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .utility-page-wrap.password {
    padding-top: 0;
  }

  .utility-page-content._404 {
    flex-direction: column-reverse;
  }

  .utility-page-form {
    margin-bottom: 60px;
  }

  .blog-search {
    width: 100%;
  }

  .social-media-wrapper {
    width: 48%;
  }

  .subscribe-wrap {
    flex-direction: column;
    width: 48%;
    margin-bottom: 24px;
    display: flex;
  }

  .subscribe-button {
    text-align: center;
    background-image: none;
  }

  .testimonial-slide-wrap {
    width: 80%;
  }

  .testimonial-big-text {
    font-size: 28px;
    line-height: 140%;
  }

  .testimonial-name-24px {
    font-size: 22px;
  }

  .testimonial-position-20px {
    font-size: 18px;
  }

  .circle-background.left-home {
    height: auto;
    top: -40%;
  }

  .circle-background.left {
    height: auto;
    top: -38%;
    left: -62%;
  }

  .circle-background.left.projects {
    top: -26%;
    left: -70%;
  }

  .circle-background.left.project-details {
    height: auto;
    top: -47%;
    left: -56%;
  }

  .circle-background.left.reviews {
    left: -65%;
  }

  .circle-background.left.reviews-2 {
    top: -19%;
    left: -55%;
  }

  .circle-background.left.blog-page-1 {
    top: -57%;
    left: -51%;
  }

  .circle-background.left.blog-2 {
    left: -61%;
  }

  .circle-background.left.shop {
    left: -60%;
  }

  .circle-background.right {
    height: auto;
    top: -16%;
    right: -61%;
  }

  .circle-background.right.projects {
    height: auto;
    top: -18%;
    right: -68%;
  }

  .circle-background.right.reviews {
    top: -7%;
    right: -68%;
  }

  .circle-background.right.reviews-2 {
    top: -5%;
    right: -62%;
  }

  .circle-background.right.about-right {
    top: -16%;
    right: -62%;
  }

  .circle-background.right.blog-page-1 {
    right: -67%;
  }

  .circle-background.right.blog-2 {
    top: -15%;
  }

  .circle-background.right.shop {
    top: -16%;
  }

  .circle-background.review {
    height: auto;
    top: 1%;
  }

  .circle-background.course {
    height: auto;
    top: -16%;
    right: -61%;
  }

  .circle-background.course-left {
    height: auto;
    top: -32%;
    left: -62%;
  }

  .circle-background.about-1 {
    height: auto;
    left: -60%;
  }

  .circle-background.left-course {
    height: auto;
    left: -68%;
  }

  .circle-background.course-right {
    height: auto;
    top: -31%;
    right: -65%;
  }

  .circle-background.blog-3-left {
    height: auto;
    top: -108%;
    left: -56%;
  }

  .circle-background.blog-3-right {
    height: auto;
    top: -65%;
    right: -69%;
  }

  .project-image-60 {
    max-width: 80%;
  }

  .testimonial-wrapper {
    padding-top: 140px;
  }

  .testimonial-tabs {
    flex-direction: column-reverse;
  }

  .tabs-menu-testimonial {
    flex-direction: row;
    max-width: none;
  }

  .testimonial-tab-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }

  .testimonial-text-32px {
    font-size: 26px;
  }

  .main-testimonial-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .main-testimonial-image {
    left: 40px;
  }

  .testimonial-black-image {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-right-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-black-bottom {
    margin-top: 60px;
  }

  .project-vary-grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
  }

  .project-vary-wrap, .project-vary-wrap.right, .project-vary-wrap.left {
    margin-top: 40px;
  }

  .watch-lightbox {
    position: static;
  }

  .projects-top-contain {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-arrow {
    right: 12%;
  }

  .slider-arrow.right {
    right: 0%;
  }

  .goals-image {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-slide-wrapper, .testimonial-slide-wrapper.reverse {
    flex-direction: column-reverse;
  }

  .left-arrow-testimonial {
    width: 45px;
    inset: auto 5% 0% auto;
  }

  .right-arrow-testimonial {
    width: 45px;
    inset: auto 0% 0% auto;
  }

  .testimonial-light-box {
    margin-right: auto;
  }

  .testimonial-light-box.right {
    margin-left: auto;
  }

  .testimonial-text-container {
    width: 100%;
    margin-bottom: 60px;
    padding-top: 0;
  }

  .course-bottom-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .save-up-wrap {
    justify-content: flex-start;
    margin-left: 0;
  }

  .price-arrow {
    margin-right: 0;
    display: none;
    position: absolute;
    top: -132px;
    left: 165px;
  }

  .save-upto-text {
    margin-top: 0;
    margin-left: 10px;
    font-size: 16px;
  }

  .course-hero-wrapper {
    width: 90%;
  }

  .course-top-left {
    align-items: center;
  }

  .subtitle-text {
    font-size: 16px;
  }

  .course-top-right {
    align-items: center;
  }

  .course-name-heading {
    text-align: center;
    font-size: 50px;
    line-height: 130%;
  }

  .course-hero-bottom {
    flex-direction: column;
  }

  .price-contain {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .course-rich-text {
    width: 90%;
  }

  .course-wrap {
    flex-direction: column;
    align-items: center;
  }

  .course-wrap-left {
    width: 100%;
  }

  .course-wrap-right {
    width: 80%;
  }

  .design-resources-wrapper.center {
    padding-bottom: 100px;
  }

  .tabs-menu-dr {
    justify-content: flex-start;
    position: static;
  }

  .design-resources-tab, .past-work-link {
    margin-top: 40px;
  }

  .pw-text {
    font-size: 35px;
  }

  .pw-paragraph {
    max-width: 260px;
    font-size: 18px;
  }

  .pw-arrow {
    max-width: 40px;
    margin-left: 10px;
  }

  .testimonial-right-arrow {
    left: 7%;
  }

  .dr-blog-contain {
    flex-direction: column;
  }

  .blog-link-info {
    width: 100%;
  }

  .blog-category {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .blog-heading-60px {
    font-size: 40px;
  }

  .blog-link-paragraph {
    font-size: 22px;
  }

  .menu-button {
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .menu-button.w--open {
    color: var(--gradient-1);
    background-color: #0000;
    justify-content: space-between;
    display: flex;
    transform: rotate(-90deg);
  }

  .menu-button.white {
    color: var(--white);
  }

  ._404-image {
    width: 90%;
  }

  ._404-heading {
    text-align: center;
    font-size: 120px;
    font-style: normal;
  }

  .passwordf-block {
    margin-bottom: 60px;
  }

  .style-guide-main-content {
    width: 100%;
  }

  .colors-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  ._22-px {
    font-size: 20px;
  }

  .overview-grid {
    flex-direction: column;
    width: 100%;
  }

  .columns-contain {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .dropdown-list-full-wrapper {
    box-shadow: none;
    padding: 0;
  }

  .navigation-drop-container {
    flex-direction: column;
  }

  .dropdown-lists.w--open {
    width: 80%;
    min-width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    position: relative;
    top: 0;
    left: -26%;
  }

  .nav-dropdowns {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-dropdowns.nav, .nav-dropdowns._1-row, .nav-dropdowns._1-row-2-column {
    max-width: 310px;
    display: block;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list-projects {
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .collection-list-projects.projects-page, .collection-list-projects.project-details {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .overview-image-wrapper {
    max-width: 350px;
  }

  .overview-top-wrapper {
    width: 90%;
  }

  .overview-grids {
    flex-direction: column;
  }

  .overview-grids._2-column {
    display: flex;
  }

  .overview-wrap {
    flex-direction: column;
  }

  .overview-links-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .add-cart-button {
    max-width: 400px;
  }

  .hero-images-contain {
    width: 100%;
    height: 500px;
    margin-top: 20px;
    margin-right: 0%;
    position: relative;
    overflow: hidden;
  }

  .hero-testimonials-contain {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-testimonial-wrapper {
    position: static;
    left: 33%;
  }

  ._100px-links {
    margin-right: 100px;
  }

  .cta-big-texts {
    font-size: 50px;
  }

  .cta-big-texts.dont-shrink {
    font-size: 70px;
  }

  .blog-mask {
    max-width: 500px;
  }

  .left-arrow {
    padding-right: 0;
  }

  .arrow-blog {
    margin-left: 0;
  }

  .collection-list-course {
    grid-column-gap: 40px;
    grid-row-gap: 50px;
  }

  .collection-list-blog-featured {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .about-hero-heading-3 {
    font-size: 54px;
  }

  .cf-secondary-button.pricing-button {
    margin-top: 60px;
  }

  .cf-pricing-plan-content-wrapper {
    margin-bottom: 0;
  }

  .cf-pricing-plan-price {
    margin-bottom: 25px;
  }

  .cf-pricing-box-plan-wrapper {
    text-align: center;
    align-items: center;
  }

  .cf-pricing-box {
    min-height: auto;
  }

  .cf-pricing-box.pricing-box-alternative, .cf-pricing-box.pricing-highlighted {
    width: 80%;
    max-width: 400px;
    min-height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-primary-button.pricing-button {
    margin-top: 60px;
  }

  .cf-pricing-box-row {
    flex-direction: column;
  }

  .cf-pricing-2-price-card-section {
    margin-bottom: 100px;
  }

  .cf-features-section-2-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-3-wrapper {
    padding-top: 140px;
  }

  .cf-pricing-box-plan-wrapper-dark {
    text-align: center;
    align-items: center;
  }

  .cf-growth-para-text-18px {
    line-height: 150%;
  }

  .cf-growth-heading-32px {
    line-height: 120%;
  }

  .cf-growth-wrapper {
    padding: 40px 30px;
  }

  .cf-growth-para-text-20px {
    font-size: 18px;
    line-height: 150%;
  }

  .cf-text-opacity-70-italic {
    margin-top: 16px;
    line-height: 36px;
  }

  .cf-growth-h2-heading-56px {
    line-height: 100%;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .cf-pricing-plan-price-2 {
    margin-bottom: 25px;
  }

  .cf-pricing-plan-content-item-2.pricing-3-content-item {
    margin-bottom: 10px;
  }

  .cf-pricing-plan-content-wrapper-2 {
    margin-bottom: 0;
  }

  .cf-pricing-plan-amount-block {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-pricing-3-box-plan-block {
    padding-right: 9px;
  }

  .cf-pricing-3-box {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cf-form-heading-28px {
    font-size: 32px;
  }

  .cf-form-right-wrapper {
    width: 100%;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .cf-form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-form-main-wrapper {
    flex-direction: column;
    max-width: 700px;
    padding-left: 70px;
  }

  .logo-home-5.about {
    max-width: 120px;
  }

  .logo-home-5._3 {
    margin-right: 0;
  }

  .logo-home-6.about {
    max-width: 120px;
  }

  .logo-home-6._3 {
    margin-right: 0;
  }

  .logo-home-7.about {
    max-width: 120px;
  }

  .logo-home-7._3 {
    margin-right: 0;
  }

  .logo-home-8.about {
    max-width: 120px;
  }

  .logo-home-8._3 {
    margin-right: 0;
  }

  .logo-home-9.about {
    max-width: 120px;
  }

  .logo-home-9._3 {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3, h4 {
    font-size: 30px;
  }

  p, li {
    font-size: 20px;
  }

  .h5-heading-white.newsletter {
    font-size: 40px;
  }

  .wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .wrapper.licensing, .wrapper.licenses {
    padding-left: 0;
  }

  .licensing-paragraph {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .licensing-tag-subtext {
    text-align: left;
  }

  .licensing-image-and-text-wrapper {
    padding: 30px;
  }

  .licencing-images-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .licencing-image-item {
    height: 200px;
  }

  .reference-headings, .reference-headings.white {
    font-size: 54px;
  }

  .update-wrapper {
    margin-top: 40px;
  }

  .wrapper-changelog {
    width: 90%;
  }

  .wrapper-changelog.updates {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-wrapper {
    width: 90%;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .text-contain-hero {
    padding-bottom: 60px;
  }

  .hero-heading {
    font-size: 50px;
    line-height: 115%;
  }

  .hero-paragraph, .cta-button, .trust-paragraph {
    font-size: 20px;
  }

  .logos-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logos {
    margin-right: 0;
  }

  .services-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-2-center {
    max-width: 420px;
    font-size: 40px;
  }

  .services-grid {
    grid-column-gap: 60px;
  }

  .h6-heading {
    font-size: 18px;
  }

  .projects-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 120px;
  }

  .projects-grid, .stats-wrapper {
    grid-template-columns: 1fr;
  }

  .stats-contain {
    max-width: 450px;
  }

  .stat-number._60px {
    font-size: 42px;
  }

  .about-me-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 180px;
  }

  .about-me-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-me-floating-image {
    right: 0%;
  }

  ._22px-paragraph {
    font-size: 20px;
  }

  .resource-main-wrapper {
    padding-bottom: 100px;
  }

  .resource-top-wrapper {
    flex-flow: column wrap;
    align-items: flex-start;
    max-width: 504px;
  }

  .h2-heading {
    text-align: center;
    max-width: 400px;
    font-size: 40px;
  }

  .h2-heading.left {
    text-align: left;
    font-size: 40px;
  }

  .h2-heading.left._50 {
    width: 100%;
    max-width: none;
  }

  .h2-heading.center {
    max-width: none;
  }

  .view-more-link {
    margin-top: 20px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .resource-title {
    font-size: 26px;
    line-height: 140%;
  }

  .newsletter-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .newsletter-form-block {
    width: 90%;
    max-width: 400px;
  }

  .form {
    flex-direction: column;
    width: 100%;
  }

  .newsletter-text-field {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .submit-button {
    background-position: 65% 53%, 0 0;
    width: auto;
    height: 70px;
    font-size: 20px;
  }

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

  .awards-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .logos-row-contain {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid #0000001a;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: -1px;
    display: grid;
  }

  .logos-row-contain.last {
    border: 1px solid #0000001a;
  }

  .logo-contain {
    border: 1px solid #0000001a;
    width: 100%;
    height: 130px;
  }

  .logo-contain.last {
    border-style: solid none solid solid;
    border-color: #0000001a #ffffff1a #ffffff1a #0000001a;
  }

  .logo-contain.white-border {
    border-bottom-color: #ffffff1a;
  }

  .logo-contain.white-border._2 {
    border-right-style: none;
  }

  .award-logo {
    max-width: 60%;
  }

  .pricing-section.black {
    margin-bottom: 40px;
  }

  .pricing-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .price {
    font-size: 60px;
  }

  .faq-question {
    margin-right: 0;
    font-size: 20px;
  }

  .faq-contain {
    margin-top: 60px;
  }

  .faq-main-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .instagram-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-text-60px {
    font-size: 40px;
  }

  .work-arrow-image.home {
    max-width: 25px;
    margin-top: 5px;
  }

  .footer-bottom-wrapper.white {
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }

  .home-hero-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .home-hero-wrapper.homepage-3 {
    padding-bottom: 300px;
  }

  .home-hero-wrapper.about-3 {
    padding-bottom: 0;
  }

  .hero-image-home-2 {
    width: 60%;
  }

  .home-left-info-wrapper {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-right-info-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .hero-mail-wrapper {
    max-width: none;
    margin-top: 40px;
  }

  .top-left-contain, .bottom-left-contain, .bottom-right-container {
    max-width: none;
  }

  .entrust-heading {
    text-align: center;
    max-width: 300px;
    font-size: 30px;
  }

  .steps-wrapper {
    padding-bottom: 120px;
  }

  .button-gradient {
    font-size: 20px;
  }

  .cta-big-text {
    font-size: 36px;
  }

  .steps-top-wrapper {
    flex-direction: column;
  }

  .steps-h2-heading {
    margin-bottom: 20px;
  }

  .steps-h2-heading.white {
    max-width: 400px;
  }

  .steps-h2-heading.small, .steps-tops-paragraph {
    max-width: none;
  }

  .work-with-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .block-h5-heading {
    font-size: 40px;
  }

  .showreel-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 0;
  }

  .showreel-paragraph {
    font-size: 20px;
  }

  .showreel-right-wrapper {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .showreel-video {
    max-width: 400px;
    height: auto;
  }

  .showreel-image {
    height: auto;
  }

  .awards-main-heading {
    font-size: 40px;
  }

  .copyright-text {
    margin-top: 16px;
    font-size: 16px;
  }

  ._90px-h1-heading {
    font-size: 54px;
  }

  .floating-image-contain {
    top: -25%;
  }

  .floating-image-contain._2 {
    bottom: -17%;
    left: -8%;
    transform: rotate(-23deg);
  }

  .black-div, .white-div {
    display: none;
  }

  .entrust-grid {
    grid-column-gap: 40px;
  }

  .grey-create-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .heading-contain {
    margin-bottom: 60px;
  }

  .create-heading, .create-heading.home-3 {
    font-size: 40px;
  }

  .watch-button {
    margin-top: 10px;
    position: static;
  }

  .points-grid {
    justify-content: center;
  }

  .work-with-point-contain._4 {
    margin-top: 40px;
  }

  .work-text.left {
    font-size: 18px;
  }

  .dot {
    display: none;
  }

  .testimonial-main-wrapper {
    padding-bottom: 140px;
  }

  .testimonial-contain.blue.middle {
    left: 30px;
  }

  .stats-wrap {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .awards-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .award-card {
    max-width: none;
  }

  ._40px-arrow {
    max-width: 24px;
    margin-top: 5px;
    margin-left: 20px;
  }

  ._40px-arrow.train {
    max-width: 100%;
  }

  .footer-top-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
  }

  .footer-paragraph-16px {
    text-align: center;
  }

  .image-contain-right {
    width: 100%;
  }

  .testimonial-hero-contain {
    flex-direction: column;
    align-items: center;
  }

  .trusted-by {
    margin-bottom: 20px;
  }

  .logos-wrap {
    justify-content: space-between;
    min-width: auto;
    max-width: none;
    margin-left: 0;
  }

  .logos-wrap.about {
    justify-content: center;
  }

  .logos-wrap.homepage-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around center;
    justify-items: center;
    display: flex;
  }

  .logo-home-4.about {
    margin-right: 20px;
  }

  .solutions-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .solution-number {
    margin-right: 20px;
  }

  .solution-text {
    font-size: 32px;
  }

  .goals-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .goals-main-paragraph {
    font-size: 18px;
  }

  .connect-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .connect-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-main-wrapper {
    width: 90%;
    padding: 90px 40px;
  }

  .hero-wrapper-homepage-5 {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  ._96px-heading {
    text-align: left;
    font-size: 36px;
  }

  ._96px-heading._1 {
    margin-bottom: 5px;
  }

  ._96px-heading._2, ._96px-heading._3 {
    margin-left: 0;
  }

  .heading-part._1 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .heading-part._3 {
    justify-content: center;
  }

  .rectangle-call-button {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .rectangle-call-button.overview {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .white-form {
    width: 500px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-heading {
    font-size: 40px;
  }

  .services-main-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .send-message-form {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-heading-28px {
    font-size: 30px;
  }

  .contact-page-wrap {
    margin-bottom: 100px;
  }

  .contact-heading-64px {
    margin-bottom: 40px;
    font-size: 50px;
  }

  .contact-flex-wrap {
    flex-direction: column-reverse;
  }

  .contact-paragraph {
    margin-bottom: 40px;
  }

  .fields-contain {
    flex-direction: column;
    margin-bottom: 0;
  }

  .contact-form-field {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .reviews-cards-wrapper {
    flex-direction: column;
  }

  .review-cards-left-wrap {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .review-cards-right-wrap {
    align-items: center;
    width: 100%;
  }

  .about-hero-heading {
    font-size: 54px;
  }

  .about-hero-wrapper {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .about-image-contain {
    height: 500px;
    margin-top: -120px;
  }

  .about-image-bottom-left {
    bottom: 5%;
  }

  .about-me-middle-top {
    bottom: 19%;
  }

  .about-line {
    bottom: 53%;
  }

  .about-line-2 {
    bottom: 3%;
  }

  .work-heading {
    font-size: 40px;
  }

  .together-grid {
    grid-column-gap: 40px;
  }

  .about-images-contain {
    height: 550px;
  }

  .clients-heading {
    width: 90%;
  }

  .client-logos-contain {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    display: grid;
  }

  .client-logo-container {
    margin-bottom: 0;
    margin-right: 0;
  }

  .client-logo-container.last {
    margin-right: 0;
  }

  .client-text {
    font-size: 150px;
  }

  .footer-top-left {
    align-items: center;
    max-width: 400px;
    margin-bottom: 60px;
  }

  .footer-top-right {
    max-width: 400px;
  }

  .subscribe-text {
    max-width: none;
  }

  .cta-wrapper {
    justify-content: space-between;
  }

  .about-hero-image-wrap {
    width: 90%;
  }

  .about-hero-heading-2 {
    font-size: 50px;
  }

  .creative-text-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .creative-heading-64px {
    font-size: 50px;
  }

  .power-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .power-heading {
    font-size: 54px;
  }

  .client-bottom-text {
    font-size: 40px;
  }

  .about-left-info-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  ._28px-text {
    font-size: 18px;
  }

  .about-right-info-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .create-heading-48px {
    font-size: 40px;
  }

  .trusted-heading {
    text-align: center;
  }

  .trusted-logos-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-hero-wrapper {
    margin-bottom: 100px;
  }

  .blog-heading-64px, .blog-heading-64px._90 {
    font-size: 50px;
  }

  .blog-contain {
    max-width: 400px;
  }

  .blog-contain.horizontal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-image-contain, .blog-thumbnail-image {
    height: 300px;
  }

  .blog-title {
    font-size: 28px;
  }

  .blog-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-heading-2 {
    text-align: center;
  }

  .tabs-menu-page-1 {
    flex-wrap: wrap;
  }

  .blog-tab-link {
    margin-bottom: 10px;
  }

  .collection-list-blogs {
    grid-template-columns: 1fr;
  }

  .collection-item-blog-2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .blog-content {
    margin-left: 20px;
  }

  .blog-heading-white {
    width: 90%;
    font-size: 50px;
  }

  .collection-list-wrapper-4 {
    justify-content: center;
  }

  .collection-list-blog-3 {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    justify-content: center;
  }

  .collection-item-blog-3 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .blog-top-info {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-hero-heading {
    font-size: 40px;
  }

  .blog-description-template, .blog-date, .read-time {
    font-size: 20px;
  }

  .share-icons-wrapper {
    justify-content: space-between;
    width: 60%;
  }

  .blog-rich-text blockquote {
    margin-left: 10px;
    padding-left: 20px;
    font-size: 20px;
  }

  .share-text {
    font-size: 22px;
  }

  .projects-page-wrapper {
    padding-bottom: 80px;
  }

  .project-heading-64px {
    font-size: 50px;
  }

  .project-tab-links {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .tabs-menu {
    margin-bottom: 80px;
  }

  .project-wrap {
    max-width: 520px;
    margin-bottom: 0;
  }

  .projects-image.projects-home-3 {
    max-width: 60%;
  }

  .projects-image.projects {
    width: 60%;
  }

  .project-description._22px {
    font-size: 20px;
  }

  .project-rich-text blockquote {
    margin-left: 10px;
    font-size: 20px;
  }

  .project-rich-text ul {
    margin-left: 0;
  }

  .project-rich-text li {
    font-size: 20px;
  }

  .product-info-text {
    padding-left: 0;
  }

  .collection-list-shop {
    grid-template-columns: 1fr;
  }

  .collection-item-projects {
    width: 100%;
  }

  .product-hero-wrapper {
    padding-top: 60px;
  }

  .collection-list-wrapper-shop-temp {
    justify-content: center;
  }

  .utility-page-wrap.password {
    padding-top: 0;
  }

  .blog-search {
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-media-wrapper, .subscribe-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscribe-button {
    text-align: center;
    background-image: none;
  }

  .testimonial-slide-wrap {
    width: 65%;
  }

  .testimonial-big-text {
    font-size: 24px;
  }

  .testimonial-big-text.left, .testimonial-big-text.left-black {
    font-size: 26px;
  }

  .testimonial-image-80px {
    max-width: 50px;
    height: 50px;
  }

  .testimonial-name-24px {
    font-size: 18px;
  }

  .testimonial-position-20px {
    font-size: 16px;
  }

  .circle-background.left-home {
    top: -19%;
    left: -54%;
  }

  .circle-background.left.projects {
    top: -15%;
    left: -59%;
  }

  .circle-background.left.project-details {
    top: -33%;
  }

  .circle-background.left.reviews {
    top: -13%;
  }

  .circle-background.left.reviews-2 {
    top: -14%;
  }

  .circle-background.left.blog-page-1 {
    top: -44%;
  }

  .circle-background.left.blog-2 {
    top: -25%;
    left: -60%;
  }

  .circle-background.left.shop {
    top: -16%;
  }

  .circle-background.right.projects {
    top: -5%;
  }

  .circle-background.right.reviews {
    top: -3%;
  }

  .circle-background.right.reviews-2 {
    top: 7%;
  }

  .circle-background.right.blog-page-1 {
    top: -5%;
  }

  .circle-background.right.blog-2 {
    top: -9%;
    right: -72%;
  }

  .circle-background.right.shop {
    top: -6%;
  }

  .circle-background.review {
    top: 5%;
    right: -64%;
  }

  .circle-background.course {
    top: -9%;
    right: -72%;
  }

  .circle-background.course-left {
    top: -13%;
  }

  .circle-background.left-course {
    top: -45%;
  }

  .circle-background.blog-3-left {
    top: -69%;
  }

  .circle-background.blog-3-right {
    top: -25%;
  }

  .project-wrapper-horizontal {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .project-left-contain {
    width: 100%;
  }

  .project-heading-40px {
    font-size: 30px;
  }

  .project-image-50 {
    width: 100%;
    max-width: 420px;
    margin-top: 60px;
  }

  .testimonial-wrapper {
    padding-bottom: 100px;
  }

  .testimonial-text-32px {
    font-size: 22px;
  }

  .testimonial-names {
    font-size: 20px;
  }

  .project-vary-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .project-vary-wrap, .project-vary-wrap.right, .project-vary-wrap.left {
    margin-top: 40px;
  }

  .project-vary-wrap.top {
    margin-top: 0;
  }

  .create-line-1 {
    top: -12%;
  }

  .slider-arrow {
    right: 14%;
  }

  .goals-image {
    width: 100%;
  }

  .left-arrow-testimonial {
    width: 50px;
    right: 7%;
  }

  .right-arrow-testimonial {
    width: 50px;
  }

  .testimonial-light-box {
    width: 70%;
  }

  .course-text-24px {
    font-size: 20px;
  }

  .course-name {
    font-size: 30px;
  }

  .hero-top-wraper {
    align-items: flex-start;
    margin-bottom: 80px;
  }

  .course-top-left {
    flex-direction: column;
    align-items: flex-start;
    max-width: 180px;
  }

  .subtitle-text {
    font-size: 14px;
  }

  .subtitle-text.hide {
    display: none;
  }

  .course-name-heading {
    font-size: 40px;
  }

  .course-description {
    font-size: 18px;
  }

  .course-info-wrapper {
    padding-top: 120px;
  }

  .course-wrap-right {
    width: 100%;
  }

  .design-resources-wrapper {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .design-resources-wrapper.blue {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .design-resources-wrapper.center {
    padding-bottom: 100px;
  }

  .past-work-link {
    flex-direction: column;
  }

  .pw-paragraph {
    max-width: none;
    margin-top: 20px;
  }

  .pw-heading-wrap {
    margin-top: 20px;
  }

  .testimonial-right-arrow {
    left: 10%;
  }

  .blog-category {
    margin-right: 20px;
    font-size: 20px;
  }

  .blog-heading-60px {
    font-size: 34px;
  }

  .blog-link-paragraph {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .awards-main-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button.w--open {
    color: var(--gradient-1);
  }

  .webflow-link {
    color: var(--white);
    text-decoration: none;
    transition: color .2s;
  }

  .webflow-link:hover {
    color: #599ffa;
  }

  ._404-image {
    width: 90%;
  }

  ._404-heading {
    font-style: normal;
  }

  .colors-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._22-px {
    font-size: 20px;
  }

  .columns-contain {
    flex-wrap: wrap;
    width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dropdown-lists.w--open {
    width: 90%;
    left: -128px;
  }

  .nav-dropdowns {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .collection-list-projects.projects-page, .collection-list-projects.project-details {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .collection-item-project {
    width: 100%;
    max-width: 400px;
  }

  .buttons-container {
    flex-direction: column;
  }

  .overview-image-wrapper {
    max-width: 330px;
  }

  .overview-wrap {
    width: 90%;
  }

  .hero-testimonial-wrapper {
    position: relative;
    top: -25px;
    left: auto;
  }

  ._100px-links {
    margin-right: 80px;
  }

  .cta-big-texts {
    font-size: 30px;
  }

  .cta-big-texts.dont-shrink {
    font-size: 50px;
  }

  .blog-mask {
    max-width: 400px;
  }

  .right-arrow {
    right: -103%;
  }

  .left-arrow {
    left: -103%;
  }

  .arrow-blog {
    width: 60px;
    height: 60px;
  }

  .collection-list-course {
    grid-column-gap: 40px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .about-hero-heading-3 {
    font-size: 50px;
  }

  .cf-pricing-plan-content-text {
    font-size: 16px;
  }

  .cf-pricing-plan-tick-icon {
    margin-right: 10px;
  }

  .cf-pricing-plan-content-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-plan-note-text {
    text-align: center;
  }

  .cf-pricing-plan-text {
    font-size: 32px;
  }

  .cf-pricing-box-plan-wrapper {
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-box.pricing-box-alternative, .cf-pricing-box.pricing-highlighted {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-pricing-box-row {
    flex-direction: column;
  }

  .cf-pricing-box-wrapper {
    margin-top: 100px;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-pricing-header-wrapper {
    text-align: center;
    align-items: center;
    max-width: none;
    margin-bottom: 60px;
  }

  .cf-pricing-toggle-header-wrapper {
    flex-direction: column;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-features-section-3-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-pricing-plan-note-text-small {
    text-align: center;
  }

  .cf-pricing-box-plan-wrapper-dark {
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-growth-para-text-18px {
    font-size: 16px;
  }

  .cf-growth-heading-32px {
    font-size: 30px;
  }

  .cf-growth-wrapper.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-growth-h2-heading-56px {
    font-size: 45px;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr;
    place-content: center;
    justify-items: center;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .cf-pricing-price-container.pricing-3-price-container {
    border-top-style: none;
    border-bottom-style: none;
  }

  .cf-pricing-plan-content-text-2 {
    font-size: 16px;
  }

  .cf-pricing-plan-tick-icon-2 {
    margin-right: 10px;
  }

  .cf-pricing-plan-content-wrapper-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-plan-content-wrapper-2.pricing-3-content {
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .cf-pricing-plan-amount-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cf-pricing-3-box-plan-block {
    border-bottom: 1px solid #002e2433;
    border-right-style: none;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .cf-pricing-3-box {
    border-radius: 20px;
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .cf-form-heading-28px {
    font-size: 30px;
  }

  .cf-send-message-form {
    padding: 40px;
  }

  .cf-footer-info {
    font-size: 18px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 70px 40px 90px;
  }

  .logo-home-5.about, .logo-home-6.about, .logo-home-7.about, .logo-home-8.about, .logo-home-9.about {
    margin-right: 20px;
  }

  .image-3 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    width: 75%;
    bottom: -16%;
    left: 13%;
  }

  .cf-pricing-plan-content-description {
    font-size: 16px;
  }
}

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

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  p, li {
    font-size: 16px;
  }

  .h5-heading-white.newsletter {
    font-size: 36px;
  }

  .paragraph-22px-white {
    font-size: 20px;
  }

  .wrapper.licensing, .wrapper.licenses {
    padding-left: 0;
  }

  .licensing-image-and-text-wrapper {
    padding: 20px;
  }

  .licencing-images-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .licencing-image-item {
    height: 150px;
  }

  .reference-headings, .reference-headings.white {
    font-size: 46px;
  }

  .update-wrapper {
    margin-top: 30px;
  }

  .wrapper-changelog.updates {
    padding: 20px;
  }

  .logo-lines-contain {
    margin-right: 5px;
  }

  .logo-text {
    margin-right: 0;
    font-size: 24px;
  }

  .gradient-span {
    line-height: 110%;
  }

  .hero-heading {
    text-align: center;
    font-size: 28px;
    line-height: 110%;
  }

  .hero-paragraph, .hero-paragraph.homepage-3 {
    font-size: 18px;
  }

  .cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cta-button.rectangle {
    padding-left: 50px;
  }

  .cta-button.rectangle.small {
    justify-content: flex-start;
  }

  .cta-arrow-div {
    flex: none;
  }

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

  .logos-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .logos {
    margin-right: 0;
  }

  .services-wrapper {
    padding-top: 0;
  }

  .heading-2-center {
    font-size: 28px;
  }

  .heading-2-center.projects {
    font-size: 36px;
  }

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

  .projects-wrapper {
    padding-top: 40px;
  }

  .project-contain.horizontal, .project-contain.vertical {
    flex-direction: column;
    padding-top: 32px;
  }

  .about-project {
    font-size: 16px;
  }

  .heading-2-white {
    font-size: 36px;
  }

  .stat-number {
    font-size: 50px;
    line-height: 80px;
  }

  .about-me-wrapper {
    padding-bottom: 220px;
  }

  .about-me-contain {
    margin-bottom: 140px;
  }

  .about-me-image {
    width: 100%;
  }

  .about-me-floating-image {
    width: 90%;
  }

  .about-me-text-contain {
    margin-top: 60px;
  }

  .about-me-heading {
    font-size: 36px;
  }

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

  .h2-heading, .h2-heading.left {
    font-size: 36px;
  }

  .h2-heading.center {
    font-size: 30px;
  }

  .main-category-text, .secondary-category {
    font-size: 16px;
  }

  .resource-title {
    font-size: 24px;
  }

  .newsletter-wrapper.horizontal {
    align-items: center;
  }

  .newsletter-text-field {
    padding-left: 55px;
  }

  .submit-button {
    background-image: linear-gradient(150deg, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-right: 15px;
  }

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

  .price {
    font-size: 50px;
  }

  .checkmark {
    width: 100%;
    max-width: 24px;
    margin-right: 14px;
  }

  .price-text {
    font-size: 16px;
  }

  .faq-question {
    padding-right: 20px;
    font-size: 18px;
  }

  .faq-answer {
    font-size: 16px;
  }

  .faq-main-wrapper.horizontal {
    padding-bottom: 60px;
  }

  .footer-text-60px {
    font-size: 36px;
  }

  .work-link-60px.home {
    flex: none;
    padding-left: 8px;
    padding-right: 0;
  }

  .work-arrow-image.home {
    max-width: 20px;
    margin-top: 14px;
    margin-left: 10px;
  }

  .column-images, .column-images._3 {
    width: 45%;
  }

  .column-images._5 {
    display: none;
  }

  .instagram-image._1 {
    margin-bottom: 0;
  }

  .nav-links-wrapper.in-menu {
    padding-left: 20px;
  }

  .home-hero-wrapper.homepage-4 {
    padding-bottom: 0;
  }

  .hero-image-home-2 {
    width: 100%;
  }

  .top-left-contain.home {
    margin-bottom: 60px;
  }

  .bottom-left-contain {
    margin-top: 0;
    margin-bottom: 0;
  }

  .entrust-wrapper {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .entrust-heading {
    font-size: 24px;
  }

  .button-gradient {
    display: block;
    inset: 0%;
  }

  .button-text {
    flex: none;
    font-size: 18px;
  }

  .cta-big-text {
    margin-top: 10px;
    font-size: 24px;
  }

  .steps-h2-heading {
    font-size: 36px;
  }

  .steps-tops-paragraph {
    font-size: 18px;
  }

  .steps-bottom-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .step-image {
    margin-top: 40px;
  }

  .work-with-grid {
    max-width: none;
  }

  .work-with-contain {
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-h5-heading, .showreel-heading {
    font-size: 36px;
  }

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

  .awards-contain {
    align-items: flex-start;
  }

  .awards-image {
    margin-right: 20px;
  }

  .showreel-video.cms, .showreel-image.cms {
    height: 400px;
  }

  .faq-content {
    font-size: 16px;
  }

  .awards-main-heading {
    font-size: 36px;
    line-height: 120%;
  }

  .faq-questions {
    font-size: 18px;
    line-height: 140%;
  }

  ._90px-h1-heading {
    font-size: 46px;
  }

  .entrust-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .create-heading, .create-heading.home-3, .point-heading {
    font-size: 36px;
  }

  .testimonial-heading {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .testmonial-text-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .testimonial-image {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .testimonial-contain.blue.middle {
    left: 0;
  }

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

  .testimonial-image-block {
    margin-right: 14px;
  }

  .stats-wrap.homepage-4 {
    padding-top: 100px;
  }

  .stats-wrap.homepage-5 {
    padding-top: 140px;
  }

  .award-heading {
    font-size: 36px;
  }

  .awards-grid {
    grid-template-columns: 1fr;
  }

  ._40px-arrow.train {
    width: 40px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-link-18px.black {
    font-size: 18px;
  }

  .home-left-wrapper {
    align-items: center;
  }

  .hero-paragraph-homepage-4 {
    text-align: center;
    font-size: 15px;
  }

  .hero-image-home-4 {
    margin-top: -25px;
    padding-top: 10px;
    padding-bottom: 80px;
    padding-right: 40px;
  }

  .testimonial-wrap-home {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    bottom: -5%;
    right: 5%;
  }

  .testimonial-text {
    font-size: 16px;
  }

  .testimonial-hero-contain {
    margin-top: 100px;
  }

  .logos-wrap {
    justify-content: space-between;
    margin-left: 0;
    display: none;
  }

  .logos-wrap.homepage-5 {
    align-content: space-between;
  }

  .logo-home-4.about.last {
    margin-top: 10px;
    margin-right: 0;
  }

  .solutions-main-heading {
    font-size: 36px;
  }

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

  .solution-number {
    margin-right: 10px;
    font-size: 20px;
  }

  .solution-text {
    margin-right: 5%;
    font-size: 26px;
  }

  .solutions-arrow {
    flex: none;
  }

  .goals-main-paragraph {
    font-size: 18px;
  }

  .connect-main-heading {
    font-size: 36px;
  }

  .form-main-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-heading {
    font-size: 36px;
  }

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

  .footer-headings-wrap {
    margin-left: 16px;
  }

  .footer-info {
    font-size: 16px;
  }

  ._96px-heading._1 {
    text-align: center;
    font-size: 36px;
  }

  ._96px-heading._2 {
    font-size: 36px;
  }

  ._96px-heading._3 {
    text-align: center;
    margin-left: 0;
    font-size: 36px;
  }

  .rectangle-call-button.overview {
    padding-top: 14px;
    padding-bottom: 16px;
    font-size: 18px;
  }

  .newsletter-right-contain {
    max-width: 100%;
  }

  .white-form {
    width: 100%;
    min-width: 300px;
    max-width: 400px;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 16px;
  }

  .contact-wrapper {
    padding-top: 150px;
  }

  .contact-heading {
    font-size: 36px;
  }

  .services-main-wrapper {
    padding-bottom: 40px;
  }

  .services-page-contain, .services-page-contain.reverse {
    margin-bottom: 140px;
  }

  .services-h2-heading {
    font-size: 36px;
  }

  .send-message-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-heading-28px {
    font-size: 20px;
  }

  .form-gradient-submit {
    background-image: linear-gradient(to right, var(--gradient-1) 20%, var(--gradient-2) 60%, var(--gradient-3) 80%, var(--gradient-4) 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    font-size: 14px;
  }

  .contact-heading-64px {
    font-size: 48px;
  }

  .email-text {
    font-size: 24px;
  }

  .checkbox-field {
    margin-right: 10px;
  }

  .fields-contain {
    flex-direction: column;
    margin-bottom: 0;
  }

  .contact-form-field {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .reviews-main-wrapper.reviews-page-2 {
    padding-top: 120px;
  }

  .review-cards-right-wrap {
    margin-bottom: 0;
  }

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

  .review-top-contain {
    flex-direction: column;
  }

  .review-divider {
    width: 100%;
    height: 1px;
    margin: 40px 0;
  }

  .about-hero-heading {
    font-size: 46px;
  }

  .about-image-contain {
    height: 350px;
  }

  .about-image-bottom-left {
    bottom: 8%;
  }

  .about-me-middle-top {
    bottom: 25%;
  }

  .about-line {
    width: 60%;
    bottom: 78%;
  }

  .about-line-2 {
    width: 50%;
    bottom: 22%;
  }

  .work-heading {
    font-size: 36px;
  }

  .together-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-images-contain {
    height: 420px;
  }

  .clients-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .client-text {
    font-size: 80px;
    top: -7%;
  }

  .footer-top-left {
    margin-bottom: 80px;
  }

  .cta-wrapper {
    justify-content: flex-start;
  }

  .about-hero-image-wrap {
    width: 100%;
  }

  .about-hero-heading-2, .creative-heading-64px {
    font-size: 48px;
  }

  .power-heading {
    font-size: 46px;
  }

  .client-bottom-text {
    font-size: 34px;
  }

  .create-heading-48px {
    font-size: 36px;
  }

  .trusted-logos-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .websites-wrapper {
    padding-bottom: 60px;
  }

  .websites-heading {
    font-size: 36px;
  }

  .create-text {
    margin-bottom: 0;
    font-size: 18px;
  }

  .blog-hero-wrapper {
    margin-bottom: 60px;
    overflow: visible;
  }

  .blog-heading-64px, .blog-heading-64px._90 {
    font-size: 48px;
  }

  .blog-contain {
    max-width: 280px;
  }

  .blog-contain._500px {
    max-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-contain._354px-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-contain.horizontal {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-image-contain, .blog-thumbnail-image {
    height: 250px;
  }

  .categories-wrapper.template {
    flex-direction: column;
    justify-content: center;
  }

  .categories-wrapper.vertical {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-category {
    margin-right: 10px;
  }

  .second-category, .second-category.top {
    margin-left: 0;
  }

  .blog-title {
    font-size: 24px;
  }

  .collection-item-blogs {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-wrapper.blog-page-1 {
    margin-top: 140px;
  }

  .blog-heading-2 {
    font-size: 36px;
  }

  .blog-info-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-info-wrapper.blog {
    align-items: center;
  }

  .dot-blog {
    display: none;
  }

  .tabs-menu-page-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-content {
    margin-top: 20px;
    margin-left: 0;
  }

  .blog-heading-white {
    font-size: 48px;
  }

  .blog-wrapper-page-3 {
    padding-top: 120px;
  }

  .tabs-menu-right {
    border-radius: 10px;
    flex-wrap: wrap;
    display: flex;
  }

  .tab-links-page-3 {
    margin-bottom: 10px;
  }

  .collection-list-blog-3 {
    grid-template-columns: 1fr;
  }

  .template-hero-image {
    height: 400px;
  }

  .blog-top-info {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-hero-heading {
    font-size: 36px;
  }

  .blog-description-template, .blog-date, .read-time {
    font-size: 18px;
  }

  .blog-dot.hide {
    display: none;
  }

  .share-icons-wrapper {
    width: 100%;
  }

  .blog-rich-text blockquote {
    margin-left: 0;
  }

  .author-description {
    font-size: 18px;
  }

  .similar-blogs-wrapper {
    margin-bottom: 100px;
  }

  .project-heading-64px {
    font-size: 48px;
  }

  .project-tab-links {
    justify-content: center;
    margin-right: 0;
    display: flex;
  }

  .tabs-menu {
    flex-direction: column;
    display: block;
  }

  .project-image-wrap {
    height: 300px;
  }

  .project-name-bold, .project-name-regular {
    font-size: 20px;
  }

  .project-description {
    font-size: 16px;
  }

  .project-description._22px {
    font-size: 18px;
  }

  .project-rich-text blockquote {
    margin-left: 10px;
    font-size: 20px;
  }

  .project-rich-text ul {
    margin-left: 0;
  }

  .project-rich-text li {
    font-size: 16px;
  }

  .more-projects-wrapper.projects {
    margin-bottom: 60px;
  }

  .product-info-text {
    padding-left: 10px;
  }

  .product-price {
    font-size: 24px;
  }

  .product-hero-wrapper {
    margin-bottom: 140px;
  }

  .collection-item-7, .main-image-link {
    height: 250px;
  }

  .contact-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-icon {
    width: 100%;
    max-width: 36px;
  }

  .project-name-home {
    font-size: 20px;
  }

  .utility-page-wrap.password {
    padding-top: 0;
  }

  .utility-page-content.password {
    width: auto;
  }

  .utility-page-form {
    width: 90%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-wrapper, .subscribe-wrap, .testimonial-slide-wrap {
    width: 100%;
  }

  .testimonial-big-text.left {
    font-size: 20px;
  }

  .testimonial-bottom-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .testimonial-position-20px.white {
    font-size: 14px;
  }

  .testimonial-arrow {
    inset: auto 30% -23% auto;
  }

  .testimonial-arrow.left {
    inset: auto auto -23% 31%;
  }

  .circle-background.left-home {
    top: -11%;
  }

  .circle-background.left {
    height: auto;
    top: -19%;
  }

  .circle-background.left.projects {
    top: -9%;
  }

  .circle-background.left.project-details {
    top: -26%;
  }

  .circle-background.left.reviews {
    top: -5%;
  }

  .circle-background.left.reviews-2 {
    top: -4%;
  }

  .circle-background.left.blog-page-1 {
    top: -23%;
    left: -57%;
  }

  .circle-background.left.blog-2 {
    top: -13%;
  }

  .circle-background.left.shop {
    height: auto;
    top: -11%;
    left: -65%;
  }

  .circle-background.right {
    top: -1%;
  }

  .circle-background.right.projects {
    top: 2%;
  }

  .circle-background.right.reviews {
    top: 3%;
    right: -59%;
  }

  .circle-background.right.reviews-2 {
    top: 18%;
  }

  .circle-background.right.about-right {
    top: 4%;
  }

  .circle-background.right.blog-page-1 {
    top: -1%;
    right: -75%;
  }

  .circle-background.right.blog-2 {
    top: 2%;
  }

  .circle-background.right.shop {
    height: auto;
    top: -3%;
  }

  .circle-background.review {
    top: 10%;
  }

  .circle-background.course {
    top: -2%;
    right: -50%;
  }

  .circle-background.course-left {
    top: -9%;
  }

  .circle-background.about-1 {
    top: -27%;
  }

  .circle-background.left-course {
    top: -15%;
    left: -46%;
  }

  .circle-background.course-right {
    top: 3%;
  }

  .circle-background.blog-3-left {
    top: -22%;
  }

  .circle-background.blog-3-right {
    top: 26%;
  }

  .project-heading-40px {
    font-size: 26px;
  }

  .testimonial-wrapper.white {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .testimonial-haeding-48px {
    text-align: center;
    font-size: 36px;
  }

  .testimonial-text-32px {
    font-size: 22px;
  }

  .testimonial-names {
    font-size: 18px;
  }

  .main-testimonial-image {
    left: 20px;
  }

  .testimonial-black-image {
    max-width: 300px;
  }

  .create-line-2 {
    bottom: -7%;
  }

  .project-slider-wrap {
    margin-top: 60px;
  }

  .mask {
    max-width: 290px;
  }

  .project-slide {
    max-width: 290px;
    margin-right: 20px;
  }

  .project-slide-wrap {
    max-width: 290px;
  }

  .slider-image-contain {
    height: 280px;
  }

  .project-slide-image {
    width: 70%;
  }

  .slider-arrow {
    inset: -22% auto auto 0%;
  }

  .slider-arrow.right {
    inset: -22% auto auto 30%;
  }

  .goal-headings-wrap {
    margin-left: 24px;
  }

  .goal-paragraph {
    font-size: 16px;
  }

  .testimonial-slide-wrapper {
    padding-bottom: 100px;
  }

  .left-arrow-testimonial {
    inset: auto auto 0% 0%;
  }

  .right-arrow-testimonial {
    width: 50px;
    inset: auto auto 0% 10%;
  }

  .testimonial-light-box {
    width: 100%;
  }

  .course-text-24px {
    font-size: 20px;
  }

  .course-name {
    font-size: 26px;
  }

  .course-top-left {
    max-width: 140px;
  }

  .course-top-right {
    flex-direction: column;
    align-items: flex-start;
  }

  .course-name-heading {
    font-size: 36px;
  }

  .trailer-button.courses {
    width: 100%;
  }

  .button-text-white {
    font-size: 18px;
  }

  .trailer-link {
    width: 100%;
  }

  .special-offer-text {
    margin-right: 0;
  }

  .price-contain {
    flex-direction: column;
    align-items: center;
  }

  .price-text-gradient {
    margin-top: 10px;
    margin-bottom: 4px;
    margin-right: 0;
  }

  .course-details-wrap.related {
    margin-top: 120px;
  }

  .design-resources-wrapper.center {
    padding-top: 0;
  }

  .tabs-menu-dr {
    flex-direction: column;
    align-items: stretch;
    max-width: none;
    margin-left: 0;
    margin-right: auto;
  }

  .dr-tab-link {
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    margin-right: 0;
    display: flex;
  }

  .dr-tab-link-rectangle {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .past-work-wrapper {
    padding-top: 140px;
  }

  .pw-heading-wrap {
    width: 100%;
  }

  .testimonial-right-arrow {
    left: 15%;
  }

  .dr-blog-contain {
    flex-direction: column;
  }

  .blog-category {
    margin-bottom: 20px;
  }

  .blog-heading-60px {
    font-size: 28px;
  }

  .blog-link-paragraph {
    font-size: 18px;
  }

  .menu-button {
    display: none;
  }

  .testimonial-top-wrap, ._404-image {
    width: 90%;
  }

  ._404-heading {
    text-align: center;
    font-size: 80px;
    font-style: normal;
  }

  ._404-text {
    font-size: 30px;
  }

  .form-block {
    max-width: 100%;
    margin-bottom: 0;
  }

  .colors-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  ._22-px {
    font-size: 18px;
  }

  .columns-contain {
    width: 100%;
  }

  .navigation-drop-container.home {
    padding: 0;
  }

  .dropdown-links.navbar {
    padding: 20px;
  }

  .dropdown-lists.w--open {
    left: -10%;
  }

  .collection-item-project {
    padding-left: 0;
    padding-right: 0;
  }

  .work-with-contain-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .overview-image-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .overview-headings {
    text-align: center;
  }

  .overview-image-text {
    height: 80px;
    padding-left: 0;
  }

  .hero-testimonial-wrapper {
    font-size: 18px;
  }

  ._100px-links {
    margin-right: 60px;
  }

  .cta-big-texts {
    margin-top: 10px;
    font-size: 24px;
  }

  .white-banner-heading {
    font-size: 40px;
  }

  .blog-mask {
    max-width: 280px;
  }

  .right-arrow {
    width: auto;
    inset: auto 25% -15% auto;
  }

  .left-arrow {
    width: auto;
    inset: auto auto -15% 25%;
  }

  .arrow-blog {
    box-shadow: 0 24px 80px #0d0e101f;
  }

  .blog-tab-link-page-2 {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .icon {
    display: none;
  }

  .about-hero-heading-3 {
    font-size: 48px;
  }

  .cf-secondary-button {
    font-size: 16px;
  }

  .cf-pricing-box-plan-wrapper {
    width: 100%;
  }

  .cf-pricing-box.pricing-box-alternative {
    width: 90%;
    padding-top: 0;
  }

  .cf-pricing-box.pricing-highlighted {
    width: 90%;
  }

  .cf-primary-button {
    padding: 16px 20px;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-pricing-heading {
    font-size: 28px;
  }

  .cf-green-top-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-pricing-2-price-card-section {
    margin-bottom: 0;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-pricing-box-plan-wrapper-dark {
    width: 100%;
  }

  .cf-growth-heading-32px {
    font-size: 28px;
  }

  .cf-growth-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper.large {
    background-position: 8px 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-para-text-20px {
    font-size: 16px;
  }

  .cf-growth-h2-heading-56px {
    font-size: 40px;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0;
  }

  .cf-pricing-plan-amount-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .cf-pricing-plan-description {
    font-size: 16px;
  }

  .cf-pricing-plan-name {
    font-size: 38px;
  }

  .cf-pricing-3-box-plan-block {
    width: 90%;
  }

  .cf-pricing-3-box {
    border-radius: 16px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cta-wrapper-2 {
    justify-content: center;
  }

  .cf-form-gradient-submit {
    background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-borders-text-field {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .cf-borders-text-field-dropdown {
    padding-left: 14px;
    font-size: 16px;
  }

  .cf-form-heading-28px {
    font-size: 24px;
  }

  .cf-send-message-form {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cf-footer-info {
    font-size: 16px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-footer-headings-wrap {
    margin-left: 16px;
  }

  .cf-footer-info-contain {
    align-items: center;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-form-main-wrapper {
    padding: 60px 20px;
  }

  .logo-home-5.about.last, .logo-home-6.about.last, .logo-home-7.about.last, .logo-home-8.about.last, .logo-home-9.about.last {
    margin-top: 10px;
    margin-right: 0;
  }

  .image-3 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 83%;
    left: 9%;
  }
}

#w-node-f509be92-041d-ead3-8e93-ef1508f73042-2609bc66, #w-node-_94a1b623-dc66-4870-a6e2-5486ea49865a-2609bc66, #w-node-_864d21d2-8834-2c13-6163-e85e0a3c289f-2609bc66, #w-node-_8c3c3049-c25e-e87c-7025-45bfe67ff329-2609bc66, #w-node-_11f10e08-2f65-16b8-7e54-67cff2edb86d-2609bc66, #w-node-_622234d9-7e0c-8ce2-648d-8e15b1a4241b-2609bc66, #w-node-_59b0dfd6-1d80-cea0-beb1-be1cc8019085-2609bc66, #w-node-_72cea9a1-7a31-7885-b576-b79baa6ba605-2609bc66, #w-node-c9552dab-43d3-22be-df11-47488a96113a-2609bc66, #w-node-_28e2c3e2-7fba-c4bf-53a2-5c349d0366e4-2609bc66, #w-node-_7cbfd6e0-5cb5-2684-a3ca-807577981d8a-2609bc66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}