@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: #06101f;
  --grey-2: #b4bcd0;
  --white-button: #fff;
  --grey-1: #c0cfe0;
  --prim-3: #00aeff;
  --grey-4: #d0d5dd;
  --primary: #5467fa;
  --prim-2: #17d4f0;
  --inner-shadow: #fafaf9;
  --white-2: #101217;
  --lavender-blush: #f9f0fb;
  --grey-5: #0000001a;
  --grey-3: #6b84a0;
  --secondary: #d1fadf;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--white);
  color: var(--grey-2);
  font-family: "Inter 18 Pt", Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  color: var(--white-button);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 86px;
  font-weight: 700;
  line-height: 86px;
}

h2 {
  color: var(--white-button);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
}

h3 {
  color: var(--white-button);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 53px;
}

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

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

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

p {
  color: var(--grey-1);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

a {
  color: var(--prim-3);
  cursor: pointer;
}

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

li {
  margin-bottom: .25rem;
}

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

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: .25rem solid var(--grey-4);
  margin-bottom: 0;
  padding: .75rem 0 .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.form_message-success {
  background-color: #ffffff80;
  border-radius: .5rem;
  padding: 1.25rem;
}

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

.max-width-full {
  width: 100%;
  max-width: none;
}

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

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

.button {
  z-index: 3;
  border: 0px none var(--primary);
  background-color: var(--primary);
  background-image: linear-gradient(30deg, var(--prim-2), var(--prim-2));
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: "Inter 18 Pt", Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 1px #0000001a, 0 4px 8px #0000000f, 0 1px 2px #00000014;
}

.button:hover {
  transform: scale(1.02);
  box-shadow: inset 0 0 0 1px #0000001a, 0 4px 15px #17d4f040, 0 1px 2px #17d4f033;
}

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

.button.is-large {
  padding: 1rem 2rem;
}

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

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

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.white-button {
  color: #101828;
  background-color: #fff;
  background-image: none;
  border-color: #fff;
}

.button.nav {
  padding: 14px 30px;
  font-size: 1rem;
}

.button.button-2 {
  color: var(--white-button);
  background-color: #06101f00;
  background-image: none;
  border: 1px solid #fff3;
  box-shadow: 0 4px 8px #0000000f, 0 1px 2px #00000014;
}

.button.button-2:hover {
  border-color: var(--prim-2);
}

.button.spaces {
  padding: 14px 30px;
}

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

.text-size-large {
  font-size: 1.25rem;
}

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

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

.text-size-medium.text-weight-semibold.footer-headings {
  color: var(--grey-1);
}

.text-style-link {
  font-weight: 700;
  transition: color .2s;
}

.text-style-link:hover {
  color: var(--grey-1);
}

.text-style-link.text-size-xlarge {
  background-image: linear-gradient(30deg, var(--primary), var(--prim-2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h3 {
  margin-top: 1.75rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote, .text-rich-text ul {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

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

.form_input {
  background-color: var(--white);
  color: var(--primary);
  border: .125rem solid #0000;
  border-radius: .5rem;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  transition: border-color .2s;
}

.form_input:focus {
  border-width: .125rem;
  border-color: var(--grey-1);
}

.form_input::placeholder {
  color: #1d213099;
  font-size: 1rem;
}

.form_input.is-contact {
  background-color: var(--grey-1);
  margin-bottom: 0;
}

.form_input.is-text-area {
  min-height: 8rem;
}

.form_input.is-select-input {
  min-height: 4rem;
}

.page-wrapper {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.text-size-tiny {
  color: var(--grey-2);
  font-size: .75rem;
  text-decoration: none;
}

.text-size-tiny.cap {
  text-transform: uppercase;
}

.text-size-tiny.cap-t {
  text-transform: uppercase;
  font-size: 14px;
}

.icon-1x1-medium {
  width: 48px;
  height: 48px;
}

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

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.z-index-3 {
  z-index: 3;
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-small {
  width: 100%;
  max-width: 28rem;
}

.form_message-error {
  border-radius: .5rem;
  margin-top: .75rem;
  padding: 1rem;
}

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

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

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

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

.main-wrapper {
  z-index: 3;
  position: relative;
}

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

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

.button-secondary {
  grid-column-gap: 12px;
  background-color: var(--white);
  box-shadow: inset 0 0 0 1px var(--inner-shadow), 0 4px 8px 0 #0000000f, 0 1px 2px 0 #00000014;
  color: var(--grey-1);
  text-align: center;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 16px 28px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-secondary:hover {
  background-color: var(--grey-1);
  color: var(--white);
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xhuge {
  padding: 8rem;
}

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

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

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

.text-weight-medium {
  font-weight: 500;
}

.nav_component {
  z-index: 30;
  background-color: #ddd0;
  border-bottom: 1px solid #ffffff1a;
  padding: .8rem 2.5rem;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: inset 0 0 0 1px #0000001a, 0 4px 8px #0000000f, 0 1px 2px #00000014;
}

.nav_container {
  z-index: 3;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav_logo-link, .nav_logo-link.w--current {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.nav_logo-link.w--current:hover {
  flex: none;
}

.nav_menu {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav_button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.zbrand-logos_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.section_cta {
  position: relative;
  overflow: hidden;
}

.footer_component {
  z-index: 3;
  background-color: var(--white);
  color: var(--white);
  padding-top: 8rem;
  padding-bottom: 3rem;
  position: relative;
  box-shadow: inset 0 0 0 1px #0000001a, 0 4px 8px #0000000f, 0 1px 2px #00000014;
}

.footer_top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 3rem;
  display: grid;
}

.footer_links_column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  min-width: 10rem;
  margin-bottom: 0;
  margin-right: 2rem;
  display: flex;
}

.footer_top-right {
  width: 30%;
  min-width: 24rem;
  margin-left: 0;
}

.footer_social_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: end center;
  width: 150px;
  margin-top: 2rem;
  display: flex;
}

.footer_social_link {
  transition: color .2s;
}

.footer_social_link:hover {
  color: var(--white);
}

.footer_social_link.hide-item {
  display: none;
}

.footer_social_icon {
  color: var(--grey-2);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  transition: all .3s;
  display: flex;
}

.footer_social_icon:hover {
  background-image: linear-gradient(30deg, var(--primary), var(--prim-2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.section_product-header.relative.top-hero-m {
  height: 100vh;
  margin-top: 83px;
}

.section_product-header.relative.top-hero-m.hero {
  height: auto;
  overflow: hidden;
}

.product_header_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.product_header_component.flip-blog-hero {
  grid-template-columns: 1fr;
}

.product_header_content {
  max-width: 36rem;
}

.product_header_content._100 {
  text-align: center;
  max-width: 100%;
}

.product_header_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product_header_buttons.centered {
  justify-content: center;
}

.section_product-features.relative.bg-color2 {
  background-color: #00031c;
}

.product_features_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  position: relative;
}

.product_features_component.no-border-feature-section {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: grid;
}

.product_features_component.product_features_component__pad-bot {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-flow: column;
  display: flex;
}

.product_features_content {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  position: relative;
}

.product_features_content.center-content {
  text-align: center;
  justify-items: center;
}

.product_features_content.left-align {
  place-items: start;
}

.product_features_image-wrapper {
  max-width: 36rem;
  height: 100%;
  position: relative;
}

.product_features_image-wrapper.scrollable {
  border-radius: 28px;
  height: 300px;
  overflow: auto;
}

.product_features_image-wrapper.ad {
  justify-content: flex-end;
  align-items: center;
  max-height: 250px;
  display: flex;
}

.product_features_image-wrapper.glowed {
  border-radius: 25px;
  box-shadow: 0 2px 50px #17d4f033;
}

.contact_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  background-color: var(--white-2);
  border-radius: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding: 4rem;
  display: grid;
}

.contact_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.contact_details_icon-wrapper {
  background-image: linear-gradient(30deg, var(--primary), var(--prim-2));
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 1.5rem;
  display: flex;
}

.contact_details_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  overflow: hidden;
}

.contact_details_item {
  color: var(--grey-2);
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.contact_details_item.is-last {
  margin-bottom: 0;
}

.about_header_image_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.about_header_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pricing_plans {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.pricing_plan {
  z-index: 5;
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
  box-shadow: 0 20px 40px #0f0f1126, inset 0 0 0 1px #0000001a;
}

.pricing_plan.is-highlighted {
  border: 0rem none var(--grey-4);
  background-image: linear-gradient(135deg, var(--prim-2), var(--prim-3));
  transition-property: none;
}

.pricing_plan.is-highlighted:hover {
  transform: none;
}

.pricing_plan_header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: -.3rem;
  display: grid;
}

.pricing_plan_divider {
  background-color: #d8d8d8;
  height: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pricing_feature_wrapper {
  margin-bottom: 2rem;
}

.pricing_feature_wrapper.horizontal-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.pricing_feature_wrapper.no-m-bot {
  text-align: left;
  margin-bottom: 0;
}

.pricing_feature {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.pricing_feature.centered {
  justify-content: center;
}

.pricing_feature.align-top {
  align-items: flex-start;
}

.pricing_feature.border {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 3rem;
}

.pricing_feature.no-m {
  margin-bottom: 0;
}

.pricing_feature_icon {
  width: 1.2rem;
  height: 1.5rem;
  margin-right: 1rem;
}

.pricing_feature_icon.top-m {
  margin-top: 5px;
}

.pricing_plan_top {
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.pricing_plan_bottom {
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.faq_component {
  background-color: #fff0;
  border-radius: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 0;
  display: flex;
}

.faq_item_list {
  flex-direction: column;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.faq_item {
  background-color: var(--white);
  cursor: pointer;
  background-image: linear-gradient(#ffffff0d, #000212);
  border: 1px solid #ffffff1a;
  border-radius: 1.5rem;
  flex-direction: column;
  margin-bottom: 1rem;
  padding: 2.5rem;
  box-shadow: 0 20px 40px #0f0f1126;
}

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

.faq_answer {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.blog_empty-state {
  padding: 0;
  display: none;
}

.blog_trending_item-link {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  border: .125rem solid var(--grey-4);
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 4rem;
  display: grid;
}

.blog_details {
  color: #1d213099;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.blog_details_date, .blog_details_name {
  color: var(--grey-1);
}

.blog_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog_item-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white-2);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.7fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.blog_image-wrapper {
  border-radius: 1rem 0 0 1rem;
  width: 100%;
  overflow: hidden;
}

.logo_link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--grey-1);
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.logo_link.hidden-on-d {
  display: none;
}

.logo_link.d-version {
  margin-right: auto;
}

.about_header_image-wrapper {
  border-radius: 1.5rem;
  width: 100%;
  height: 18rem;
  overflow: hidden;
}

.gradient-circle-blurred {
  z-index: -1;
  filter: blur(14vh);
  background-image: radial-gradient(circle, #cacffa, #c9d4ef 26%, #aed3ff 53%, #9bffa5 74%, #d798e1);
  border-radius: 100%;
  width: 20rem;
  height: 20rem;
  position: absolute;
}

.gradient-circle-blurred.is-footer {
  filter: blur(10vh);
  width: 100%;
  height: 40%;
  inset: auto 0% -20%;
}

.product_features_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.product_features_image.blend-left {
  z-index: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 450px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.product_features_image.blend-left-gradient {
  box-shadow: none;
  background-image: linear-gradient(90deg, #000, #060919);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 450px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.product_features_image.position-left {
  object-position: 0% 50%;
}

.product_features_image.position-left.no-b {
  border-width: 0;
  border-radius: 0;
}

.product_features_image.scrollable {
  object-position: 50% 0%;
  height: 300px;
  overflow: scroll;
}

.product_features_image.position-top {
  object-position: 50% 0%;
  height: 2000px;
  overflow: hidden;
}

.product_features_image.no-r {
  border-radius: 8px;
}

.product_features_image.no-border {
  object-fit: contain;
  border-width: 0;
}

.product_features_image.no-border.sm-im {
  width: auto;
  height: 85%;
  margin-left: auto;
}

.product_features_image.no-border.absol {
  position: absolute;
  inset: 0%;
}

.product_features_image.contain {
  object-fit: contain;
}

.product_features_image.corner-add {
  object-fit: cover;
  border-radius: 25px 25px 50px;
}

.faq_icon {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-left: 2rem;
  display: flex;
}

.faq_icon-line {
  background-color: var(--grey-1);
  border-radius: .25rem;
  width: 1.25rem;
  height: .25rem;
  position: absolute;
}

.faq_icon-line.is-vertical {
  background-color: var(--grey-1);
  transform: rotate(90deg);
}

.zbrand-logos_image {
  height: 2rem;
}

.text-title-gradient {
  background-color: var(--primary);
  background-image: linear-gradient(30deg, var(--primary), var(--prim-2) 80%, var(--prim-3));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}

.product_features_item {
  z-index: 3;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: linear-gradient(#fff0, #ffffff0d);
  border: 1px solid #ffffff1a;
  border-radius: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 5rem 4rem;
  display: grid;
  position: relative;
  box-shadow: 0 20px 40px #0f0f1126;
}

.product_features_item.is-last {
  z-index: 5;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.product_features_item.is-last.cta {
  background-color: var(--white);
  height: 100%;
  padding: 6rem 2.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #0f0f1126;
}

.product_features_item.is-last.align-top {
  background-color: var(--white);
  background-image: linear-gradient(#fff0, #ffffff0d);
}

.product_features_item.is-last.align-top.pad-less {
  background-color: var(--white);
  background-image: linear-gradient(#ffffff0d, #000212);
  grid-template-columns: .25fr 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 0 40px #5467fa0d;
}

.product_features_item.left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--white);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem;
  display: grid;
  box-shadow: 0 0 40px #5467fa1a;
}

.product_features_item.right {
  background-color: var(--white);
  grid-template-columns: 1fr 1.5fr;
  padding: 3rem;
  box-shadow: 0 0 40px #5467fa1a;
}

.product_features_item.open-top {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.product_features_item.top-color {
  background-image: linear-gradient(#000212, #ffffff0d);
}

.product_features_item.small-product {
  background-color: var(--white);
  padding: 3rem;
  box-shadow: 0 0 40px #5467fa08;
}

.product_features_item.small-product.top-c {
  background-image: linear-gradient(#ffffff0d, #000212);
  width: 100%;
  box-shadow: 0 0 20px #5467fa1a;
}

.product_features_item.small-product.top-c.smaller {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  background-image: linear-gradient(#ffffff0d, #000212);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product_features_item.small-product.top-c.sm-ty {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.product_features_item.small-product.top-c.align-t {
  background-image: linear-gradient(#ffffff0d, #000212);
  place-items: start stretch;
  padding: 0;
}

.product_features_item.small-product.top-c.pad-add-cta {
  padding-left: 10rem;
  padding-right: 10rem;
}

.product_features_item.small-product.top-c.no-st {
  place-items: center start;
}

.product_features_item.small-product.top-c.no-c {
  box-shadow: none;
  background-color: #06101f00;
  background-image: none;
  border-width: 0;
}

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

.contact_form-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.blog_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog_details_divider {
  background-color: var(--grey-1);
  width: .12rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.relative {
  position: relative;
}

.pricing_button-wrapper {
  margin-top: 1.5rem;
}

.pricing_button-wrapper.no-m-wrap {
  margin-top: 0;
}

.pricing_price-wrapper {
  margin-top: 3rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.padding-section-large {
  padding-top: 96px;
  padding-bottom: 96px;
}

.heading-style-h3 {
  color: var(--white-button);
  font-size: 60px;
  font-weight: 600;
  line-height: 65px;
}

.margin-xhuge {
  margin: 8rem;
}

.icon-height-small {
  height: 1rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.margin-0 {
  margin: 0;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.padding-0 {
  padding: 0;
}

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

.text-align-right {
  text-align: right;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.icon-height-medium {
  height: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

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

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #6b7cff1a;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: var(--grey-1);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  background-color: var(--grey-1);
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

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

.padding-custom2 {
  padding: 2.5rem;
}

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

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

.margin-tiny {
  margin: .125rem;
}

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

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

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.z-index-3.bg-main-w {
  z-index: -1;
  background-color: var(--white);
  padding-left: 30px;
  padding-right: 30px;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

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

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #6b7cff1a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-huge {
  padding: 6rem;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-4 {
  background-color: var(--primary);
}

.fs-styleguide_color.is-5 {
  background-color: var(--grey-1);
}

.fs-styleguide_color.is-6 {
  background-color: var(--grey-4);
}

.fs-styleguide_color.is-7 {
  background-color: var(--lavender-blush);
}

.margin-custom1 {
  margin: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-color-prim {
  background-image: linear-gradient(182deg, var(--prim-2) 11%, var(--prim-2) 85%, var(--prim-2) 103%);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.video-home {
  object-fit: cover;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 650px;
  margin-top: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #0f0f1126;
}

._100--image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.absolute-hero-image {
  width: 760px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.padding-section-huge {
  padding-top: 160px;
  padding-bottom: 178px;
}

.padding-section-huge.no-bot-padding {
  padding-bottom: 0;
}

.padding-section-huge.padding-section-huge-hero {
  padding-top: 70px;
  padding-bottom: 70px;
}

.play-buton {
  background-image: linear-gradient(30deg, var(--primary), var(--prim-2));
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

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

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

.footer_bottom-wrapper {
  border-top: 1px solid var(--grey-5);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  display: flex;
}

.footer-rights {
  color: var(--grey-1);
}

.footer-link {
  color: var(--grey-3);
  text-decoration: none;
  transition: all .3s;
  overflow: hidden;
}

.footer-link:hover {
  color: var(--white-button);
}

.footer-link.top-m {
  margin-top: 5px;
}

.link-block-underline {
  background-image: linear-gradient(30deg, var(--prim-2), var(--prim-2));
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.link-block-underline.section-l {
  background-image: linear-gradient(30deg, #5467fa00, #ffffff1a 35% 65%, #03f6f400);
  margin-top: auto;
}

.link-block-underline.section-l.hero-l {
  margin-top: 20px;
  position: static;
  inset: auto 0% 0%;
}

.nav_link-holder {
  color: var(--grey-3);
  margin-right: 5px;
  padding: 10px 15px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.nav_link-holder.cap {
  text-transform: none;
  transition: all .3s;
}

.nav_link-holder.cap:hover {
  color: var(--white-button);
}

.logo-circle {
  background-image: linear-gradient(30deg, var(--primary), var(--prim-2));
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.logo-circle.no-p {
  background-image: none;
  width: 45px;
  height: 45px;
  position: relative;
  overflow: hidden;
}

.logo-name {
  color: var(--white-button);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.day-night_wrapper {
  background-color: var(--grey-1);
  cursor: pointer;
  border-radius: 28px;
  align-items: center;
  width: 48px;
  height: 26px;
  padding: 3px;
  display: flex;
}

.day-night_switch {
  background-color: var(--white);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: flex;
}

.day-night_container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.day-night_icon {
  color: var(--grey-1);
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.stay-white {
  color: #fff;
}

.play-button_button {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.play-inner {
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-left: 10px;
}

.bg-gradient {
  background-image: linear-gradient(30deg, var(--primary), var(--prim-2));
  position: absolute;
  inset: 0%;
}

.bg-gradient.gradient-silver {
  background-image: linear-gradient(30deg, var(--grey-2), var(--grey-4));
}

.bg-gradient-wrapper {
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .15rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-nav-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.blog-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 20px;
  display: flex;
}

.blog-categories-label {
  border-style: solid;
  border-width: 1px;
  border-radius: 1rem;
  padding: 5px 15px;
}

.blog-categories-label_text {
  font-size: 14px;
}

.label-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blog-author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 1rem;
}

.round-corners {
  border-radius: 28px;
}

.service-details-content {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.mg-bottom-32ps {
  color: var(--grey-3);
  margin-bottom: 32px;
}

.author-image-rectangle---brix {
  background-image: url('../images/49178441_1808589769251042_3992855332144545792_n-3-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.success-message {
  color: #fafaf9;
  background-color: #0000;
  padding-left: 0;
}

.get-a-free-wrap {
  justify-content: center;
  display: flex;
}

.title-book-form-contact {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.book-form-contact {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 500px;
  margin-bottom: 0;
  display: flex;
}

.book-form-contact.centered-form {
  z-index: 350;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.book-form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.book-form-block.services-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
}

.contacts-textarea {
  color: #fafaf9;
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 5px;
  min-height: 100px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.contacts-textarea:focus {
  color: #fafaf9;
  border: 1px solid #fafaf9;
  font-size: 14px;
}

.contacts-textarea::placeholder {
  color: #fafaf9;
  font-size: 14px;
}

.contacts-textarea.bg-color {
  background-color: #fafaf9;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.contacts-textarea.bg-color::placeholder {
  color: #101828;
}

.service-details-content-wrapper {
  max-width: 920px;
}

.cta-content-services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fafaf9;
  border-radius: 5px;
  flex-direction: column;
  min-width: 400px;
  padding: 25px 30px;
  display: flex;
  position: sticky;
  top: 160px;
  box-shadow: inset 0 0 0 1px #0000001a, 0 1px 2px #00000014, 0 4px 8px #0000000f;
}

.cta-content-services.blog-post {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fafaf900;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.text-white {
  color: #fafaf9;
}

.flex-horizontal-2 {
  display: flex;
}

.flex-horizontal-2.space-between {
  justify-content: space-between;
}

.error-message {
  color: #fafaf9;
  background-color: #0000;
  margin-top: 0;
  padding-left: 0;
}

.contacts-input {
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 14px;
  transition: all .2s;
}

.contacts-input:focus {
  color: #fafaf9;
  border: 1px solid #fafaf9;
  font-size: 14px;
}

.contacts-input::placeholder {
  color: #fafaf9;
  font-size: 14px;
}

.contacts-input.bg-color {
  color: #101828;
  background-color: #fafaf9;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.contacts-input.bg-color::placeholder {
  color: #101828;
}

.primary-form-button {
  color: #0245b3;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #fafaf9;
  border: 1px solid #fafaf9;
  border-radius: 5px;
  height: 60px;
  padding: 16px 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .3s;
  display: inline-block;
  position: relative;
}

.primary-form-button:hover {
  opacity: 1;
  color: #fafaf9;
  background-color: #0245b3;
}

.primary-form-button._100 {
  color: #fafaf9;
  background-color: #0245b3;
  background-image: linear-gradient(30deg, #0245b3, #00aeff);
  width: 100%;
}

.contain-image {
  object-fit: contain;
  width: 100px;
}

.heading-size-2 {
  font-size: 34px;
  line-height: 46px;
}

.heading-size-2.mg-bottom-8px {
  color: var(--grey-3);
  margin-bottom: 8px;
}

.contacts-form-wrapper {
  background-color: #0245b3;
  border-radius: 10px;
  width: 50%;
  margin-left: 40px;
  padding: 20px 30px 30px;
}

.contacts-form-wrapper.services-form {
  background-image: linear-gradient(30deg, #0245b3, #00aeff);
  width: 100%;
  margin-top: 30px;
  margin-left: 0;
  box-shadow: 0 20px 40px #0f0f1126;
}

.text-200 {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.text-200.medium {
  font-weight: 500;
}

.text-200.medium.color-primary.mg-bottom-16px {
  color: var(--grey-3);
  margin-bottom: 16px;
}

.contacts-detail {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-detail.blog-share-icon {
  flex-direction: row;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.get-a-free-button {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-cta-container {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: flex-start;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.contacts-icon {
  color: #fafaf9;
  background-color: #0245b3;
  background-image: linear-gradient(30deg, #0245b3, #00aeff);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  padding: 7px;
  display: flex;
}

.contacts-icon.blog-icon {
  background-image: linear-gradient(30deg, var(--primary), var(--prim-2));
  margin-right: 0;
}

.social-media-grid-top {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: stretch start;
  place-items: stretch start;
}

.book-inputs-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 10px;
  display: grid;
}

.card-author---brix {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 4px 4px 14px #080f340a;
}

.right-content-v1---brix {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 30px 40px;
}

.flex-author-box {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.pagination-blog-spacing {
  margin-top: 50px;
}

.pop-up-form-cta {
  z-index: 300;
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px);
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.cross {
  color: #fafaf9;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.tutorial-popup {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(30deg, var(--primary), var(--prim-2));
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding: 40px;
  display: flex;
  position: relative;
}

.pop-up-form-cta-2 {
  z-index: 300;
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px);
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.logo-image {
  z-index: 4;
  object-fit: contain;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.gradient-logo {
  z-index: 1;
  background-image: linear-gradient(30deg, var(--primary), var(--prim-2));
  border-radius: 100%;
  width: 95%;
  height: 95%;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.logo-image-2 {
  z-index: 3;
  object-fit: contain;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.button-container-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.hero-bg {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: fixed;
}

.cursor {
  z-index: 1;
  background-color: var(--primary);
  filter: blur(160px);
  border-radius: 300px;
  width: 100px;
  height: 100px;
  position: relative;
}

.cursor-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.white-responsive-spotlight {
  z-index: 1;
  filter: blur(200px);
  background-color: #e6ffff;
  border-radius: 300px;
  width: 100px;
  height: 100px;
  display: none;
  position: relative;
}

.flex-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.badge- {
  background-image: linear-gradient(30deg, var(--primary), var(--prim-2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding: 10px;
  position: absolute;
  inset: 3% 5% auto auto;
}

.hero-bg-color-glow {
  z-index: 3;
  background-image: linear-gradient(#0000, #ffffff03);
  background-position: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-bg-color-glow-2 {
  z-index: 3;
  background-image: linear-gradient(0deg, #0000, #ffffff05);
  background-position: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-nav {
  z-index: 2;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  position: absolute;
  inset: 0%;
}

.bg-nav._2 {
  z-index: 1;
  background-color: var(--white);
  opacity: .6;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.animations-css {
  display: none;
}

.feature-grid {
  grid-column-gap: 12px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.feature-heading {
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 16px;
  padding: .13em;
  font-size: 80px;
  font-weight: 400;
  line-height: .9;
  transition: transform .96s cubic-bezier(.3, 1.17, .55, .99);
}

.divider {
  background-image: linear-gradient(to right, #fff0, #ffffff1a 50%, #fff0);
  width: 100%;
  height: 1px;
  margin-top: 72px;
  margin-bottom: 72px;
}

.display-inline {
  display: inline;
}

.feature-img {
  width: 100%;
  height: auto;
}

.light-bar {
  opacity: .4;
  width: 100%;
  height: 400px;
  margin-bottom: -400px;
  transition: transform .96s, opacity .96s;
}

.feature-card-content {
  color: #b4bcd0;
  letter-spacing: -.02em;
  max-width: 320px;
}

.feature-img-wrap {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-image: linear-gradient(#fff3, #fff0);
  border-radius: 14px;
  max-width: 100%;
  margin-top: -36px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.feature-img-wrap.feature-img-wrap--cycles {
  max-width: 1084px;
}

.feature-grid-item {
  color: #b4bcd0;
  letter-spacing: -.02em;
  max-width: 267px;
}

.section-feature {
  margin-top: -164px;
  padding-top: 420px;
  position: relative;
}

.section-feature.section-feature--roadmaps {
  z-index: 7;
  padding-top: 80px;
}

.feature-card-img {
  max-width: none;
  height: auto;
  position: absolute;
}

.feature-card-img.feature-card-img--updates {
  width: 100%;
  top: 40%;
  left: 7%;
}

.feature-card-img.feature-card-img--roadmaps {
  width: 100%;
  top: 40%;
  left: 2%;
}

.feature-section-header {
  text-align: center;
  margin-top: -128px;
  margin-bottom: -128px;
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.feature-card {
  border-radius: 48px;
  flex-direction: column;
  padding: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.feature-cards-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 140px;
  display: grid;
}

.feature-subheading {
  text-align: center;
  letter-spacing: -.04em;
  max-width: 630px;
  margin: 64px auto 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.text-color-white-2 {
  color: #f7f8f8;
}

.feature-grid-icon {
  color: #fff;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 6px;
  line-height: 1;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.card-heading {
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.card-heading.card-heading--feature {
  color: #fff;
  margin-bottom: 8px;
}

.custom-css {
  display: none;
}

.highlights-card {
  background-image: linear-gradient(#fff0, #ffffff0d);
  border: 1px solid #ffffff1a;
  border-radius: 48px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightning {
  position: absolute;
  top: -92px;
}

.highlights-card-content {
  color: #b4bcd0;
  text-align: center;
  max-width: 420px;
  line-height: 1.3;
}

.color-glow {
  background-color: #ffffff0d;
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.stars-curve {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  height: 600px;
  margin: -254px auto -299px;
  position: relative;
  overflow: hidden;
}

.stars-curve._1 {
  margin-top: -389px;
  margin-bottom: -193px;
}

.stars-curve-glow {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--primary), #7877c600 70%);
  opacity: .4;
  position: absolute;
  inset: 0%;
}

.stars-curve-glow.stars-curve-glow--blue {
  background-image: radial-gradient(circle at 50% 100%, #4e5cda, #7877c600 70%);
}

.stars-curve-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stars-curve-bottom {
  background-color: #000212;
  border-top: 1px solid #ffffff1a;
  border-radius: 50%;
  width: 200%;
  padding-top: 142%;
  position: absolute;
  top: 50%;
  left: -50%;
}

.stars-curve-bottom.stars-curve-bottom--blue {
  border-top-color: #ffffff1a;
}

.stars-curve-2 {
  width: 100%;
  max-width: 1200px;
  height: 600px;
  margin: -128px auto;
  position: relative;
  overflow: hidden;
}

.stars-curve-2.stars-curve--rotated {
  opacity: 1;
  margin-top: -64px;
  margin-bottom: -64px;
  transform: rotate(180deg);
}

.gallery_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.gallery_item {
  cursor: pointer;
  border-radius: 28px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transition: transform .4s;
  display: flex;
  overflow: visible;
}

.gallery_item:hover {
  transform: scale(1.02);
}

.gallery_image-wrapper {
  width: 100%;
  position: relative;
  overflow: visible;
}

.gallery_image {
  object-fit: cover;
  object-position: 50% 0%;
  transition: transform .2s;
  position: relative;
  top: auto;
  left: auto;
}

.gallery_content-wrapper {
  color: #fff;
  background-color: #ffffff14;
  width: 100%;
  padding: 1rem .875rem;
}

.gallery_category {
  opacity: .5;
  font-size: .75rem;
  font-weight: 500;
  line-height: .95;
}

.text-size-small-2 {
  letter-spacing: -.005em;
  font-size: .9rem;
}

.absolcute-label-name {
  background-color: var(--white);
  text-align: right;
  border: 1px solid #ffffff1a;
  border-radius: 12px 0 25px;
  padding: 10px 18px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.number-list-icon-wrap {
  color: #17d4f026;
  border: 0 solid #ffffff1a;
  border-right-width: 1px;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-right: 30px;
  font-size: 5rem;
  display: flex;
}

.absolute-bg {
  z-index: 1;
  background-image: linear-gradient(#0000 73%, #5467fa59);
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.absolute-bg.top-bg {
  background-image: linear-gradient(180deg, var(--primary), #0000 8%);
}

.absolute-bg._2 {
  background-image: linear-gradient(#0000 73%, #5467fa40);
}

.absolute-bg.top-1 {
  background-image: linear-gradient(#5467fa59, #0000 23%);
}

.absolute-bg.hero-sm {
  background-image: radial-gradient(circle at 50% 0, #17d4f01a, #fff0 26%);
}

.absolute-bg-lines {
  z-index: 2;
  border: 0 solid #ffffff1a;
  border-left-width: 1px;
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.absolute-bg-lines.top-bg {
  background-image: linear-gradient(180deg, var(--primary), #0000 8%);
}

.padding-section-mediumx {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-mediumx.top-0 {
  padding-top: 0;
}

.absolute-lines-heading {
  z-index: 1;
  background-color: var(--white);
  background-image: linear-gradient(#000212, #fff0);
  border: 1px solid #ffffff1a;
  border-radius: 48px;
  width: 100%;
  max-width: 850px;
  height: 100%;
  position: absolute;
  inset: -3.5% 0% auto 50%;
  transform: translate(-50%);
}

.bg-color-2 {
  z-index: -1;
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--primary), #00021200 47%);
  opacity: .1;
  height: 1000px;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-color-2._3 {
  background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--primary), var(--white) 47%);
}

.bg-color-2._4 {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--primary), var(--white) 47%);
  inset: 0% 0% auto;
}

.bg-color-2._4._2 {
  background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--primary), var(--white) 47%);
}

.absolute-tt {
  position: absolute;
  inset: 0%;
}

.absolute-tt._2 {
  height: 300px;
  top: -4%;
}

.absolute-tt._3 {
  height: 300px;
  top: 25%;
}

.absolute-tt._4 {
  height: 300px;
  top: 60.5%;
}

.absolute-frame {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.absolute-tt-2 {
  height: 190px;
  position: absolute;
  inset: .7% 0% auto;
}

.absolute-tt-2._2 {
  height: 40%;
}

.absolute-tt-2._3 {
  top: 39.7%;
}

.absolute-tt-2._4 {
  top: 31.5%;
}

.absolute-tt-2._5 {
  top: 71%;
}

.absolute-tt-2._6 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  top: auto;
  bottom: -185px;
}

.grid-bg {
  z-index: 0;
  opacity: .35;
  background-image: url('../images/Rectangle-1.svg');
  background-position: 50%;
  background-size: 60px 60px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-bg.hide-d-show-r {
  display: none;
}

.br {
  display: block;
}

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

.margin-top--tiny {
  margin-top: 20px;
}

.color-text-grey-2 {
  color: var(--grey-3);
}

.border-t {
  border: 1px solid #fff3;
  padding: 14px 30px;
}

.hero-sub-heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--prim-2);
  text-transform: uppercase;
  background-color: #17d4f014;
  border: 1px solid #17d4f038;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 7px 18px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  position: relative;
}

.hero-sub-heading.no-m-l {
  margin-bottom: 0;
}

.circle-subheading {
  background-color: var(--prim-2);
  border-radius: 100%;
  width: 7px;
  height: 7px;
  position: relative;
}

.circle-subheading.absolute-growe {
  position: absolute;
  inset: 0%;
}

.cross-list-item {
  color: #ff6b35;
  background-color: #ff6b351f;
  border: 1px solid #ff6b3540;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 1rem;
  display: flex;
}

.dot-listed-prim {
  background-color: var(--prim-2);
  border-radius: 100%;
  flex: none;
  width: 6px;
  height: 6px;
  margin-right: 1rem;
}

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

.wrap-highlight {
  background-color: #17d4f00d;
  border-left: 3px solid #17d4f0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px;
}

.wrap-listed {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  font-weight: 400;
  display: flex;
}

.highlight-prim {
  color: var(--prim-2);
}

.update-p {
  font-weight: 400;
}

.wrap-sub-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--prim-2);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.line {
  background-color: var(--prim-2);
  width: 18px;
  height: 2px;
}

.sm-text-h {
  font-size: 18px;
}

.wrap-price {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

._12px-t {
  font-size: 16px;
}

._11-px {
  font-size: 15px;
}

.button-container-p {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.check-item-list {
  color: var(--prim-2);
  background-color: #17d4f01f;
  border: 1px solid #17d4f040;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 1rem;
  display: flex;
}

.check-item-list.top-m {
  margin-top: 5px;
}

.cta-p {
  padding-left: 7rem;
  padding-right: 7rem;
}

.grid-p {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.item-p-f {
  border-bottom: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 31px;
  display: flex;
}

.item-p-f.last {
  border-bottom-width: 0;
}

.item-p-f.right {
  border-right-width: 0;
}

.stat-bar-hero {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.stat-bar-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.large-stat-text {
  color: var(--prim-2);
  font-size: 32px;
  font-weight: 700;
}

.all-cap {
  text-transform: uppercase;
}

.pop-up-template {
  z-index: 300;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: flex-start;
  margin-top: 70px;
  padding-top: 72px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.scrollable-pop-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 80%;
  height: 500px;
  overflow: auto;
}

.rel-b {
  position: relative;
}

.absolute-b {
  background-color: var(--prim-2);
  opacity: .8;
  border-radius: .5rem;
  position: absolute;
  inset: 0%;
}

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

.embeded-calendlly {
  margin-bottom: 0;
}

.neon-button {
  border: 4px solid var(--prim-2);
  box-shadow: inset 0 0 .5em 0 var(--prim-2), 0 0 .5em 0 var(--prim-2);
  perspective-origin: 50%;
  color: var(--prim-2);
  -webkit-text-stroke-color: var(--prim-2);
  text-transform: none;
  text-shadow: 0 0 .125em #ffffff80, 0 0 .5em var(--prim-2);
  background-color: #29202600;
  border-radius: .25em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
  position: relative;
  transform: none;
}

.neon-button:hover {
  box-shadow: inset 0 0 .5em 0 var(--prim-2), 0 0 2em 0 var(--prim-2);
}

.text-block-2 {
  text-shadow: 0 0 .5em var(--prim-2);
  font-weight: 600;
  text-decoration: none;
}

.bottom-shadow {
  background-color: var(--prim-2);
  opacity: .7;
  filter: blur(1em);
  cursor: default;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 170% auto auto;
  transform: perspective(3em)rotateX(40deg)rotateY(0)rotateZ(0)perspective(500px);
}

.h2-style {
  font-size: 45px;
  line-height: 55px;
}

.flex-price0b-wrap {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

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

.line-diveder-proces {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
}

.bg-new {
  z-index: 2;
  opacity: 1;
  background-image: linear-gradient(#0000, #17d4f01a 25%, #fff0 72%, #fff0);
  width: 100%;
  height: 40%;
  position: absolute;
  inset: -2% 0% 0%;
}

.bg-new.hide-d-show-r {
  display: none;
}

@media screen and (min-width: 1280px) {
  h3 {
    font-size: 48px;
  }

  .product_features_image-wrapper.ad {
    height: 300px;
    max-height: 120%;
  }

  .product_features_image.no-border.absol {
    height: 120%;
    top: 50%;
    transform: translate(0, -50%);
  }

  .book-form-contact {
    width: auto;
    top: auto;
    left: -70px;
  }

  .absolute-lines-heading {
    max-width: 1000px;
  }

  .absolute-tt._2 {
    top: -3%;
  }

  .absolute-tt._3 {
    top: 27%;
  }

  .absolute-tt._4 {
    top: 62.5%;
  }
}

@media screen and (min-width: 1920px) {
  .section_product-header.relative.top-hero-m {
    height: auto;
  }

  .product_header_component.left-bigger-dd {
    grid-template-columns: 1.5fr 1fr;
  }

  .product_header_content {
    max-width: 45rem;
  }

  .product_features_item.small-product.top-c.sm-ty {
    width: 100%;
  }

  .absolute-hero-image {
    width: 850px;
  }

  .contacts-form-wrapper, .tutorial-popup {
    margin-left: 60px;
  }

  .absolute-lines-heading {
    max-width: 1000px;
  }
}

@media screen and (max-width: 991px) {
  .icon-1x1-small {
    width: 1.5rem;
    height: 1.5rem;
  }

  .text-align-center._3-rem-bot-r {
    margin-bottom: 3rem;
  }

  .text-size-medium.text-weight-semibold.footer-headings {
    color: var(--grey-1);
  }

  .icon-1x1-medium {
    width: 2.5rem;
    height: 2.5rem;
  }

  .main-wrapper {
    margin-top: 4.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

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

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

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

  .nav_component {
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav_menu {
    background-color: var(--white);
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding-top: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    box-shadow: 0 6px .75rem #5b5c6666;
  }

  .nav_button-wrapper {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    margin-left: 0;
  }

  .zbrand-logos_component {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer_component {
    padding-top: 4rem;
  }

  .footer_top {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer_top-right {
    width: 100%;
    min-width: auto;
    max-width: 32rem;
    margin-left: 0;
  }

  .footer_social_wrapper {
    width: auto;
  }

  .footer_social_icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .product_header_component {
    grid-template-columns: 1fr;
  }

  .product_features_component {
    grid-column-gap: 3rem;
    grid-row-gap: 6rem;
  }

  .product_features_component.no-border-feature-section {
    grid-template-columns: 1fr;
  }

  .product_features_content.center_content-responsive {
    text-align: center;
    place-content: center;
    place-items: center;
  }

  .product_features_image-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .contact_component {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    padding: 2rem;
  }

  .contact_details_icon-wrapper {
    margin-right: 1rem;
  }

  .contact_details_icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .pricing_plans {
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  }

  .pricing_plan:hover {
    box-shadow: none;
    transform: none;
  }

  .pricing_plan.is-highlighted:hover {
    box-shadow: none;
  }

  .pricing_plan_divider {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .pricing_feature_wrapper.horizontal-wrap {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .pricing_plan_top {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing_plan_bottom {
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .faq_item {
    padding: 1.5rem 2rem;
  }

  .blog_trending_item-link {
    grid-template-columns: 1fr;
    padding: 3rem;
  }

  .blog_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .logo_link.hidden-on-d {
    display: block;
  }

  .logo_link.d-version {
    display: none;
  }

  .product_features_image {
    object-fit: contain;
    object-position: 0% 50%;
    max-height: 400px;
    margin-left: 0;
    margin-right: auto;
  }

  .product_features_image.corner-add {
    width: auto;
    margin-left: 0;
  }

  .nav_menu-button {
    padding: 1rem;
  }

  .nav_menu-button.w--open {
    background-image: linear-gradient(30deg, var(--prim-3), var(--prim-2));
    border-radius: 8px;
    padding: 1rem;
  }

  .faq_icon {
    margin-left: 1rem;
  }

  .product_features_item {
    grid-template-columns: 1fr;
    margin-bottom: 6rem;
    padding: 4rem 3rem;
  }

  .product_features_item.is-last.cta {
    padding: 5rem 2rem;
  }

  .product_features_item.is-last.align-top {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .product_features_item.is-last.align-top.pad-less {
    width: 100%;
  }

  .product_features_item.small-product.top-c.smaller {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .product_features_item.small-product.top-c.pad-add-cta {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .nav_menu-icon {
    color: var(--grey-1);
    height: 1.5rem;
  }

  .pricing_price-wrapper {
    margin-top: 3rem;
  }

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

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

  .margin-xhuge {
    margin: 6rem;
  }

  .heading-style-h4 {
    font-size: 1.4rem;
  }

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

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

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

  .hide-tablet {
    display: none;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .absolute-hero-image {
    width: 500px;
    top: 46%;
  }

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

  .padding-section-huge.padding-section-huge-hero {
    padding-top: 4rem;
  }

  .footer-rights {
    color: var(--grey-1);
  }

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

  .empty-home-div {
    height: 500px;
  }

  .link-nav-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    position: static;
    left: auto;
    transform: none;
  }

  .label-wrapper {
    flex-wrap: wrap;
  }

  .title-book-form-contact {
    text-align: center;
    width: 80%;
  }

  .book-form-contact {
    align-items: center;
    height: auto;
    padding-right: 0;
  }

  .service-details-content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .cta-content-services.blog-post {
    flex-direction: row;
    justify-content: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .contacts-form-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .get-a-free-button {
    margin-bottom: 0;
  }

  .blog-cta-container {
    flex-direction: column;
  }

  .book-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .tutorial-popup {
    width: 100%;
    margin-left: 0;
  }

  .button-container-nav {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    width: 100%;
    display: flex;
  }

  .cursor-wrapper {
    display: none;
  }

  .white-responsive-spotlight {
    filter: blur(200px);
    width: 200px;
    height: 200px;
    display: block;
    position: fixed;
    inset: 6% auto auto 0%;
  }

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

  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-heading {
    font-size: 72px;
  }

  .light-bar {
    width: 300%;
    position: relative;
    left: -100%;
  }

  .feature-card {
    border-radius: 24px;
  }

  .feature-cards-wrap {
    grid-template-columns: 1fr;
  }

  .highlights-card {
    min-width: 100%;
    height: auto;
    min-height: 420px;
    padding: 32px;
  }

  .gallery_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .absolcute-label-name {
    right: 50%;
  }

  .number-list-icon-wrap {
    color: #17d4f080;
  }

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

  .grid-bg.desktop-show-hide-m {
    display: none;
  }

  .grid-bg.hide-d-show-r {
    display: block;
  }

  .br {
    display: inline;
  }

  .cta-p.large-paragraph {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .bg-new.desktop-show-hide-m {
    display: none;
  }

  .bg-new.hide-d-show-r {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 32px;
    line-height: 44px;
  }

  h3 {
    font-size: 32px;
    line-height: 39px;
  }

  h4 {
    font-size: 1.25rem;
  }

  .text-size-medium.text-weight-semibold.footer-headings {
    color: var(--grey-1);
  }

  .text-rich-text h2, .text-rich-text h3 {
    margin-top: 1.25rem;
  }

  .text-rich-text blockquote {
    padding-left: .75rem;
    font-size: 1.125rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

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

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

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

  .nav_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .nav_menu {
    width: 100vw;
    padding-top: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .zbrand-logos_component {
    grid-template-columns: 1fr 1fr;
  }

  .footer_component {
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer_top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer_links_column {
    margin-right: 1rem;
  }

  .footer_social_wrapper {
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .product_features_component {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .product_features_component.product_features_component__pad-bot {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .product_features_content {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .product_features_image-wrapper {
    justify-content: center;
    align-items: center;
  }

  .contact_component {
    grid-row-gap: 2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    grid-template-columns: 1fr;
    margin-left: -1.25rem;
    padding: 3rem 1.25rem;
  }

  .contact_form {
    grid-template-columns: 1fr;
  }

  .contact_details_icon-wrapper {
    width: 2.5rem;
    height: 2.5rem;
  }

  .contact_details_item {
    margin-bottom: 1.5rem;
  }

  .about_header_image_list {
    grid-template-columns: 1fr;
  }

  .pricing_plans {
    flex-direction: column;
  }

  .pricing_feature {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing_feature.border {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .pricing_feature.border.no-m {
    margin-bottom: 0;
  }

  .pricing_feature.border.no-m-t {
    margin-top: 0;
  }

  .pricing_feature.centered-list {
    justify-content: flex-start;
    align-items: center;
  }

  .pricing_plan_top {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .pricing_plan_bottom {
    padding-bottom: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .faq_component {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .faq_item_list {
    width: 100%;
  }

  .faq_item {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .blog_trending_item-link {
    padding: 1.5rem;
  }

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

  .blog_list {
    grid-row-gap: 2.5rem;
  }

  .blog_item-link {
    grid-template-rows: 300px;
    grid-template-columns: 1fr;
  }

  .blog_image-wrapper {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }

  .about_header_image-wrapper.hide-on-mobile {
    display: none;
  }

  .gradient-circle-blurred {
    opacity: .85;
    filter: blur(6vh);
  }

  .gradient-circle-blurred.is-footer {
    filter: blur(6vh);
  }

  .product_features_image {
    object-position: 50% 50%;
    max-height: none;
  }

  .product_features_image.corner-add {
    border-bottom-left-radius: 50px;
  }

  .text-title-gradient {
    margin-bottom: 1.225rem;
  }

  .product_features_item {
    grid-template-columns: 1fr;
    margin-bottom: 4rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .product_features_item.is-last.cta {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .product_features_item.is-last.align-top.pad-less {
    padding: 1.5rem;
  }

  .product_features_item.small-product.top-c {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-bottom: 0;
    padding: 2.5rem;
  }

  .product_features_item.small-product.top-c.pad-add-cta {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .text-size-xlarge {
    font-size: 1.25rem;
  }

  .pricing_price-wrapper {
    margin-top: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .heading-style-h3 {
    font-size: 1.5rem;
    line-height: 30px;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
  }

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

  .padding-xxlarge {
    padding: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

  .hide-mobile-landscape {
    display: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

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

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

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

  .heading-style-h5 {
    font-size: 1.3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .video-home {
    height: 300px;
  }

  .absolute-hero-image {
    top: auto;
    bottom: 3.5%;
  }

  .padding-section-huge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-huge.padding-section-huge-hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .play-buton {
    width: 100px;
    height: 100px;
  }

  .footer_bottom-wrapper {
    display: flex;
  }

  .nav_link-holder {
    padding-left: 0;
  }

  .logo-circle {
    width: 46px;
    height: 46px;
  }

  .logo-circle.no-p {
    width: 40px;
    height: 40px;
  }

  .logo-name {
    font-size: 18px;
    line-height: 18px;
  }

  .logo-name.large-footer {
    font-size: 30px;
    line-height: 35px;
  }

  .play-inner {
    width: 40px;
    height: 40px;
  }

  .link-nav-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .label-wrapper, .service-details-content {
    flex-wrap: wrap;
  }

  .author-image-rectangle---brix {
    background-position: 50% 0;
    background-size: cover;
    margin-bottom: 15px;
  }

  .success-message {
    text-align: left;
  }

  .book-form-contact {
    top: 0;
  }

  .book-form-block {
    flex-direction: column;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

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

  .flex-horizontal-2.space-between.mobile-vertical {
    flex-direction: column;
  }

  .error-message {
    text-align: left;
  }

  .heading-size-2 {
    font-size: 26px;
    line-height: 36px;
  }

  .contacts-form-wrapper {
    width: 100%;
  }

  .get-a-free-button {
    margin-bottom: 0;
  }

  .blog-cta-container {
    flex-direction: column;
  }

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

  .right-content-v1---brix {
    padding: 30px;
  }

  .flex-author-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .tutorial-popup {
    width: 100%;
  }

  .white-responsive-spotlight {
    width: 170px;
    height: 170px;
  }

  .feature-heading {
    font-size: 52px;
  }

  .feature-img-wrap {
    border-radius: 8px;
  }

  .section-feature {
    padding-top: 300px;
  }

  .feature-subheading {
    font-size: 24px;
  }

  .gallery_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .absolcute-label-name {
    text-align: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 25px;
    width: 100%;
    inset: auto 0% 0%;
  }

  .number-list-icon-wrap {
    border-right-width: 0;
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }

  .padding-section-mediumx {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .cta-p.large-paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .grid-p {
    grid-template-columns: 1fr;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 35px;
  }

  h2 {
    font-size: 30px;
    line-height: 35px;
  }

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

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

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

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

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

  .zbrand-logos_component {
    grid-template-columns: 1fr 1fr;
  }

  .footer_component {
    padding: 2rem 0;
  }

  .footer_top {
    grid-template-columns: 1fr;
    place-items: center;
    padding-bottom: 2rem;
  }

  .footer_links_column {
    text-align: center;
    align-items: center;
  }

  .footer_top-right {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .product_header_buttons {
    max-width: none;
  }

  .product_features_content {
    text-align: center;
  }

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

  .product_features_image-wrapper {
    width: 100%;
  }

  .contact_details_icon-wrapper {
    margin-bottom: .5rem;
  }

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

  .about_header_image_list, .pricing_plans {
    grid-template-columns: 1fr;
  }

  .pricing_feature_wrapper.horizontal-wrap {
    text-align: left;
    justify-items: start;
  }

  .pricing_feature.align-top {
    text-align: left;
  }

  .pricing_feature.border {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .pricing_plan_bottom {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .blog_details {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog_details_name {
    margin-bottom: .125rem;
  }

  .blog_list {
    grid-template-columns: 1fr;
  }

  .nav_menu-button.w--open {
    background-color: var(--primary);
    border-radius: 8px;
  }

  .product_features_item {
    padding: 1.5rem;
  }

  .product_features_item.is-last.cta {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .product_features_item.small-product.top-c.smaller {
    grid-template-columns: 1fr;
  }

  .product_features_item.small-product.top-c.no-c {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog_details_divider {
    display: none;
  }

  .pricing_button-wrapper {
    flex-direction: column;
    display: flex;
  }

  .heading-style-h3 {
    font-size: 2rem;
    line-height: 35px;
  }

  .heading-style-h4 {
    font-size: 1.3rem;
  }

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

  .hide-mobile-portrait {
    display: none;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .video-home {
    height: 300px;
  }

  .absolute-hero-image {
    width: 300px;
    top: auto;
    bottom: 3.5%;
  }

  .padding-section-huge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .play-buton {
    width: 100px;
    height: 100px;
  }

  .footer_bottom-wrapper {
    flex-flow: column;
    padding-top: 1rem;
  }

  .footer-rights {
    text-align: center;
    order: 9999;
    line-height: 1.6em;
  }

  .nav_link-holder {
    padding-left: 0;
  }

  .logo-circle {
    width: 46px;
    height: 46px;
  }

  .logo-name {
    font-size: 18px;
    line-height: 18px;
  }

  .play-inner {
    width: 40px;
    height: 40px;
  }

  .empty-home-div {
    height: 280px;
  }

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

  .blog-content-wrapper {
    padding-bottom: 20px;
  }

  .blog-author-image {
    margin-bottom: 1rem;
  }

  .smaller-h1 {
    font-size: 32px;
    line-height: 45px;
  }

  .author-image-rectangle---brix {
    margin-bottom: 15px;
  }

  .title-book-form-contact {
    width: 100%;
  }

  .book-form-block {
    align-items: stretch;
  }

  .service-details-content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-content-services {
    min-width: auto;
  }

  .error-message {
    margin-top: 0;
  }

  .primary-form-button._100 {
    width: 100%;
  }

  .flex-author-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .badge- {
    top: 1%;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .feature-grid {
    grid-column-gap: 16px;
  }

  .feature-heading {
    font-size: 48px;
  }

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

  .light-bar {
    width: 200%;
    margin-bottom: -420px;
    left: -50%;
  }

  .feature-card-content {
    font-size: 15px;
  }

  .feature-grid-item {
    font-size: 14px;
  }

  .feature-card-img.feature-card-img--updates {
    top: 50%;
  }

  .feature-card-img.feature-card-img--roadmaps {
    top: 55%;
  }

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

  .feature-cards-wrap {
    margin-top: 64px;
  }

  .feature-grid-icon {
    margin-bottom: 6px;
    bottom: 0;
  }

  .gallery_list {
    grid-template-columns: 1fr;
  }

  .number-list-icon-wrap {
    color: var(--prim-2);
    border-width: 1px;
    border-radius: 12px;
    margin-right: 20px;
  }

  .button-container-p {
    justify-content: flex-start;
    align-items: center;
  }

  .stat-bar-hero {
    flex-flow: column;
  }

  .flex-price0b-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }
}

#w-node-_8d0ed37e-bdb6-b27d-3c17-bad7268506ee-f6c023e9, #w-node-_8d0ed37e-bdb6-b27d-3c17-bad726850701-f6c023e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12afad26-8bba-037d-329b-d981c07f96c4-f6c023e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_12afad26-8bba-037d-329b-d981c07f96ca-f6c023e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12afad26-8bba-037d-329b-d981c07f971d-f6c023e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_12afad26-8bba-037d-329b-d981c07f972e-f6c023e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12afad26-8bba-037d-329b-d981c07f9730-f6c023e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_12afad26-8bba-037d-329b-d981c07f973f-f6c023e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12afad26-8bba-037d-329b-d981c07f9746-f6c023e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_12afad26-8bba-037d-329b-d981c07f9755-f6c023e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12afad26-8bba-037d-329b-d981c07f975d-f6c023e9, #w-node-_954e5761-abbf-de29-6fed-54c93f5d1aaa-f6c023e9, #Work-Email.w-node-_954e5761-abbf-de29-6fed-54c93f5d1ab4-f6c023e9, #Subject.w-node-_954e5761-abbf-de29-6fed-54c93f5d1ab5-f6c023e9, #Message-2.w-node-_954e5761-abbf-de29-6fed-54c93f5d1ab6-f6c023e9, #w-node-_954e5761-abbf-de29-6fed-54c93f5d1ab7-f6c023e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_954e5761-abbf-de29-6fed-54c93f5d1abe-f6c023e9 {
  justify-self: center;
}

#w-node-_2b18fffb-9a66-12d0-c053-66351c1fda9f-f6c023e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2b18fffb-9a66-12d0-c053-66351c1fdab0-f6c023e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b18fffb-9a66-12d0-c053-66351c1fdab2-f6c023e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2b18fffb-9a66-12d0-c053-66351c1fdac1-f6c023e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b18fffb-9a66-12d0-c053-66351c1fdac7-f6c023e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2b18fffb-9a66-12d0-c053-66351c1fdad6-f6c023e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b18fffb-9a66-12d0-c053-66351c1fdade-f6c023e9, #w-node-_7da96a2d-ddfd-2854-9c92-7b8f9f6c67fd-9f6c67f5, #w-node-_51f4130a-f88e-79ee-e6ac-cb687db8eb79-f6c023ec, #w-node-_09c3f698-6bb9-ef0f-d2b6-befacbe086a3-f6c023ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8e1224da-8e8c-1281-3b60-a57aa96ce055-f6c023ef, #w-node-_3d502aed-17c6-59a9-19cf-0357ce2c255c-f6c023ef, #w-node-_3d502aed-17c6-59a9-19cf-0357ce2c255d-f6c023ef, #w-node-_3d502aed-17c6-59a9-19cf-0357ce2c255e-f6c023ef, #name-3.w-node-_3d502aed-17c6-59a9-19cf-0357ce2c2568-f6c023ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c29c8f3-ac1a-800d-aaaf-b0648b35516e-f6c023f1, #w-node-a8aad0df-9e35-3831-a8ae-50cbb36ff2ec-f6c023f1, #w-node-b917b933-6548-3a7a-7c4f-090d7a43cf04-f6c023f2, #w-node-_209ce338-ff4b-29fe-f3b2-f25f4a33da33-f6c023f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293e76-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293e7b-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293e80-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293e85-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293e8b-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293e91-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293e97-f6c023f3 {
  justify-self: start;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293fa4-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293fbd-f6c023f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293fc0-f6c023f3 {
  justify-self: start;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293fc2-f6c023f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f293fc5-f6c023f3 {
  justify-self: start;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29402e-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294038-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294039-f6c023f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940a7-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940ac-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940b1-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940b6-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940bb-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940c0-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940ca-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940cf-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940d4-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940d9-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940de-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940e3-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940e8-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940ed-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940f2-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940f7-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f2940fc-f6c023f3 {
  justify-self: start;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294100-f6c023f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294101-f6c023f3 {
  justify-self: start;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294103-f6c023f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294106-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29410b-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294110-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294125-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29412a-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29412f-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294134-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294139-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29413e-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294148-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29414d-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294152-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294157-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29415c-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294161-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294166-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29416b-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294170-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294175-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29417a-f6c023f3 {
  justify-self: start;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29417e-f6c023f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29417f-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294184-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294189-f6c023f3, #w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f29418e-f6c023f3 {
  justify-self: start;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294214-f6c023f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c0c39aa-0c27-cdeb-2884-a1c09f294270-f6c023f3 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_8d0ed37e-bdb6-b27d-3c17-bad726850740-f6c023e9 {
    order: -9999;
  }

  #w-node-_3d67a64c-fab9-711d-ed0b-c8f85511d69c-f6c023e9, #w-node-_3d67a64c-fab9-711d-ed0b-c8f85511d6f3-f6c023e9, #w-node-_3d67a64c-fab9-711d-ed0b-c8f85511d756-f6c023e9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_12afad26-8bba-037d-329b-d981c07f96e1-f6c023e9 {
    order: -9999;
  }

  #w-node-_12afad26-8bba-037d-329b-d981c07f96ee-f6c023e9 {
    order: 9999;
  }

  #w-node-_12afad26-8bba-037d-329b-d981c07f96f8-f6c023e9 {
    order: -9999;
  }

  #w-node-_12afad26-8bba-037d-329b-d981c07f9702-f6c023e9 {
    order: 9999;
  }

  #w-node-_12afad26-8bba-037d-329b-d981c07f9719-f6c023e9, #w-node-_12afad26-8bba-037d-329b-d981c07f972c-f6c023e9, #w-node-_12afad26-8bba-037d-329b-d981c07f9742-f6c023e9, #w-node-_12afad26-8bba-037d-329b-d981c07f975f-f6c023e9, #w-node-_12afad26-8bba-037d-329b-d981c07f978b-f6c023e9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ee249940-03ce-166e-b99f-583de55cb10f-f6c023e9 {
    order: 9999;
  }

  #w-node-ee249940-03ce-166e-b99f-583de55cb121-f6c023e9 {
    order: -9999;
  }

  #w-node-ee249940-03ce-166e-b99f-583de55cb12f-f6c023e9, #w-node-ee249940-03ce-166e-b99f-583de55cb13f-f6c023e9, #w-node-ee249940-03ce-166e-b99f-583de55cb14b-f6c023e9 {
    order: 9999;
  }

  #w-node-_2b18fffb-9a66-12d0-c053-66351c1fda70-f6c023e9 {
    order: -9999;
  }

  #w-node-_2b18fffb-9a66-12d0-c053-66351c1fda81-f6c023e9 {
    order: 9999;
  }

  #w-node-_2b18fffb-9a66-12d0-c053-66351c1fda9c-f6c023e9, #w-node-_2b18fffb-9a66-12d0-c053-66351c1fdaae-f6c023e9, #w-node-_2b18fffb-9a66-12d0-c053-66351c1fdac4-f6c023e9, #w-node-_2b18fffb-9a66-12d0-c053-66351c1fdae0-f6c023e9, #w-node-_2b18fffb-9a66-12d0-c053-66351c1fdb0c-f6c023e9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7d7ad047-9a2e-320a-1457-740fa6b6586e-f6c023f2 {
    order: -9999;
  }

  #w-node-_0562a7e0-b108-5a44-c1b4-7058b220d63e-f6c023f2, #w-node-_02a399cb-a8ca-6086-65ab-b73c6ac609ba-f6c023f2, #w-node-f8e10297-b2ca-edd0-dffe-07f2c316afc0-f6c023f2 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8d0ed37e-bdb6-b27d-3c17-bad726850743-f6c023e9, #w-node-_8d0ed37e-bdb6-b27d-3c17-bad726850745-f6c023e9 {
    order: 9999;
  }

  #w-node-_3d67a64c-fab9-711d-ed0b-c8f85511d69c-f6c023e9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3d67a64c-fab9-711d-ed0b-c8f85511d6f3-f6c023e9 {
    order: 9999;
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-_3d67a64c-fab9-711d-ed0b-c8f85511d756-f6c023e9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_12afad26-8bba-037d-329b-d981c07f96e4-f6c023e9, #w-node-_12afad26-8bba-037d-329b-d981c07f96e6-f6c023e9 {
    order: 9999;
  }

  #w-node-_12afad26-8bba-037d-329b-d981c07f96f8-f6c023e9 {
    order: -9999;
  }

  #w-node-_12afad26-8bba-037d-329b-d981c07f96fa-f6c023e9, #w-node-_12afad26-8bba-037d-329b-d981c07f9702-f6c023e9 {
    order: 9999;
  }

  #w-node-_12afad26-8bba-037d-329b-d981c07f9709-f6c023e9 {
    order: -9999;
  }

  #w-node-_12afad26-8bba-037d-329b-d981c07f9719-f6c023e9, #w-node-_12afad26-8bba-037d-329b-d981c07f972c-f6c023e9, #w-node-_12afad26-8bba-037d-329b-d981c07f9742-f6c023e9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_12afad26-8bba-037d-329b-d981c07f975f-f6c023e9, #w-node-_12afad26-8bba-037d-329b-d981c07f978b-f6c023e9 {
    order: 9999;
  }

  #w-node-_954e5761-abbf-de29-6fed-54c93f5d1aaa-f6c023e9, #Work-Email.w-node-_954e5761-abbf-de29-6fed-54c93f5d1ab4-f6c023e9, #Subject.w-node-_954e5761-abbf-de29-6fed-54c93f5d1ab5-f6c023e9, #Message-2.w-node-_954e5761-abbf-de29-6fed-54c93f5d1ab6-f6c023e9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_954e5761-abbf-de29-6fed-54c93f5d1ab7-f6c023e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_954e5761-abbf-de29-6fed-54c93f5d1abe-f6c023e9 {
    justify-self: start;
  }

  #w-node-ee249940-03ce-166e-b99f-583de55cb12f-f6c023e9 {
    order: 9999;
  }

  #w-node-ee249940-03ce-166e-b99f-583de55cb13a-f6c023e9 {
    order: -9999;
  }

  #w-node-ee249940-03ce-166e-b99f-583de55cb14b-f6c023e9 {
    order: 9999;
  }

  #w-node-ee249940-03ce-166e-b99f-583de55cb156-f6c023e9 {
    order: -9999;
  }

  #w-node-_2b18fffb-9a66-12d0-c053-66351c1fda73-f6c023e9, #w-node-_2b18fffb-9a66-12d0-c053-66351c1fda75-f6c023e9 {
    order: 9999;
  }

  #w-node-_2b18fffb-9a66-12d0-c053-66351c1fda9c-f6c023e9, #w-node-_2b18fffb-9a66-12d0-c053-66351c1fdaae-f6c023e9, #w-node-_2b18fffb-9a66-12d0-c053-66351c1fdac4-f6c023e9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2b18fffb-9a66-12d0-c053-66351c1fdae0-f6c023e9, #w-node-_2b18fffb-9a66-12d0-c053-66351c1fdb0c-f6c023e9 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8d0ed37e-bdb6-b27d-3c17-bad726850745-f6c023e9, #w-node-_12afad26-8bba-037d-329b-d981c07f96e6-f6c023e9, #w-node-_12afad26-8bba-037d-329b-d981c07f96ee-f6c023e9, #w-node-ee249940-03ce-166e-b99f-583de55cb12f-f6c023e9, #w-node-ee249940-03ce-166e-b99f-583de55cb13f-f6c023e9, #w-node-_2b18fffb-9a66-12d0-c053-66351c1fda75-f6c023e9, #w-node-_2b18fffb-9a66-12d0-c053-66351c1fda81-f6c023e9, #w-node-_0562a7e0-b108-5a44-c1b4-7058b220d63e-f6c023f2, #w-node-_02a399cb-a8ca-6086-65ab-b73c6ac609ba-f6c023f2, #w-node-f8e10297-b2ca-edd0-dffe-07f2c316afc0-f6c023f2 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}