html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

.w-input, .w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input::placeholder {
  color: #999;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px #3336;
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: #2226;
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop, .w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.w-lightbox-control {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  height: 2.6em;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden;
}

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left, .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.w-richtext figure div {
  color: #0000;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before, .w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.wf-layout-layout {
  display: grid;
}

:root {
  --background-black: #0e0f12;
  --neon-pulse-blue: #4dffff;
  --typoface: proxima-nova, sans-serif;
  --optic-white: #e7e8e8;
  --electric-green: #0ffb95;
  --neural-spark: #acadae;
  --quantum-teal: #003820;
  --neural-emerald: #00785e;
  --signal-red: #ff4d4d;
  --h1-text-size: 72px;
  --h1-text-height: 90px;
  --h2-text-size: 48px;
  --h2-text-height: 60px;
  --h3-text-size: 32px;
  --h3-text-height: 40px;
  --h4-text-size: 20px;
  --h4-text-height: 26px;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

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

.navbar {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0e0f1266;
  width: 100%;
  position: fixed;
}

.margin-global {
  max-width: none;
  margin-left: 64px;
  margin-right: 64px;
}

.margin-global.version-nav {
  margin-left: 34px;
  margin-right: 34px;
}

.navbar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

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

.brand-logo-wrapper.w--current {
  padding-left: 0;
}

.home-hero-section {
  background-color: var(--background-black);
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 192px;
  padding-bottom: 48px;
}

.hero-section-vertical-align {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.h1 {
  font-family: var(--typoface);
  color: var(--optic-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
}

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

.text-color-secondary-2 {
  color: var(--electric-green);
}

.text-color-secondary-2.underline-on-hover {
  text-decoration: none;
  transition: all .3s;
}

.text-color-secondary-2.underline-on-hover:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.standard-text {
  color: #8a8a8a;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.standard-text.text-align-center {
  color: var(--neural-spark);
  text-align: center;
}

.standard-text.text-align-center.z-index-1 {
  z-index: 1;
  position: relative;
}

.standard-text.text-size-medium {
  font-size: 16px;
  line-height: 24px;
}

.standard-text.text-size-smaller {
  font-size: 14px;
  line-height: 21px;
}

.heading-vertical-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.heading-vertical-wrapper.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-vertical-wrapper.align-left.gap-less {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.prompt-tab {
  font-family: var(--typoface);
  color: #949596;
  text-align: center;
  background-color: #0000;
  border: 1px solid #313337;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
}

.prompt-tab.w--current {
  background-color: #0d0d0d;
  font-size: 12px;
  font-weight: 500;
}

.prompt-tab-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.footer-separator {
  background-color: #1f2023;
  border-radius: 999px;
  width: 100%;
  height: 1px;
}

.prompt-typing-area {
  width: 100%;
  height: 148px;
}

.generate-prompt-wrapper {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 65% auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.prompt-send-button {
  background-color: var(--electric-green);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 8px 10px 10px;
  line-height: 22px;
  transition: background-color .3s;
  display: flex;
}

.prompt-send-button:hover {
  background-color: #3ad190;
}

.prompt-text-area {
  font-family: var(--typoface);
  color: var(--optic-white);
  resize: none;
  background-color: #0000;
  border: 0 solid #000;
  min-height: 148px;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.prompt-text-area:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
}

.prompt-text-area::placeholder {
  color: #b3b4b5;
}

.testimonial-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: url("/assets/media/68e3fa305d365dcf5a7b9542_Testimonial-Dots-pattern.5ee25d1e.png"), linear-gradient(#131416, #202125);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px 40px 32px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 1px #fff3, inset 0 -1px 2px #ffffff0d;
}

.testimonial-card:hover {
  outline-color: #004435;
}

.footer {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-image: radial-gradient(circle at 50% 0, #0c0e13e6, #0e0f12);
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 48px;
  padding-bottom: 32px;
  position: relative;
}

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

.footer-upper-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 48% 52%;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

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

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

.social-icon {
  color: var(--optic-white);
  transition: all .3s;
}

.social-icon:hover {
  color: var(--electric-green);
}

.footer-bottom-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.copyright-text {
  font-family: var(--typoface);
  color: #646568;
  text-align: center;
  font-weight: 300;
}

.text-color-white {
  color: var(--optic-white);
}

.prompt-area {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-nav-toggle-inner {
  box-shadow: none;
  background-color: #000;
  border-radius: 99em;
  justify-content: center;
  align-items: center;
  padding: 17px 25px;
  transition: transform .25s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

.menu-nav-toggle-inner:active {
  transform: scale(.88);
}

.menu-nav-toggle-inner.close {
  padding: 18px;
}

.mobile-nav {
  display: none;
  position: relative;
}

.menu-nav-overlay {
  z-index: 95;
  background-color: #242423;
  align-items: flex-end;
  width: 100%;
  height: 90%;
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.menu-nav-content {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: auto;
}

.menu-nav-toggle-open {
  z-index: 6;
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: 55px;
}

.menu-nav-toggle {
  z-index: 99;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 54px;
  text-decoration: none;
}

.menu-nav-toggle-close {
  z-index: 1;
  text-decoration: none;
  display: none;
  position: absolute;
  bottom: 55px;
}

.navlink-text {
  font-family: var(--typoface);
  color: var(--neural-spark);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
}

.navlink-text:hover {
  color: var(--optic-white);
}

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

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

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

.text-weight-medium {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}

.side-heading {
  color: var(--optic-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.standard-text-2 {
  font-family: var(--typoface);
  color: var(--optic-white);
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.standard-text-2.text-height-less {
  line-height: 20px;
}

.standard-text-2.text-height-less.text-color--light-grey {
  color: #5f6060;
}

.standard-text-2.text-height-less.text-color-pale-green {
  color: #b4efd9;
}

.standard-text-2.text-height-less.text-color-pale-green.text-size-less {
  font-size: 14px;
  line-height: 18px;
}

.standard-text-2.text-color-grey {
  color: var(--neural-spark);
}

.standard-text-2.text-color-grey.text-align-center {
  text-align: center;
}

.standard-text-2.text-color-grey.text-align-center.margin-above, .standard-text-2.text-color-grey.margin-above {
  margin-top: 4px;
}

.standard-text-2.text-color-grey.margin-above-more {
  margin-top: 16px;
}

.standard-text-2.letter-spacing-less {
  letter-spacing: -.32px;
}

.standard-text-2.text-color-grey-2 {
  color: #b6b6b7;
}

.standard-text-2.text-size-less {
  font-size: 14px;
  line-height: 18px;
}

.standard-text-2.text-size-less.text-color-grey-3 {
  color: #7a7a7a;
}

.standard-text-2.text-color-light-green {
  color: #5fecb9;
}

.policies-content-section {
  background-color: var(--background-black);
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 55px;
  padding-bottom: 45px;
}

.policies-content-section.above-margin-8 {
  padding-top: 8px;
}

.policies-content-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.standard-text.text-size-medium.text-color-grey {
  color: var(--neural-spark);
}

.cta-button {
  background-color: var(--electric-green);
  font-family: var(--typoface);
  color: var(--quantum-teal);
  text-align: center;
  border-radius: 12px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  box-shadow: inset 0 0 10px 2px #f8f8f8bf;
}

.cta-button.margin-above {
  margin-top: 12px;
}

.cta-button.hamburger-version {
  display: none;
}

.cta-button.version-white {
  background-color: var(--optic-white);
  box-shadow: none;
  color: var(--background-black);
}

.cta-button.version-white.margin-above.more {
  margin-top: 20px;
}

.cta-button.submit-button {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.cta-button.version-ghost {
  color: var(--optic-white);
  background-color: #242424;
  font-weight: 400;
  box-shadow: inset 0 1px 3px -1px #ffffff40, inset 0 2px 12px -3px #ffffff2e;
}

.navlink-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.announcement-badge {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.new-badge {
  background-color: var(--optic-white);
  font-family: var(--typoface);
  color: var(--background-black);
  border-radius: 999px;
  padding: 1px 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

.text-primary-gradient {
  background-image: linear-gradient(90deg, #5cedb8, var(--optic-white));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.nav-border {
  background-image: linear-gradient(90deg, #fff0, #ffffff1a 50%, #fff0);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-border.position-top {
  inset: 0% 0% auto;
}

.prompt-box {
  z-index: 2;
  background-color: #18191c;
  border: 1px solid #313337;
  border-radius: 12px;
  align-self: stretch;
  margin-left: 30px;
  margin-right: 30px;
  padding: 24px;
  position: relative;
}

.send-icon {
  color: #191a1b;
  width: 16px;
  height: 14px;
}

.prompt-box-bg {
  z-index: 0;
  filter: saturate(120%) brightness(110%);
  mix-blend-mode: hard-light;
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  max-width: none;
  height: 130%;
  display: flex;
  position: absolute;
  inset: auto -3% 0%;
  overflow: hidden;
}

.prompt-block {
  width: 100%;
  position: relative;
}

.company-logo-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 48px;
  padding-bottom: 75px;
}

.standard-section {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 75px;
  padding-bottom: 75px;
}

.standard-section.padding-above-none {
  padding-top: 0;
}

.standard-section.padding-above-none.margin-bottom-more {
  padding-bottom: 150px;
}

.standard-section.padding-above-less {
  padding-top: 50px;
}

.company-logo-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-row {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-wrapper-overlay {
  background-image: linear-gradient(90deg, #0e0f12, #0e0f1200 12% 88%, #0e0f12);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.logo-wrapper {
  z-index: 0;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.heading-block-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.heading-block-wrapper.align-left {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.heading-block-wrapper.cta-width {
  z-index: 1;
  width: 74%;
  position: relative;
}

.subtitle-chip {
  background-color: #091112;
  border: 1px solid #23292a;
  border-radius: 999px;
  padding: 8px 14px;
}

.subtitle-chip.border-less {
  border-radius: 8px;
}

.subtitle-chip.border-less.margin-bottom {
  margin-bottom: 8px;
}

.h2 {
  font-family: var(--typoface);
  color: var(--optic-white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
}

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

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

.feature-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url("/assets/media/68e3e990f7b535343c36e30f_feature-card-bg.c319c1f2.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 1px 4px #f8f8f833, inset 0 -1px 1px #f8f8f833;
}

.feature-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 32px;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
}

.card-heading-text {
  font-family: var(--typoface);
  color: var(--optic-white);
  font-size: 24px;
  line-height: 30px;
}

.card-heading-text.color-green {
  color: #5fecb9;
}

.card-heading-text.color-blue {
  color: #86b7ff;
}

.feature-card-image {
  margin-bottom: 1px;
  margin-left: 1px;
  margin-right: 1px;
}

.testimonials-section {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 75px;
  padding-bottom: 75px;
}

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

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

.customer-about-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.customer-image {
  width: 40px;
  max-width: none;
}

.vertical-separator {
  background-color: #454649;
  border-radius: 999px;
  width: 1px;
  height: 100%;
}

.customor-info-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blur-image {
  position: absolute;
  inset: auto auto 0% 0%;
}

.pricing-section {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 75px;
  padding-bottom: 75px;
}

.pricing-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 34% 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

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

.pricing-card {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: linear-gradient(#202125, #131416);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  box-shadow: inset 0 1px 1px #fff3, inset 0 -1px 2px #ffffff0d;
}

.pricing-card.version-highlight {
  background-image: url("/assets/media/68e4a26746cc4433b342cb45_Pricing-Dots-pattern.76e5c01f.webp"), linear-gradient(#003725, #00c078);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  justify-content: flex-start;
  align-items: stretch;
  box-shadow: 0 0 8px 4px #00ffa626, inset 0 0 2px 1px #fff6;
}

.pricing-name {
  font-family: var(--typoface);
  color: #979899;
  letter-spacing: -.72px;
  font-size: 18px;
  line-height: 22px;
}

.pricing-name.version-highlight {
  color: #b9c7c2;
}

.pricing-top-section {
  flex-flow: column;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.price-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 34px;
  display: flex;
}

.pricing-price-text {
  font-family: var(--typoface);
  color: var(--optic-white);
  letter-spacing: -2.4px;
  font-size: 48px;
  line-height: 60px;
}

.per-month-text {
  letter-spacing: -.7px;
  font-size: 14px;
  line-height: 18px;
}

.pricing-info-text {
  font-family: var(--typoface);
  color: #9fa0a2;
  letter-spacing: -.8px;
  font-size: 16px;
}

.pricing-info-text.text-color-white {
  color: var(--optic-white);
}

.pricing-info-text.version-highlight {
  color: #b9c7c2;
}

.horizontal-divider {
  background-color: #2f3031;
  border-radius: 999px;
  width: 100%;
  height: 1px;
}

.horizontal-divider.version-highlight {
  background-color: #8bbdab;
}

.pricing-bottom-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

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

.icon {
  color: #9fa0a2;
  width: 24px;
}

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

.faq-section {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 75px;
  padding-bottom: 75px;
}

.faq-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.faq-block-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.faq-block {
  cursor: pointer;
  background-color: #191a1d;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 24px;
  transition: all .3s;
  display: flex;
  transform: none;
  box-shadow: inset 0 1px 1px #fff3, inset 0 -1px 2px #ffffff0d;
}

.faq-block:hover {
  transform: scale(1.025);
}

.plus-icon-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.plus-line-vertical {
  background-color: var(--optic-white);
  border-radius: 999px;
  width: 1px;
  height: 16px;
}

.plus-line-horizontal {
  background-color: var(--optic-white);
  border-radius: 999px;
  width: 16px;
  height: 1px;
  position: absolute;
}

.faq-question-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-answer-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.cta-section {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 125px;
}

.cta-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.cta-heading {
  font-family: var(--typoface);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle closest-corner, #e7e8e8, #e7e8e8 42%, #b8f9e2 60%, #bbd8ff 72%, #b8f9e2 90%, #a7ffe0b8);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 76px;
}

.cta-bg {
  z-index: 0;
  mix-blend-mode: lighten;
  align-self: center;
  position: absolute;
  inset: auto 0% -60%;
}

.footer-left-pane {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-right-pane {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.footer-link-category-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-nav-category-text {
  font-family: var(--typoface);
  color: var(--optic-white);
  letter-spacing: -.32px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.footer-link-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-navlink {
  font-family: var(--typoface);
  color: #aaabac;
  letter-spacing: -.32px;
  font-weight: 300;
  text-decoration: none;
  transition: color .3s;
}

.footer-navlink:hover {
  color: var(--optic-white);
}

.prompt-box-bg-img {
  align-self: stretch;
  max-width: none;
}

.hide {
  display: none;
}

.burger-line {
  background-color: #fff;
  border-radius: 999px;
  width: 18px;
  height: 2px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-logo {
  max-width: none;
}

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

.hero-video {
  mix-blend-mode: lighten;
  transform-style: preserve-3d;
  margin-top: -100px;
  margin-bottom: -100px;
  transform: scale3d(1, .5, 1);
}

.human-process-wrapper {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 30% 5% 30% 5% 30%;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.process-card {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: radial-gradient(circle closest-corner at 50% 0, #333436, #1b1d20);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  box-shadow: inset 0 1px 2px #ffffff40, inset 0 -1px 1px #ffffff1a;
}

.process-card._1 {
  background-image: radial-gradient(circle closest-corner at 50% 0, #333436, #1b1d20);
  position: relative;
}

.process-card._2 {
  background-image: radial-gradient(circle closest-corner at 50% 0, #0f241c, #1b1d20);
  position: relative;
}

.process-card._3 {
  background-image: radial-gradient(circle closest-corner at 50% 0, #1b1f2f, #1b1d20);
  position: relative;
}

.glow-icon-img {
  border-radius: 8px;
  margin-bottom: 6px;
  overflow: visible;
  box-shadow: 0 10px 40px -10px #e7e8e880;
}

.process-connector {
  background-color: #b5bcba;
  width: 100%;
  height: .75px;
  position: relative;
}

.connector-arrow {
  background-color: #030405;
  border: .75px solid #b6bcbb66;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.process-connector-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.process-connector-wrapper.bg-green {
  background-image: url("/assets/media/68e88df425153fa7f03e3e4d_ba85cf9aaace8c5823c47eacfeecb074_coonector-green-bg.dda980d0.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.process-connector-wrapper.bg-blue {
  background-image: url("/assets/media/68e892981e44479a0e743a31_connector-blue-bg.a6faf6bf.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.connector-arrow-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.connector-icon {
  color: var(--electric-green);
  width: 24px;
  height: 24px;
}

.connector-icon.color-blue {
  color: #63a2ff;
}

.box-shadow-icon-green {
  box-shadow: 0 0 8px #16fd99;
}

.white-line-gradient {
  background-image: linear-gradient(#1d1d1d00 20%, #ffffff40 40% 60%, #1d1d1d00 80%);
  width: 1px;
  height: 100%;
}

.white-line-gradient.align-left {
  background-image: linear-gradient(#1d1d1d00 20%, #ffffff40 40% 60%, #1d1d1d00 80%);
  position: absolute;
  inset: 0% auto 0% 0%;
}

.white-line-gradient.align-right {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.green-line-gradient {
  background-image: linear-gradient(#1d1d1d00 20%, #0b9e5eb3 40% 60%, #1d1d1d00 80%);
  width: 1px;
  height: 100%;
}

.green-line-gradient.align-right {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.green-line-gradient.align-left {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.blue-line-gradient {
  background-image: linear-gradient(#1d1d1d00 20%, #4b71a9 40% 60%, #1d1d1d00 80%);
  width: 1px;
  height: 100%;
  text-decoration: line-through;
}

.blue-line-gradient.align-right {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.blue-line-gradient.align-left {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.box-shadow-icon-blue {
  box-shadow: 0 0 8px #63a2ff;
}

.human-process-main-wrapper {
  margin-top: 50px;
  padding-left: 64px;
  padding-right: 64px;
  position: relative;
}

.gradient-line-connector {
  z-index: 0;
  background-image: linear-gradient(90deg, #0f111600, #e7e8e880 5% 95%, #0f111600 104%);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 50% 0% 0%;
}

.human-support-offerings-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.human-support-offering-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: url("/assets/media/68e8ac3580faafebe8dad7e9_offerings-bg-patterns.4d429bdd.png"), linear-gradient(90deg, #131416, #202125);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 54px 78px;
  display: flex;
  box-shadow: inset 0 1px 1px #fff3, inset 0 -1px 2px #ffffff0d;
}

.human-support-offering-card.version-green {
  background-image: url("/assets/media/68e8ac3580faafebe8dad7e9_offerings-bg-patterns.4d429bdd.png"), linear-gradient(90deg, #0b1917, #0b3b2b);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.human-offer-card-text-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.human-offer-card-heading-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.offer-card-pointers-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pointers-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.bullet-point {
  background-color: var(--electric-green);
  border-radius: 999px;
  width: 6px;
  height: 6px;
}

.human-suppport-pricing-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-left: 30px;
  margin-right: 30px;
  display: grid;
}

.policy-description-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.contact-form-block {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-image: url("/assets/media/6925996aaa4a76c10a55e0ce_contact-dot-bg.4bbd7b87.png"), radial-gradient(circle farthest-side at 50% 0, #181c26, #101219 64%, #0c0e13);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 16px;
  flex-flow: column;
  margin-left: 30px;
  margin-right: 30px;
  padding: 40px 98px;
  display: flex;
  box-shadow: inset 0 1px 1px #fff3, inset 0 -1px 2px #ffffff0d;
}

.contact-form-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-mail-icon {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: radial-gradient(circle farthest-side, #00493c, #0c0e13);
  border-radius: 10px;
  padding: 8px;
  box-shadow: inset 0 .5px 2px -1px #fff9, inset 0 10px 10px -1px #ffffff14, 0 10px 5px -2px #0000001a;
}

.h3 {
  font-family: var(--typoface);
  color: var(--optic-white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 42px;
}

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

.field-heading {
  font-family: var(--typoface);
  color: #acadae;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}

.form-field {
  font-family: var(--typoface);
  color: #5f6060;
  background-color: #131416;
  border: 1px solid #212224;
  border-radius: 10px;
  height: 100%;
  margin-bottom: 20px;
  padding: 16px;
  font-size: 16px;
}

.form-field.text-area {
  height: 7.75rem;
}

.text-color-ash {
  color: #9d9ea0;
}

.text-color-ash.underline-none {
  text-decoration: none;
}

.contact-cards-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 30px;
  margin-right: 30px;
  display: grid;
}

.contact-card {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #131416;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 32px;
  display: flex;
  box-shadow: inset 0 -1px 2px #ffffff0d, inset 0 1px 1px #fff3;
}

.contact-card-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-form-success-message {
  background-color: #0000;
}

.ball-separator {
  background-color: var(--electric-green);
  border-radius: 999px;
  width: 5px;
  height: 5px;
}

.breadcrumb-back-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.author-image {
  width: 48px;
}

.author-name-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.not-found-section {
  background-color: var(--background-black);
  max-width: none;
  min-height: 58vh;
  padding-top: 190px;
  padding-bottom: 110px;
}

.not-found-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.not-found-actions {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .margin-global.version-nav {
    margin-left: 54px;
    margin-right: 54px;
  }

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

  .heading-vertical-wrapper {
    width: 65%;
  }

  .prompt-typing-area {
    height: 148px;
  }

  .prompt-text-area {
    min-height: 148px;
  }

  .standard-text-2.text-color-grey.width-medium {
    width: 86%;
  }

  .policies-content-wrapper {
    margin-left: 48px;
    margin-right: 48px;
  }

  .navlink-wrapper {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .prompt-box {
    margin-left: 48px;
    margin-right: 48px;
  }

  .prompt-box-bg {
    width: 106%;
    height: 136%;
    bottom: 0%;
    left: -3%;
    right: -3%;
  }

  .heading-block-wrapper.cta-width {
    width: 56%;
  }

  .pricing-wrapper, .faq-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .cta-bg {
    align-self: center;
    width: 100%;
    max-width: none;
    bottom: -78%;
    overflow: visible;
  }

  .hero-video {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .human-suppport-pricing-wrapper {
    margin-left: 48px;
    margin-right: 48px;
  }

  .cta-bg-wrapper {
    width: 100%;
  }

  .contact-form-block {
    margin-left: 48px;
    margin-right: 48px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .contact-cards-wrapper {
    margin-left: 48px;
    margin-right: 48px;
  }

}

@media screen and (min-width: 1440px) {
  .margin-global {
    margin-left: 165px;
    margin-right: 165px;
  }

  .margin-global.version-nav {
    margin-left: 86px;
    margin-right: 86px;
  }

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

  .hero-section-vertical-align {
    color: var(--neon-pulse-blue);
  }

  .heading-vertical-wrapper {
    width: 68%;
  }

  .footer-separator {
    color: #333;
  }

  .prompt-typing-area {
    height: 148px;
  }

  .prompt-text-area {
    min-height: 148px;
  }

  .standard-text-2.text-color-grey.width-medium {
    width: 90%;
  }

  .policies-content-wrapper, .prompt-box {
    margin-left: 78px;
    margin-right: 78px;
  }

  .prompt-box-bg {
    width: 100%;
    height: 134%;
    left: 0%;
    right: 0%;
  }

  .heading-block-wrapper.cta-width {
    width: 58%;
  }

  .cta-bg {
    align-self: center;
  }

  .human-process-main-wrapper {
    padding-left: 165px;
    padding-right: 165px;
  }

  .human-suppport-pricing-wrapper {
    margin-left: 78px;
    margin-right: 78px;
  }

  .contact-form-block {
    margin-left: 78px;
    margin-right: 78px;
    padding-left: 148px;
    padding-right: 148px;
  }

  .contact-cards-wrapper {
    margin-left: 78px;
    margin-right: 78px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    z-index: 5;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .margin-global {
    margin-left: 34px;
    margin-right: 34px;
  }

  .margin-global.version-nav.hamburger-menu-version {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-wrapper {
    padding-left: 34px;
    padding-right: 34px;
  }

  .nav-button-wrapper {
    z-index: 10;
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: static;
    inset: 0%;
  }

  .brand-logo-wrapper.w--current {
    z-index: 1;
  }

  .home-hero-section {
    max-width: none;
    padding-top: 175px;
  }

  .hero-section-vertical-align {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .h1 {
    font-size: 46px;
    line-height: 58px;
  }

  .standard-text {
    font-size: 18px;
    line-height: 24px;
  }

  .standard-text.text-size-small {
    color: var(--background-black);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .prompt-typing-area {
    height: 100px;
  }

  .generate-prompt-wrapper {
    margin-top: 24px;
  }

  .prompt-text-area {
    min-height: 100px;
    font-size: 16px;
    line-height: 20px;
  }

  .testimonial-card {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    padding: 28px 36px 28px 28px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer-upper-block {
    grid-template-columns: 50% 50%;
  }

  .menu-nav-toggle-inner {
    background-color: var(--neural-spark);
    border-radius: 6px 6px 0 0;
    padding: 8px 14px;
  }

  .menu-nav-toggle-inner.close {
    padding: 8px 14px;
  }

  .mobile-nav {
    display: block;
  }

  .menu-nav-overlay {
    background-color: #0000;
    background-image: linear-gradient(#020202, #0b261a);
    border-top: 1px solid #00785e12;
    box-shadow: 0 50px 90px #19593e;
  }

  .menu-nav-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .menu-nav-toggle-open {
    bottom: 0;
  }

  .menu-nav-link {
    font-family: var(--typoface);
  }

  .menu-nav-link.text-color-secondary-2 {
    color: var(--electric-green);
  }

  .menu-nav-toggle-close {
    z-index: 5;
    bottom: 0;
  }

  .arrow-up {
    color: var(--background-black);
    width: 15px;
  }

  .arrow-up.hide {
    display: none;
  }

  .navlink-text {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 26px;
    display: flex;
  }

  .side-heading {
    font-size: 26px;
    line-height: 34px;
  }

  .standard-text-2.text-color-grey.margin-above.tablet-text-align-center {
    text-align: center;
  }

  .cta-button.hamburger-version, .cta-button.button-tablet-view {
    display: block;
  }

  .cta-button.tablet-view-none {
    display: none;
  }

  .navlink-wrapper {
    z-index: 0;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #070a0f66;
    height: 100vh;
    padding-top: 24px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .prompt-box-bg {
    width: 108%;
    height: 128%;
    bottom: 0%;
    left: -4%;
    right: -4%;
    overflow: hidden;
  }

  .heading-block-wrapper {
    width: 60%;
  }

  .heading-block-wrapper.align-left {
    justify-content: flex-start;
    align-items: center;
    width: 60%;
  }

  .heading-block-wrapper.cta-width {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .h2.text-align-left.tablet-text-align-center {
    text-align: center;
  }

  .features-card-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .feature-text-wrapper {
    margin-top: 24px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .card-heading-text {
    font-size: 20px;
    line-height: 26px;
  }

  .testimonial-card-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .pricing-top-section {
    margin-bottom: 16px;
  }

  .price-wrapper {
    margin-top: 16px;
    margin-bottom: 28px;
  }

  .pricing-price-text {
    font-size: 46px;
    line-height: 58px;
  }

  .pricing-bottom-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .cta-wrapper {
    padding-bottom: 160px;
  }

  .cta-heading {
    font-size: 52px;
    line-height: 65px;
  }

  .cta-bg {
    bottom: -50%;
  }

  .hide, .hide.w--open {
    display: none;
  }

  .hamburger-menu-btn {
    border-radius: 8px;
    padding: 8px;
  }

  .hamburger-menu-btn.w--open {
    background-color: #0000;
  }

  .burger-line {
    background-color: #fafafa;
  }

  .burger-line._3 {
    margin-bottom: 0;
  }

  .hamburger-cta-button {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .hero-video {
    height: 20rem;
    margin-top: -50px;
    margin-bottom: -75px;
  }

  .process-card._1 {
    padding: 26px;
  }

  .human-process-main-wrapper {
    padding-left: 34px;
    padding-right: 34px;
  }

  .human-support-offerings-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .human-support-offering-card {
    padding: 42px 54px;
  }

  .human-suppport-pricing-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: 70%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .contact-form-block {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .form-field {
    padding: 12px;
  }

  .contact-cards-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

}

@media screen and (max-width: 767px) {
  .margin-global {
    margin-left: 20px;
    margin-right: 20px;
  }

  .navbar-wrapper {
    padding-top: 20px;
    padding-bottom: 16px;
  }

  .h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .standard-text {
    font-size: 16px;
    line-height: 22px;
  }

  .standard-text.text-size-medium {
    font-size: 14px;
    line-height: 22px;
  }

  .standard-text.text-size-small {
    font-size: 12px;
    line-height: 16px;
  }

  .standard-text.text-size-smaller {
    font-size: 12px;
    line-height: 18px;
  }

  .heading-vertical-wrapper {
    width: 90%;
  }

  .prompt-tab {
    font-size: 12px;
    line-height: 16px;
  }

  .generate-prompt-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16px;
  }

  .prompt-send-button {
    align-self: flex-end;
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-card {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .footer {
    padding-top: 42px;
    padding-bottom: 28px;
  }

  .footer-wrapper {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .footer-upper-block {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .footer-bottom-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .side-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .standard-text-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .standard-text-2.text-height-less {
    line-height: 18px;
  }

  .standard-text-2.text-color-grey.margin-above-more {
    margin-top: 12px;
  }

  .cta-button.version-white.margin-above.more {
    margin-top: 16px;
  }

  .announcement-badge {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .prompt-box {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }

  .prompt-box-bg {
    max-height: 120%;
  }

  .company-logo-section {
    padding-bottom: 60px;
  }

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

  .standard-section.padding-above-less {
    padding-top: 32px;
  }

  .company-logo-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .logo-row {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
  }

  .features-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .heading-block-wrapper.cta-width {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 78%;
  }

  .subtitle-chip {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .features-card-wrapper {
    flex-flow: column;
    width: 80%;
    display: flex;
  }

  .feature-text-wrapper {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

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

  .testimonials-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .testimonial-card-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .vertical-separator {
    height: 32px;
  }

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

  .pricing-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .pricing-card {
    padding: 26px;
  }

  .pricing-top-section {
    margin-bottom: 14px;
  }

  .price-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-top: 14px;
    margin-bottom: 26px;
  }

  .pricing-price-text {
    font-size: 42px;
    line-height: 54px;
  }

  .pricing-feature {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .icon {
    width: 22px;
  }

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

  .faq-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .faq-block:hover {
    transform: scale(1.01);
  }

  .plus-icon-wrapper {
    width: 14px;
    height: 14px;
  }

  .plus-line-vertical {
    height: 14px;
  }

  .plus-line-horizontal {
    width: 14px;
  }

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

  .cta-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .cta-bg {
    bottom: -40%;
  }

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

  .footer-link-category-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-link-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero-video {
    height: 16rem;
    margin-top: -38px;
  }

  .human-process-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto 8% auto 8% auto;
    grid-template-columns: 100%;
    grid-auto-columns: 1fr;
    width: 80%;
    display: grid;
  }

  .process-connector {
    width: .75px;
    height: 100%;
  }

  .process-connector-wrapper.bg-green, .process-connector-wrapper.bg-blue {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .connector-icon {
    transform: rotate(90deg);
  }

  .white-line-gradient.align-left {
    background-image: linear-gradient(90deg, #1d1d1d00 20%, #ffffff40 40% 60%, #1d1d1d00 80%);
    width: 100%;
    height: 1px;
    inset: 0% 0% auto;
  }

  .white-line-gradient.align-right {
    background-image: linear-gradient(90deg, #1d1d1d00 20%, #ffffff40 40% 60%, #1d1d1d00 80%);
    width: 100%;
    height: 1px;
    inset: auto 0% 0%;
  }

  .green-line-gradient.align-right {
    background-image: linear-gradient(90deg, #1d1d1d00 20%, #0b9e5eb3 40% 60%, #1d1d1d00 80%);
    width: 100%;
    height: 1px;
    inset: auto 0% 0%;
  }

  .green-line-gradient.align-left {
    background-image: linear-gradient(90deg, #1d1d1d00 20%, #0b9e5eb3 40% 60%, #1d1d1d00 80%);
    width: 100%;
    height: 1px;
    inset: 0% 0% auto;
  }

  .blue-line-gradient.align-right {
    background-image: linear-gradient(90deg, #1d1d1d00 20%, #4b71a9 40% 60%, #1d1d1d00 80%);
    width: 100%;
    height: 1px;
    inset: auto 0% 0%;
  }

  .blue-line-gradient.align-left {
    background-image: linear-gradient(90deg, #1d1d1d00 20%, #4b71a9 40% 60%, #1d1d1d00 80%);
    width: 100%;
    height: 1px;
    inset: 0% 0% auto;
  }

  .human-process-main-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding: 50px 20px 150px;
    display: flex;
  }

  .gradient-line-connector {
    background-image: linear-gradient(#0f111600, #e7e8e880 10% 90%, #0f111600 104%);
    width: 1px;
    height: 100%;
    inset: 0% 0% 0% 50%;
  }

  .human-support-offering-card {
    background-size: auto, auto;
    padding: 34px 40px;
  }

  .human-suppport-pricing-wrapper {
    width: 80%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .contact-form-block {
    margin-left: 20px;
    margin-right: 20px;
    padding: 34px 30px;
  }

  .h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .field-heading {
    font-size: 14px;
    line-height: 18px;
  }

  .form-field {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 18px;
  }

  .form-field.text-area {
    height: 7rem;
  }

  .contact-cards-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .breadcrumb-back-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
}

@media screen and (max-width: 479px) {
  .margin-global.version-nav {
    margin-left: 20px;
    margin-right: 20px;
  }

  .navbar-wrapper {
    padding: 18px 20px 12px;
  }

  .brand-logo-wrapper.w--current {
    width: 200px;
  }

  .home-hero-section {
    padding-top: 150px;
    overflow: hidden;
  }

  .h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .standard-text {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-vertical-wrapper {
    width: 100%;
  }

  .prompt-tab {
    padding: 4px 12px;
  }

  .prompt-tab-wrapper, .generate-prompt-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .prompt-text-area {
    font-size: 14px;
  }

  .testimonial-card {
    padding: 24px 32px 24px 24px;
  }

  .footer {
    padding-top: 42px;
  }

  .footer-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .footer-upper-block {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    display: flex;
  }

  .socials-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .footer-bottom-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .copyright-text {
    font-size: 12px;
    line-height: 18px;
  }

  .side-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .standard-text-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .standard-text-2.text-height-less.text-primary-gradient.mobile-text-align-center, .standard-text-2.text-height-less.text-color--light-grey.text-align-center {
    text-align: center;
  }

  .standard-text-2.text-color-grey.text-align-center.margin-above {
    margin-top: 2px;
  }

  .standard-text-2.text-color-grey.margin-above-more {
    margin-top: 10px;
  }

  .policies-content-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .cta-button {
    border-radius: 10px;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .cta-button.version-white.margin-above.more {
    margin-top: 14px;
  }

  .announcement-badge {
    flex-flow: column;
  }

  .prompt-box {
    margin-left: 0;
    margin-right: 0;
  }

  .prompt-box-bg {
    justify-content: flex-start;
    align-items: center;
    width: 116%;
    height: 112%;
    max-height: 107%;
    left: -8%;
    right: -8%;
    transform: scale3d(1, 1.1, 1);
  }

  .company-logo-section {
    padding-top: 42px;
    padding-bottom: 54px;
  }

  .standard-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .standard-section.padding-above-less {
    padding-top: 24px;
  }

  .logo-row {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .features-wrapper {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .heading-block-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .heading-block-wrapper.align-left {
    width: 100%;
  }

  .heading-block-wrapper.cta-width {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    width: 100%;
  }

  .h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .features-card-wrapper {
    width: 100%;
  }

  .feature-text-wrapper {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    margin-top: 24px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .card-heading-text {
    font-size: 18px;
    line-height: 24px;
  }

  .testimonials-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .testimonials-wrapper {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .testimonial-card-wrapper {
    width: 100%;
  }

  .customer-about-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .pricing-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .pricing-wrapper {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .pricing-card-wrapper {
    flex-flow: column;
    display: flex;
  }

  .pricing-name {
    font-size: 16px;
    line-height: 20px;
  }

  .pricing-top-section {
    margin-bottom: 8px;
  }

  .price-wrapper {
    margin-top: 12px;
    margin-bottom: 24px;
  }

  .pricing-price-text {
    font-size: 38px;
    line-height: 50px;
  }

  .pricing-info-text {
    font-size: 14px;
    line-height: 18px;
  }

  .icon {
    width: 20px;
  }

  .faq-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .faq-wrapper {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .faq-block {
    padding: 20px;
  }

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

  .cta-wrapper {
    padding-bottom: 128px;
  }

  .cta-heading {
    font-size: 28px;
    line-height: 35px;
  }

  .cta-bg {
    bottom: -24%;
  }

  .footer-left-pane {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-right-pane {
    grid-row-gap: 42px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: start stretch;
  }

  .hamburger-menu-btn {
    padding: 8px;
  }

  .burger-line {
    margin-right: 0;
  }

  .nav-logo {
    max-width: 100%;
  }

  .button-wrapper {
    flex-flow: column;
  }

  .hero-video {
    height: 10rem;
    margin-top: -20px;
  }

  .process-card._2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .glow-icon-img {
    margin-bottom: 4px;
  }

  .human-process-main-wrapper {
    padding-bottom: 128px;
    padding-left: 0;
    padding-right: 0;
  }

  .human-support-offerings-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .human-support-offering-card {
    padding: 28px 32px;
  }

  .human-suppport-pricing-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-form-block {
    margin-left: 0;
    margin-right: 0;
    padding: 30px 26px;
  }

  .h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .form-field {
    border-radius: 8px;
    margin-bottom: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-cards-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 28px;
  }

  .breadcrumb-back-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

#w-node-cee28b17-5846-1c11-4bde-2ee4081904ab-389c9d77, #w-node-c76b5330-19ce-b006-75ca-e1d591c8c2d2-389c9d77 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6666ed77-4ea9-68be-181f-27f138fa86e1-389c9d77 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d6cac65f-c94d-2a94-0b3f-5fd768b1b675-389c9d77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2945babe-4920-9a02-3c49-e56cbd0141c7-c0b43db7 {
  align-self: stretch;
}

#w-node-ee3d935f-6597-31d4-4b1a-a5a1c0b43dbd-c0b43db7 {
  justify-self: end;
}

#w-node-_5b25fc06-56d0-f828-368a-385b94cf5e33-4632aa19, #w-node-d4673104-b287-baa5-8add-5ea965226af9-4632aa19 {
  align-self: center;
}

#w-node-_4019d114-8de6-d4aa-04f8-144250658073-a6956664 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b40a944-9439-b0fa-f8af-760be1ad36d1-a6956664 {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_8ec0007d-b52d-b633-282d-43b30c0b11c8-389c9d77 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
