:root {
  --black: black;
  --white: white;
  --primary-900: #470fbf;
  --light-grey: #f4f4f4;
  --60-rounded-corners: 60px;
  --primary-700: #cb67cf;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--white);
  text-decoration: none;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: .1875rem solid #8358e1;
  margin-bottom: 0;
  padding: 2rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.text-size-medium {
  font-size: 1.125rem;
}

.heading-style-h1 {
  color: #212121;
  font-family: Montserrat, sans-serif;
  font-size: 8vw;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h1.waitlist {
  color: #fff;
  text-align: right;
  font-size: 22px;
  font-weight: 500;
}

.text-size-tiny {
  font-size: .75rem;
}

.button {
  border: 1px solid var(--primary-900);
  background-color: var(--primary-900);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  padding: .75rem 1.5rem;
}

.button.is-secondary {
  border-color: var(--primary-900);
  color: var(--primary-900);
  background-color: #0000;
  border-radius: 50px;
}

.button.is-secondary.is-alternate {
  border-color: var(--primary-900);
  color: var(--primary-900);
  background-color: #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--black);
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.section_home_1_hero-header {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  flex-direction: column;
  height: 100vh;
  padding: 30px 60px;
  display: flex;
  position: relative;
}

.section_home_1_hero-header.background {
  background-image: url('../images/bento-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.section_home_1_hero-header.waitlist {
  background-image: url('../images/waitlistbackground.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: stretch;
  height: auto;
}

.home_1_hero-header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.home_1_hero-header_content {
  justify-content: flex-end;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.home_1_hero-header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home_2_feature_image {
  background-image: url('../images/Frame-195.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.home_2_feature_component, .home_5_feature_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_5_feature_image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.home_4_feature_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_4_feature_image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.text-weight-semibold {
  font-weight: 600;
}

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

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer6_newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: none;
}

.footer6_logo-link {
  padding-left: 0;
}

.footer6_credit-text {
  font-size: .875rem;
}

.line-divider {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.footer6_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  width: 70%;
  min-width: 500px;
  margin-bottom: .75rem;
  display: grid;
}

.footer6_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
  display: none;
}

.success-message {
  background-color: var(--light-grey);
  padding: 1.5rem;
}

._5-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._5-col-grid.expand-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 1;
  grid-template-rows: 3fr 3fr 1fr;
  overflow: hidden;
}

._5-col-grid.expand-wrapper.waitlist {
  grid-row-gap: 40px;
  flex: 0 auto;
  grid-template-rows: auto 1fr;
  grid-template-columns: .3fr 1fr .3fr;
}

._5-col-grid.navbar {
  z-index: 10;
}

._5-col-grid.navbar.waitlist {
  align-items: center;
}

._5-col-grid.waitlist {
  grid-template-rows: auto auto;
}

.hero-image-div {
  border-radius: var(--60-rounded-corners);
  background-image: url('../images/169.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  width: 100%;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.hero-image-div.waitlist {
  background-image: url('../images/Wireframe---28-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 450px;
}

.waitlist-sub-header {
  color: #a6a6a6;
  text-align: center;
  font-weight: 500;
}

.flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.feature-set-quick-stack {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  margin-top: 140px;
  margin-bottom: 200px;
}

.bold-text {
  font-size: 1.5rem;
}

.scroll-link-block {
  background-image: url('../images/Scroll-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
}

.hero-section {
  flex-flow: column;
  justify-content: flex-start;
  height: 100vh;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.full-width-flex-h {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.full-width-flex-h.sticky-nav {
  z-index: 5;
  width: auto;
  padding: 20px 40px;
  position: fixed;
  inset: 0% 0% auto;
}

.full-width-flex-h.gap-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.full-width-flex-h.gap-med {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.icon-sml {
  height: 28px;
}

.flex-h-sml-gap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.flex-h-sml-gap.middle {
  align-items: center;
}

.hero-title-wrapper {
  justify-content: center;
  align-items: center;
  height: 95%;
  display: flex;
}

.headline-large {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.headline-large.white {
  color: var(--white);
}

.headline-large.article {
  color: #b7b7b7;
  text-align: left;
}

.hero-title-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-image: linear-gradient(#ffffff26, #ffffff26);
  border: 1px solid #ffffff7d;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  display: flex;
}

.display-large {
  color: var(--white);
  text-align: center;
  font-family: Mersad, sans-serif;
  font-size: 6rem;
  font-weight: 700;
}

.display-large.article {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 5rem;
  line-height: 1.125;
}

.headline-medium {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.headline-medium.white {
  color: var(--white);
  font-weight: 500;
}

.headline-medium.white.centered {
  text-align: center;
}

.headline-medium.white.centered._60 {
  width: 60%;
}

.headline-medium.pricing-secondary-text {
  color: #ede5ff;
  font-weight: 400;
}

.headline-medium.pricing-secondary-text.centered {
  text-align: center;
}

.headline-medium.pricing-secondary-text.centered._60 {
  width: 60%;
}

.flex-v-gap-med {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-v-gap-med.left-50 {
  justify-content: center;
  align-items: flex-start;
  min-width: 240px;
  max-width: 700px;
}

.flex-v-gap-med.left {
  align-items: flex-start;
}

.flex-v-gap-med.enquiry-header {
  justify-content: center;
  align-items: center;
  min-width: 240px;
  max-width: 700px;
  margin-top: 140px;
}

.cta-large {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #8358e1bf;
  border-radius: 16px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.cta-large.hidden {
  display: none;
}

.section-black {
  background-image: linear-gradient(#101014f7, #101014f7);
  justify-content: center;
  padding-top: 300px;
  padding-bottom: 300px;
  display: flex;
}

.section-black.sml-padding {
  justify-content: center;
  padding: 100px;
}

.section-black.article {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-black.hidden {
  display: none;
}

.section-black.pricing-embed {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0c0a0c;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-black.pricing-embed-home {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0c0a0c;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 220px;
}

.icon-med {
  width: 48px;
}

.display-med {
  color: var(--white);
  font-family: Mersad, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.cta-med-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #8358e1;
  border-radius: 8px;
  align-items: center;
  padding: 20px 40px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.cta-med-primary.secondary {
  background-color: #fff0;
}

.cta-med-primary.secondary-sml {
  color: var(--white);
  background-color: #fff0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  display: none;
}

.glex-h-large-gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.link-text-cta-med {
  color: var(--white);
}

.flex-v-gap-large {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.feature-01 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ffffff1a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  padding: 80px;
  display: flex;
}

.feature-01.reverse {
  flex-flow: row-reverse;
}

.feature-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 12px;
  width: 800px;
  height: 500px;
}

.feature-image.full-width {
  width: 100%;
  height: 700px;
}

.feature-image.full-width.gantt {
  background-image: url('../images/Wireframe---35.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.feature-image.full-width.pipeline-creator {
  background-image: url('../images/Wireframe---37.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.feature-image.full-width.review-tool {
  background-image: url('../images/Review-tool.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.feature-image.full-width.resource-page {
  background-image: url('../images/Resource-Page.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.feature-image.freelancer {
  background-image: url('../images/image2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-image.studios {
  background-image: url('../images/image3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-image.studio {
  background-image: url('../images/image1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-image.desktop-app {
  background-image: url('../images/Desktop-app-image.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 100%;
}

.feature-02 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #8358e199;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  padding: 80px;
  display: flex;
}

.display-sml {
  color: var(--white);
  font-family: Mersad, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.full-width-flex-v {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.full-width-flex-v.centered {
  align-items: center;
}

.full-width-flex-v.right, .full-width-flex-v.left {
  justify-content: space-between;
  align-items: flex-end;
}

.feature-03 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ffffff1a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  padding: 80px;
  display: flex;
}

.title-large {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.title-large.white {
  color: var(--white);
  font-size: 2.25rem;
  line-height: 1.25;
}

.title-med {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.title-med.white {
  color: var(--white);
}

.flex-v-gap-sml {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-v-gap-sml.left {
  align-items: flex-start;
}

.pricing-01 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #8358e1;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 280px;
  max-width: 400px;
  min-height: 650px;
  padding: 40px 20px 20px;
  display: flex;
}

.title-xlarge {
  font-family: Inter, sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
}

.title-xlarge.white {
  color: var(--white);
  font-size: 3.5rem;
}

.cta-full-primary-02 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0e0e0e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.cta-full-primary-02.enterprise-pricing {
  background-color: #8358e1;
}

.title-sml {
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.title-sml.white {
  color: #ede5ff;
}

.flex-v-gap-xsml {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-v-gap-xsml.left-50 {
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  max-width: 700px;
}

.flex-v-gap-xsml.left {
  align-items: flex-start;
}

.nav-bar-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: fixed;
  inset: auto 0% 32px;
}

.nav-bar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #ffffff1a;
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: 68px;
  padding: 6px;
  display: flex;
}

.nav-button {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000;
  background-image: linear-gradient(#0000008c, #0000008c);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
}

.nav-button.w--current {
  background-image: linear-gradient(270deg, #9747ff, #5573df);
}

.nav-button.home {
  background-color: #000;
  padding-left: 60px;
  padding-right: 60px;
}

.nav-button.cta {
  background-color: #8358e1;
  background-image: linear-gradient(#0000, #0000);
  padding-left: 40px;
  padding-right: 40px;
}

.feature-slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.left-arrow {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waitlist-embed {
  width: 600px;
  height: 52px;
}

.fixed-width-200 {
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1em;
  text-decoration: none;
  display: inline-block;
}

.footer-link:hover {
  box-shadow: inset 0 -2px #c7dbdb;
}

.footer-link.hidden {
  display: none;
}

.container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.footer {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #18171e;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 3em;
  padding-bottom: 18em;
  position: relative;
}

.footer-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.footer-inner-menu {
  grid-column-gap: 25px;
  justify-content: center;
  display: flex;
}

.unipipe-logo-footer {
  max-height: 200px;
  margin-bottom: 0;
}

.footer-grid-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center start;
}

.body-sml {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.body-sml.header-body {
  color: #ff9e9e;
  text-transform: uppercase;
  padding-bottom: 4px;
  font-size: .875rem;
}

.article-header-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1300px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.article-coverphoto {
  background-image: url('../images/article-cover-01.png');
  background-position: 50% 51%;
  background-size: cover;
  height: 500px;
}

.article-rich-text {
  color: var(--white);
  font-family: Inter, sans-serif;
}

.background-image {
  z-index: -2;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.background-image.home-hero {
  background-image: url('../images/render_logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-2 {
  display: none;
}

.policy-rich-text {
  color: var(--white);
  font-family: Inter, sans-serif;
}

.policy-header-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  display: flex;
}

.feature-04 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ffffff1a;
  background-image: linear-gradient(90deg, #bd48b9, #8358e1 73%);
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  height: 256px;
  padding: 0 0 0 80px;
  display: flex;
}

.large-icon-image {
  width: 120px;
  height: 120px;
}

.article-image {
  background-image: url('../images/pexels-ron-lach-8100070.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
}

.pricing-flex-h {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.pricing-flex-h.sticky-nav {
  z-index: 5;
  width: auto;
  padding: 20px 40px;
  position: fixed;
  inset: 0% 0% auto;
}

.pricing-flex-h.gap-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.pricing-flex-h.gap-med {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.pricing-flex-h.enterprise-gap {
  justify-content: space-around;
}

.pricing-flex-v {
  flex-flow: column;
  display: flex;
}

.pricing-full-width {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 40px 20px 20px;
  display: flex;
}

.pricing-stripe-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.code-embed {
  width: 1000px;
  margin-bottom: 0;
}

.pricing-embedded-code {
  width: 100%;
  max-width: 1600px;
  margin-bottom: 0;
}

.enquiry-form-embed {
  width: 500px;
  margin-top: 100px;
  margin-bottom: 250px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h1 {
    font-size: 10vw;
  }

  .heading-style-h1.waitlist {
    font-size: 40px;
    font-weight: 700;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .home_2_feature_component, .home_5_feature_component, .home_4_feature_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .footer6_newsletter-wrapper {
    justify-content: flex-start;
  }

  .footer6_newsletter-text-wrapper {
    margin-bottom: 1.5rem;
  }

  .footer6_form-block {
    min-width: auto;
  }

  .hero-image-div {
    background-position: 50%;
    background-size: contain;
    border-radius: 40px;
  }

  .flex {
    justify-content: center;
  }

  .feature-set-quick-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hero-section {
    height: 80vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .full-width-flex-h.sticky-nav {
    display: none;
  }

  .full-width-flex-h.gap-large {
    flex-flow: column;
  }

  .full-width-flex-h.gap-med {
    flex-flow: row;
  }

  .full-width-flex-h.gap-med.pricind {
    flex-flow: column;
  }

  .hero-title-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-v-gap-med.left {
    justify-content: flex-end;
    align-items: flex-start;
  }

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

  .section-black.sml-padding {
    padding-left: 4px;
    padding-right: 4px;
  }

  .section-black.pricing-embed, .section-black.pricing-embed-home {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-med-primary {
    justify-content: center;
    align-items: center;
  }

  .glex-h-large-gap {
    flex-flow: column;
    width: 100%;
  }

  .flex-v-gap-large {
    align-items: stretch;
  }

  .feature-01 {
    flex-flow: column;
    padding: 10px 10px 40px;
  }

  .feature-01.reverse {
    flex-flow: column;
  }

  .feature-image {
    width: 100%;
    height: 300px;
  }

  .feature-image.full-width.gantt, .feature-image.full-width.pipeline-creator, .feature-image.full-width.review-tool, .feature-image.full-width.resource-page {
    height: 400px;
  }

  .feature-image.desktop-app {
    background-position: 100% 0;
    flex: 0 auto;
    width: 100%;
    display: none;
  }

  .feature-02 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .full-width-flex-v.centered {
    justify-content: space-between;
  }

  .feature-03 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-bar-wrapper {
    display: none;
  }

  .feature-slider {
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer-link {
    text-align: center;
  }

  .footer-link:hover {
    box-shadow: none;
  }

  .container {
    flex: 0 auto;
    width: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-inner-menu {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: column wrap;
  }

  .footer-grid-social {
    width: 100%;
  }

  .article-header-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navbar-2 {
    background-color: #18171e;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .icon {
    color: var(--white);
  }

  .container-2 {
    object-position: 50% 50%;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .brand {
    flex: 1;
  }

  .nav-menu {
    background-color: #18171e;
  }

  .mobile-menu-nav-link {
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .mobile-menu-nav-link.w--current {
    color: var(--primary-700);
  }

  .menu-button, .menu-button.w--open {
    background-color: #18171e;
  }

  .policy-header-block {
    margin-left: 16px;
    margin-right: 16px;
  }

  .feature-04 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 40px 10px;
  }

  .large-icon-image {
    width: 60px;
    height: 60px;
  }

  .pricing-flex-h.sticky-nav {
    display: none;
  }

  .pricing-flex-h.gap-large {
    flex-flow: column;
  }

  .pricing-flex-h.gap-med {
    flex-flow: row;
  }

  .pricing-flex-h.gap-med.pricind {
    flex-flow: column;
  }

  .pricing-embedded-code {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .heading-style-h1 {
    font-size: 12vw;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .section_home_1_hero-header {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section_home_1_hero-header.waitlist {
    height: auto;
    padding-bottom: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home_2_feature_component, .home_5_feature_component, .home_4_feature_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer6_newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  ._5-col-grid.expand-wrapper {
    grid-template-rows: 2fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: .5fr;
  }

  ._5-col-grid.expand-wrapper.waitlist {
    grid-template-rows: auto;
  }

  .hero-image-div.waitlist {
    display: none;
  }

  .flex {
    justify-content: center;
  }

  .feature-set-quick-stack {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .display-large {
    font-size: 2.25rem;
  }

  .display-large.article {
    font-size: 3rem;
  }

  .headline-medium.white {
    font-size: .75rem;
  }

  .headline-medium.white.centered._60 {
    width: 100%;
  }

  .headline-medium.pricing-secondary-text {
    font-size: .75rem;
  }

  .headline-medium.pricing-secondary-text.centered._60 {
    width: 100%;
  }

  .flex-v-gap-med.left-50.flex-v-gap-xsml {
    min-width: 160px;
  }

  .flex-v-gap-med.left {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .flex-v-gap-med.enquiry-header.flex-v-gap-xsml {
    min-width: 160px;
  }

  .section-black.sml-padding {
    padding: 40px;
  }

  .section-black.article {
    padding-bottom: 60px;
  }

  .display-med {
    font-size: 2.75rem;
  }

  .feature-01 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 95%;
  }

  .feature-image.full-width.gantt, .feature-image.full-width.pipeline-creator, .feature-image.full-width.review-tool, .feature-image.full-width.resource-page {
    height: 300px;
  }

  .display-sml {
    font-size: 2.25rem;
  }

  .title-large.white {
    font-size: 1.75rem;
  }

  .title-med.white {
    font-size: 1.125rem;
  }

  .title-xlarge.white {
    font-size: 2.5rem;
  }

  .title-sml.white {
    font-size: 1rem;
  }

  .feature-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .waitlist-embed {
    width: 100%;
  }

  .footer-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .body-sml.header-body {
    font-size: .75rem;
  }

  .article-coverphoto {
    height: 300px;
  }

  .mobile-menu-nav-link {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .article-image {
    background-position: 0 0;
  }

  .article-link {
    color: var(--primary-700);
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h1 {
    font-size: 16vw;
  }

  .heading-style-h1.waitlist {
    display: none;
  }

  .home_2_feature_component, .home_5_feature_component, .home_4_feature_component {
    grid-template-columns: 1fr;
  }

  .footer6_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer6_logo-link {
    margin-bottom: 1.5rem;
  }

  .footer6_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  ._5-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._5-col-grid.navbar.waitlist {
    grid-template-columns: auto auto;
  }

  .hero-image-div {
    padding: 16px;
  }

  .flex-h-sml-gap.middle {
    flex-flow: column;
  }

  .display-large {
    font-size: 2rem;
  }

  .display-large.article {
    font-size: 1.75rem;
  }

  .section-black.sml-padding {
    padding-left: 4px;
    padding-right: 4px;
  }

  .flex-v-gap-large {
    width: 95%;
  }

  .full-width-flex-v.right.pricing-logo, .full-width-flex-v.left.pricing-logo {
    display: none;
  }

  .pricing-01 {
    min-width: 300px;
    min-height: 500px;
  }

  .container {
    flex: 0 auto;
    width: 100%;
  }

  .footer {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .footer-grid-social {
    justify-content: center;
    width: 100%;
  }

  .article-header-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .article-image {
    height: 300px;
  }

  .pricing-full-width {
    min-width: 300px;
    min-height: 500px;
  }
}

#w-node-_4d67a47d-1e36-b1a7-a003-35564d7a5d92-f09af7a3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_043b2df9-70c6-e27f-6581-a8b53088068d-f09af7a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5254eae-9ffc-bbb1-624f-ec690604d2b7-f09af7a3 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_0f406442-7dec-44ff-9a59-777caea0e3c7-f09af7a3 {
  grid-area: 2 / 2 / 3 / 5;
  place-self: center;
}

#w-node-_4d1a9685-4004-b769-d83c-08c99a4b3ca8-f09af7a3 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_2fe6036a-3276-3467-f3d8-25d009864d2a-f09af7a3 {
  grid-area: 2 / 1 / 4 / 4;
}

#w-node-_1363293e-f2c1-e118-a054-87164f519b4e-f09af7a3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_053dad6e-bd13-b892-ff6c-d2853b6730d6-3b6730d3 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_053dad6e-bd13-b892-ff6c-d2853b6730d8-3b6730d3 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: center end;
}

#w-node-_053dad6e-bd13-b892-ff6c-d2853b6730e1-3b6730d3 {
  grid-area: 1 / 4 / 2 / 10;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_4d67a47d-1e36-b1a7-a003-35564d7a5d92-f09af7a3 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-a5254eae-9ffc-bbb1-624f-ec690604d2b7-f09af7a3, #w-node-_0f406442-7dec-44ff-9a59-777caea0e3c7-f09af7a3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    align-self: center;
  }

  #w-node-_4d1a9685-4004-b769-d83c-08c99a4b3ca8-f09af7a3 {
    grid-column: 1 / 6;
  }

  #w-node-_2fe6036a-3276-3467-f3d8-25d009864d2a-f09af7a3 {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-_1363293e-f2c1-e118-a054-87164f519b4e-f09af7a3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_053dad6e-bd13-b892-ff6c-d2853b6730d6-3b6730d3 {
    grid-column-end: 3;
  }

  #w-node-_053dad6e-bd13-b892-ff6c-d2853b6730d8-3b6730d3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_053dad6e-bd13-b892-ff6c-d2853b6730e1-3b6730d3 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4d67a47d-1e36-b1a7-a003-35564d7a5d92-f09af7a3 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_043b2df9-70c6-e27f-6581-a8b53088068d-f09af7a3, #w-node-_2fe6036a-3276-3467-f3d8-25d009864d2a-f09af7a3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1363293e-f2c1-e118-a054-87164f519b4e-f09af7a3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_00054344-565e-afd2-56e2-b36242f3b04f-f09af7a3 {
    order: -9999;
  }

  #w-node-_61970dea-bd85-0362-f8b6-5dea307eb2ff-f09af7a3 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4d67a47d-1e36-b1a7-a003-35564d7a5d92-f09af7a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_043b2df9-70c6-e27f-6581-a8b53088068d-f09af7a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a5254eae-9ffc-bbb1-624f-ec690604d2b7-f09af7a3, #w-node-_0f406442-7dec-44ff-9a59-777caea0e3c7-f09af7a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_053dad6e-bd13-b892-ff6c-d2853b6730d6-3b6730d3 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


@font-face {
  font-family: 'Mersad';
  src: url('../fonts/Mersad-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mersad';
  src: url('../fonts/Mersad-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mersad';
  src: url('../fonts/Mersad-Bold.ttf') format('truetype'), url('../fonts/Mersad-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mersad';
  src: url('../fonts/Mersad-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mersad';
  src: url('../fonts/Mersad-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mersad';
  src: url('../fonts/Mersad-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mersad';
  src: url('../fonts/Mersad-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mersad';
  src: url('../fonts/Mersad-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}