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

body {
  background-color: transparent;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  cursor: auto;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 500;
}

h2 {
  margin-top: 22px;
  margin-bottom: 10px;
  color: #16161a;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #16161a;
  font-size: 24px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  color: #16161a;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.7px;
}

a {
  transition: color 350ms ease;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  color: #494949;
}

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

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

li {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 18px;
}

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

blockquote {
  margin-bottom: 10px;
  padding: 50px 0px;
  border-left: 5px none #e2e2e2;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 24px;
  line-height: 1.6;
  font-style: italic;
  font-weight: 500;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.section.white-smoke {
  padding-bottom: 50px;
  background-color: #f7f8fe;
}

.section.linear-gradient-blue-and-pink {
  background-image: linear-gradient(52deg, #bfcafb, #efddea);
}

.section.linear-gradient-blue-and-pink.overflow-hidden {
  overflow: hidden;
}

.section.dark-mode-section {
  background-color: #04051a;
}

.section.hero-section-holder {
  position: relative;
  background-color: #f7f8fe;
}

.section.grey-section {
  background-color: #f7f8fe;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.style-guide {
  margin-top: 3em;
}

.container {
  position: relative;
  z-index: 1;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding: 3em 2em;
}

.container.nav-container {
  display: flex;
  height: 100%;
  padding-top: 0em;
  padding-bottom: 0em;
  justify-content: space-between;
  align-items: center;
}

.container.bottom {
  padding-top: 0em;
}

.container.pricing {
  padding-bottom: 6.5em;
}

.container.accordions {
  padding-bottom: 10em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.container.navbar-container {
  width: 100%;
  height: 100%;
  padding-top: 0em;
  padding-bottom: 0em;
}

.container.cta-form-container {
  padding-top: 8em;
  padding-bottom: 8em;
}

.container.layout {
  padding-bottom: 3em;
}

.nav-menu-container {
  position: absolute;
  left: auto;
  top: 80.5%;
  right: 2%;
  bottom: auto;
  display: flex;
  width: 300px;
  height: auto;
  padding-left: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  grid-row-gap: 10px;
  border-radius: 8px;
  background-color: #fff;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  height: 80px;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.hero-section {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  margin-top: 7.1em;
  padding-top: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nav-menu {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 54px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-row-gap: 24px;
  border-radius: 24px;
  background-color: #fff;
  font-weight: 600;
  text-align: left;
}

.center-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.top-margin-l {
  margin-top: 3em;
  background-color: transparent;
}

.button {
  padding: 12px 30px;
  border-radius: 50px;
  background-color: #16161a;
  transition: background-color 500ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.button:hover {
  background-color: #3c3c41;
  color: #fff;
}

.button.big {
  padding: 20px 40px;
}

.button.arrow {
  display: flex;
  padding: 0px 30px 0px 0px;
  align-items: center;
  border-style: none;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/Arrow-Right-Hero.svg');
  background-position: 95% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  transition-property: background-position;
  transition-duration: 500ms;
  color: #000;
  font-size: 16px;
}

.button.arrow:hover {
  background-position: 100% 50%;
}

.grid-6-col {
  display: -ms-grid;
  display: grid;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.grid-4-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4-col.lisensing-page {
  margin-top: 30px;
}

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

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

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

.link-block {
  transition: color 400ms ease;
  color: #505050;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.link-block:hover {
  color: #000;
}

.link-block.animation-01 {
  overflow: hidden;
}

.link-block.animation-02 {
  overflow: hidden;
}

.link-block.animation-03 {
  overflow: hidden;
}

.link-block.animation-04 {
  overflow: hidden;
}

.link-block.animation-05 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.link-block-underline {
  width: 100%;
  height: 1px;
  margin-top: 2px;
  background-color: #8d8d8d;
}

.link-block-underline._02 {
  height: 1px;
}

.link-block-underline._01 {
  height: 1px;
}

.link-block-underline._01._2px {
  height: 2px;
}

.footer {
  position: relative;
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
  align-items: flex-start;
}

.footer-flex-container {
  display: flex;
  padding-top: 25px;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 2px solid hsla(0, 0%, 100%, 0.2);
  text-align: left;
}

.footer-logo-link {
  margin-right: 2em;
  margin-bottom: 1em;
  flex: 0 auto;
}

.footer-logo-link.w--current {
  position: relative;
  transition-duration: 500ms;
}

.footer-image {
  width: 136px;
  height: 44px;
}

.body-white {
  background-color: #fff;
}

.content {
  z-index: 20;
}

.grey-block-holder {
  margin-top: 7em;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.grey-text {
  padding-left: 15px;
  color: #6b6b6b;
  font-weight: 500;
}

.field-label {
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 500;
}

.text-field {
  height: 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #e2e2e2;
  border-radius: 6px;
  background-color: hsla(0, 0%, 94%, 0.11);
  transition: transform 400ms ease, border-color 400ms ease;
  color: #414141;
  font-size: 16px;
}

.text-field:focus {
  border-color: #a0a0a0;
  transform: translate(0px, 4px);
}

.instructions-image {
  width: 100%;
  border-radius: 12px;
}

.change-log-container {
  display: flex;
  padding: 25px;
  justify-content: space-between;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #b8b8b8;
  border-radius: 12px;
}

.paragraph-container {
  width: 80%;
  margin-top: 10px;
}

.style-guide-empty-container {
  padding: 50px;
}

.sg---link-water {
  width: 100%;
  height: 150px;
  background-image: linear-gradient(135deg, #dce2fc, #f0eaf5 100%, #f0eaf5 0, #fff);
}

.contact-field-text {
  display: inline-block;
  height: 60px;
  padding-right: 32px;
  padding-left: 0px;
  flex: 1;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #cecece;
  background-color: transparent;
  transition: border-color 375ms ease;
  color: #000;
  font-size: 35px;
  font-weight: 400;
  cursor: none;
}

.contact-field-text:focus {
  border-bottom-color: #000;
}

.contact-field-text::-moz-placeholder {
  color: #525252;
}

.contact-field-text::-ms-input-placeholder {
  color: #525252;
}

.contact-field-text::placeholder {
  color: #525252;
}

.hero-text {
  max-width: 1000px;
  color: #16161a;
  font-size: 90px;
  line-height: 1.2;
}

.style-guide-container {
  display: flex;
}

.grid-holder {
  display: flex;
  padding: 30px 40px;
  flex-direction: column;
  justify-content: space-between;
  grid-row-gap: 30px;
  background-color: #fafafa;
}

.paragraph-s {
  opacity: 0.6;
  font-size: 18px;
  font-weight: 300;
}

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

.grid-2-col {
  width: 100%;
  grid-auto-flow: row dense;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.headings-container {
  display: flex;
  margin-top: 30px;
  flex-direction: column;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.style-guide-tab-holder {
  width: 100%;
  margin-left: -25px;
  padding: 11px 25px 11px 49px;
  transition-property: background-color;
  transition-duration: 675ms;
  font-size: 16px;
  font-weight: 400;
}

.style-guide-tab-holder.w--current {
  background-color: #f0f0f0;
}

.style-guide-small-title {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.content-2 {
  flex: 0 0 auto;
}

.font-details-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-row-gap: 20px;
}

.right-underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 1px;
  background-color: #aaa;
}

.headings-holder {
  display: flex;
  padding: 30px 40px;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fafafa;
}

.left-underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 1px;
  background-color: #aaa;
}

.colors-holder {
  display: flex;
  margin-top: 30px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.font-holder {
  display: flex;
  margin-top: 30px;
  padding: 45px 70px;
  justify-content: space-between;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fafafa;
}

.sg---segull-blu {
  width: 100%;
  height: 150px;
  border: 9px solid #fafafa;
  background-image: linear-gradient(68deg, #6cace4, #93caee);
}

.borders {
  display: flex;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #b9b9b9;
  opacity: 0.58;
  color: #9e9e9e;
  font-size: 18px;
  font-weight: 300;
}

.borders.center {
  height: 100px;
}

.style-guide-main-panel {
  width: 100%;
  height: 100%;
  padding: 50px;
}

.grid-8-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-2 {
  padding: 12px 43px;
  border-radius: 22px;
  background-color: #16161a;
  transition: border-color 500ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  cursor: none;
}

.button-2:hover {
  border-color: #dbdbdb;
  color: transparent;
}

.button-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 2em;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.aa-font {
  font-size: 80px;
}

.style-guide-left-panel {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: flex;
  width: 100%;
  padding: 60px 8px 60px 35px;
  flex-direction: column;
  grid-row-gap: 24px;
}

.button-holder {
  display: flex;
  padding: 30px 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  grid-row-gap: 30px;
  background-color: #fafafa;
}

.link-underline-holder {
  position: relative;
  height: 2px;
}

.no-margins {
  margin-top: 0px;
  margin-bottom: 0px;
}

.style-guide-panel-title {
  margin-bottom: 15px;
  color: #b3b3b3;
  font-size: 20px;
  font-weight: 400;
}

.style-guide-title-holder {
  flex-direction: column;
}

.sg---color-description {
  display: flex;
  padding: 15px;
  flex-direction: column;
  grid-row-gap: 2px;
}

.style-guide-gray-background {
  background-color: #fafafa;
}

.colors-container {
  width: 200px;
  background-color: #fafafa;
}

.style-guide-hero-holder {
  display: flex;
  padding: 50px 380px 50px 50px;
  flex-direction: column;
  grid-row-gap: 20px;
}

.style-guide-left-panel-holder {
  display: flex;
  width: 405px;
  align-items: flex-start;
  background-color: #fafafa;
}

.light-text {
  font-weight: 400;
}

.subscribe-field-text {
  height: 45px;
  padding-right: 32px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #b3b3b3;
  background-color: transparent;
  transition: border-color 400ms ease;
  color: #000;
  font-size: 20px;
  cursor: none;
}

.subscribe-field-text:focus {
  border-bottom-color: #000;
}

.subscribe-field-text::-moz-placeholder {
  color: #525252;
}

.subscribe-field-text::-ms-input-placeholder {
  color: #525252;
}

.subscribe-field-text::placeholder {
  color: #525252;
}

.sg---color-blue {
  width: 100%;
  height: 150px;
  border: 9px solid #fafafa;
  background-color: #1743f2;
}

.nav-menu-button {
  z-index: 20;
  display: flex;
  padding: 10px 34px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  background-color: #16161a;
  transition: background-color 350ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

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

.nav-menu-button.w--open {
  background-color: #16161a;
}

.link-holder {
  z-index: 9999999;
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: background-color 500ms ease;
}

.link-holder:hover {
  opacity: 0.9;
}

.hero-gradient-heading {
  background-image: linear-gradient(90deg, #f27106, #371dbf);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-holder {
  width: 50%;
  min-width: 50%;
  border-radius: 12px;
  background-color: transparent;
}

.app-container {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: center;
  align-items: stretch;
}

.app-main-photo {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 50px;
  border-radius: 12px;
  perspective: 1000px;
  perspective-origin: 50% -600%;
}

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

.mac-image {
  position: relative;
  z-index: -1;
  width: 100%;
}

.mac-screen-container {
  position: absolute;
  left: 11%;
  top: 3%;
  right: 10.5%;
  bottom: 11%;
  z-index: 10;
}

.grid-3-col {
  justify-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3-col.card-container {
  margin-top: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-3-col.licensing-page {
  margin-top: 30px;
  grid-column-gap: 30px;
}

.card {
  display: flex;
  overflow: hidden;
  min-height: 350px;
  padding: 65px 50px 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #fff;
}

.card-image {
  position: relative;
  left: 30%;
  width: 100%;
}

.card-image-holder {
  position: relative;
  z-index: 10;
  display: flex;
  width: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.overlay-card-image {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -42%;
  z-index: -1;
  width: 100px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-image: linear-gradient(135deg, #dce2fc, #f0eaf5);
}

.heading-and-paragraph-holder {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heading-and-paragraph-holder.testimonials {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-icon-holder {
  padding-bottom: 35px;
}

.heading-holder {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  grid-column-gap: 53px;
}

.heading-holder._7em {
  overflow: hidden;
  margin-top: 7em;
  justify-content: flex-start;
}

.list-item {
  margin-top: 20px;
  margin-bottom: 20px;
}

.check-mark-icon {
  min-width: 35px;
  margin-right: 10px;
}

.tick-wrapper {
  display: flex;
  padding-top: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.mac-holder {
  position: relative;
  display: flex;
  width: 70%;
  align-items: center;
}

.mac-holder.transparent {
  left: -5%;
  width: 65%;
  align-items: flex-start;
  flex: 0 0 auto;
  background-color: transparent;
}

.inside-mac-image-holder {
  position: absolute;
  left: 13%;
  top: 3%;
  right: 13%;
  bottom: 1%;
}

.inside-mac-image-holder.submit-form {
  left: 11%;
  top: 10px;
  right: 0%;
  bottom: 0%;
  width: 80%;
  height: 86%;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.macbook-image {
  position: relative;
  z-index: 1;
  width: 100%;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dark-mode-card-container {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding: 40px 25px 0px 36px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  grid-row-gap: 40px;
}

.dark-mode-card-container.big {
  padding-right: 37px;
  padding-left: 36px;
  grid-row-gap: 30px;
}

.ipad-image {
  position: relative;
  z-index: 1;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.ipad-screen-container {
  position: absolute;
  left: 4%;
  top: 14%;
  right: 4%;
  bottom: 0%;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}

.social-media-image {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.social-media-image.gray-image {
  position: absolute;
  z-index: -1;
}

.iphone-holder {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 450px;
  padding-top: 0px;
  padding-right: 16px;
  padding-left: 16px;
  justify-content: center;
  align-items: flex-end;
}

.iphone-holder.card-iphone {
  overflow: visible;
  width: 70%;
  height: 100%;
  min-height: 0px;
  padding-right: 4px;
  padding-left: 4px;
  align-items: flex-start;
}

.iphone-screen-container {
  position: relative;
  left: 46.2px;
  top: 9%;
  right: 20.2px;
  bottom: 2.2%;
  z-index: 11;
  overflow: hidden;
}

.iphone-screen-container.white-screen {
  position: absolute;
  left: 8%;
  top: 4%;
  right: 6%;
  bottom: 10%;
  z-index: 0;
  height: 120%;
}

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

.iphone-screen {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.image-holder {
  display: flex;
  padding: 40px;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #d4d4d4;
}

.image-holder.last {
  border-right-style: none;
}

.heading-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 350px;
  width: 560px;
  min-width: 560px;
  padding-left: 0px;
}

.unsplash-image {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  border-radius: 100px;
}

.center-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-heading-and-paragraph-holder {
  display: flex;
  margin-bottom: 30px;
  padding: 55px 46px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
}

.white-container-holder {
  position: relative;
}

.pricing-tabel-container {
  display: flex;
  margin-top: 78px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.black-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 73%;
  margin-top: 130px;
  background-color: #04051a;
}

.price-holder {
  width: 100%;
  margin-top: 60px;
}

.pricing-card-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 0px;
  border: 1px solid #dce2fc;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(187, 202, 210, 0.46);
}

.pricing-card-content.middle {
  border-style: none;
  border-width: 0.5px;
  border-color: rgba(87, 118, 255, 0.75);
  background-color: hsla(0, 0%, 100%, 0);
}

.tabel-holder {
  width: 100%;
  padding: 20px 40px 40px;
  flex-direction: column;
}

.tabel-holder.middle {
  position: relative;
  z-index: 1;
}

.ticked-list-wrapper {
  margin-left: 0px;
  justify-content: flex-end;
  align-items: flex-start;
}

.ticked-list-holder {
  display: flex;
  width: 90%;
  align-items: center;
}

.pricing-button-holder {
  display: flex;
  margin-top: 90px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.midnight-blue-heading {
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  flex: 1;
  color: #16161a;
  font-weight: 700;
}

.accordion {
  display: flex;
  overflow: hidden;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: color 300ms ease;
  color: #060a3e;
  cursor: pointer;
}

.accordion:hover {
  color: #41468b;
}

.accordion-lottie-holder {
  position: relative;
  display: flex;
  width: 36px;
  height: 36px;
  margin-top: 0px;
  padding: 7px;
  justify-content: flex-start;
  align-items: center;
  border: 2px solid #d8d8d8;
  border-radius: 5px;
  transition: border-color 300ms ease;
}

.accordion-lottie-holder:hover {
  border-color: #1743f2;
}

.accordions-header {
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.submit-form-holder {
  width: 100%;
  height: 100%;
  min-width: 700px;
}

.text-field-holder {
  width: 100%;
  height: 56px;
  margin-bottom: 0px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 23px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 60px;
  background-color: #fff;
}

.text-field-holder::-moz-placeholder {
  color: #64748b;
  font-size: 14px;
}

.text-field-holder::-ms-input-placeholder {
  color: #64748b;
  font-size: 14px;
}

.text-field-holder::placeholder {
  color: #64748b;
  font-size: 14px;
}

.form-block {
  align-items: flex-end;
  flex: 1;
}

.submit-container {
  display: flex;
  max-width: 560px;
  margin-top: 110px;
  align-items: flex-end;
}

.submit-form-flex {
  position: relative;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
}

.submit-form-input-wrapper {
  position: relative;
  display: flex;
  margin-bottom: 26px;
  justify-content: flex-end;
  align-items: center;
  border-radius: 20px;
}

.submit-button {
  position: absolute;
  right: 8px;
  width: 117px;
  height: 44px;
  border-radius: 100px;
  background-color: #16161a;
  transition: letter-spacing 350ms ease, color 350ms ease;
  font-size: 16px;
}

.submit-button:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #1743f2;
  color: #fff;
  letter-spacing: 0px;
}

.success-message-holder {
  border-radius: 12px;
  background-color: #fff;
}

.success-message-text {
  font-size: 20px;
}

.footer-social-media-container {
  display: flex;
  padding-bottom: 2em;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.social-media-content {
  display: flex;
  align-items: center;
  flex: 1;
  grid-column-gap: 15px;
}

.white-text-holder {
  margin-right: 12px;
  color: #fff;
  font-size: 18px;
}

.social-media-link {
  position: relative;
  display: flex;
  width: 24px;
  justify-content: center;
  align-items: center;
}

.made-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  grid-column-gap: 50px;
}

.made-by-azwedo {
  display: flex;
  grid-column-gap: 7px;
  font-size: 18px;
  font-weight: 400;
}

.footer-brand-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
}

.footer-list {
  display: flex;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer-list-item {
  padding-right: 1em;
  padding-bottom: 0px;
}

.link {
  position: relative;
  overflow: hidden;
  margin-right: 5px;
  padding-bottom: 0px;
}

.footer-copyright {
  display: flex;
  margin-top: 0px;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}

.center-div {
  display: flex;
  margin-top: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.tablet-holder {
  position: relative;
  left: 16%;
  top: 0%;
  z-index: 1;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
}

.white-smoke-container {
  padding-right: 0px;
  border-radius: 3px;
  background-color: #f7f8fe;
}

.headig-and-paragraph-content {
  margin-bottom: 0px;
  align-items: flex-end;
}

.white-container-center {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.logo-grid {
  width: 100%;
  margin-top: 0px;
  padding: 0px;
  justify-content: space-between;
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-tabel-header {
  display: -ms-grid;
  display: grid;
  width: 100%;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-tabel-header.bottom-line {
  border-bottom: 1px solid #bbcad2;
}

.feature-header.white {
  color: #fff;
  font-weight: 700;
}

.features-on-dark-mode {
  margin-top: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 12px;
}

.tabs {
  z-index: 10;
  display: flex;
  width: 100%;
  padding: 20px 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tabs-menu {
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 4px;
  justify-content: start;
  justify-items: start;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 100px;
  background-color: #f7f8fe;
}

.tab-nav-item {
  width: 200px;
  padding: 12px 35px;
  border-radius: 999em;
  background-color: transparent;
  transition-duration: 500ms;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.tab-nav-item.w--current {
  width: 200px;
  padding: 12px 35px;
  border-radius: 999em;
  background-color: #16161a;
  transition-duration: 500ms;
  color: #fff;
  font-weight: 700;
}

.tabs-content {
  z-index: 10;
  overflow: visible;
  width: 100%;
  margin-top: 18px;
}

.grid-5-col {
  grid-column-gap: 100px;
  grid-row-gap: 120px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-5-col.licensing-page {
  margin-top: 30px;
}

.tab-pane-1 {
  z-index: 10;
  width: 100%;
  height: 100%;
}

.link-wrapper {
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 22px;
}

.ipad-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  align-items: flex-end;
}

.white-overlay {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 80vh;
  right: auto;
  width: 100%;
  height: 20vh;
  background-image: linear-gradient(0deg, #fff, #f7f8fe 0%, hsla(0, 0%, 100%, 0.01) 99%, hsla(0, 0%, 100%, 0));
}

.card-heading-and-paragraph-holder {
  width: 100%;
  padding-top: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
}

.lottie-animation {
  width: 36px;
  height: 36px;
  border-radius: 4px;
}

.accordion-bottom-wrap {
  width: 100%;
  height: 2px;
  margin-top: 0px;
  margin-bottom: 15px;
  background-color: #d8d8d8;
}

.accordion-bottom-paragraph {
  width: 90%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.accordions {
  display: flex;
  width: 100%;
}

.accordions-wrapper {
  display: flex;
  width: 100%;
  margin-top: 32px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.accordion-body {
  overflow: hidden;
  padding-left: 3px;
}

.accordion-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cta-text-holder {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-app-holder {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 0px;
  border-radius: 24px;
  background-color: #fff;
}

.blue-logo {
  position: absolute;
  z-index: -1;
  width: 100%;
}

.card-background {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  grid-row-gap: 40px;
  border-radius: 12px;
  background-image: url('../images/Feature-BG-Gradient-Tablet.png');
  background-position: 0px 0px;
  background-size: auto;
}

.card-background.mobile {
  background-color: transparent;
  background-image: url('../images/Gradient-BG-Mobile-Image.png');
  background-position: 0px 0px;
  background-size: cover;
}

.card-iphone-on-dark-screen {
  display: flex;
  width: 100%;
  height: 390px;
  justify-content: center;
  align-items: flex-start;
}

.iphone-dark-image {
  height: 100%;
}

.black-logo {
  width: 100%;
}

.brand {
  display: flex;
  width: 130px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-arrow-holder {
  position: relative;
  display: flex;
  margin-left: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.white-arrow {
  width: 100%;
  height: 100%;
}

.link-block-wrapper {
  display: flex;
  padding-right: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition-property: none;
  font-weight: 400;
}

.paragraph {
  margin-top: 8px;
}

.form-block-summary {
  margin-top: 8px;
  margin-left: 0px;
}

.heading-wrapper {
  overflow: hidden;
}

.left-margin {
  margin-bottom: 0px;
  margin-left: 15px;
}

.left-margin.white-tabel-text {
  color: #f1f1f1;
}

.accordion-header {
  margin-top: 0px;
  margin-bottom: 0px;
}

.accordion-holder {
  width: 50%;
}

.tab-holder {
  display: flex;
  width: 100%;
  margin-top: 50px;
  flex-direction: column;
  grid-row-gap: 80px;
}

.feature-grid-container {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-column-gap: 150px;
  grid-row-gap: 150px;
}

.project {
  display: flex;
  margin-top: 100px;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.title-holder {
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.project-image {
  z-index: -10;
  width: 100%;
  clear: right;
}

.list-holder {
  display: flex;
  padding-top: 20px;
}

.tick-list-image {
  width: 20px;
}

.tick-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 13px;
}

.list-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.image-project-holder {
  position: relative;
  width: 100%;
}

.feature-project-image {
  position: absolute;
  left: auto;
  top: 5%;
  right: -27%;
  bottom: auto;
  width: 100%;
  border-radius: 8px;
  box-shadow: 1px 1px 30px 0 hsla(0, 0%, 60.8%, 0.2);
  transform: scale(0.7);
}

.feature-project-image.bottom {
  left: -33%;
  top: auto;
  right: auto;
  bottom: 5%;
  box-shadow: 1px 1px 33px 0 hsla(0, 0%, 60.8%, 0.2);
}

.footer-background-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-bg {
  width: 110%;
  height: 110%;
  min-width: 110%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-container {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 100%;
  border-radius: 12px;
}

.trusted-cmpanies-container {
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
}

.hero-animation-holder {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}

.hero-image-holder {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  transform: rotate(0deg);
}

.hero-image {
  width: 100%;
}

.navigation-link {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 24px;
  font-weight: 400;
}

.logo-holder {
  display: flex;
  margin-top: 100px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  grid-row-gap: 20px;
}

.hero-button-holder {
  display: flex;
  margin-top: 40px;
  margin-bottom: 60px;
  flex-direction: row;
  grid-column-gap: 32px;
}

.hero-section-animation-holder {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.hero-section-container {
  width: 80%;
}

.navbar-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

.navbar-link {
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.navbar-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.navbar-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

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

.navbar-link._01.w--current {
  font-size: 18px;
  font-weight: 400;
}

.navbar-link._01.w--current:hover {
  color: #1743f2;
}

.navbar-link._01.w--current:active {
  color: #060a3e;
  font-weight: 400;
}

.navbar-link._02 {
  font-size: 18px;
}

.navbar-link._02:hover {
  color: #1743f2;
}

.navbar-link._02:active {
  color: #060a3e;
  font-weight: 400;
}

.navbar-link._03 {
  font-size: 18px;
}

.navbar-link._03:hover {
  color: #1743f2;
}

.navbar-link._03:active {
  color: #060a3e;
  font-weight: 400;
}

.navbar-link._04 {
  font-size: 18px;
}

.navbar-link._04:hover {
  color: #1743f2;
}

.navbar-link._04:active {
  color: #060a3e;
  font-weight: 400;
}

.navbar-link._05 {
  font-size: 18px;
}

.navbar-link._05:hover {
  color: #1743f2;
}

.navbar-link._05:active {
  color: #060a3e;
  font-weight: 400;
}

.nav-menu-holder {
  display: flex;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-row-gap: 12px;
  border-radius: 24px;
  background-color: transparent;
  box-shadow: 0 12px 34px 0 hsla(0, 0%, 60.8%, 0.2);
  text-align: left;
}

.white-text {
  color: #fff;
}

.menu-icon-holder {
  width: 12px;
}

.menu-icon {
  width: 100%;
}

.menu-button-holder {
  display: flex;
  align-items: center;
  grid-column-gap: 18px;
  font-weight: 400;
}

.navbar-menu-holder {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  perspective: 1000px;
  perspective-origin: 100% 50%;
}

.hero-section-bg-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hero-section-bg-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-paragraph-holder {
  max-width: 770px;
}

.paragraph-xl {
  margin-top: 10px;
  font-size: 18px;
}

.hero-section-text-holder {
  display: flex;
  margin-top: 40px;
  flex-direction: column;
  grid-row-gap: 12px;
}

.client-logo {
  width: 100%;
}

.client-logo-holder {
  width: 100%;
}

.tabs-app-holder {
  display: flex;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.tabs-app-container {
  width: 80%;
}

.blue-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1743f2;
  font-size: 24px;
  font-weight: 500;
}

.blue-title.licensing-page {
  text-align: center;
}

.title {
  font-weight: 700;
}

.semi-bold-text {
  font-weight: 700;
}

.semi-bold-text.white {
  color: #fff;
}

.extra-container-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.macbook-holder-cta {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.card-with-macbook {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 50px;
  border-radius: 12px;
  background-color: #fff;
}

.gradient-background-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.gradient-background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-content-holder {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.light-blue-title {
  background-image: linear-gradient(270deg, #e9d4fa, #c1cbf6);
  font-weight: 700;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dark-mode-title-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-row-gap: 8px;
}

.paragraph-in-dark-mode {
  color: #ececec;
  font-size: 18px;
}

.compatibility-image {
  width: 100%;
}

.featured-logos-holder {
  display: flex;
  margin-top: 60px;
  padding-bottom: 60px;
  flex-direction: column;
  grid-row-gap: 20px;
}

.button-list-holder {
  margin-top: 40px;
}

.pricing-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-holder {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  grid-column-gap: 5px;
}

.pricing-title {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #000;
  font-size: 36px;
  font-weight: 700;
}

.pricing-title.white-text {
  margin-bottom: 5px;
  color: #fff;
}

.pricing-line {
  position: relative;
  left: -55%;
  width: 200%;
  height: 1px;
  margin-top: 19px;
  margin-bottom: 19px;
  background-color: #d1c4c4;
  opacity: 0.4;
}

.pricing-tick-holder {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  grid-row-gap: 30px;
}

.tick-image {
  width: 18px;
}

.cta-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 50px;
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.white-text-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.black-heading {
  color: #16161a;
  font-weight: 700;
}

.text-holder {
  margin-top: 20px;
  text-align: center;
}

.tick-holder {
  margin-top: -2px;
  padding-top: 0px;
}

.hero-heading {
  color: #16161a;
  font-size: 90px;
  text-align: center;
}

.larg-text {
  color: #3e3e3e;
  font-size: 18px;
  text-align: center;
}

.white-section {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  background-color: #f7f8fe;
}

.unsplash-image-holder {
  width: 100%;
  height: 100%;
  margin-top: 3em;
  padding: 5em;
  border-radius: 12px;
  background-color: #fff;
}

.card-item-holder {
  position: relative;
}

.link-block-holder {
  z-index: 10;
  display: flex;
  margin-top: 5px;
  padding-bottom: 5px;
  justify-content: center;
  align-items: center;
}

.small-person-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 9%;
  z-index: 1;
  width: 145px;
}

.small-person-container._02 {
  left: 19%;
  bottom: 83%;
  width: 100px;
}

.small-person-container._03 {
  left: -6%;
  width: 115px;
}

.small-person-container._04 {
  left: auto;
  top: -22%;
  right: -5%;
  bottom: auto;
  width: 115px;
}

.small-person-container._05 {
  left: auto;
  top: -13%;
  right: -15%;
  bottom: auto;
  width: 85px;
}

.small-person-container._06 {
  left: -24%;
  bottom: 3%;
  width: 85px;
}

.small-person-container._07 {
  left: -7%;
  top: -14%;
  right: auto;
  bottom: auto;
  width: 115px;
}

.small-person-container._08 {
  position: absolute;
  left: -18%;
  top: 33%;
  right: auto;
  bottom: auto;
  width: 90px;
}

.small-person-container._09 {
  left: -5%;
  top: auto;
  right: auto;
  bottom: 7%;
  width: 70px;
}

.small-person-container._10 {
  left: auto;
  top: -4%;
  right: -4%;
  bottom: auto;
  width: 145px;
}

.small-person-container._11 {
  left: -8%;
  top: auto;
  right: auto;
  bottom: 9%;
}

.small-person-container._12 {
  left: -3%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 20;
  width: 120px;
}

.small-person-container._13 {
  left: 44%;
  top: -19%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  width: 100px;
}

.small-person-image {
  width: 100%;
}

.hero-image-simple {
  width: 100%;
}

.hero-image-simple-holder {
  position: absolute;
  left: auto;
  top: auto;
  right: -6%;
  bottom: 24%;
  width: 310px;
}

.paragraph-xxl {
  font-size: 20px;
}

.scroll-to-id {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 45%;
}

.card-heading {
  color: #16161a;
  font-size: 24px;
  font-weight: 700;
}

.space-container {
  margin-top: 60px;
}

.space-with-padding-container {
  padding-top: 60px;
}

.bold-paragraph-holder {
  margin-top: 15px;
  margin-bottom: 15px;
}

.bold-paragraph {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.text-name {
  font-size: 18px;
  font-weight: 700;
}

.regular-text {
  margin-top: 10px;
  font-size: 18px;
}

.cta-screen-container {
  position: relative;
  min-width: 650px;
}

.cta-tick-image-holder {
  width: 15px;
  margin-right: 15px;
}

.cta-blue-container {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #1743f2, #2343ed 0%, #6d45ce 50%, #a563f9);
}

.cta-bg-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.cta-content {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  color: #eceaf8;
}

.cta-content-holder {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.white-cta-heading {
  color: #fff;
}

.cta-heading {
  display: flex;
  flex-direction: column;
  grid-row-gap: 10px;
}

.cta-screen-holder {
  position: relative;
  left: 30px;
  display: flex;
  width: 50%;
  justify-content: flex-start;
  align-items: center;
}

.cta-macbook {
  position: relative;
  z-index: 1;
  width: 100%;
}

.cta-tick-image {
  width: 100%;
}

.cta-screen-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.cta-screen {
  position: absolute;
  left: 13%;
  top: 3%;
  right: 13%;
  bottom: 7%;
}

.cta-button-holder {
  display: flex;
  margin-top: 55px;
  align-items: center;
}

.cta-bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-tick-holder {
  display: flex;
  align-items: center;
  font-size: 18px;
  white-space: nowrap;
}

.cta-check-holder {
  display: flex;
  margin-top: 55px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.arrow-holder {
  display: flex;
  padding-left: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.center-paragraph {
  margin-bottom: 0px;
}

.noise-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 500px;
  background-image: linear-gradient(0deg, #f7f8fe, #f7f8fe 0%, transparent);
}

.noise-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.noise-background.opacity-20 {
  z-index: -1;
  opacity: 0.2;
}

.link-block-button {
  position: relative;
  display: flex;
  padding: 12px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background-color: #16161a;
  transition: none 0ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link-block-button.tabel {
  width: 100%;
}

.link-block-button.project-button {
  width: 50%;
}

.button-gradient-bg {
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  border-radius: 30px;
  background-image: linear-gradient(180deg, #5d38d0, #c24090);
}

.brand-marketplace-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: flex;
  width: 100%;
  height: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.arrows-holder {
  position: relative;
  display: flex;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
}

.brand-marketplace-content {
  position: relative;
  display: flex;
  width: 700%;
  height: 100%;
  max-height: 60px;
  max-width: 700px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #1743f2;
  border-radius: 100px;
  background-color: #000;
}

.brand-content-holder {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.brand-content-holder.right {
  justify-content: flex-end;
}

.brand-content-holder.left {
  padding-left: 40px;
  justify-content: flex-start;
}

.gradient-text {
  color: #fff;
}

.brand-marketplace-link {
  display: flex;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.grey-text-last {
  color: #c4c4c4;
  text-transform: lowercase;
}

.brand-bg {
  position: absolute;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  width: 706px;
  height: 66px;
  max-width: 706px;
  border-radius: 70px;
}

.white-arrow-baner {
  margin-left: 10px;
}

.white-arrow-baner.no-radius {
  width: 100%;
  height: 100%;
  margin-left: 0px;
  border-radius: 0px;
}

.get-our-brand-text {
  color: #e7e5e5;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.paragraph-2 {
  margin-top: 8px;
}

.paragraph-3 {
  margin-top: 8px;
}

.copyright-text {
  color: #f7f8fe;
  font-size: 20px;
}

.footer-text {
  color: #f7f8fe;
  font-weight: 400;
}

.error-message {
  border-radius: 12px;
}

.error-text {
  font-size: 19px;
}

@media screen and (min-width: 1440px) {
  .section.white-smoke {
    margin-top: 0px;
    background-color: #f7f8fe;
  }

  .section.grey-section {
    margin-bottom: 20px;
  }

  .container {
    max-width: 1350px;
    padding-bottom: 2em;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
  }

  .container.pricing {
    padding-top: 2em;
    padding-bottom: 14.2em;
  }

  .container.layout {
    padding-bottom: 7em;
  }

  .hero-section {
    margin-top: 7.1em;
  }

  .footer-flex-container {
    margin-top: 15px;
  }

  .footer-logo-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo-link.w--current {
    flex: 1;
  }

  .footer-image {
    width: 136px;
  }

  .grey-block-holder {
    margin-top: 7.2em;
  }

  .grid-2-col {
    width: 100%;
  }

  .grid-8-col {
        grid-template-areas: ". . . . . . Area Area";
  }

  .link-holder {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-gradient-heading {
    background-image: linear-gradient(90deg, #f27106, #371dbf);
  }

  .app-holder {
    width: 40%;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
  }

  .app-container {
    width: 100%;
    height: 100%;
  }

  .app-main-photo {
    width: 80%;
  }

  .inside-mac-image {
    border-radius: 0px;
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
  }

  .grid-3-col {
    margin-top: 0px;
  }

  .card {
    height: 362px;
    padding-top: 7.1em;
  }

  .card-image {
    left: 40%;
  }

  .card-image-holder {
    width: 60px;
  }

  .overlay-card-image {
    left: 16%;
    display: flex;
    justify-content: center;
  }

  .heading-holder {
    display: flex;
    padding-right: 26px;
    padding-left: 26px;
    justify-content: center;
    align-items: stretch;
    flex: 1;
  }

  .heading-holder._7em {
    overflow: hidden;
    padding-left: 0px;
    justify-content: flex-start;
  }

  .mac-holder {
    width: 75%;
  }

  .mac-holder.transparent {
    left: 11%;
    width: 65%;
  }

  .inside-mac-image-holder.submit-form {
    left: 11%;
    top: 12px;
    width: 75%;
    height: 85%;
  }

  .dark-mode-card-container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .dark-mode-card-container.big {
    grid-row-gap: 60px;
  }

  .social-media-image.gray-image {
    top: 1.5%;
  }

  .iphone-holder {
    overflow: hidden;
    align-items: flex-end;
  }

  .iphone-holder.card-iphone {
    top: 8px;
  }

  .iphone-screen-container.white-screen {
    left: 5%;
    top: 2%;
    right: 5%;
    bottom: 0%;
  }

  .iphone-image {
    width: 100%;
    height: 350px;
  }

  .iphone-screen {
    border-radius: 20px;
  }

  .heading-sticky {
    top: 250px;
    width: 100%;
    padding-top: 0em;
  }

  .black-bg {
    height: 60%;
  }

  .tabel-holder {
    height: 100%;
  }

  .midnight-blue-heading {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .accordion-lottie-holder {
    left: -20px;
  }

  .text-field-holder {
    padding-left: 23px;
  }

  .footer-social-media-container {
    padding-bottom: 5em;
  }

  .footer-brand-content {
    justify-content: center;
  }

  .footer-list {
    flex-direction: row;
    align-items: center;
  }

  .footer-copyright {
    margin-top: 0px;
  }

  .headig-and-paragraph-content {
    margin-top: 60px;
    margin-bottom: 0px;
  }

  .tabs-menu {
    justify-content: space-between;
  }

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

  .card-heading-and-paragraph-holder {
    margin-top: 18px;
  }

  .accordion-bottom-wrap {
    width: 97%;
    margin-top: 18px;
  }

  .accordions-wrapper {
    -moz-column-rule-style: none;
         column-rule-style: none;
  }

  .paragraph-wrapper {
    width: 80%;
  }

  .card-background {
    padding-top: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .footer-arrow-holder {
    left: 4%;
  }

  .link-block-wrapper {
    padding-left: 4px;
  }

  .paragraph {
    margin-bottom: 0px;
  }

  .heading-wrapper {
    overflow: hidden;
  }

  .feature-grid-container.space-between {
    margin-top: 100px;
  }

  .title-holder {
    margin-top: 30px;
  }

  .image-project-holder {
    max-height: 100%;
  }

  .feature-project-image {
    right: -25%;
    height: 20%;
  }

  .feature-project-image.bottom {
    left: -42%;
    top: 78%;
    height: 20%;
    border-style: none;
    border-width: 0px;
    box-shadow: none;
  }

  .client-logo {
    width: 100%;
  }

  .client-logo.layout {
    width: 65%;
  }

  .macbook-holder-cta {
    display: flex;
    justify-content: flex-start;
  }

  .small-person-container._06 {
    bottom: 3%;
  }

  .cta-screen-container {
    min-width: 750px;
  }

  .cta-content {
    max-width: 54%;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 90px;
  }

  .cta-heading {
    overflow: hidden;
    height: auto;
  }

  .button-gradient-bg.blue-gradient {
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    background-image: linear-gradient(122deg, #6ddcff, #7f60f9);
  }

  .brand-marketplace-content {
    border: 0px none transparent;
    border-radius: 100px;
    background-color: #000;
  }

  .image-2 {
    padding-bottom: 20px;
    padding-left: 0px;
  }
}

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

  .container.navbar-container {
    width: 100%;
  }

  .nav-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 12px;
    background-color: #fff;
  }

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

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

  .link-block {
    padding-top: 0px;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-flex-container {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-logo-link.w--current {
    width: 120px;
  }

  .style-guide-empty-container {
    padding: 17px 0px;
  }

  .hero-text {
    font-size: 60px;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .style-guide-tab-holder {
    margin-left: 0px;
    padding: 5px 0px;
  }

  .style-guide-main-panel {
    padding: 16px;
  }

  .grid-8-col {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .style-guide-left-panel {
    display: -ms-grid;
    display: grid;
    padding: 17px;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .no-margins {
    font-size: 22px;
  }

  .style-guide-hero-holder {
    padding: 28px;
  }

  .style-guide-left-panel-holder {
    width: 100%;
  }

  .app-holder {
    flex-direction: row;
  }

  .app-main-photo {
    width: 70%;
    height: 70%;
    perspective: 500px;
  }

  .mac-image {
    transform: rotate(0deg);
  }

  .grid-3-col.card-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .heading-and-paragraph-holder.testimonials {
    display: flex;
  }

  .mac-holder.transparent {
    left: 0%;
    top: 10%;
    width: 90%;
    margin-top: 70px;
  }

  .inside-mac-image-holder.submit-form {
    left: 10.5%;
    top: 5%;
    right: 0%;
    bottom: 2%;
    width: 80%;
    height: 83%;
  }

  .dark-mode-card-container {
    justify-content: space-between;
    align-items: center;
  }

  .iphone-screen-container.white-screen {
    left: 20%;
    right: 20%;
  }

  .heading-sticky {
    position: static;
    width: 100%;
    min-width: 0px;
  }

  .pricing-button-holder {
    justify-content: space-between;
    align-items: stretch;
  }

  .midnight-blue-heading {
    font-size: 20px;
  }

  .accordion {
    overflow: hidden;
    width: 100%;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .submit-form-holder {
    min-width: 100%;
  }

  .form-block {
    min-width: 120%;
  }

  .submit-form-flex {
    justify-content: space-between;
  }

  .footer-social-media-container {
    width: 100%;
  }

  .made-container {
    padding-bottom: 0px;
    flex-direction: column;
    justify-content: space-between;
    grid-row-gap: 10px;
  }

  .made-by-azwedo {
    margin-left: 0px;
    flex-direction: row;
  }

  .footer-list {
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-tabel-header.bottom-line {
    align-items: center;
  }

  .features-on-dark-mode {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mobile-features-dark-mode {
    align-self: flex-start;
  }

  .tabs {
    width: 100%;
  }

  .tabs-menu {
    flex-direction: column;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    border-radius: 20px;
  }

  .tab-nav-item {
    width: 100100%;
  }

  .tab-nav-item.w--current {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .grid-5-col {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .accordions-wrapper {
    flex-direction: column;
  }

  .hero-app-holder {
    width: 95%;
    padding-right: 25px;
    padding-left: 25px;
  }

  .footer-arrow-holder {
    left: -7px;
  }

  .form-block-summary {
    font-size: 12px;
  }

  .accordion-holder {
    width: 100%;
  }

  .tab-holder {
    align-items: flex-start;
  }

  .project {
    flex-direction: column;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-project-holder {
    width: 80%;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .feature-project-image.bottom {
    left: 45%;
    width: 370px;
  }

  .navbar-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .navbar-menu-holder {
    align-items: center;
  }

  .client-logo {
    width: 100%;
  }

  .button-list-holder {
    margin-bottom: 30px;
  }

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

  .cta-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .small-person-container {
    width: 94px;
  }

  .small-person-container._02 {
    width: 71px;
  }

  .small-person-container._04 {
    top: -11%;
  }

  .small-person-container._05 {
    left: auto;
    top: -11%;
    right: 3%;
    bottom: auto;
    width: 95px;
  }

  .small-person-container._06 {
    left: 3%;
    width: 90px;
  }

  .small-person-container._10 {
    width: 93px;
  }

  .small-person-container._11 {
    width: 109px;
  }

  .small-person-container._12 {
    left: 0%;
  }

  .small-person-container._13 {
    top: -17%;
    width: 90px;
  }

  .hero-image-simple-holder {
    width: 210px;
  }

  .cta-screen-container {
    top: 0px;
    min-width: 350px;
  }

  .cta-blue-container {
    height: 100%;
  }

  .cta-content {
    max-width: 50%;
  }

  .cta-content-holder {
    grid-column-gap: 0px;
  }

  .cta-screen-holder {
    width: 100%;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 20px;
  }

  .hero-section {
    height: auto;
  }

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

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .change-log-container {
    height: 340px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .style-guide-empty-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-text {
    font-size: 48px;
  }

  .colors-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .font-holder {
    padding: 16px;
    flex-direction: column;
  }

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

  .style-guide-left-panel {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .no-margins {
    font-size: 18px;
  }

  .inside-mac-image {
    height: 100%;
  }

  .grid-3-col.card-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .overlay-card-image {
    left: 15%;
  }

  .heading-and-paragraph-holder {
    margin-top: 0px;
  }

  .heading-and-paragraph-holder.testimonials {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .mac-holder.transparent {
    top: 0%;
  }

  .inside-mac-image-holder.submit-form {
    height: 82%;
  }

  .iphone-holder.card-iphone {
    width: 50%;
  }

  .iphone-screen-container.white-screen {
    left: 6%;
    right: 6%;
  }

  .heading-sticky {
    position: static;
  }

  .midnight-blue-heading {
    text-align: left;
  }

  .accordion {
    width: 100%;
  }

  .form-block {
    min-width: 100%;
  }

  .footer-social-media-container {
    width: 110%;
    padding-bottom: 3em;
    flex-direction: column;
    align-items: flex-start;
  }

  .social-media-content {
    margin-bottom: 2em;
    flex-direction: row;
    align-items: flex-start;
    grid-row-gap: 25px;
  }

  .social-media-link {
    margin-left: 0em;
  }

  .made-container {
    padding-bottom: 0px;
    flex-direction: column;
  }

  .made-by-azwedo {
    position: static;
    left: 0%;
    grid-column-gap: 10px;
  }

  .logo-grid {
    justify-items: start;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .feature-tabel-header {
    padding-right: 0px;
    padding-left: 0px;
  }

  .feature-header {
    font-size: 25px;
  }

  .tabs-menu {
    height: auto;
    flex-direction: column;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border-radius: 2em;
  }

  .tab-nav-item {
    width: 350px;
  }

  .tabs-content {
    width: 550px;
  }

  .grid-5-col {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .overlay-container {
    justify-content: center;
    align-items: center;
  }

  .white-overlay {
    position: static;
  }

  .accordions-wrapper {
    flex-direction: column;
  }

  .hero-app-holder {
    width: 100%;
  }

  .brand {
    padding-left: 0px;
  }

  .form-block-summary {
    margin-left: 5px;
  }

  .accordion-holder {
    width: 100%;
  }

  .feature-grid-container {
    flex-direction: row;
  }

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

  .image-project-holder {
    width: 80%;
  }

  .feature-project-image {
    right: 16%;
    width: 100%;
  }

  .feature-project-image.bottom {
    left: 18%;
    right: 0%;
    width: 100%;
  }

  .navbar-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-paragraph-holder {
    max-width: 100%;
  }

  .paragraph-xl.hero {
    width: 100%;
  }

  .small-person-container {
    width: 64px;
  }

  .small-person-container._02 {
    width: 50px;
  }

  .small-person-container._03 {
    width: 85px;
  }

  .small-person-container._04 {
    width: 75px;
  }

  .small-person-container._05 {
    right: -13%;
    width: 77px;
  }

  .small-person-container._06 {
    left: -18%;
    width: 82px;
  }

  .small-person-container._07 {
    width: 90px;
  }

  .small-person-container._08 {
    width: 63px;
  }

  .small-person-container._10 {
    width: 67px;
  }

  .small-person-container._11 {
    width: 73px;
  }

  .small-person-container._13 {
    width: 70px;
  }

  .hero-image-simple-holder {
    width: 150px;
  }

  .cta-screen-container {
    left: -102%;
    top: 12%;
    min-width: 220px;
  }

  .cta-content {
    max-width: 100%;
  }

  .white-cta-heading {
    font-size: 22px;
  }

  .cta-check-holder {
    position: relative;
    left: -30px;
    grid-row-gap: 0px;
  }

  .brand-marketplace-content {
    width: 500px;
    max-width: 500px;
  }

  .brand-content-holder.right {
    width: 60%;
  }

  .brand-content-holder.left {
    padding-left: 20px;
  }

  .brand-marketplace-link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand-bg {
    width: 506px;
    max-width: 506px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
  }

  .section.white-smoke {
    overflow: hidden;
  }

  .container {
    overflow: hidden;
    padding: 1em;
  }

  .container.accordions {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .container.navbar-container {
    overflow: visible;
  }

  .container.footer-container {
    display: flex;
    flex-direction: column-reverse;
    grid-row-gap: 24px;
  }

  .nav-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    grid-row-gap: 0px;
  }

  .button {
    width: 100%;
    text-align: center;
  }

  .button.arrow {
    font-size: 14px;
  }

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

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    height: 420px;
    padding: 30px;
    justify-content: space-between;
  }

  .footer {
    padding: 21px 0px;
    text-align: left;
  }

  .footer-flex-container {
    padding-top: 0px;
    padding-bottom: 24px;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border-bottom: 2px solid hsla(0, 0%, 100%, 0.2);
    border-top-style: none;
  }

  .footer-logo-link {
    height: 60px;
  }

  .hero-text {
    font-size: 36px;
  }

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

  .style-guide-tab-holder {
    font-size: 19px;
  }

  .headings-holder {
    padding: 10px;
  }

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

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

  .style-guide-left-panel {
    margin-top: 98px;
    padding: 23px 12px;
    flex-direction: column;
    grid-row-gap: 20px;
  }

  .style-guide-panel-title {
    font-size: 18px;
  }

  .nav-menu-button {
    padding-right: 22px;
    padding-left: 22px;
  }

  .nav-menu-button.w--open {
    z-index: 999999;
  }

  .link-holder {
    width: 100%;
  }

  .app-holder {
    width: 100%;
  }

  .app-container {
    width: 100%;
  }

  .inside-mac-image {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
  }

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

  .card {
    height: 100%;
    padding: 30px 20px;
  }

  .card-image {
    left: 33%;
  }

  .overlay-card-image {
    left: 0%;
  }

  .heading-and-paragraph-holder {
    display: flex;
    width: 100%;
    align-items: flex-start;
  }

  .heading-and-paragraph-holder.testimonials {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-icon-holder {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .list-item {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .mac-holder {
    left: 0px;
    width: 100%;
    margin-top: 2em;
  }

  .mac-holder.transparent {
    left: 0%;
    width: 100%;
  }

  .inside-mac-image-holder.submit-form {
    height: 83%;
  }

  .dark-mode-card-container {
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .dark-mode-card-container.big {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .iphone-holder.card-iphone {
    width: 100%;
  }

  .iphone-screen-container.white-screen {
    left: 24%;
    right: 23%;
  }

  .iphone-image {
    max-width: 63%;
  }

  .image-holder {
    padding: 10px 10px 10px 9px;
    border-right-style: none;
  }

  .heading-sticky {
    position: static;
  }

  .image-heading-and-paragraph-holder {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabel-holder {
    padding: 0px 20px 20px;
  }

  .pricing-button-holder {
    margin-top: 24px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .midnight-blue-heading {
    font-size: 26px;
  }

  .accordion {
    width: 100%;
    align-content: flex-end;
  }

  .text-field-holder {
    height: 44px;
  }

  .text-field-holder::-moz-placeholder {
    color: #858585;
  }

  .text-field-holder::-ms-input-placeholder {
    color: #858585;
  }

  .text-field-holder::placeholder {
    color: #858585;
  }

  .form-block {
    min-width: 100%;
  }

  .submit-container {
    margin-top: 18px;
  }

  .submit-form-input-wrapper {
    flex-direction: column;
    grid-row-gap: 12px;
  }

  .submit-button {
    position: static;
    width: 100%;
    height: 45px;
  }

  .footer-social-media-container {
    width: 100%;
    padding-bottom: 20px;
    flex-direction: column;
  }

  .social-media-content {
    width: 100%;
    flex-direction: row;
  }

  .made-container {
    width: 100%;
    margin-top: 24px;
    flex-direction: column;
    justify-content: flex-start;
    grid-column-gap: 30px;
    grid-row-gap: 10px;
  }

  .made-by-azwedo {
    width: 100%;
    flex-direction: row;
    grid-column-gap: 0px;
    grid-row-gap: 5px;
  }

  .footer-list {
    padding-bottom: 0px;
    justify-content: center;
  }

  .tablet-holder {
    left: 12%;
    width: 120%;
  }

  .headig-and-paragraph-content {
    margin-bottom: 2em;
  }

  .logo-grid {
    justify-items: start;
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .feature-tabel-header {
    justify-items: start;
  }

  .feature-tabel-header.bottom-line {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .features-on-dark-mode {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mobile-features-dark-mode {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .tabs {
    padding: 0px;
  }

  .tabs-menu {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    border-radius: 10px;
  }

  .tab-nav-item {
    width: 100%;
    border-radius: 12px;
    font-size: 14px;
  }

  .tab-nav-item.w--current {
    width: 100%;
    border-radius: 12px;
    font-weight: 700;
  }

  .tabs-content {
    width: 320px;
  }

  .grid-5-col {
    width: 100%;
    justify-content: start;
    justify-items: start;
    grid-column-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .link-wrapper {
    padding-bottom: 12px;
    padding-left: 0px;
    flex-direction: row;
    align-items: flex-start;
    grid-column-gap: 12px;
  }

  .white-overlay {
    display: none;
  }

  .card-heading-and-paragraph-holder {
    display: flex;
    align-items: flex-start;
  }

  .accordion-bottom-wrap {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .accordion-bottom-paragraph {
    width: 90%;
  }

  .accordions-wrapper {
    margin-top: 0px;
    flex-direction: column;
  }

  .cta-text-holder {
    display: block;
    height: auto;
  }

  .hero-app-holder {
    width: 100%;
    height: auto;
    padding: 24px;
    border-radius: 10px;
  }

  .card-background {
    height: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card-iphone-on-dark-screen {
    height: 100%;
  }

  .brand {
    width: 110px;
  }

  .link-block-wrapper {
    justify-content: flex-start;
  }

  .paragraph {
    text-align: left;
  }

  .form-block-summary {
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 13px;
    text-align: left;
  }

  .accordion-header {
    font-weight: 700;
  }

  .accordion-holder {
    width: 100%;
  }

  .feature-grid-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .project {
    margin-top: 20px;
  }

  .project._02 {
    flex-direction: column-reverse;
  }

  .project-image {
    clear: left;
  }

  .tick-list-image {
    width: 24px;
  }

  .tick-list-image.in-large-text {
    width: 32px;
  }

  .tick-list-image.in-large-paragraph {
    width: 35px;
  }

  .tick-list-image.middle-list {
    width: 32px;
  }

  .tick-list {
    grid-column-gap: 10px;
  }

  .list-container {
    padding-top: 0px;
  }

  .image-project-holder {
    width: 100%;
    height: 100%;
    margin-top: 50px;
  }

  .feature-project-image {
    top: 0%;
    right: 10%;
    width: 80%;
    transform: scale(1.2);
  }

  .feature-project-image.bottom {
    left: auto;
    top: 2%;
    right: 7%;
    bottom: auto;
    width: 80%;
    transform: scale(1);
  }

  .trusted-cmpanies-container {
    padding: 20px;
  }

  .navbar-link._01.w--current {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #1a1b1f;
    font-weight: 400;
  }

  .navbar-link._02 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar-link._03 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar-link._04 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar-link._05 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-menu-holder {
    grid-row-gap: 15px;
  }

  .navbar-menu-holder {
    align-items: center;
  }

  .paragraph-xl {
    padding-top: 20px;
    font-size: 18px;
    letter-spacing: 1.2px;
  }

  .client-logo {
    width: 80%;
    padding: 8px;
  }

  .client-logo.last {
    width: 40%;
  }

  .client-logo.layout {
    width: 100%;
  }

  .client-logo-holder {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tabs-app-holder {
    width: 100%;
  }

  .tabs-app-container {
    width: 100%;
  }

  .title {
    justify-content: center;
    align-items: center;
  }

  .semi-bold-text {
    font-size: 27px;
  }

  .card-with-macbook {
    padding: 30px 20px 15px;
  }

  .gradient-background-image {
    width: 100%;
  }

  .pricing-tick-holder {
    grid-row-gap: 30px;
  }

  .div-block-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .hero-heading {
    font-size: 60px;
  }

  .small-person-container {
    width: 50px;
  }

  .small-person-container._02 {
    left: auto;
    top: -16%;
    right: 55%;
    bottom: auto;
    width: 37px;
  }

  .small-person-container._03 {
    left: -4%;
    width: 51px;
  }

  .small-person-container._04 {
    width: 50px;
  }

  .small-person-container._05 {
    right: 6%;
    width: 56px;
  }

  .small-person-container._06 {
    left: 7%;
    bottom: 8%;
    width: 60px;
  }

  .small-person-container._07 {
    left: 60%;
    top: -22%;
    right: auto;
    bottom: auto;
    width: 60px;
  }

  .small-person-container._08 {
    left: -5%;
    top: 8%;
    width: 50px;
  }

  .small-person-container._09 {
    width: 56px;
  }

  .small-person-container._10 {
    width: 50px;
  }

  .small-person-container._11 {
    width: 49px;
  }

  .small-person-container._12 {
    width: 60px;
  }

  .small-person-container._13 {
    top: -19%;
    width: 50px;
  }

  .hero-image-simple-holder {
    width: 100px;
  }

  .regular-text {
    font-size: 16px;
  }

  .cta-screen-container {
    left: 11px;
    top: -13px;
    min-width: 100%;
  }

  .cta-content {
    max-width: 100%;
    padding: 30px;
  }

  .cta-content-holder {
    flex-direction: column;
  }

  .cta-screen-holder {
    left: auto;
    width: 95%;
  }

  .cta-button-holder {
    display: flex;
    margin-top: 24px;
  }

  .cta-tick-holder {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .cta-check-holder {
    left: 0px;
    flex-direction: column;
  }

  .center-paragraph {
    margin-bottom: 0px;
  }

  .link-block-button.project-button {
    width: 100%;
  }

  .button-gradient-bg.blue-gradient {
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
  }

  .arrows-holder {
    width: 14px;
    height: 14px;
    margin-left: 5px;
  }

  .brand-marketplace-content {
    width: 100%;
    max-width: 300px;
    border: 0px none transparent;
  }

  .brand-content-holder.right {
    width: 100%;
  }

  .brand-content-holder.left {
    width: 100%;
    padding-left: 20px;
    text-transform: capitalize;
  }

  .brand-marketplace-link {
    padding-right: 20px;
    padding-left: 0px;
  }

  .brand-bg {
    width: 306px;
    max-width: 306px;
  }

  .get-our-brand-text {
    text-transform: none;
  }

  .saas-text {
    text-transform: uppercase;
  }
}

#w-node-_4f1d0ae0-7062-998b-1507-7b90d7f2c1b5-a14b8749 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e34e5c6f-3e6f-24bc-367e-ad50e56544a4-a14b8749 {
  -ms-grid-column: span 8;
      grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e34e5c6f-3e6f-24bc-367e-ad50e56544a8-a14b8749 {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 8;
      grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
}

#w-node-e34e5c6f-3e6f-24bc-367e-ad50e56544ab-a14b8749 {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
      grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

#w-node-bebcb160-7c56-c202-7d62-befd63c6c9e0-a14b8749 {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
      grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: auto;
      align-self: auto;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_080fab85-7de7-9636-f850-0f28551b48be-a14b8749 {
  -ms-grid-column: span 6;
      grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9a59587-afae-63a6-b9f2-75473203653c-a14b8749 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0149be4d-059f-ca92-23cf-7a44e064ab57-a14b8749 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9d98170-ff7e-30c4-c81a-fe84a9fb1d71-a14b8749 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f50d248c-9171-f7a3-bca1-d14ca52923ff-a14b8749 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_59efc4b7-9bef-6428-e00a-a8c63874bf53-a14b8749 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3a41fb92-6e5f-0f80-b790-3db1b1f2233d-a14b8749 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9b319c81-17e2-03ff-7d76-0d37cd206952-a14b8749 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_10c980e4-8849-6ff3-cb04-05827d2a29b7-a14b8749 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5054f782-4f65-ca7c-f216-3848de403522-a14b8749 {
  -ms-grid-column: span 8;
      grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_917f4f4f-50b9-e2c0-7673-0d009c9780fe-c04b8751 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ab43853c-ece8-17cf-49bd-595ed06ae957-c04b8751 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1f7c4585-e293-b418-e0e9-d3c60b8b710b-c04b8751 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e8dbee30-682e-39b5-bf06-9f8bc230af9e-c04b8751 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e92113cf-4a47-8c6e-eba9-377c2f2948d4-c04b8751 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d5ce723c-32eb-64e2-1888-1c2dc5f07290-c04b8751 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_348f2a4b-5fed-e5ff-8ecd-c02b37458e55-c04b8751 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f43cbfb-ac70-5823-bf40-a3fa2c5f7e72-c04b8751 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_38e43aee-17a3-11b6-0dca-be379cbdd323-c04b8751 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_930cb738-d1ad-9738-0da3-f8ac077016b1-c04b8751 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_930cb738-d1ad-9738-0da3-f8ac077016b3-c04b8751 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_930cb738-d1ad-9738-0da3-f8ac077016b5-c04b8751 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_930cb738-d1ad-9738-0da3-f8ac077016b7-c04b8751 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_930cb738-d1ad-9738-0da3-f8ac077016b9-c04b8751 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_90afa9f6-4573-fc8c-0607-01a23f3f0f98-c04b8751 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_71990696-9584-f0ff-8aa7-8ee27500e22e-c04b8751 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
      justify-self: end;
}

#w-node-f45fbecb-4d81-2e58-2937-c1fef8aa8223-c04b8751 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_328ea224-f1f2-8398-2818-834439a9c9b9-f44b8753 {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_328ea224-f1f2-8398-2818-834439a9ca29-f44b8753 {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_328ea224-f1f2-8398-2818-834439a9ca31-f44b8753 {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_328ea224-f1f2-8398-2818-834439a9ca38-f44b8753 {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_328ea224-f1f2-8398-2818-834439a9ca3f-f44b8753 {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (min-width: 1440px) {
  #w-node-e34e5c6f-3e6f-24bc-367e-ad50e56544a8-a14b8749 {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 7;
    grid-column-end: 8;
  }

  #w-node-bebcb160-7c56-c202-7d62-befd63c6c9e0-a14b8749 {
    grid-area: Area;
  }

  #w-node-_080fab85-7de7-9636-f850-0f28551b48be-a14b8749 {
    -ms-grid-column: span 7;
        grid-column-start: span 7;
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f50d248c-9171-f7a3-bca1-d14ca52923ff-a14b8749 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (min-width: 1440px) {

  #w-node-bebcb160-7c56-c202-7d62-befd63c6c9e0-a14b8749 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f50d248c-9171-f7a3-bca1-d14ca52923ff-a14b8749 {
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e34e5c6f-3e6f-24bc-367e-ad50e56544a4-a14b8749 {
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }

  #w-node-e34e5c6f-3e6f-24bc-367e-ad50e56544a8-a14b8749 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-e34e5c6f-3e6f-24bc-367e-ad50e56544ab-a14b8749 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
        grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_080fab85-7de7-9636-f850-0f28551b48be-a14b8749 {
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }

  #w-node-f50d248c-9171-f7a3-bca1-d14ca52923ff-a14b8749 {
    -ms-grid-column-span: 6;
    grid-column-end: 6;
  }

  #w-node-_9b319c81-17e2-03ff-7d76-0d37cd206952-a14b8749 {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_16d1bddb-9ad7-3dcf-3fe1-e666f2b8ceca-a14b8749 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3833784e-da58-104f-a79c-401b3f0e4678-a14b8749 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e34e5c6f-3e6f-24bc-367e-ad50e56544a4-a14b8749 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }

  #w-node-e34e5c6f-3e6f-24bc-367e-ad50e56544a8-a14b8749 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }

  #w-node-_080fab85-7de7-9636-f850-0f28551b48be-a14b8749 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }

  #w-node-f50d248c-9171-f7a3-bca1-d14ca52923ff-a14b8749 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }

  #w-node-_5054f782-4f65-ca7c-f216-3848de403522-a14b8749 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-column: span 3;
        grid-column-start: span 3;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
  }

  #w-node-_3833784e-da58-104f-a79c-401b3f0e4678-a14b8749 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

