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

body {
  color: #333;
  background-color: #000;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.1em;
}

.btn-description {
  z-index: 1;
  letter-spacing: .03em;
  font-family: IBM Plex Sans, sans-serif;
  font-size: .9em;
  font-weight: 500;
  position: relative;
}

.stage-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.05em;
}

.gallery-image {
  width: 120%;
  height: 120%;
  max-width: none;
  object-fit: cover;
  object-position: 100% 0%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slider-btn-wrap {
  display: flex;
}

.gallery-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-stage-splitscreen {
  width: 100%;
  height: 100vh;
  color: #fff0dc;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gallery-mask {
  width: 100%;
  height: 100%;
}

.stage-button {
  color: #000;
  background-color: #fff;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  padding: 1.1em 3.1em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .2s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(1);
}

.btn-background {
  width: 100%;
  height: 100%;
  background-color: #c64f4e;
  border-radius: 999em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -100%;
  right: auto;
}

.stage-copy {
  font-family: IBM Plex Sans, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.4em;
}

.splitscreen-column {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.splitscreen-column.left {
  justify-content: flex-start;
  align-items: center;
  padding: 6vw;
  display: flex;
}

.splitscreen-column.right {
  background-color: #fff;
}

.slider-description-wrap {
  max-width: 590px;
  flex-direction: column;
  align-items: flex-start;
}

.gallery-slider-mouse-stop {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.display-none {
  display: none;
}

.slider-copy-wrap {
  padding-top: .8em;
  padding-bottom: 1.6em;
}

.center-w3 {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

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

.p-sm-start {
  padding-top: 2.25em;
}

.tutorial {
  background-color: #ebe0d4;
  padding-top: 6.5em;
  padding-bottom: 6.5em;
}

.unsplash-copyright {
  z-index: 3;
  color: rgba(255, 255, 255, .6);
  font-size: .8em;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 3%;
}

.txt-link {
  color: #ebc51d;
}

.imgbox {
  width: 164px;
  height: 164px;
  object-fit: scale-down;
  border-radius: 100%;
  overflow: hidden;
}

.image {
  object-fit: contain;
}

.columns {
  justify-content: center;
  display: flex;
}

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

.column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.text-block {
  color: #ebe0d4;
  text-align: left;
}

.paragraph {
  color: #eadfd3;
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.example-navbar {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
}

.bubbly-nav-menu {
  background-color: rgba(0, 0, 0, 0);
  top: 90px;
}

.nav-link-bubble {
  width: 100%;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 55px;
  margin-top: 10px;
  font-family: PT Sans, sans-serif;
  transition: color .2s, padding .35s;
}

.nav-link-bubble:hover {
  padding-left: 30px;
}

.melted {
  width: 60px;
  height: 60px;
  background-color: #000;
  border-radius: 75px;
  padding: 0;
}

.melted.w--open {
  background-color: #000;
}

.top-bubble {
  width: 40px;
  height: 3px;
  background-color: #fff;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.middle-bubble {
  width: 40px;
  height: 3px;
  background-color: #fff;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.bottom-bubble {
  width: 40px;
  height: 3px;
  background-color: #fff;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.spring-nav {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.spring-nav.small {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: 50%;
}

.spring-menu {
  z-index: 10;
  color: #fff;
  background-color: #786df7;
  border-radius: 5px;
  margin-top: 70px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.nav-links {
  width: 100%;
  float: left;
  clear: left;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
}

.spring-nav-menu {
  z-index: 30;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 3px;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.spring-nav-menu.w--open {
  background-color: #fff;
}

.spring-1 {
  width: 45px;
  height: 5px;
  background-color: #333;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
}

.spring-2 {
  width: 45px;
  height: 5px;
  background-color: #333;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.spring-3 {
  width: 45px;
  height: 5px;
  background-color: #333;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
}

.heading {
  color: #eadfd3;
  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
}

.borderblock {
  border-bottom: 1px solid #3c3c3c;
  margin-bottom: 20px;
  padding-bottom: 32px;
}

.invitesection {
  background-color: #1c1c1c;
  margin-top: 20px;
  padding: 20px;
}

.contactbox {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.cbox1 {
  width: 236px;
  height: auto;
  max-width: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #272727;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block {
  width: 64px;
  height: 64px;
  overflow: hidden;
}

.uui-form_input-3 {
  height: auto;
  min-height: 2.75rem;
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input-3:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-form_input-3::-ms-input-placeholder {
  color: #667085;
}

.uui-form_input-3::placeholder {
  color: #667085;
}

.uui-heading-large-2 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-cta03_form {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

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

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

.uui-padding-vertical-xhuge-5 {
  padding: 2rem 0 3rem;
}

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

.uui-page-padding-7 {
  background-color: #ebe0d4;
  padding-left: 6vw;
  padding-right: 6vw;
}

.uui-section_cta03 {
  background-color: #fff;
}

.uui-text-size-large-3 {
  color: #475467;
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-text-style-link-4 {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-4:hover {
  color: #344054;
}

.uui-cta03_image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-text-size-small-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-space-small-4 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-button-5 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #272727;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-5:hover {
  background-color: #000;
  border-color: #6941c6;
}

.uui-button-5:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.text-block-2 {
  color: #ebe0d4;
}

.heading-2 {
  font-family: PT Serif, serif;
  font-weight: 700;
}

.heading-2.generate {
  font-size: 5vw;
}

.combine-padding-global-2 {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.combine-section_feature7 {
  background-color: #fff;
}

.combine-feature7_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-heading-style-h5 {
  color: #e8ddd2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-icon_color4 {
  width: 50px;
  height: 50px;
  color: #5f6570;
  background-color: #6a768d;
  border-radius: 8px;
  padding: 4px;
}

.combine-icon_color3-2 {
  width: 50px;
  height: 50px;
  color: #f8b34b;
  background-color: #f8b34b;
  border-radius: 8px;
  padding: 4px;
}

.combine-feature7_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.combine-feature7_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  background-color: #272727;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.combine-icon_color1-2 {
  width: 50px;
  height: 50px;
  color: #6157f8;
  background-color: #8a83ec;
  border-radius: 8px;
  padding: 4px;
}

.combine-icon_color2-2 {
  width: 50px;
  height: 50px;
  color: #00a1c1;
  background-color: #00a1c1;
  border-radius: 8px;
  padding: 4px;
}

.combine-heading-style-h2-2 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-icon_large {
  width: 3rem;
  height: 3rem;
}

.combine-text-size-regular-2 {
  color: #ebe0d4;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.combine-container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 6vw;
  padding-right: 6vw;
}

.combine-feature7_content-sticky {
  width: 100%;
  max-width: 33rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 1.25rem;
}

.combine-chevron-right_icon {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  display: flex;
}

.combine-button-icon {
  color: #1f2c3d;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: #6157f8;
}

.aboutsection {
  background-color: #fff;
}

.brix---footer-wrapper-2 {
  background-color: #000;
  border-top: 1px solid #eff0f6;
}

.brix---paragraph-link-2 {
  color: #4a3aff;
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link-2:hover {
  color: #281ca5;
}

.brix---text-left---t-center {
  text-align: left;
}

.brix---footer-logo-2 {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo-2:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---icon-square-36px-2 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #272727;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px-2:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---grid-footer-v12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  align-items: center;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---paragraph-default-4 {
  color: #ebe0d4;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-bottom-v12 {
  color: #6e7191;
  text-align: center;
  border-top: 1px solid #eff0f6;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
}

.image-2 {
  color: #ebe0d4;
}

.combine-text-size-regular-2-copy {
  color: #272727;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-size-regularfdd {
  color: #272727;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.menu-button {
  width: 60px;
  height: 60px;
  padding: auto;
  bottom: -20px;
}

.menu-button:hover {
  background-color: rgba(0, 166, 203, .1);
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.menu-button-line {
  width: 20px;
  height: 2px;
  background-color: #12d7d1;
  margin-bottom: 0;
  position: absolute;
  bottom: 25px;
  right: 20px;
}

.menu-button-line.menu-button-middle-line {
  bottom: 30px;
}

.menu-button-line.menu-button-top-line {
  bottom: 40px;
}

.menu-button-line.menu-bottom-bottom-line-v2 {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  bottom: 0;
}

.nav-link {
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.navbar-container {
  height: 100%;
  color: #fff;
  justify-content: space-between;
  display: block;
  position: relative;
}

.navbar-menu-container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-brand {
  width: 180px;
  height: 60px;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 0;
  display: flex;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.nav {
  z-index: 3;
  background-color: #1c1c1c;
  padding-top: 8px;
  padding-bottom: 8px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  clear: none;
  color: #fff;
  margin-left: 64px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
  position: static;
  bottom: 0;
  left: 0;
}

.logo:hover {
  color: #fff;
  text-decoration: none;
}

.nav-menu-2 {
  background-color: #000;
  display: none;
  position: static;
}

.nav-link-2 {
  color: #f7f7f7;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 11px;
  line-height: 17px;
  transition: color .2s;
  display: block;
  position: relative;
}

.nav-link-2:hover {
  color: #fff;
  text-decoration: none;
}

.nav-link-2.w--current {
  color: #00d6b4;
}

.icon {
  color: #efefef;
}

.brix---paragraph-default-4-copy {
  color: #ebe0d4;
  text-align: left;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.nav-menu-3 {
  background-color: #1c1c1c;
}

.stage-heading-copy {
  margin-top: 48px;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.05em;
}

.text-block-3 {
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.image-3 {
  width: 150px;
  margin-top: 5px;
}

.navbar-2 {
  background-color: #1c1c1c;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link-3 {
  color: #d4d2d2;
}

.nav-link-3.w--current {
  color: #ffbebe;
}

.container {
  margin-left: 60px;
  margin-right: 60px;
}

.navbar-logo-left {
  background-color: #1c1c1c;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding: 20px 0;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-4 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #ffcbcb;
}

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

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #c64f4e;
}

.button-primary:active {
  background-color: #43464d;
}

@media screen and (min-width: 1440px) {
  .combine-padding-global-2 {
    justify-content: center;
    display: flex;
  }

  .container-2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .stage-heading {
    font-size: 5em;
  }

  .slider-btn-wrap {
    justify-content: center;
  }

  .slider-stage-splitscreen {
    width: 100%;
    height: auto;
    max-height: none;
    min-height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .splitscreen-column {
    width: 100%;
    height: 80vh;
  }

  .splitscreen-column.left {
    height: 50vh;
    min-height: 600px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 60px;
  }

  .center-w3 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .uui-heading-large-2 {
    font-size: 2.75rem;
  }

  .uui-cta03_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .combine-button-icon {
    white-space: nowrap;
  }

  .heading1_sec {
    font-size: .8em;
    line-height: .9em;
  }

  .brix---text-left---t-center {
    text-align: center;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---grid-footer-v12 {
    grid-template-columns: 1fr;
  }

  .brix---footer-bottom-v12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .menu-button.w--open {
    cursor: pointer;
  }

  .menu-button-line.menu-bottom-bottom-line-v2 {
    display: block;
  }

  .nav-link {
    text-align: right;
    padding-top: 1rem;
    padding-right: 40px;
    display: block;
  }

  .nav-menu {
    width: 100%;
    background-color: #fff;
    margin-top: 60px;
    padding-top: 40px;
    position: absolute;
    left: 0;
    right: 0;
  }

  .navbar-brand {
    align-items: flex-end;
    padding-bottom: 0;
  }

  .navbar {
    padding-bottom: 20px;
  }

  .nav {
    margin-top: 0;
  }

  .nav-menu-2 {
    background-color: #000;
  }

  .menu-button-2 {
    color: #fff;
  }

  .menu-button-2:hover {
    color: #00d6b4;
  }

  .menu-button-2.w--open {
    background-color: #000;
  }

  .stage-heading-copy {
    font-size: 5em;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .icon-3 {
    color: #fff;
  }
}

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

  .stage-heading {
    font-size: 4em;
  }

  .uui-heading-large-2 {
    font-size: 2.25rem;
  }

  .uui-cta03_form {
    margin-top: 2rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-section_cta03 {
    overflow: hidden;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-cta03_image-wrapper {
    width: 125%;
    margin-left: -12.5%;
  }

  .uui-space-small-4 {
    min-height: 1.25rem;
  }

  .uui-button-5 {
    font-size: 1rem;
  }

  .uui-button-5:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

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

  .combine-feature7_component {
    flex-direction: column;
  }

  .combine-feature7_content-sticky {
    position: static;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-logo-wrapper-2 {
    width: 239px;
  }

  .navbar-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav {
    padding-top: 0;
    transition: opacity .2s;
  }

  .stage-heading-copy {
    font-size: 4em;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .btn-description {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .stage-heading {
    font-size: 45px;
  }

  .stage-button {
    font-size: 1.3em;
  }

  .stage-copy {
    font-size: 16px;
  }

  .splitscreen-column.left {
    height: auto;
    min-height: auto;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-w3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tutorial {
    padding-top: 2.7em;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-cta03_component {
    grid-template-columns: 1fr;
  }

  .heading-2.generate {
    font-size: 45px;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix---footer-logo-2 {
    width: 100%;
    max-width: 240px;
  }

  .brix---icon-square-36px-2 {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .menu-button-line {
    width: 24px;
  }

  .brix---paragraph-default-4-copy {
    font-size: 17px;
    line-height: 28px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .image-3 {
    width: 130px;
    margin-top: 9px;
  }

  .icon-2 {
    color: #d4d2d2;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 14px 10px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    background-color: #292929;
    flex-direction: column;
  }

  .menu-button-3.w--open {
    background-color: #c64f4e;
  }

  .icon-3 {
    color: #fff;
  }
}

#w-node-_9220cb60-c06c-d205-98ee-ab1b4d8fb7a7-5cec0d36 {
  grid-area: 2 / 2 / 4 / 4;
}

#w-node-_9220cb60-c06c-d205-98ee-ab1b4d8fb7a8-5cec0d36 {
  grid-area: 4 / 1 / 6 / 3;
}

#w-node-_9220cb60-c06c-d205-98ee-ab1b4d8fb7a9-5cec0d36 {
  grid-area: 4 / 3 / 7 / 5;
}

#w-node-_9220cb60-c06c-d205-98ee-ab1b4d8fb7aa-5cec0d36 {
  grid-area: 4 / 5 / 6 / 7;
}

#w-node-_9220cb60-c06c-d205-98ee-ab1b4d8fb7ab-5cec0d36 {
  grid-area: 1 / 4 / 4 / 6;
}

#w-node-_6926d2f4-bf1b-2cab-3910-5e74162ca241-5cec0d36 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_6926d2f4-bf1b-2cab-3910-5e74162ca241-5cec0d36 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6926d2f4-bf1b-2cab-3910-5e74162ca243-5cec0d36 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6926d2f4-bf1b-2cab-3910-5e74162ca241-5cec0d36 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6926d2f4-bf1b-2cab-3910-5e74162ca241-5cec0d36 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }
}


