@font-face {
  font-family: Creatodisplay;
  src: url('../fonts/CreatoDisplay-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Creatodisplay;
  src: url('../fonts/CreatoDisplay-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Creatodisplay;
  src: url('../fonts/CreatoDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Creatodisplay;
  src: url('../fonts/CreatoDisplay-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-family: Creatodisplay, Arial, sans-serif;
  --gray-color: #656565;
  --_typography---heading--paragraph: 16px;
  --_typography---line-height--line-height-l: 140%;
  --regular: 400;
  --_spacing---space-none: 0px;
  --text-primary: #09080e;
  --_typography---heading--heading-h1: 140px;
  --_typography---line-height--line-height-xs: 100%;
  --bold: 700;
  --_typography---letter-spacing--letter-spacing-h1: -2.8px;
  --_typography---heading--heading-h2: 64px;
  --medium: 500;
  --_typography---letter-spacing--letter-spacing-h2: -2px;
  --_typography---heading--heading-h3: 54px;
  --_typography---letter-spacing--letter-spacing-h3: -1.62px;
  --_typography---heading--heading-h4: 24px;
  --_typography---letter-spacing--letter-spacing-h4: 0px;
  --_typography---heading--heading-h5: 20px;
  --_typography---letter-spacing--letter-spacing-h5: 0px;
  --_typography---heading--heading-h6: 18px;
  --_typography---letter-spacing--letter-spacing-h6: 0px;
  --primary: #604cc3;
  --_spacing---section-space: 60px;
  --_spacing---section-top: 140px;
  --_spacing---section-bottom: 65px;
  --_spacing---space-s: 20px;
  --white: white;
  --black: #000;
  --shape: whitesmoke;
  --primary-tint: #b771e5;
  --transparent: transparent;
  --_spacing---space-xxs: 10px;
  --_spacing---space-xs: 16px;
  --_spacing---space-m: 24px;
  --_spacing---space-l: 36px;
  --_spacing---space-xl: 40px;
  --_spacing---space-xxl: 50px;
  --semi-bold: 600;
  --_typography---line-height--line-height-s: 110%;
  --_typography---line-height--line-height-m: 130%;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  font-family: var(--font-family);
  color: var(--gray-color);
  font-size: var(--_typography---heading--paragraph);
  line-height: var(--_typography---line-height--line-height-l);
  font-weight: var(--regular);
  --_typography---heading--paragraph: 16px;
  --_typography---line-height--line-height-l: 140%;
  --_typography---heading--heading-h1: 140px;
  --_typography---line-height--line-height-xs: 100%;
  --_typography---letter-spacing--letter-spacing-h1: -2.8px;
  --_typography---heading--heading-h2: 64px;
  --_typography---letter-spacing--letter-spacing-h2: -2px;
  --_typography---heading--heading-h3: 54px;
  --_typography---letter-spacing--letter-spacing-h3: -1.62px;
  --_typography---heading--heading-h4: 24px;
  --_typography---letter-spacing--letter-spacing-h4: 0px;
  --_typography---heading--heading-h5: 20px;
  --_typography---letter-spacing--letter-spacing-h5: 0px;
  --_typography---heading--heading-h6: 18px;
  --_typography---letter-spacing--letter-spacing-h6: 0px;
  --_typography---line-height--line-height-s: 110%;
  --_typography---line-height--line-height-m: 130%;
  --_spacing---space-none: 0px;
  --_spacing---section-space: 60px;
  --_spacing---section-top: 140px;
  --_spacing---section-bottom: 65px;
  --_spacing---space-s: 20px;
  --_spacing---space-xxs: 10px;
  --_spacing---space-xs: 16px;
  --_spacing---space-m: 24px;
  --_spacing---space-l: 36px;
  --_spacing---space-xl: 40px;
  --_spacing---space-xxl: 50px;
}

h1 {
  margin-top: var(--_spacing---space-none);
  margin-bottom: var(--_spacing---space-none);
  color: var(--text-primary);
  font-size: var(--_typography---heading--heading-h1);
  line-height: var(--_typography---line-height--line-height-xs);
  font-weight: var(--bold);
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-h1);
}

h2 {
  margin-top: var(--_spacing---space-none);
  margin-bottom: var(--_spacing---space-none);
  color: var(--text-primary);
  font-size: var(--_typography---heading--heading-h2);
  line-height: var(--_typography---line-height--line-height-l);
  font-weight: var(--medium);
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-h2);
}

h3 {
  margin-top: var(--_spacing---space-none);
  margin-bottom: var(--_spacing---space-none);
  color: var(--text-primary);
  font-size: var(--_typography---heading--heading-h3);
  line-height: var(--_typography---line-height--line-height-l);
  font-weight: var(--medium);
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-h3);
}

h4 {
  margin-top: var(--_spacing---space-none);
  margin-bottom: var(--_spacing---space-none);
  color: var(--text-primary);
  font-size: var(--_typography---heading--heading-h4);
  line-height: var(--_typography---line-height--line-height-l);
  font-weight: var(--medium);
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-h4);
}

h5 {
  margin-top: var(--_spacing---space-none);
  margin-bottom: var(--_spacing---space-none);
  color: var(--text-primary);
  font-size: var(--_typography---heading--heading-h5);
  line-height: var(--_typography---line-height--line-height-l);
  font-weight: var(--medium);
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-h5);
}

h6 {
  margin-top: var(--_spacing---space-none);
  margin-bottom: var(--_spacing---space-none);
  color: var(--text-primary);
  font-size: var(--_typography---heading--heading-h6);
  line-height: var(--_typography---line-height--line-height-l);
  font-weight: var(--medium);
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-h6);
}

p {
  color: var(--text-primary);
  margin-bottom: 0;
}

a {
  color: var(--text-primary);
  text-decoration: none;
}

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

img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: inline-block;
}

.submit-button {
  letter-spacing: -.36px;
  background-color: #dd7240;
  border-radius: 60px;
  margin-top: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.submit-button.v1 {
  background-color: var(--primary);
  border-radius: 0;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.typography-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 24px;
  display: flex;
}

.color-content-wrapper-2 {
  margin-top: 40px;
}

.typography-content-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container {
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container.v1 {
  z-index: 10;
  position: relative;
}

.style-guide-subtitle-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

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

.page-wrapper {
  overflow: hidden;
}

.style-guide-description {
  margin-top: 24px;
}

.main-color-code {
  color: #121212;
}

.heading-details-text {
  font-weight: 500;
}

.all-button-wrapper {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.color-content-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-bold {
  font-weight: 500;
}

.section {
  padding-top: var(--_spacing---section-space);
  padding-bottom: var(--_spacing---section-space);
}

.section.style {
  padding-top: 232px;
  padding-bottom: 65px;
  padding-top: var(--_spacing---section-top);
  padding-bottom: var(--_spacing---section-bottom);
}

.section.bnner {
  padding-bottom: var(--_spacing---space-s);
}

.typography-title {
  background-color: #131212;
  border-radius: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 18px;
}

.typography-title._02 {
  color: var(--white);
  margin-top: 60px;
}

.primary-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  border: 1px solid #ffffff42;
  border-radius: 60px;
  justify-content: flex-start;
  align-items: center;
  width: 162px;
  margin-left: 0;
  margin-right: 0;
  padding: 3px;
  display: inline-flex;
  position: relative;
  overflow: visible;
}

.main-color-content-wrapper {
  background-color: #fff;
  border-radius: 40px;
  padding: 10px 16px;
  display: inline-block;
}

.style-guide-dot-icon-2 {
  background-color: #656565;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.main-color-content-wrap-2 {
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 315px;
  padding-bottom: 18px;
  padding-left: 18px;
  display: flex;
}

.main-color-content-wrap-2._04 {
  background-color: var(--gray-color);
}

.main-color-content-wrap-2._06 {
  border: 1px solid var(--shape);
  background-color: var(--white);
}

.main-color-content-wrap-2._03 {
  background-color: var(--primary);
}

.main-color-content-wrap-2._05 {
  background-color: var(--primary-tint);
}

.main-color-content-wrap-2._07 {
  background-color: var(--shape);
}

.main-color-content-wrap-2._02 {
  background-color: var(--text-primary);
}

.color-subtitle-2 {
  letter-spacing: -.4px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.title-heading {
  color: var(--white);
  font-size: var(--_typography---heading--heading-h5);
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-h5);
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-brand {
  flex: none;
  width: 100%;
  min-width: 200px;
  max-width: 400px;
}

.navbar-brand.w--current {
  align-self: flex-start;
  min-width: 150px;
}

.nav-menu {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--text-primary);
  font-size: var(--_typography---heading--heading-h6);
  font-weight: var(--medium);
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: var(--primary);
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  text-decoration: none;
  display: block;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navber-wrapper {
  grid-column-gap: 275px;
  grid-row-gap: 275px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navber-wrap {
  grid-column-gap: 275px;
  grid-row-gap: 275px;
  flex-flow: row;
  display: flex;
}

.primary-btn-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--primary);
  background-color: var(--transparent);
  color: #0d0d0f;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.text-wrap {
  flex-flow: column;
  height: 22px;
  display: flex;
  overflow: hidden;
}

.button-text {
  color: var(--primary);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.icon-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  width: 20px;
  display: flex;
  overflow: hidden;
}

.arrow-01 {
  flex: none;
  width: 16px;
  height: 16px;
}

.line {
  background-color: var(--primary);
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 100%;
  height: 1px;
}

.line:hover {
  perspective-origin: 100%;
  transform-origin: 100%;
}

.line.v1 {
  background-color: var(--shape);
  margin-top: 12px;
  margin-bottom: 12px;
}

.footer-image {
  max-width: 630px;
  max-height: 198px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.footer-list.left.v1 {
  margin-top: 0;
}

.footer-list.v1 {
  margin-top: 70px;
}

.footer-link {
  color: var(--white);
  text-decoration: none;
}

.footer-link.v1 {
  color: var(--white);
  text-decoration: underline;
}

.footer-list-item {
  list-style-type: none;
}

.form-block {
  width: 100%;
  max-width: 390px;
  margin-bottom: 25px;
}

.footer-form-wrap {
  justify-content: space-between;
  display: flex;
}

.footer-form-btn {
  background-color: var(--primary);
  border-radius: 6px;
  padding: 0 16px;
  transition: background-color .3s ease-in-out;
  position: absolute;
  inset: 2px 2px 2px auto;
}

.footer-form-btn:hover {
  background-color: var(--primary-tint);
}

.footer-input-box {
  color: var(--text-primary);
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
}

.footer-input-box::placeholder {
  color: var(--gray-color);
}

.footer-input-wrap {
  background-color: var(--white);
  border-radius: 8px;
  height: 48px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  position: relative;
  overflow: hidden;
}

.footer-block-title {
  color: var(--white);
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
}

.footer-copy-write-text {
  color: var(--shape);
}

.footer-bottom-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.success-message {
  background-color: var(--primary-tint);
  color: var(--white);
  border-radius: 8px;
}

.error-message {
  background-color: var(--transparent);
  color: #ff6f6f;
  padding-left: 0;
  padding-right: 0;
}

.footer-inner-wrap {
  background-color: var(--primary);
  padding-top: 75px;
  padding-bottom: 35px;
  position: relative;
}

.footer {
  margin-top: var(--_spacing---section-space);
}

.list {
  color: var(--primary-tint);
  border-top: 1px solid #ececec;
  margin-bottom: 40px;
  padding-top: 8px;
  padding-left: 20px;
  list-style-type: square;
}

.list.banner {
  margin-top: var(--_spacing---section-space);
  color: var(--primary-tint);
  list-style-type: square;
}

.section-title-style {
  color: var(--text-primary);
  font-size: var(--_typography---heading--heading-h6);
  font-weight: var(--medium);
}

.animation-wrap {
  padding-bottom: 10px;
  overflow: hidden;
}

.animation-wrap.v1 {
  margin-top: -10px;
}

.banner-list-flex {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: space-between;
  list-style-type: square;
  display: flex;
}

.banner-list-flex.v1 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-list-text {
  color: var(--text-primary);
  font-size: var(--_typography---heading--heading-h5);
  font-weight: var(--medium);
  max-width: 515px;
}

.about-number-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.number-counter-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.primary-color {
  color: var(--primary-tint);
}

.project-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-wrapper.blog {
  grid-template-columns: 1fr 1fr 1fr;
  display: block;
}

.project-wrap {
  text-decoration: none;
}

.project-image-wrap {
  position: relative;
  overflow: hidden;
}

.project-tag {
  color: var(--gray-color);
  font-size: 20px;
}

.project-title {
  padding-top: 2px;
  padding-bottom: 4px;
}

.project-title.v1 {
  padding-top: 0;
  padding-bottom: 12px;
}

.project-number {
  color: var(--primary-tint);
  margin-top: 12px;
  font-size: 20px;
  font-weight: 500;
}

.contact-form-block {
  max-width: 680px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: auto;
}

.field-label {
  color: var(--text-primary);
  margin-bottom: 10px;
  font-weight: 500;
}

.contact-input {
  color: var(--text-primary);
  background-color: #f5f5f5;
  border: 1px solid #ececec;
  height: 48px;
  margin-bottom: 0;
  padding-left: 16px;
}

.contact-input:focus {
  border-color: var(--primary-tint);
}

.contact-input::placeholder {
  color: var(--text-primary);
}

.contact-input.textarea {
  height: auto;
  min-height: 150px;
  padding-top: 16px;
  padding-left: 16px;
}

.contact-input.v1 {
  border-color: var(--primary);
  width: 100%;
  height: 50px;
}

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

.contact-btn {
  z-index: 10;
  border: 1px solid var(--primary);
  background-color: var(--transparent);
  opacity: 0;
  color: var(--primary);
  background-image: url('../images/arrow-right.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 34px;
  padding: 12px 32px 12px 16px;
  position: absolute;
  inset: 0%;
}

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

.pricing-wrap {
  background-color: var(--shape);
  border-radius: 16px;
  padding: 12px 4px 4px;
}

.pricing-name {
  text-align: center;
  margin-bottom: 12px;
}

.pricing-inner-wrap {
  background-color: var(--white);
  border-radius: 14px;
  padding: 30px 34px;
}

.text-span {
  color: var(--gray-color);
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-h4);
  font-size: 16px;
}

.pricing-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph {
  font-size: 14px;
  font-weight: 500;
}

.pricing-btn {
  border: 1px solid var(--primary);
  background-color: var(--transparent);
  color: var(--primary);
  border-radius: 34px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  font-weight: 500;
  transition: all .3s ease-in-out;
  display: flex;
}

.pricing-btn:hover {
  background-color: var(--primary);
  color: var(--white);
}

.service-left-block {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service-line {
  background-color: #ececec;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.service-icon-box {
  flex-flow: row;
  justify-content: flex-end;
  width: 30px;
  height: 30px;
  display: flex;
  overflow: hidden;
}

.service-item-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.inner-service-line {
  background-color: var(--primary-tint);
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 100%;
  height: 100%;
}

.service-title {
  font-size: var(--_typography---heading--heading-h4);
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-h4);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  max-height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-wrap.v1 {
  height: auto;
  margin-top: 100px;
  margin-bottom: 60px;
}

.utility-page-content {
  background-color: var(--shape);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 1248px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.utility-page-content.v1 {
  background-color: var(--transparent);
  justify-content: flex-start;
  align-items: center;
}

.utility-page-form {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cursor-image {
  max-width: 80px;
  max-height: 80px;
}

.cursor-box {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

._04-title {
  font-size: var(--_typography---heading--heading-h4);
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-h4);
  padding-top: 10px;
  padding-bottom: 10px;
}

.password-field-wrapper {
  align-self: stretch;
  margin-top: 24px;
  display: flex;
}

.list-license {
  padding-left: 20px;
}

.license-image {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  max-height: 442px;
}

.iconography-wrapper {
  margin-top: var(--_spacing---section-top);
  text-align: left;
}

.site {
  color: var(--primary);
  transition: color .4s;
}

.site:hover {
  opacity: .75;
  color: var(--primary);
}

.image-section-wrapper {
  margin-top: var(--_spacing---section-top);
}

.paragraph-2 {
  color: var(--text-primary);
}

.license-short-description-text {
  color: var(--text-primary);
  text-align: left;
  letter-spacing: -.32px;
  max-width: 770px;
  margin-top: 20px;
  margin-right: auto;
  font-size: 16px;
  line-height: 160%;
}

.list-item-v2 {
  color: var(--text-primary);
  text-align: left;
}

.license-icon-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.license-image-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.license-image-grid.v1 {
  grid-template-columns: 1.4fr 1fr;
}

.license-page-wrapper {
  text-align: center;
}

.font-download-button {
  background-color: var(--primary);
  text-align: left;
  border-radius: 12px;
  margin-top: 50px;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.license-title {
  font-size: var(--_typography---heading--heading-h4);
  text-align: left;
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-h4);
}

.license-short-text {
  color: var(--text-primary);
  text-align: left;
  max-width: 600px;
  margin-top: 30px;
  overflow: visible;
}

.icon-ine {
  background-color: #dd7240;
  width: 1px;
  height: 20px;
}

.license-icon {
  max-width: 25px;
}

.changelog-wrapper {
  text-align: center;
  margin-bottom: 100px;
}

.change-log-title {
  text-align: left;
}

.change-log-version-wrapper {
  background-color: var(--shape);
  border-radius: 20px;
  margin-top: 120px;
  padding: 40px;
}

.change-log-version-title {
  font-size: var(--_typography---heading--heading-h4);
  text-align: left;
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-h4);
  margin-bottom: 16px;
}

.change-log-version-details-wrapper {
  width: 100%;
  max-width: 410px;
  margin-right: auto;
}

.change-log-version-details-text {
  color: var(--text-primary);
  text-align: left;
  letter-spacing: -.32px;
  font-size: 16px;
  line-height: 160%;
}

.blog-list {
  color: #b771e5;
  border-top: 1px solid #ececec;
  margin-bottom: 40px;
  padding-top: 8px;
  padding-left: 20px;
  list-style-type: square;
}

.blog-short-text.v1 {
  color: var(--gray-color);
}

.section-title-style-2 {
  color: #09080e;
  font-size: 18px;
  font-weight: 500;
}

.blog-info-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 12px;
  display: flex;
}

.date-text {
  color: #656565;
}

.dot {
  background-color: #f5f5f5;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.blog-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-link-block {
  text-decoration: none;
}

.blog-single-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-single-content-wrap {
  max-width: 80%;
}

.blog-title {
  font-weight: var(--medium);
}

.blog-single-description {
  color: var(--gray-color);
  max-width: 630px;
  margin-top: 16px;
}

.blog-single-details-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.blog-single-dot-icon {
  background-color: #ececec;
  border-radius: 110px;
  width: 6px;
  height: 6px;
}

.blog-single-images {
  margin-top: 20px;
}

.blog-single-rich-text h4 {
  margin-top: 30px;
  margin-bottom: 16px;
}

.blog-single-rich-text p {
  color: var(--gray-color);
}

.blog-single-rich-text ol {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.blog-single-second-image {
  margin-top: 40px;
  margin-bottom: 10px;
}

.footer-items-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.tesitmonial-content-wrapper {
  margin-top: var(--_spacing---section-space);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-slider-content-wrapper {
  background-color: #f5f5f5;
  border-radius: 0;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  min-height: 315px;
  padding: 24px;
  display: flex;
}

.testimonial-client-info-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.testimonial-client-image {
  max-width: 52px;
}

.testimonial-client-title {
  color: #121212;
  font-weight: 500;
}

.testimonial-client-designation {
  margin-top: 4px;
}

.testimonial-slider-text {
  font-size: var(--_typography---heading--heading-h4);
  line-height: var(--_typography---line-height--line-height-l);
}

.company-logo-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.copmpany-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: none;
  display: flex;
}

.logo {
  flex: 1;
  max-width: 165px;
  max-height: 35px;
}

.contact-button-wrap {
  position: relative;
}

.list-icon {
  max-width: 24px;
}

.image {
  max-width: 70px;
  max-height: 24px;
}

.lock-icon {
  max-width: 60px;
}

.footer-button-wrap {
  margin-top: 20px;
}

.banner-image-wrap {
  overflow: hidden;
}

.none {
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    --_typography---heading--paragraph: 16px;
    --_typography---line-height--line-height-l: 140%;
    --_typography---heading--heading-h1: 110px;
    --_typography---line-height--line-height-xs: 100%;
    --_typography---letter-spacing--letter-spacing-h1: -2.25px;
    --_typography---heading--heading-h2: 54px;
    --_typography---letter-spacing--letter-spacing-h2: -1.75px;
    --_typography---heading--heading-h3: 44px;
    --_typography---letter-spacing--letter-spacing-h3: -1.5px;
    --_typography---heading--heading-h4: 22px;
    --_typography---letter-spacing--letter-spacing-h4: 0px;
    --_typography---heading--heading-h5: 20px;
    --_typography---letter-spacing--letter-spacing-h5: 0px;
    --_typography---heading--heading-h6: 18px;
    --_typography---letter-spacing--letter-spacing-h6: 0px;
    --_typography---line-height--line-height-s: 110%;
    --_typography---line-height--line-height-m: 130%;
    --_spacing---space-none: 0px;
    --_spacing---section-space: 60px;
    --_spacing---section-top: 120px;
    --_spacing---section-bottom: 60px;
    --_spacing---space-s: 20px;
    --_spacing---space-xxs: 10px;
    --_spacing---space-xs: 16px;
    --_spacing---space-m: 22px;
    --_spacing---space-l: 32px;
    --_spacing---space-xl: 34px;
    --_spacing---space-xxl: 50px;
  }

  h1 {
    font-size: 110px;
  }

  h2 {
    font-size: 54px;
  }

  h3 {
    font-size: 44px;
  }

  h4 {
    font-size: 22px;
  }

  .all-button-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .navbar {
    z-index: 1000;
    position: relative;
  }

  .navbar-no-shadow-container {
    z-index: 100;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu-wrapper {
    z-index: 100;
    background-color: var(--white);
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .nav-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .menu-button {
    width: 50px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
    color: #fff;
  }

  .navber-wrapper {
    z-index: 100;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
  }

  .footer-list {
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .footer-list.left.v1 {
    justify-content: flex-start;
  }

  .footer-list.v1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    margin-top: 20px;
  }

  .footer-list.v2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
  }

  .form-block.v1 {
    margin-top: 40px;
  }

  .footer-form-wrap {
    flex-flow: column;
    margin-top: 50px;
  }

  .footer-bottom-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
  }

  .footer-inner-wrap {
    padding-top: 60px;
  }

  .navber-menu-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .banner-list-flex.v1 {
    grid-template-columns: .5fr 1fr;
  }

  .number-counter-wrapper {
    grid-column-gap: 40px;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    margin-top: 20px;
    display: flex;
  }

  .project-wrapper.blog {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-block {
    max-width: none;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    display: flex;
  }

  .pricing-inner-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-page-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .license-image {
    border-radius: 20px;
    min-height: 350px;
    max-height: 350px;
  }

  .iconography-wrapper, .image-section-wrapper {
    margin-top: 100px;
  }

  .license-image-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .font-download-button {
    margin-top: 40px;
  }

  .change-log-version-wrapper {
    margin-top: 80px;
  }

  .blog-collection-list {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-single-content-wrap {
    max-width: 90%;
  }

  .blog-single-details-wrapper {
    margin-top: 40px;
  }

  .blog-single-images {
    margin-top: 18px;
  }

  .blog-single-second-image {
    margin-top: 30px;
  }

  .footer-items-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .testimonial-slider-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .testimonial-slider-text {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---heading--paragraph: 16px;
    --_typography---line-height--line-height-l: 140%;
    --_typography---heading--heading-h1: 64px;
    --_typography---line-height--line-height-xs: 100%;
    --_typography---letter-spacing--letter-spacing-h1: -2px;
    --_typography---heading--heading-h2: 44px;
    --_typography---letter-spacing--letter-spacing-h2: -1.5px;
    --_typography---heading--heading-h3: 36px;
    --_typography---letter-spacing--letter-spacing-h3: -1px;
    --_typography---heading--heading-h4: 22px;
    --_typography---letter-spacing--letter-spacing-h4: 0px;
    --_typography---heading--heading-h5: 18px;
    --_typography---letter-spacing--letter-spacing-h5: 0px;
    --_typography---heading--heading-h6: 18px;
    --_typography---letter-spacing--letter-spacing-h6: 0px;
    --_typography---line-height--line-height-s: 110%;
    --_typography---line-height--line-height-m: 130%;
    --_spacing---space-none: 0px;
    --_spacing---section-space: 50px;
    --_spacing---section-top: 110px;
    --_spacing---section-bottom: 50px;
    --_spacing---space-s: 18px;
    --_spacing---space-xxs: 10px;
    --_spacing---space-xs: 16px;
    --_spacing---space-m: 20px;
    --_spacing---space-l: 28px;
    --_spacing---space-xl: 30px;
    --_spacing---space-xxl: 50px;
  }

  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  .submit-button {
    margin-top: 14px;
  }

  .all-button-wrapper {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .color-content-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section.style {
    padding-top: var(--_spacing---section-top);
    padding-top: 140px;
  }

  .main-color-content-wrap-2 {
    min-height: 280px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 0;
  }

  .nav-link {
    display: inline-block;
  }

  .navber-wrapper {
    grid-auto-columns: 1fr;
  }

  .footer-form-wrap {
    justify-content: center;
    align-items: flex-start;
    margin-top: 80px;
  }

  .footer-copy-write-text {
    text-align: center;
  }

  .footer-inner-wrap {
    padding-top: 60px;
  }

  .list {
    margin-bottom: 20px;
  }

  .banner-list-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .banner-list-flex.v1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .banner-list-text {
    font-size: 18px;
  }

  .number-counter-wrapper {
    order: 1;
  }

  .utility-page-wrap.v1 {
    margin-top: 60px;
  }

  .utility-page-content {
    padding: 60px 20px;
  }

  .iconography-wrapper, .image-section-wrapper {
    margin-top: 60px;
  }

  .license-short-description-text {
    margin-top: 14px;
  }

  .license-icon-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 30px;
  }

  .license-image-grid {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-columns: 1fr 1fr;
  }

  .license-image-grid.v1 {
    grid-template-columns: 1fr 1fr;
  }

  .font-download-button {
    margin-top: 30px;
  }

  .license-short-text {
    margin-top: 20px;
  }

  .changelog-wrapper {
    margin-bottom: 60px;
  }

  .change-log-version-wrapper {
    margin-top: 50px;
  }

  .blog-list {
    margin-bottom: 20px;
  }

  .blog-single-content-wrap {
    max-width: 100%;
  }

  .blog-single-details-wrapper {
    margin-top: 30px;
  }

  .blog-single-images {
    margin-top: 16px;
  }

  .blog-single-rich-text h4 {
    margin-top: 22px;
    margin-bottom: 14px;
  }

  .tesitmonial-content-wrapper {
    grid-template-columns: 1fr;
  }

  .company-logo-wrapper, .copmpany-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---heading--paragraph: 16px;
    --_typography---line-height--line-height-l: 140%;
    --_typography---heading--heading-h1: 44px;
    --_typography---line-height--line-height-xs: 100%;
    --_typography---letter-spacing--letter-spacing-h1: -1.5px;
    --_typography---heading--heading-h2: 36px;
    --_typography---letter-spacing--letter-spacing-h2: -1px;
    --_typography---heading--heading-h3: 32px;
    --_typography---letter-spacing--letter-spacing-h3: -.5px;
    --_typography---heading--heading-h4: 20px;
    --_typography---letter-spacing--letter-spacing-h4: 0px;
    --_typography---heading--heading-h5: 18px;
    --_typography---letter-spacing--letter-spacing-h5: 0px;
    --_typography---heading--heading-h6: 18px;
    --_typography---letter-spacing--letter-spacing-h6: 0px;
    --_typography---line-height--line-height-s: 110%;
    --_typography---line-height--line-height-m: 130%;
    --_spacing---space-none: 0px;
    --_spacing---section-space: 40px;
    --_spacing---section-top: 100px;
    --_spacing---section-bottom: 40px;
    --_spacing---space-s: 16px;
    --_spacing---space-xxs: 10px;
    --_spacing---space-xs: 16px;
    --_spacing---space-m: 18px;
    --_spacing---space-l: 24px;
    --_spacing---space-xl: 24px;
    --_spacing---space-xxl: 50px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  .submit-button {
    margin-top: 10px;
  }

  .submit-button.v1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .all-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .color-content-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .section.style {
    padding-top: var(--_spacing---section-top);
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .main-color-content-wrap-2 {
    min-height: 180px;
  }

  .navbar-no-shadow-container {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .menu-button {
    width: 40px;
  }

  .navber-wrapper {
    grid-auto-columns: 1fr;
    justify-content: space-between;
  }

  .primary-btn-wrap {
    margin-left: 0;
    padding: 16px 32px;
    font-size: 16px;
  }

  .primary-btn-wrap.navber {
    display: none;
  }

  .footer-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center stretch;
    display: grid;
  }

  .footer-list.left {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-list.left.v1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .footer-list.v1, .footer-list.v2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .form-block.v1 {
    align-self: stretch;
  }

  .footer-form-wrap {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }

  .footer-bottom-wrap {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
  }

  .footer-inner-wrap {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .banner-list-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .banner-list-flex.v1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .banner-list-text {
    font-size: 16px;
  }

  .project-wrapper, .project-wrapper.blog {
    grid-template-columns: 1fr;
  }

  .form {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
  }

  .utility-page-wrap.v1 {
    height: auto;
  }

  .utility-page-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .password-field-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .license-image {
    min-height: 200px;
    max-height: 200px;
  }

  .iconography-wrapper {
    margin-top: 40px;
  }

  .image-section-wrapper {
    margin-top: 30px;
  }

  .license-icon-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    margin-top: 20px;
  }

  .license-image-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .license-image-grid.v1 {
    grid-template-columns: 1fr;
  }

  .font-download-button {
    margin-top: 20px;
  }

  .changelog-wrapper {
    margin-bottom: 30px;
  }

  .change-log-version-wrapper {
    border-radius: 12px;
    margin-top: 30px;
    padding: 20px;
  }

  .change-log-version-title {
    margin-bottom: 8px;
  }

  .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .blog-single-details-wrapper {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 20px;
    display: grid;
  }

  .blog-single-dot-icon {
    display: none;
  }

  .blog-single-rich-text h4 {
    margin-top: 18px;
  }

  .blog-single-second-image {
    margin-top: 22px;
    margin-bottom: 0;
  }

  .footer-items-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-self: stretch;
  }

  .tesitmonial-content-wrapper {
    margin-top: 40px;
  }

  .testimonial-slider-content-wrapper {
    padding: 20px;
  }

  .company-logo-wrapper, .copmpany-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

#w-node-e92b7a97-d7d0-d2c1-5ea1-c85f3033faaf-25771cd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_072c5ecb-19ac-9429-6570-e4d169b84047-25771cd4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-be021c45-b5a0-9ae8-c0b0-18353202fb0e-25771cd4 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-e92b7a97-d7d0-d2c1-5ea1-c85f3033faaf-25771cd4 {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e92b7a97-d7d0-d2c1-5ea1-c85f3033faaf-25771cd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_072c5ecb-19ac-9429-6570-e4d169b84047-25771cd4 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Creatodisplay';
  src: url('../fonts/CreatoDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creatodisplay';
  src: url('../fonts/CreatoDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creatodisplay';
  src: url('../fonts/CreatoDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creatodisplay';
  src: url('../fonts/CreatoDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}