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

body {
  background-color: #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.body {
  background-color: #181818;
  font-family: 'Graphik Regular', sans-serif;
  color: #fff;
}

.nav2_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 1rem;
  padding: 0.75rem 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  font-family: 'Graphik Regular', sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.nav2_link:hover {
  border-radius: 50px;
  background-color: rgba(51, 51, 51, 0.47);
  color: #fff;
}

.nav2_link.w--current {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 50px;
  background-color: rgba(127, 46, 250, 0.22);
  color: #d54bff;
}

.nav2_dropdown {
  margin-right: 0rem;
  margin-left: 0rem;
}

.dropdown-icon {
  margin-right: 1.25rem;
}

.nav2_logo {
  display: block;
  max-height: 3rem;
  margin-right: 10px;
}

.nav2_main-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.25rem;
  padding: 0.75rem 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 0.85em;
  background-color: #343534;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  font-family: 'Graphik Regular', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.nav2_main-button:hover {
  border-color: #fff;
  background-color: #454545;
}

.nav2_main-button:active {
  background-color: #002d9c;
}

.nav2_logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav2_component {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: block;
  padding: 1rem 2.5rem;
  background-color: #000;
}

.nav2_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0rem;
  padding-left: 0rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
}

.nav2_dropdown-list {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav2_dropdown-list.w--open {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #242424;
}

.nav2_dropdown-link {
  padding: 0.5rem 1.25rem;
  background-color: #262626;
  font-family: 'Nimbus sans d ot 32752', sans-serif;
  color: #f4f4f4;
}

.nav2_dropdown-link:hover {
  background-color: #2e2e2e;
}

.nav2_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1rem;
  height: 1rem;
  margin-left: 0.75rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav2_dropdown-toggle {
  padding: 1rem 2.5rem 1rem 1.25rem;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  font-family: 'Graphik Regular', sans-serif;
  color: #f4f4f4;
  font-weight: 400;
}

.nav2_dropdown-toggle:hover {
  color: #fff;
}

.text-button {
  margin-right: 0rem;
}

.nav2_button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav2_link_highlight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  font-family: 'Graphik Regular', sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.nav2_link_highlight:hover {
  color: #7d29f0;
}

.nav2_link_highlight_text {
  border-bottom: 1px solid #fff;
  background-image: linear-gradient(58deg, #1290f0, #8b23fd);
  font-family: 'Graphik Bold', sans-serif;
  font-weight: 400;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav2_link_highlight_text.wavy {
  background-image: none;
  font-family: 'Graphik Medium', sans-serif;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.nav2_link_highlight_text.wavy:hover {
  color: #7d29f0;
}

.footer2_links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

.margin-bottom.margin-small {
  margin-bottom: 10px;
}

.margin-bottom.margin-xlarge {
  margin-bottom: 2rem;
}

.margin-bottom.margin-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer2_component {
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-family: 'Nimbus sans d ot 32752', sans-serif;
}

.footer2_content {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-padding {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.footer2_links-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 100%;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-divider {
  height: 1px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  background-color: #393939;
}

.heading-small {
  font-size: 1.25rem;
}

.footer2_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer2_link {
  margin-top: 0.5rem;
  opacity: 0.7;
  color: #f4f4f4;
  font-weight: 400;
  text-decoration: none;
}

.footer2_link:hover {
  opacity: 1;
}

.footer2_logo-link {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer2_logo {
  max-height: 2rem;
}

.text-block {
  margin-right: 10px;
}

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

.padding-vertical.padding-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-vertical.padding-xlarge {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.padding-vertical.padding-xlarge {
  padding: 4rem;
}

.layout2_image {
  width: 100%;
  height: 100vh;
  max-height: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.layout2_content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 2rem 4rem 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout2_image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.layout2_content-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #441afe;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  background-color: #039ce9;
}

.button:active {
  background-color: #002d9c;
}

.layout2_content-wrapper {
  font-family: 'Nimbus sans d ot 32752', sans-serif;
}

.heading-main {
  font-family: 'Graphik Bold', sans-serif;
  font-size: 4rem;
  line-height: 1em;
  font-weight: 500;
}

.text-span {
  border-bottom: 0px none #fff;
  background-image: linear-gradient(36deg, #069df0, #9719ff);
  text-decoration: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav2_component-top {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  padding: 1rem 2.5rem;
  background-color: rgba(24, 24, 24, 0);
}

.tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.bottom-info {
  position: relative;
  z-index: 1;
  margin-right: 80px;
  padding-top: 24px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  color: hsla(0, 0%, 100%, 0.3);
}

.white {
  color: #fff;
}

.white._24bottom {
  font-weight: 500;
}

.check-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url('../images/Check-Icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.check-list {
  display: -ms-grid;
  display: grid;
  margin-top: 56px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.tabs {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.check-itme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 24px;
}

.head-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1110px;
  margin-bottom: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link {
  margin-bottom: 30px;
  padding: 0px 0px 12px;
  border-bottom: 4px solid transparent;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}

.tab-link.w--current {
  border-bottom-color: #441afe;
  background-color: transparent;
}

.tab-pane {
  height: 100%;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 90px;
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Graphik Regular', sans-serif;
}

.price-plans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-plans.dark {
  min-height: 100vh;
  font-family: 'DM Sans', sans-serif;
}

.main_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  margin-top: 20px;
  padding-right: 28px;
  padding-left: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1f;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
}

.main_button.outline {
  border-style: solid;
  border-width: 1px;
  border-color: #1a1a1f;
  background-color: transparent;
  color: #1a1a1f;
}

.main_button.outline.white {
  border-width: 0px;
  border-color: #fff;
  border-radius: 0.85em;
  background-color: #353535;
  font-family: 'Graphik Regular', sans-serif;
  color: #fff;
  font-size: 1rem;
}

.main_button.outline.white:hover {
  background-color: #454545;
}

.main_button.purple {
  border-radius: 0.85em;
  background-color: #441afe;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  font-family: 'Graphik Regular', sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.main_button.purple:hover {
  background-color: #6c00ff;
  color: #fff;
}

.rig-grid {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1110px;
  min-height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.pricing-group-button {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.period {
  color: #a8a8a8;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.tabs-content {
  padding-left: 90px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.3);
  font-family: 'Graphik Regular', sans-serif;
}

.medium {
  font-size: 16px;
  line-height: 28px;
}

.link-heading {
  font-family: 'Graphik Regular', sans-serif;
  font-weight: 500;
}

.pricing-heading {
  font-family: 'Graphik Bold', sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
}

.clientbar2_component {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.clientbar2_logo {
  width: 100%;
  max-height: 2.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.text-size-large.text-align-center {
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.text-size-large.text-align-center {
  font-family: 'DM Sans', sans-serif;
}

.text-size-large.text-align-center.black {
  font-family: 'DM Sans', sans-serif;
  color: #000;
}

.section-clientbar2 {
  display: block;
}

.margin-bottom-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
}

.layout5_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #fff;
}

.read-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.text-size-small {
  margin-right: 20px;
  color: #494949;
  font-size: 0.875rem;
}

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

.layout6_component {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 0rem 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.layout-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
}

.layout6_content-right {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #fff;
}

.services {
  width: auto;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph {
  font-family: 'Nimbus sans d ot 32752', sans-serif;
}

.paragraph-2 {
  font-family: 'Nimbus sans d ot 32752', sans-serif;
}

.paragraph-3 {
  font-family: 'Nimbus sans d ot 32752', sans-serif;
}

.paragraph-4 {
  font-family: 'Nimbus sans d ot 32752', sans-serif;
}

.heading {
  margin-bottom: 50px;
  font-weight: 500;
}

.gradient {
  background-image: linear-gradient(80deg, #8b23fd, #1092f0);
  text-decoration: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-2 {
  font-weight: 500;
}

.heading-3 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.heading-4 {
  font-weight: 500;
}

.heading-5 {
  font-weight: 500;
}

.hero-button-holder {
  display: -ms-grid;
  display: grid;
  padding-right: 0px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.layout14_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.layout14_image {
  width: 100%;
  max-height: 32rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.layout14_image-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout14_content-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem 4rem 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
}

.layout15_content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.layout15_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.layout15_image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-layout15 {
  background-color: #404040;
}

.layout15_image {
  width: 100%;
  max-height: 32rem;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  -o-object-fit: contain;
  object-fit: contain;
}

.content2-jumbonumber {
  background-image: linear-gradient(74deg, #441bfe 2%, #8a24fc 52%);
  opacity: 0.56;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Inter, sans-serif;
  font-size: 100px;
  line-height: 120px;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content2-jumbonumber:hover {
  opacity: 1;
}

.section-dark {
  overflow: hidden;
  color: #fff;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

.decoline {
  width: 30px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #d2d2d2;
}

.decoline.decoline-dark {
  background-color: hsla(0, 0%, 82.4%, 0.2);
}

.content2-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._3-col {
  display: inline-block;
  width: 220px;
  margin-right: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

._3-col._3-col-last {
  margin-right: 0px;
}

.wrap {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.wrap.w50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: 0.6;
}

.heading-6 {
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
  font-size: 3.5rem;
  line-height: 1em;
  font-weight: 500;
}

.heading-7 {
  font-weight: 500;
}

.heading-8 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.logo-text {
  font-family: 'Graphik Semibold', sans-serif;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0em;
}

.logo-text.gradient {
  font-family: 'Graphik Semibold', sans-serif;
  letter-spacing: 0em;
}

.link-heading-hosting {
  background-image: linear-gradient(77deg, #005eff, #c0f);
  font-family: Inter, sans-serif;
  color: #fff;
  line-height: 1.5em;
  font-weight: 500;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.body-2 {
  background-color: #000;
}

.heading-9 {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
}

.text-block-2 {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
}

.image {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  height: 30px;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  text-align: center;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-5 {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.1em;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}

.bold-text {
  font-style: normal;
  font-weight: 300;
}

.text-span-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  text-decoration: none;
}

.sub {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
}

.pre {
  font-family: 'DM Sans', sans-serif;
  color: #414141;
  font-weight: 500;
}

.multi-step-form-block---brix {
  width: 100%;
  min-height: 44vw;
  margin-top: 20px;
  margin-bottom: 0px;
}

.submit-content-wrapper---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.form-step-progress-bar---brix {
  width: 100%;
  min-height: 6px;
  border-radius: 50px;
  background-color: #eff0f6;
}

.form-step-progress-bar---brix.complete-step---brix {
  background-color: #4a3aff;
}

.form-step-progress-bar---brix.current-step---brix {
  width: 50%;
  background-color: #5200ff;
}

.radio-button-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 114px;
  min-height: 114px;
  margin-bottom: 0px;
  padding: 48px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.display-none {
  display: none;
}

.multi-step-form-wrapper---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.multi-step-form-button---brix {
  left: auto;
  top: 682px;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: auto;
  padding: 20px 40px;
  border-radius: 500px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #4a3aff;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.multi-step-form-button---brix:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.multi-step-form-button---brix.left---brix {
  left: -40px;
  border-style: solid;
  border-width: 1px;
  border-color: #4a3aff;
}

.multi-step-form-button---brix.left---brix.preview-page {
  border-width: 0px;
  border-radius: 0px;
}

.multi-step-form-button---brix.left---brix.preview-page:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.multi-step-form-button---brix.right---brix {
  right: -40px;
  background-color: #4a3aff;
  color: #fff;
  font-weight: 700;
}

.multi-step-form-button---brix.right---brix.preview-page.main_button.purple {
  border-radius: 0px;
  background-color: #5200ff;
  font-weight: 500;
}

.multi-step-form-button---brix.right---brix.preview-page.main_button.purple:hover {
  background-color: #07f;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.cloneable-container-default {
  min-height: 624px;
  padding-top: 75px;
  padding-bottom: 200px;
  border-radius: 20px;
  background-color: #181818;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.step-title---brix {
  margin-bottom: 8px;
  font-weight: 700;
}

.slide---brix {
  margin-right: 80px;
  color: #fff;
}

.radio-button {
  overflow: hidden;
  width: 24px;
  height: 24px;
  margin-top: 0px;
  margin-right: 12px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1.2px;
  border-color: #d9dbe9;
  box-shadow: inset 0 0 7px 0 rgba(20, 20, 43, 0.08);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.radio-button.w--redirected-checked {
  border-width: 7px;
  border-color: #4a3aff;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 3px 1px rgba(74, 58, 255, 0.2);
}

.step-paragraph---brix {
  margin-bottom: 0px;
}

.steps-bar---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-step-progress-bar-mobile---brix {
  display: none;
  width: 100%;
  min-height: 6px;
  border-radius: 50px;
  background-color: #eff0f6;
}

.title-container---brix {
  max-width: 518px;
  color: #fff;
  text-align: center;
}

.checkbox-item--brix {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-height: 114px;
  min-height: 114px;
  margin-bottom: 0px;
  padding: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #2600ff;
  border-radius: 0px;
  background-color: #fff;
  color: #170f49;
}

.form-step-number---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  margin-right: 18px;
  margin-left: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #eff0f6;
  color: #6f6c90;
  font-size: 16px;
}

.form-step-number---brix.completed---brix {
  background-color: #5200ff;
  color: #fff;
  font-weight: 700;
}

.completed-form-illustrations---brix {
  margin-bottom: 18px;
}

.submit-button---brix {
  padding: 20px 40px 21px;
  border-radius: 0px;
  background-color: #4a3aff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.multi-step-foirm---success-message---brix {
  min-height: 44vh;
  padding-top: 70px;
  padding-bottom: 70px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 38px 38px 34px 0 rgba(74, 58, 255, 0.01), 0 1px 26px 0 rgba(20, 20, 43, 0.02), 0 16px 26px 0 rgba(19, 18, 66, 0.02);
}

.select-item-icon---brix {
  margin-right: 12px;
}

.multi-step-form-error-message---brix {
  margin-top: 140px;
  padding: 24px;
  border-radius: 16px;
}

.slider---brix {
  position: relative;
  height: 100%;
  max-width: 750px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
}

.step-title-wrap---brix {
  margin-bottom: 40px;
}

.checkbox---brix {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border: 0px none transparent;
  border-radius: 0px;
  box-shadow: 0 2px 6px 1px rgba(19, 18, 66, 0.07);
  opacity: 1;
  -webkit-transition: border-color 350ms ease, all 350ms ease;
  transition: border-color 350ms ease, all 350ms ease;
  color: #000;
  cursor: pointer;
}

.checkbox---brix:hover {
  border-color: #bfbaff;
}

.checkbox---brix.w--redirected-checked {
  border-width: 2px;
  border-color: #0cf;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  opacity: 1;
  color: #fff;
}

.checkbox---brix.w--redirected-focus {
  border-width: 2px;
  border-color: #4a3aff;
  box-shadow: 0 4px 10px 0 rgba(31, 37, 89, 0.07);
}

.multi-step-form-radio-trigger---brix {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 32px;
  padding-left: 66px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 16px;
  box-shadow: 0 2px 6px 2px rgba(19, 18, 66, 0.07);
  -webkit-transition: border-width 200ms ease, border-color 200ms ease;
  transition: border-width 200ms ease, border-color 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.multi-step-form-radio-trigger---brix:hover {
  border-color: #bfbaff;
}

.form-content---brix {
  overflow: visible;
  padding-top: 64px;
  padding-bottom: 80px;
  border-top: 1px solid #d9dbe9;
  font-family: 'Nimbus sans d ot 32752', sans-serif;
  color: #fff;
}

.first-step-grid---brix {
  grid-column-gap: 28px;
  grid-row-gap: 44px;
}

.first-step-grid---brix.uniform-space---brix {
  overflow: visible;
  grid-row-gap: 28px;
}

.multi-step-form-label---brix {
  margin-bottom: 16px;
  border-radius: 16px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.multi-step-form-label---brix.no-margin---brix {
  margin-bottom: 0px;
  color: #000;
}

.multi-step-form---brix {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 34px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 54px 34px 0 rgba(74, 58, 255, 0.02), 0 1px 26px 0 rgba(20, 20, 43, 0.02), 0 16px 26px 0 rgba(19, 18, 66, 0.02);
  color: #fff;
}

.multi-step-form-grid-item---brix {
  overflow: visible;
}

.multi-step-form-text-field---brix {
  min-height: 66px;
  margin-bottom: 0px;
  padding: 20px 60px 20px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #6b6b6b;
  border-radius: 0px;
  background-color: #383838;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 2px 6px 0 rgba(19, 18, 66, 0.07);
  -webkit-transition: color 400ms ease, border-color 400ms ease, all 400ms ease;
  transition: color 400ms ease, border-color 400ms ease, all 400ms ease;
  color: #fff;
  font-size: 18px;
}

.multi-step-form-text-field---brix:hover {
  border-color: #4a3aff;
  box-shadow: 0 4px 10px 0 rgba(19, 18, 66, 0.12);
}

.multi-step-form-text-field---brix:focus {
  border-style: solid;
  border-width: 2px;
  border-color: #4a3aff;
  color: #fff;
}

.multi-step-form-text-field---brix::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 18px;
}

.multi-step-form-text-field---brix:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 18px;
}

.multi-step-form-text-field---brix::-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 18px;
}

.multi-step-form-text-field---brix::placeholder {
  color: #a1a1a1;
  font-size: 18px;
}

.multi-step-form-text-field---brix.phone-icon---brix {
  border-radius: 0px;
  background-image: url('../images/icon-3-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.phone-icon---brix:hover {
  background-image: url('../images/icon-3-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.phone-icon---brix:focus {
  background-image: url('../images/icon-3-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.name-icon---brix {
  border-radius: 0px;
  background-color: #3b3b3b;
  background-image: url('../images/icon-1-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.multi-step-form-text-field---brix.name-icon---brix:hover {
  background-image: url('../images/icon-1-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.name-icon---brix:focus {
  background-image: url('../images/icon-1-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.email-icon---brix {
  border-radius: 0px;
  background-image: url('../images/icon-2-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.email-icon---brix:hover {
  background-image: url('../images/icon-2-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.email-icon---brix:focus {
  background-image: url('../images/icon-2-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.company-icon---brix {
  border-radius: 0px;
  background-image: url('../images/icon-4-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.company-icon---brix:hover {
  background-image: url('../images/icon-4-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.company-icon---brix:focus {
  background-image: url('../images/icon-4-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.mask---brix {
  overflow: hidden;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}

.heading-10 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.5rem;
  line-height: 1em;
  font-weight: 500;
}

.heading-11 {
  font-family: 'Graphik Regular', sans-serif;
  color: #d1d1d1;
  font-size: 1.75rem;
  line-height: 1em;
  font-weight: 400;
}

.smaller {
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.footer1_links-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 100%;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer1_component {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 1px solid #5f5e5f;
}

.footer1_content-right {
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
}

.social-link:hover {
  opacity: 0.7;
}

.footer1_description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 32rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 100%;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-icon {
  height: 2rem;
}

.footer1_links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer1_content {
  display: -ms-grid;
  display: grid;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: 'DM Sans', sans-serif;
}

.footer1_link {
  margin-top: 0.5rem;
  opacity: 0.7;
  color: #f4f4f4;
  font-weight: 400;
  text-decoration: none;
}

.footer1_link:hover {
  opacity: 1;
}

.social-icons-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
}

.footer1_logo {
  max-height: 2rem;
}

.footer1_logo-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer1_content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 100%;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: -webkit-max-content auto;
  -ms-grid-rows: max-content auto;
  grid-template-rows: -webkit-max-content auto;
  grid-template-rows: max-content auto;
}

.cta3-item-wrap {
  padding: 20px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.06);
  border-radius: 8px;
  text-align: left;
}

.cta3-item-wrap.cta3-item-wrap-dark {
  overflow: visible;
  border-color: hsla(0, 0%, 100%, 0.06);
  border-radius: 10px;
  background-color: #1a1a1a;
  font-family: 'Graphik Regular', sans-serif;
}

.cta3-item-wrap.cta3-item-wrap-dark.cta3-recommended-option-dark {
  padding-top: 30px;
  border-width: 2px;
  border-color: #274dfe #bd06fe #bd06fe #274dfe;
  border-radius: 10px;
}

.cta3-wide-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

._5-col {
  display: inline-block;
  width: 380px;
  margin-right: 20px;
}

._5-col._5-col-last {
  margin-right: 0px;
}

.text-16 {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
}

.text-16.text-16-60 {
  opacity: 0.6;
}

.cta3-icon {
  margin-top: 9px;
  margin-right: 12px;
}

.btn {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.btn:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.btn:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.btn.btn-outline-dark {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, border 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, border 200ms ease, -webkit-transform 400ms ease;
}

.btn.btn-outline-dark:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.cta3-item-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2-jumbo {
  border-radius: 10px;
  font-size: 25px;
  line-height: 56px;
  font-weight: 300;
}

.label-text {
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.cta3-options-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.btn-big {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.btn-big:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.btn-big:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.label {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: linear-gradient(180deg, #000, #fff);
}

.text-20 {
  opacity: 1;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.cta3-item-points-wrapper {
  margin-top: 25px;
  margin-bottom: 10px;
}

.tooltip-wrapper {
  position: relative;
}

.tooltip-dot {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.17);
  color: #000;
  font-size: 10px;
}

.tooltip__line-vert {
  width: 2px;
  height: 20px;
  background-color: #cfcfcf;
}

.tooltip__line-hor {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #cfcfcf;
}

.tooltip__text {
  position: absolute;
  left: auto;
  top: 0%;
  right: -115px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: auto;
  padding: 6px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  color: #8c26cc;
}

.delivery-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url('../images/clock-svg.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.page-wrapper {
  position: relative;
}

.layout-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
}

.services-dropdown {
  position: relative;
  display: none;
  padding-top: 20px;
}

.layout13_item-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.layout13_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  padding: 2rem 1.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #313131;
  background-color: #181818;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.layout13_item:hover {
  border-color: #274dfe #bd06fe #bd06fe #274dfe;
  background-color: #1f1f1f;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
  font-family: 'DM Sans', sans-serif;
}

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

.layout13_item-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 0.5rem;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.paragraph-6 {
  max-width: 70%;
}

.heading-12 {
  font-family: 'DM Sans', sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.layout13_item-icon-grey {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 0.5rem;
  opacity: 0.24;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.heading-13 {
  font-family: 'Graphik Bold', sans-serif;
  color: #fff;
  font-size: 3.5rem;
  line-height: 1em;
  font-weight: 500;
  text-align: left;
}

.heading-13.centre {
  font-family: 'Graphik Bold', sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
  text-align: center;
}

.pre {
  text-align: left;
}

.paragraph-7 {
  font-family: 'DM Sans', sans-serif;
}

.paragraph-5-copy {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.1em;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}

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

.clientbar2_logo_inv {
  width: 100%;
  max-height: 2.5rem;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -o-object-fit: contain;
  object-fit: contain;
}

.beta {
  font-size: 15px;
}

.beta.gradient {
  padding-right: 5px;
  padding-left: 5px;
}

.page-padding-copy {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.link-block {
  color: #fff;
  text-decoration: none;
}

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

.padding-vertical-copy.padding-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-vertical-copy.padding-xlarge {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.padding-vertical-copy.padding-xlarge {
  padding: 4rem;
}

.padding-vertical-copy.padding-xlarge-copy {
  padding-top: 2rem;
  padding-bottom: 0rem;
}

.section-layout8 {
  max-height: 1200px;
}

.layout8_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.layout8_item.item-offset {
  margin-top: 8rem;
}

.layout8_button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 20rem;
  padding: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #262626;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.layout8_button:hover {
  background-color: #2e2e2e;
}

.layout8_content-wrapper {
  position: relative;
  width: 100%;
  height: 32rem;
}

.layout8_image {
  overflow: visible;
  width: 100%;
  height: 100%;
  max-height: 32rem;
  border-style: solid;
  border-width: 1px;
  border-color: #313131;
  -o-object-fit: cover;
  object-fit: cover;
}

.layout8_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sub.grey {
  color: #979797;
}

.layout8_content-wrapper-right {
  position: relative;
  width: 100%;
  height: 32rem;
  border-style: solid;
  border-width: 1px;
  border-color: #000 #bd06fe #bd06fe #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/61cb4eb9bece616c708ebee8_IMT-Yoga-evening-shoot-09-scaled.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/61cb4eb9bece616c708ebee8_IMT-Yoga-evening-shoot-09-scaled.jpeg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.layout8_content-wrapper-right:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/61cb4eb9bece616c708ebee8_IMT-Yoga-evening-shoot-09-scaled.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/61cb4eb9bece616c708ebee8_IMT-Yoga-evening-shoot-09-scaled.jpeg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.layout8_content-wrapper-l {
  position: relative;
  width: 100%;
  height: 32rem;
  border-style: solid;
  border-width: 1px;
  border-color: #000 #bd06fe #bd06fe #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Screenshot-2022-02-17-at-22.52.39.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Screenshot-2022-02-17-at-22.52.39.png');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
}

.heading-6-copy {
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-align: right;
}

.layout4_content-right {
  padding: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'DM Sans', sans-serif;
}

.layout4_component {
  display: -ms-grid;
  display: grid;
  padding-right: 10px;
  padding-left: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 10px;
  background-color: #2b2b2b;
}

.button-wrapper {
  margin-top: 0.5rem;
  margin-right: 1rem;
}

.button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-2 {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0f62fe;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button-2:hover {
  background-color: #0353e9;
}

.button-2:active {
  background-color: #002d9c;
}

.button-secondary {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6f6f6f;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button-secondary:hover {
  background-color: #606060;
}

.button-secondary:active {
  background-color: #393939;
}

.layout4_content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout4_image {
  width: 100%;
  max-height: 25rem;
  opacity: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-14 {
  font-weight: 500;
}

.checklist-suite-preview {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.paragraph-8 {
  font-size: 20px;
  line-height: 1.2em;
}

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

.margin-bottom-suite.margin-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-bottom-suite.margin-small {
  margin-bottom: 10px;
}

.margin-bottom-suite.margin-xlarge {
  margin-bottom: 2rem;
}

.suite-icon-left {
  max-height: 50px;
  margin-right: 10px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

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

.padding-vertical-cdn.padding-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-vertical-cdn.padding-xlarge {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.padding-vertical-cdn.padding-xlarge {
  padding: 4rem;
}

.outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  color: #fff;
  line-height: 24px;
}

.heading-15 {
  color: #86d3ff;
  font-weight: 400;
  text-decoration: none;
}

.button-row-suite-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-padding-sticky {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.sticky2_content-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky2_item {
  position: -webkit-sticky;
  position: sticky;
  top: 12.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
  padding: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #6f6f6f;
  background-color: #262626;
  font-family: 'DM Sans', sans-serif;
}

.sticky2_item._4 {
  top: 16.25rem;
}

.sticky2_item._3 {
  top: 15rem;
}

.sticky2_item._6 {
  top: 18.75rem;
}

.sticky2_item._2 {
  top: 13.75rem;
}

.sticky2_item._5 {
  top: 17.5rem;
}

.sticky2_item._5.final {
  border-color: #274dfe #f600ff #f600ff #274dfe;
}

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

.sticky2_content-left {
  position: -webkit-sticky;
  position: sticky;
  top: 12rem;
  bottom: 12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'DM Sans', sans-serif;
}

.sticky2_component {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-align-center {
  font-size: 20px;
  text-align: center;
}

.button-secondary-2 {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6f6f6f;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button-secondary-2:hover {
  background-color: #606060;
}

.button-secondary-2:active {
  background-color: #393939;
}

.cta3_form {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.success-message {
  background-color: #42be65;
}

.cta3_form-text-input {
  height: 100%;
  min-height: 3rem;
  margin-bottom: 0rem;
  padding: 0.5rem 0.75rem;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #6f6f6f;
  background-color: #262626;
  font-family: 'DM Sans', sans-serif;
  color: #f4f4f4;
}

.cta3_form-text-input:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #f4f4f4;
}

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

.cta3_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-form {
  padding: 0.5rem 1.5rem;
  background-color: #441aff;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  font-family: 'DM Sans', sans-serif;
  text-align: center;
}

.button-form:hover {
  background-color: #0353e9;
}

.button-form:active {
  background-color: #002d9c;
}

.error-message {
  background-color: #fa4d56;
}

.lottie-animation {
  position: absolute;
}

.divider {
  height: 100px;
}

.icon_features {
  height: 100px;
}

.host-with-us {
  background-color: hsla(0, 0%, 93.3%, 0);
}

.hosting-container-box {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.host-promotional {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  color: #000;
}

.image-2 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.margin-large {
  position: relative;
  z-index: 0;
  margin-bottom: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._2-grid-how-it-work {
  width: 100%;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.step-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  text-align: left;
  letter-spacing: 0px;
}

.step-line {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30%;
  padding-left: 30%;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 2em;
}

.card.bg-gray-1 {
  background-color: #292929;
}

.card.outlined {
  background-color: #292929;
}

.card.bg-white.outlined {
  background-color: #000;
}

.card.highlight {
  border-style: solid;
  border-width: 1px;
  border-color: #09f;
  background-color: #000;
}

.text-gray {
  color: #707fa7;
}

.text-gray.opacity-bright {
  color: #c7c7c7;
  font-size: 18px;
}

.text-gray.text-small.opacity-medium {
  color: #b1b1b1;
  font-size: 1rem;
}

.text-gray.opacity-medium {
  color: #fff;
  font-size: 1.2rem;
}

.last-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container-mini {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 800px;
  perspective: 800px;
}

.image-contain {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.step-number {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 3.75em;
  height: 3.75em;
  margin-right: 0px;
  padding: 8px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.heading-02-section {
  max-width: 700px;
  font-size: 2.75em;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.list-large {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2em;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block {
  font-size: 20px;
}

._2-grid-large {
  width: 100%;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-grid-large.margin-large {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-cover {
  width: 100%;
  height: 100%;
  max-height: 40em;
  -o-object-fit: contain;
  object-fit: contain;
}

.card-body {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-body.left-content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card-body.center-content {
  margin-right: 0rem;
}

.card-body.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.card-body.underline {
  border-bottom: 1px solid rgba(112, 127, 167, 0.12);
}

.list-small {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0.375em;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-02-section-2 {
  max-width: 100%;
  font-size: 3.5rem;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.list-item-medium {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 0.75em;
  grid-row-gap: 0.75em;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-item-medium.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-body-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 2.75em;
  height: 2.75em;
  min-height: auto;
  padding: 0.75em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  font-size: 1.5em;
  font-weight: 500;
}

.container-medium {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 952px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 800px;
  perspective: 800px;
}

.cta2_content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cta2_content {
  display: -ms-grid;
  display: grid;
  width: 100%;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.max-width-large {
  display: block;
  width: 100%;
  max-width: 48rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cta2_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #274dfe #bd06fe #bd06fe #274dfe;
  background-color: #262626;
}

.heading-16 {
  font-weight: 500;
}

.image-3 {
  max-width: 70%;
}

.tabs2_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs2_link {
  width: 100%;
  margin-bottom: 1rem;
  padding: 1.5rem 2.5rem;
  border-style: solid;
  border-width: 0.125rem 1px 1px;
  border-color: #191918;
  background-color: #2e2e2e;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #f4f4f4;
}

.tabs2_link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 0.125rem 1px 1px;
  border-color: #274dfe #bd06fe #bd06fe #274dfe;
  background-color: #262626;
}

.tabs2_content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 48rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tabs2_subtext {
  font-size: 20px;
}

.tabs2_image-wrapper {
  width: 100%;
}

.tabs2_image {
  width: 100%;
  max-height: 32rem;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.tabs2_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 28rem;
  margin-right: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-tabs2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.image-4 {
  max-height: 2.5em;
  max-width: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.check-itme-whitebg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  line-height: 24px;
}

.check-icon-copy {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url('../images/Check-Icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  color: #000;
}

.hosting-info-blck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #000;
}

.card1 {
  display: -ms-grid;
  display: grid;
  max-height: 100px;
  max-width: 175px;
  min-width: 175px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section {
  background-color: #eee;
}

.sub-copy {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-weight: 500;
}

.smaller-copy {
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.heading-6-copy {
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}

.heading-6-copy-copy {
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}

.text-block-3 {
  color: #000;
  font-size: 13px;
  text-align: center;
}

.text-block-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 13px;
}

.layout15_content-left-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
}

.paragraph-5-copy {
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.1em;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}

.paragraph-5-copy-copy {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.1em;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}

.clientbar2_component-copy {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

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

.padding-vertical-copy.padding-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-vertical-copy.padding-xlarge {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.padding-vertical-copy.padding-xlarge {
  padding: 4rem;
}

.padding-vertical-copy.padding-xlarge-copy {
  padding: 4rem;
}

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

.padding-vertical-copy-copy.padding-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-vertical-copy-copy.padding-xlarge {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.padding-vertical-copy-copy.padding-xlarge {
  padding: 4rem;
}

.padding-vertical-copy-copy.padding-xlarge-copy {
  padding: 4rem;
  background-color: hsla(0, 0%, 100%, 0.22);
  box-shadow: 1px 1px 20px -17px rgba(0, 0, 0, 0.1);
}

.image-5 {
  display: inline-block;
}

.arrow-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -150px;
  padding-right: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -150px;
  margin-bottom: -150px;
  padding-right: 30px;
  padding-left: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-gray-copy {
  color: #707fa7;
}

.text-gray-copy.opacity-bright {
  margin-top: 10px;
  color: #c7c7c7;
  font-size: 18px;
}

.image-6 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.blur-shape {
  position: absolute;
  z-index: 1;
  width: 12rem;
  height: 16rem;
  border-radius: 50%;
}

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

.layout1_image {
  width: 100%;
  max-height: 28rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.layout1_component {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #000;
  font-weight: 400;
}

.text-align-center-2 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

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

.faq-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.accent-color {
  color: #454dec;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.faq-group-row {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.faq-question-label {
  background-color: transparent;
  color: #3c3d49;
  font-size: 1.75rem;
  line-height: 1.5em;
  font-weight: 500;
  text-decoration: none;
}

.faq-answer {
  overflow: hidden;
  padding: 0rem 2rem;
  color: #000;
}

.faq-arrow {
  position: relative;
  z-index: 0;
}

.faq-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 1rem 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: rgba(32, 32, 36, 0.4);
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}

.faq-menu-item.w--current {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border-radius: 999px;
  box-shadow: none;
  -webkit-transition: color 300ms ease, font-size 300ms ease;
  transition: color 300ms ease, font-size 300ms ease;
  color: #3c3d49;
  font-size: 1.3rem;
  font-weight: 700;
}

.faq-menu-title-label {
  color: #000;
  font-size: 3rem;
  line-height: 1.5em;
  font-weight: 500;
}

.faq-menu-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
  width: 30%;
  height: 100%;
}

.faq-menu-title {
  width: 100%;
  padding: 1rem 2rem;
}

.faq-groups-wrapper {
  position: static;
  left: 30%;
  width: 70%;
  padding: 1rem;
}

.faq-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-answer-p {
  line-height: 1.5em;
}

.faq-section {
  position: relative;
  padding: 6rem 2rem;
  background-color: #eee;
}

.faq-menu-item-label {
  max-width: 64ch;
  background-color: transparent;
  text-decoration: none;
}

.bold-text-2 {
  font-weight: 500;
}

.bold-text-3 {
  font-weight: 500;
}

.bold-text-4 {
  font-weight: 500;
}

.image-7 {
  position: relative;
}

.text-block-5 {
  font-family: 'Graphik Regular', sans-serif;
  font-size: 1rem;
}

.page-padding-3 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.layout15_image-2 {
  width: 100%;
  max-height: 32rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.layout14_image-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout14_content-right-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.layout14_image-copy {
  width: 100%;
  max-height: 32rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-extra-large {
  position: relative;
  z-index: 5;
  max-width: 650px;
  margin-top: 0.5em;
  margin-bottom: 1.25em;
  opacity: 0.73;
  color: #f7f7f7;
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: 0px;
}

.center-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.center-content.margin-large {
  margin-bottom: auto;
}

.form-horizontal {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.browser {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 952px;
  min-height: 512px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 12.5% 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(112, 167, 162, 0.06);
  background-image: url('../images/Group-42471.png'), url('../images/BreakpointDesktop.svg');
  background-position: 50% 44px, 0px 44px;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.browser-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 44px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(112, 127, 167, 0.06);
}

.form-block {
  width: 100%;
  margin-bottom: 0px;
}

.browser-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 6px;
  background-color: rgba(112, 127, 167, 0.12);
  font-size: 12px;
  text-align: center;
}

.browser-button {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background-color: rgba(112, 127, 167, 0.12);
}

.browser-dot-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.browser-dot {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: rgba(112, 127, 167, 0.4);
}

.text-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 3em;
  margin-bottom: 0px;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 0.5em;
  background-color: rgba(112, 127, 167, 0.06);
  box-shadow: inset 0 0 0 1px rgba(112, 127, 167, 0.06);
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  color: #707fa7;
  font-size: 16px;
  font-weight: 500;
}

.text-field:hover {
  background-color: rgba(112, 127, 167, 0.12);
}

.text-field:focus {
  box-shadow: inset 0 0 0 1px rgba(112, 127, 167, 0.4);
}

.text-field::-webkit-input-placeholder {
  color: rgba(112, 127, 167, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(112, 127, 167, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(112, 127, 167, 0.4);
}

.text-field::placeholder {
  color: rgba(112, 127, 167, 0.4);
}

.button-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 3em;
  padding: 0.75em 1.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #09f;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.button-3-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 3em;
  padding: 0.75em 1.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #09f;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.lottie-animation-2 {
  position: absolute;
  left: 0%;
  top: 44px;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100%;
  -o-object-fit: none;
  object-fit: none;
}

.div-block-3 {
  width: 100.0000045685%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#404040)), url('../images/Vector-1.svg'), url('../images/graphic-cube-blue.svg');
  background-image: linear-gradient(180deg, #404040, #404040), url('../images/Vector-1.svg'), url('../images/graphic-cube-blue.svg');
  background-position: 0px 0px, 100% 80%, 0% 0%;
  background-size: auto, 20%, auto;
  background-repeat: repeat, no-repeat, no-repeat;
}

.techbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  margin-right: auto;
  margin-left: auto;
}

.image-9 {
  display: block;
  max-width: 40%;
  margin-top: -61px;
}

.heading-13-copy {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 3.5rem;
  line-height: 1em;
  font-weight: 500;
  text-align: left;
}

.heading-13-copy.centre {
  display: block;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Graphik Bold', sans-serif;
  font-size: 3.75rem;
  text-align: center;
}

.image-10 {
  max-width: 40%;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation-3 {
  position: absolute;
  z-index: -1;
  width: 70%;
  max-width: 70%;
  -o-object-fit: fill;
  object-fit: fill;
}

._3-grid-large {
  width: 100%;
  margin-top: auto;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.container-medium-2 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 952px;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 800px;
  perspective: 800px;
}

.section-2 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-small {
  color: rgba(9, 106, 208, 0.6);
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small.no-bottom-margins {
  color: rgba(211, 211, 211, 0.6);
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  font-weight: 400;
}

.wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.margin-bottom-2 {
  margin-bottom: 40px;
}

.text-block-6 {
  margin-top: 20px;
  color: #adadad;
  font-size: 2rem;
  line-height: 1em;
  text-align: center;
}

.heading-17 {
  font-weight: 400;
}

.text-block-7 {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

.heading-18 {
  font-weight: 400;
}

.heading-19 {
  font-weight: 400;
}

.heading-20 {
  font-weight: 400;
}

.endofhero2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs2_link-2 {
  width: 100%;
  margin-bottom: 1rem;
  padding: 1.5rem 2.5rem;
  border-top: 0.125rem solid transparent;
  background-color: #2e2e2e;
  color: #f4f4f4;
}

.tabs2_link-2.w--current {
  border-top: 0.125rem solid #4589ff;
  background-color: #262626;
}

.image-11 {
  max-width: 20%;
}

.wavy {
  border-bottom: 4px solid #7c28f1;
  background-color: rgba(125, 41, 240, 0.15);
  text-decoration: none;
}

.wavy.text-link {
  color: #fff;
}

.image-16 {
  position: absolute;
  right: -64px;
  bottom: -260px;
}

.container-2 {
  position: relative;
}

.image-17 {
  position: absolute;
  left: -30px;
  top: 111px;
}

.image-15 {
  position: absolute;
  right: -170px;
  bottom: -42px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.description {
  padding-top: 12px;
  padding-right: 7px;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.description.centered {
  padding-right: 340px;
  padding-left: 340px;
  text-align: center;
}

.image-14 {
  position: absolute;
  top: 177px;
  right: 182px;
}

.feature-1 {
  position: static;
  overflow: hidden;
  height: 50vh;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 165px 92px 242px;
  border-radius: 50px;
  background-color: #404040;
}

.image-12 {
  position: absolute;
  left: 193px;
  top: 379px;
}

.image-18 {
  position: absolute;
  left: -14%;
  top: -56%;
  right: auto;
  bottom: auto;
}

.image-13 {
  position: absolute;
  left: 436px;
  top: 275px;
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.heading-21 {
  color: #939bb4;
  font-size: 34px;
  font-weight: 600;
}

.heading-21.centered {
  position: relative;
  z-index: 1;
  padding-right: 100px;
  padding-left: 100px;
  color: #fff;
  font-size: 4rem;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
}

.div-block-5 {
  width: 100vw;
  background-color: #404040;
}

.image-19 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #404040;
}

.div-block-7 {
  width: 100vw;
  height: 150px;
}

.div-block-8 {
  width: 100vw;
}

.div-block-9 {
  color: #fff;
}

.body-3 {
  background-color: #191819;
}

.extra-option-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.35);
  font-size: 1.1em;
}

.next-button {
  padding: 15px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: #5900ff;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
}

.next-button:hover {
  background-color: #6c33da;
}

.form-content {
  width: 60%;
  margin-bottom: -20px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}

.form-content.final {
  margin-top: -20px;
}

.collaborate-form-step {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 500px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding: 100px 0px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  background-color: #1f1f1f;
  color: #222;
  text-align: center;
}

.form-wrapper {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(56, 56, 56, 0.15);
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.3);
}

.field {
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 15px 25px;
  border: 1px solid #cbced2;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
  color: #6c33da;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

.field:focus {
  border-color: #6c33da;
  font-weight: 600;
}

.field.area {
  height: 150px;
  max-height: 150px;
  min-height: 150px;
}

.step-paginator {
  position: relative;
  height: 100%;
  background-color: transparent;
}

.checkbox-active-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: auto;
  margin: -2px;
  border: 2px solid #6c33da;
  border-radius: 0px;
  background-color: #edeff0;
  background-image: url('../images/checked.png');
  background-position: 20px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0;
}

.checkbox-active-overlay.square-overlay {
  border-radius: 5px;
  background-position: 50% 50%;
  background-size: 20px;
}

.submit-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 60%;
  height: auto;
  margin-right: auto;
  margin-bottom: -80px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #3cd3ad;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1px;
}

.submit-button:hover {
  background-color: #6c33da;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.step {
  position: static;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 0px;
  background-color: #000;
}

.step-counter {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 25px;
  color: hsla(0, 0%, 100%, 0.35);
}

.form-section-title {
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 2.2em;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: none;
}

.checkbox-ticker {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.checkbox-label {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 55px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.45;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.1em;
  line-height: 1em;
  text-align: right;
  letter-spacing: 0px;
  text-transform: none;
}

.checkbox-label.no-label {
  padding-right: 0px;
  padding-left: 0px;
}

.next {
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: auto;
  height: 47px;
  max-width: 159px;
  margin: auto auto 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.previous {
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin: auto auto 30px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 60px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-left: 0px;
  border: 1px solid #cbced2;
  border-radius: 0px;
  background-color: rgba(225, 228, 233, 0.25);
  background-image: url('../images/unchecked.png');
  background-position: 20px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
}

.checkbox-wrapper:hover {
  border-color: rgba(0, 0, 0, 0.3);
}

.checkbox-wrapper:active {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.checkbox-wrapper.checkbox-square {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-position: 50% 50%;
  background-size: 20px;
}

.success-message-2 {
  padding: 50px;
  border-radius: 20px;
  background-color: #3cd3ad;
  background-image: linear-gradient(135deg, #3cd3ad, #4cb8c4);
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.error-message-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #eb4d8c;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

.form-title-line {
  display: block;
  width: 25px;
  height: 4px;
  margin: 25px auto 50px;
  border-radius: 3px;
  background-color: #fff;
  color: #fff;
}

.previous-button {
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #fff;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #fff;
  font-size: 16px;
  text-indent: -2px;
}

.previous-button:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.container-3 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.next-button-2 {
  padding: 15px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #3cd3ad;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 20px;
}

.next-button-2:hover {
  background-color: #6c33da;
}

.form-content-2 {
  width: 60%;
  margin-bottom: -20px;
}

.form-content-2.final {
  margin-top: -20px;
}

.collaborate-form-step-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 500px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding: 100px 0px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.form-wrapper-2 {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.3);
}

.field-2 {
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 15px 25px;
  border: 2px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, 0.25);
  -webkit-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
  color: #6c33da;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
  text-align: left;
}

.field-2:focus {
  border-color: #6c33da;
  font-weight: 600;
}

.field-2.area {
  height: 150px;
  max-height: 150px;
  min-height: 150px;
}

.checkbox-active-overlay-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: auto;
  margin: -2px;
  border: 2px solid #6c33da;
  border-radius: 10px;
  background-color: #edeff0;
  background-image: url('../images/checked.png');
  background-position: 20px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0;
}

.checkbox-active-overlay-2.square-overlay {
  border-radius: 5px;
  background-position: 50% 50%;
  background-size: 20px;
}

.step-2 {
  position: static;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
  background-color: #f0f1f3;
}

.step-counter-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 25px;
  color: rgba(0, 0, 0, 0.35);
}

.form-section-title-2 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.2em;
  line-height: 1.5em;
  font-weight: 600;
}

.checkbox-label-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 55px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.45;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
  text-align: right;
  letter-spacing: 0px;
  text-transform: none;
}

.checkbox-label-2.no-label {
  padding-right: 0px;
  padding-left: 0px;
}

.checkbox-wrapper-2 {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 60px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-left: 0px;
  border: 2px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, 0.25);
  background-image: url('../images/unchecked.png');
  background-position: 20px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
}

.checkbox-wrapper-2:hover {
  border-color: rgba(0, 0, 0, 0.3);
}

.checkbox-wrapper-2:active {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.checkbox-wrapper-2.checkbox-square {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-position: 50% 50%;
  background-size: 20px;
}

.form-title-line-2 {
  display: block;
  width: 25px;
  height: 4px;
  margin: 25px auto 50px;
  border-radius: 3px;
  background-color: #000;
}

.previous-button-2 {
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  opacity: 0.35;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #000;
  font-size: 16px;
  text-indent: -2px;
}

.previous-button-2:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.button-4 {
  display: inline-block;
  height: 60px;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4e54e4;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  line-height: 42px;
  font-weight: 500;
  cursor: pointer;
}

.button-4:hover {
  background-color: #3e43c3;
}

.button-4.mid-button {
  min-width: 260px;
}

.checkbox-label-3 {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 28px;
}

.radio-button-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 32px;
  padding-bottom: 24px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.checkbox {
  width: 32px;
  height: 32px;
  margin-top: 0px;
  margin-right: 24px;
  margin-left: -32px;
  border-radius: 0px;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.checkbox:hover {
  background-color: rgba(56, 152, 236, 0.07);
}

.checkbox.w--redirected-checked {
  border-color: #4e54e4;
  background-color: rgba(56, 152, 236, 0.19);
  background-image: none;
}

.tab-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4e54e4;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

.tab-button:hover {
  background-color: #3e43c3;
}

.tab-button.tab-nav-button {
  min-width: 260px;
  background-color: #8b8b8b;
}

.tab-button.tab-nav-button.tab-button-back {
  border-style: solid;
  border-width: 1px;
  border-color: #767676;
  background-color: #fff;
  color: #767676;
}

.label-2 {
  color: #b4b4b4;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.tab-panel {
  height: 100%;
}

.radio-buttons {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.radio-buttons.two-buttons {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.tabs-content-2 {
  height: 100%;
}

.question-wrapper {
  position: relative;
  height: 52vh;
}

.radio-input {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-color: #ccc;
  border-radius: 0%;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.radio-input:active {
  box-shadow: 0 0 0 0 transparent;
}

.radio-input.w--redirected-checked {
  border-width: 1px;
  border-color: #4e54e4;
}

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

.button-box.button-top-margin {
  margin-top: 72px;
}

.full-screen-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.radio-sub-text {
  position: relative;
  max-width: 220px;
  font-family: 'DM Sans', sans-serif;
  color: #767676;
  font-weight: 400;
}

.tabs-2 {
  height: 100%;
}

.tabs-menu-2 {
  display: none;
}

.question-center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.radio-main-text {
  position: relative;
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 31px;
  font-weight: 500;
}

.radio-main-text.smaller-text {
  margin-bottom: 4px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

.meeting-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.question-center-box {
  width: 100%;
  max-width: 400px;
}

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

.question-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.price {
  margin-top: 8px;
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
}

.section-header {
  margin-bottom: 32px;
}

.section-header.medium-header {
  margin-bottom: 40px;
}

.section-header.small-header {
  margin-bottom: 16px;
}

.question {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.radio-circle-box {
  position: absolute;
  bottom: 40px;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 100%;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.container {
  width: 100%;
  max-width: 1220px;
  padding-right: 60px;
  padding-left: 60px;
}

.container.question-container {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.text-field-2 {
  height: 60px;
  padding-right: 24px;
  padding-left: 24px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #767676;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-weight: 400;
}

.text-field-2:active {
  border-bottom-color: #000;
}

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

.heading-22 {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-weight: 500;
}

.screen-holder {
  position: relative;
  height: 3000px;
}

.image-21 {
  max-width: 75px;
}

.tabs-content-right {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.browser-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 952px;
  min-height: 512px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 12.5% 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  background-color: rgba(112, 127, 167, 0.06);
  background-image: url('../images/logo-black.svg');
  background-position: 50% 50%;
  background-size: 32%;
  background-repeat: no-repeat;
}

.tabs-menu-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tab-link-2 {
  margin-bottom: 1rem;
  padding: 20px 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 2em;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, background-color 200ms ease;
  color: #707fa7;
}

.tab-link-2:hover {
  background-color: rgba(112, 127, 167, 0.06);
  opacity: 1;
}

.tab-link-2.w--current {
  border-style: solid;
  border-width: 0px;
  border-color: #e70dff;
  background-color: #000;
  box-shadow: inset 0 0 0 1px rgba(112, 127, 167, 0.12);
  opacity: 1;
}

.browser-address-2 {
  width: 60%;
  height: 24px;
  border-radius: 6px;
  background-color: rgba(112, 127, 167, 0.12);
}

.tabs-horiz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.hover-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #707fa7;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  padding: 8px 0px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.label-3 {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-weight: 600;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  padding: 20px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #707fa7;
}

.nav-link:hover {
  opacity: 1;
}

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

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 84px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  font-size: 14px;
}

.navbar-grid-logo-center {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-22 {
  display: block;
  max-width: 75px;
}

.text-extra-large-2 {
  position: relative;
  z-index: 5;
  max-width: 650px;
  margin-top: 0.5em;
  margin-bottom: 1.25em;
  opacity: 0.28;
  color: #707fa7;
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0px;
}

.heading-02-section-3 {
  max-width: 700px;
  font-size: 2.75em;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.heading-03 {
  max-width: 512px;
  font-family: 'Graphik Semibold', sans-serif;
  font-size: 1.2rem;
}

.center-mobile-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-body-large {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._2-grid-cta {
  width: 100%;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-medium-3 {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 952px;
  margin: 3rem auto 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 800px;
  perspective: 800px;
}

.margin-medium {
  margin-bottom: 1.5em;
}

._3-grid-small {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 2rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.html-embed-2 {
  margin-top: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.text-block-8 {
  position: absolute;
  left: auto;
  top: 5%;
  right: 5%;
  bottom: auto;
  color: #7c7c7c;
}

.card-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 2em;
}

.card-copy.bg-gray-1 {
  background-color: #292929;
}

.card-copy.outlined {
  border-style: solid;
  border-width: 1px;
  border-color: #ff00a1;
  background-color: #292929;
}

.endofhero2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.main_button-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  margin-top: 20px;
  padding-right: 28px;
  padding-left: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1f;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
}

.main_button-copy.outline {
  border-style: solid;
  border-width: 1px;
  border-color: #1a1a1f;
  background-color: transparent;
  color: #1a1a1f;
}

.main_button-copy.outline.white {
  border-width: 0px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #353535;
  font-family: 'Graphik Regular', sans-serif;
  color: #fff;
  font-size: 1rem;
}

.main_button-copy.outline.white:hover {
  background-color: #454545;
}

.main_button-copy.purple {
  margin-top: 0px;
  border-radius: 0.85em;
  background-color: #441afe;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  font-family: 'Graphik Regular', sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.main_button-copy.purple:hover {
  background-color: #7d29f0;
  color: #fff;
}

.text-block-9 {
  position: relative;
  margin-right: 0.5rem;
  font-family: 'Graphik Regular', sans-serif;
  font-size: 1.2rem;
}

.image-23 {
  max-height: 200px;
}

.link-text {
  height: 1.1em;
  border-bottom: 2px solid #7c28f1;
  background-color: rgba(125, 41, 240, 0.21);
  color: #8f3dff;
  line-height: 1.1;
  text-decoration: none;
}

.link-text:hover {
  background-color: rgba(125, 41, 240, 0.36);
}

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

.lightbox-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-large {
  max-width: 420px;
  margin-top: 0.25em;
  margin-bottom: auto;
  opacity: 1;
  color: #b4b4b4;
  font-size: 1.5rem;
  line-height: 1.2em;
  letter-spacing: 0px;
}

.buttons-horizontal {
  z-index: 5;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 8px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-medium-4 {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 952px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 800px;
  perspective: 800px;
}

.left-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-24 {
  height: 475px;
  max-height: none;
  max-width: none;
  min-width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-large-2 {
  max-width: 420px;
  margin-top: 0.25em;
  margin-bottom: 1.25em;
  opacity: 0.28;
  color: #707fa7;
  font-size: 1.2em;
  letter-spacing: 0px;
}

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

.container-medium-5 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 952px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 800px;
  perspective: 800px;
}

.margin-large-2 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-row {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid rgba(112, 127, 167, 0.12);
  background-color: #242425;
  color: #707fa7;
}

.pricing-row.header {
  position: -webkit-sticky;
  position: sticky;
  top: 84px;
  z-index: auto;
  border-top-left-radius: 1.5em;
  border-top-right-radius: 1.5em;
  background-color: #191819;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 127, 167, 0.06)), to(rgba(112, 127, 167, 0.06)));
  background-image: linear-gradient(180deg, rgba(112, 127, 167, 0.06), rgba(112, 127, 167, 0.06));
}

.price-large {
  font-family: 'Graphik Semibold', sans-serif;
  font-size: 3.5rem;
  line-height: 0.9;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.tint-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.32;
}

.tint-3.bg-primary-1 {
  background-color: #f9b8c4;
}

.pricing-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.pricing-cell.bg-white {
  background-color: #000;
}

.pricing-cell.last {
  margin-bottom: -1.5em;
  padding-bottom: 3em;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  background-color: #fff;
}

.pricing-cell.first {
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-align: left;
}

.heading-03-2 {
  max-width: 512px;
  font-family: 'Graphik Bold', sans-serif;
  font-size: 1.75rem;
  line-height: 1em;
}

.price-holder-icon {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1.25;
  font-weight: 500;
}

._3-grid-medium {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-title-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 600;
}

.badge {
  position: relative;
  z-index: 5;
  display: inline-block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 1.5em;
  padding: 0.5em 1.25em;
  border-radius: 100px;
  color: #fff;
  font-size: 0.5em;
  text-align: center;
}

.icon-margin-left {
  margin-left: 12px;
  text-align: right;
}

.fullscreen-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1em;
  margin-left: -1em;
  padding: 6em 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fullscreen-section.bg-accent-dark {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
}

.fullscreen-section.bg-gray-1 {
  margin-right: auto;
  margin-left: auto;
  background-color: #252525;
}

.price-top {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.position-shape {
  width: 100%;
  height: 100%;
  max-height: 400px;
  max-width: 400px;
}

.position-bottom-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-01-hero {
  position: relative;
  z-index: 5;
  max-width: 800px;
  margin-top: 0.125em;
  margin-bottom: 0.25em;
  font-size: 5em;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.heading-01-hero.smaller {
  font-size: 4em;
  letter-spacing: -0.02em;
}

.text-small {
  font-size: 0.75em;
}

.text-small.text-gray {
  color: #fff;
}

.container-large-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-sign-bottom {
  margin-right: 4px;
  font-size: 24px;
}

.line-horizontal {
  width: 100%;
  height: 1px;
  background-color: rgba(112, 127, 167, 0.12);
}

.pricing-title-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  text-align: center;
}

.pricing-title-cell.first {
  margin-top: -1.5em;
  padding-top: 3em;
  background-color: #000;
}

.list-medium {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tint-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.16;
}

.circle-mini {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 2em;
  height: 2em;
  min-height: auto;
  padding: 0.4em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  font-size: 0.625em;
  font-weight: 600;
}

.alert {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #004cff;
  text-align: center;
}

.text-block-10 {
  font-size: 15px;
}

.text-block-11 {
  font-size: 1rem;
  text-decoration: underline;
}

.grid-feature-check {
  margin-bottom: 48px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.content-section {
  padding: 96px 3%;
}

.line-break {
  height: 2px;
  margin-top: 48px;
  margin-bottom: 48px;
  background-color: #4e5a85;
}

.check-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.title-wrap-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
  margin-right: auto;
  margin-bottom: 92px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.price-block {
  margin-top: 60px;
  padding: 48px 55px;
  border-radius: 20px;
  background-color: #000;
}

.price-block.feature-price {
  margin-top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #13c0ff;
  background-color: #000;
}

.price-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dollar-span {
  color: #4e5a85;
}

.check {
  margin-right: 14px;
}

.subheading {
  margin-bottom: 14px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 178px;
  min-height: 64px;
  margin-top: 32px;
  padding: 14px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #4e5a85;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-decoration: none;
}

.button-price:hover {
  background-color: #0059f7;
}

.button-price.button-blue {
  background-color: #0059f7;
}

.arrow {
  margin-left: 4px;
}

.container-large-3 {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.text-span-3 {
  color: #b3b3b3;
}

.endofhero4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.endofhero3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.heading-23 {
  font-family: 'Graphik Semibold', sans-serif;
}

.heading-24 {
  font-family: 'Graphik Semibold', sans-serif;
}

.heading-25 {
  font-family: 'Graphik Semibold', sans-serif;
}

@media screen and (max-width: 991px) {
  .nav2_link {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    background-color: #161616;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }

  .nav2_link:hover {
    background-color: #262626;
    color: #f4f4f4;
  }

  .nav2_dropdown {
    width: 100%;
    margin-right: 0rem;
  }

  .nav2_main-button {
    margin-left: 2.5rem;
  }

  .nav2_menu-button-icon {
    height: 1rem;
  }

  .nav2_menu-mobile-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5rem 0rem 0.5rem 1.25rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav2_menu-mobile-button.w--open {
    background-color: transparent;
  }

  .nav2_container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav2_dropdown-link {
    padding: 0.5rem 2.5rem;
    background-color: #262626;
  }

  .nav2_menu {
    padding-bottom: 1.25rem;
    background-color: #161616;
  }

  .nav2_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .text-button {
    position: relative;
    left: auto;
    right: auto;
    display: block;
    max-width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
    text-align: center;
  }

  .nav2_button-wrapper {
    display: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav2_link_highlight {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    background-color: #161616;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }

  .nav2_link_highlight:hover {
    background-color: #262626;
    color: #f4f4f4;
  }

  .footer2_links-list {
    justify-items: start;
  }

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

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

  .footer2_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer2_bottom {
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer2_logo-link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .padding-vertical.padding-xlarge {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .layout2_content-left {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .hero {
    height: auto;
    min-height: 40rem;
  }

  .heading-main {
    font-size: 50px;
  }

  .nav2_component-top {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .bottom-info {
    margin-right: 30px;
  }

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

  .tab-link {
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .tabs-menu {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  }

  .main_button.outline.white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }

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

  .pricing-group-button {
    margin-top: 30px;
  }

  .tabs-content {
    padding-top: 30px;
    padding-left: 0px;
    border-left-style: none;
  }

  .layout6_image {
    max-height: 28rem;
  }

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

  .hero-button-holder {
    margin-top: 30px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }

  .content2-jumbonumber {
    font-size: 70px;
    line-height: 90px;
  }

  .section-dark {
    padding-right: 0px;
    padding-left: 0px;
  }

  .headline-6-col {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .decoline {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .decoline.decoline-dark.left-align-decoline-dark {
    margin-right: 0px;
    margin-left: 0px;
  }

  .content2-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  ._3-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .content2-number-wrapper {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .wrap {
    width: 645px;
  }

  .radio-button-field {
    padding: 40px 24px;
  }

  .cloneable-container-default {
    padding-right: 32px;
    padding-left: 32px;
  }

  .multi-step-form-radio-trigger---brix {
    padding-right: 24px;
    padding-left: 64px;
    font-size: 16px;
  }

  .footer1_links-list {
    justify-items: start;
  }

  .footer1_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 1.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._5-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

  .cta3-options-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .layout13_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .layout13_item-icon {
    margin-bottom: 0.25rem;
  }

  .layout13_item-icon-grey {
    margin-bottom: 0.25rem;
  }

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

  .padding-vertical-copy.padding-xlarge {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .padding-vertical-copy.padding-xlarge-copy {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .layout4_component {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .padding-vertical-cdn.padding-xlarge {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .sticky2_item {
    width: 20rem;
  }

  .last-step {
    width: 75%;
  }

  ._2-grid-large {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .tabs2_link {
    padding: 0.75rem 1.25rem;
  }

  .tabs2_content-wrapper {
    max-width: 32rem;
  }

  .tabs2_menu {
    margin-right: 2.5rem;
  }

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

  .padding-vertical-copy.padding-xlarge {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

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

  .padding-vertical-copy-copy.padding-xlarge {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

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

  .faq-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faq-question {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .faq-group-row {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .faq-answer {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .faq-arrow {
    position: relative;
    z-index: 0;
  }

  .faq-menu-item.w--current {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
  }

  .faq-menu-wrapper {
    top: 1rem;
    z-index: 9999;
    width: 100%;
    border-radius: 0.5rem;
    background-color: #fff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  }

  .faq-item-wrapper {
    position: static;
    z-index: 8888;
  }

  .faq-menu-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0.5rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .faq-groups-wrapper {
    width: 100%;
  }

  .faq-menu {
    position: relative;
    z-index: 9999999;
    overflow: auto;
    max-width: none;
    margin-right: auto;
    margin-bottom: 0rem;
    margin-left: auto;
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .browser {
    padding-right: 16px;
    padding-left: 16px;
  }

  ._3-grid-large {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col.lg-3 {
    width: 33.33%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .col.lg-3.md-2 {
    width: 50%;
  }

  .margin-bottom-2 {
    margin-bottom: 40px;
  }

  .tabs2_link-2 {
    padding: 0.75rem 1.25rem;
  }

  .image-16 {
    right: 259px;
  }

  .image-17 {
    left: -180px;
  }

  .image-15 {
    bottom: 269px;
  }

  .description.centered {
    padding-right: 55px;
    padding-left: 55px;
  }

  .image-14 {
    top: 243px;
  }

  .image-12 {
    left: -59px;
  }

  .image-13 {
    left: 221px;
  }

  .heading-21.centered {
    padding-right: 0px;
    padding-left: 0px;
  }

  .extra-option-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 0.9em;
    line-height: 1.1em;
    text-align: left;
  }

  .collaborate-form-step {
    min-height: 565px;
  }

  .checkbox-label {
    padding-left: 60px;
    font-size: 1em;
  }

  .checkbox-wrapper {
    width: 80%;
    height: 50px;
  }

  .collaborate-form-step-2 {
    min-height: 565px;
  }

  .checkbox-label-2 {
    padding-left: 60px;
    font-size: 1em;
  }

  .checkbox-wrapper-2 {
    width: 80%;
    height: 50px;
  }

  .browser-2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hover-bg {
    display: none;
  }

  .menu-button {
    border-radius: 6px;
    background-color: rgba(112, 127, 167, 0.06);
  }

  .menu-button.w--open {
    background-color: #707fa7;
    color: #fff;
  }

  .navbar-controls {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .nav-menu {
    margin-left: 0px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 127, 167, 0.12)), to(rgba(112, 127, 167, 0.12)));
    background-image: linear-gradient(180deg, rgba(112, 127, 167, 0.12), rgba(112, 127, 167, 0.12));
  }

  .nav-link {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-grid-logo-center {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .image-22 {
    display: block;
    max-width: 50px;
  }

  ._2-grid-cta {
    grid-row-gap: 3em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .main_button-copy.outline.white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }

  .price-holder-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .icon-margin-left {
    margin-top: 2em;
    margin-left: 0px;
  }

  .fullscreen-section {
    padding-right: 1em;
    padding-left: 1em;
  }

  .heading-01-hero {
    font-size: 72px;
  }

  .content-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .price-block {
    margin-top: 0px;
  }

  .price-grid {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .nav2_link {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .nav2_main-button {
    margin-left: 2rem;
  }

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

  .nav2_dropdown-link {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .nav2_dropdown-toggle {
    padding-left: 2rem;
  }

  .nav2_link_highlight {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .footer2_links-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

  .footer2_links-col {
    width: 100%;
    margin-bottom: 1.25rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .layout2_image {
    max-height: 24rem;
  }

  .layout2_content-left {
    width: 100%;
    padding: 1.25rem;
  }

  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .layout2_content-right {
    width: 100%;
  }

  .nav2_component-top {
    position: -webkit-sticky;
    position: sticky;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .tab-link {
    font-size: 18px;
    line-height: 18px;
  }

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

  .clientbar2_logo {
    height: 1.5rem;
  }

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

  .margin-bottom-medium {
    margin-bottom: 1.5rem;
  }

  .layout-item {
    padding-right: 0rem;
    padding-left: 0rem;
  }

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

  .layout-item-2 {
    padding-right: 0rem;
    padding-left: 0rem;
  }

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

  .layout14_content-right {
    padding: 0rem;
  }

  .layout15_content-left {
    padding: 0rem;
  }

  .layout15_component {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .multi-step-form-block---brix {
    min-height: auto;
  }

  .submit-content-wrapper---brix {
    margin-top: 32px;
  }

  .form-step-progress-bar---brix {
    display: none;
  }

  .multi-step-form-button---brix {
    top: 990px;
  }

  .multi-step-form-button---brix.left---brix {
    left: -32px;
  }

  .multi-step-form-button---brix.left---brix.preview-page {
    top: 960px;
  }

  .multi-step-form-button---brix.right---brix {
    right: -32px;
  }

  .multi-step-form-button---brix.right---brix.preview-page {
    top: 960px;
  }

  .cloneable-container-default {
    padding-right: 24px;
    padding-left: 24px;
  }

  .slide---brix {
    padding-bottom: 8px;
  }

  .steps-bar---brix {
    padding-bottom: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form-step-progress-bar-mobile---brix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 100%;
    border-radius: 500px;
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    width: 22%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #4a3aff;
  }

  .form-step-progress-bar-mobile---brix.step-2---brix {
    width: 50%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #4a3aff;
  }

  .form-step-progress-bar-mobile---brix.step-3---brix {
    width: 80%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #4a3aff;
  }

  .form-step-progress-bar-mobile---brix.full-bar---brix {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #4a3aff;
  }

  .form-step-number---brix {
    margin-right: 10px;
    margin-left: 10px;
  }

  .steps-bar-wrapper--brix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .multi-step-form-error-message---brix {
    margin-top: 170px;
  }

  .form-content---brix {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .first-step-grid---brix {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 24px;
  }

  .multi-step-form---brix {
    padding-right: 32px;
    padding-bottom: 48px;
    padding-left: 32px;
  }

  .footer1_links-col {
    width: 100%;
    margin-bottom: 1.25rem;
  }

  .footer1_content-right {
    grid-row-gap: 1.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer1_links-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .layout-item-3 {
    padding-right: 0rem;
    padding-left: 0rem;
  }

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

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

  .clientbar2_logo_inv {
    height: 1.5rem;
  }

  .page-padding-copy {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

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

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

  .layout4_content-right {
    padding: 0rem;
  }

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

  .button-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-flow: row;
  }

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

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

  .button-row-suite-preview {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-flow: row;
  }

  .page-padding-sticky {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .sticky2_content-right {
    width: 100%;
  }

  .sticky2_item {
    width: 100%;
  }

  .sticky2_content-left {
    position: relative;
    top: 0%;
    width: 100%;
  }

  .sticky2_component {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta3_form {
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-row-gap: 1.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta3_component {
    padding: 1.25rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hosting-container-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .margin-large {
    margin-bottom: 2em;
  }

  ._2-grid-how-it-work {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .card {
    width: 100%;
    border-radius: 1.5em;
  }

  .heading-02-section {
    font-size: 2.5em;
  }

  .list-large {
    width: 100%;
  }

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

  .card-body {
    padding: 1.25em;
  }

  .heading-02-section-2 {
    font-size: 2.5em;
  }

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

  .cta2_component {
    padding: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs2_component {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs2_link {
    width: auto;
    margin-right: 0.25rem;
    margin-bottom: 0.5rem;
    margin-left: 0.25rem;
    padding: 0.5rem 1.5rem 0.25rem;
  }

  .hide-landscape {
    display: none;
  }

  .tabs2_menu {
    width: 100%;
    max-width: 100%;
    margin-right: 0rem;
    margin-bottom: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .layout15_content-left-copy {
    padding: 0rem;
  }

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

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

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

  .arrow-block {
    display: none;
  }

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

  .faq-question {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .faq-group-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .faq-question-label {
    font-size: 1rem;
  }

  .faq-answer {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .faq-menu-item {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1rem;
  }

  .faq-menu-item.w--current {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 1rem;
  }

  .faq-menu-title-label {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.5rem;
  }

  .faq-menu-title {
    padding: 1rem 1rem 0.5rem;
  }

  .faq-answer-p {
    font-size: 0.875rem;
  }

  .faq-section {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .page-padding-3 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .layout14_content-right-2 {
    padding: 0rem;
  }

  .text-extra-large {
    font-size: 120%;
  }

  .form-horizontal {
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .browser {
    min-height: 256px;
  }

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

  ._3-grid-large {
    grid-column-gap: 0em;
    grid-row-gap: 1em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tabs2_link-2 {
    width: auto;
    margin-right: 0.25rem;
    margin-bottom: 0.5rem;
    margin-left: 0.25rem;
    padding: 0.5rem 1.5rem 0.25rem;
  }

  .feature-1 {
    padding-right: 39px;
    padding-left: 39px;
  }

  .extra-option-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-content {
    width: 90%;
  }

  .checkbox-label {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .form-content-2 {
    width: 90%;
  }

  .checkbox-label-2 {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .tabs-content-right {
    padding-top: 20px;
    padding-left: 0px;
  }

  .browser-2 {
    min-height: 256px;
  }

  .tabs-menu-vertical {
    width: 100%;
    border-bottom: 1px solid rgba(112, 127, 167, 0.12);
  }

  .tab-link-2 {
    width: 100%;
    padding: 16px 24px;
  }

  .tabs-horiz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .text-extra-large-2 {
    font-size: 120%;
  }

  .heading-02-section-3 {
    font-size: 2.5em;
  }

  .center-mobile-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .card-body-large {
    padding: 2em 1.25em;
  }

  ._2-grid-cta {
    grid-row-gap: 1.5em;
  }

  .margin-medium {
    margin-bottom: 1.25em;
  }

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

  .card-copy {
    width: 100%;
    border-radius: 1.5em;
  }

  .text-large {
    font-size: 120%;
  }

  .text-large-2 {
    font-size: 120%;
  }

  .margin-large-2 {
    margin-bottom: 2em;
  }

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

  .price-large {
    font-size: 52px;
  }

  .pricing-cell {
    padding: 1.25em 0.75em;
  }

  .pricing-cell.last {
    margin-bottom: -0.75em;
    padding-bottom: 2em;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .pricing-cell.first {
    padding-left: 0.75em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(143, 149, 160, 0.15);
    text-align: center;
  }

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

  .icon-margin-left {
    margin-top: 1em;
  }

  .fullscreen-section {
    width: auto;
    padding-top: 4em;
    padding-bottom: 4em;
    border-radius: 0px;
  }

  .heading-01-hero {
    font-size: 56px;
  }

  .heading-01-hero.smaller {
    font-size: 3.5em;
  }

  .pricing-title-cell {
    padding: 1.25em 0.75em;
  }

  .pricing-title-cell.first {
    margin-top: -0.75em;
    padding-top: 2em;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}

@media screen and (max-width: 479px) {
  .nav2_menu-button-icon {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav2_menu-mobile-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav2_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav2_button-wrapper {
    display: none;
  }

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

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

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

  .page-padding {
    overflow: visible;
    max-height: 500px;
  }

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

  .padding-vertical.padding-xlarge {
    padding-right: 0rem;
    padding-bottom: 0.25rem;
    padding-left: 0rem;
  }

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

  .heading-main {
    font-size: 48px;
  }

  .nav2_component-top {
    position: -webkit-sticky;
    position: sticky;
    background-color: #191819;
  }

  .check-list {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .tabs {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .tab-link {
    margin-right: 30px;
    margin-bottom: 16px;
  }

  .tabs-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .price-plans.dark {
    padding-top: 80px;
  }

  .main_button.outline.white {
    margin-top: 0px;
  }

  .pricing-group-button {
    margin-bottom: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .pricing-heading {
    font-size: 30px;
  }

  .clientbar2_component {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    grid-auto-rows: 1fr;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    -ms-grid-columns: 0.75fr;
    grid-template-columns: 0.75fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .text-size-large.text-align-center.black {
    -o-object-fit: contain;
    object-fit: contain;
  }

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

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

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

  .gradient {
    max-width: 100vw;
    background-image: none;
    color: #006eff;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero-button-holder {
    margin-top: 0px;
    margin-bottom: 30px;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .layout14_content-right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .heading-6 {
    position: relative;
    z-index: auto;
    display: block;
    overflow: visible;
    max-width: 100vw;
    font-size: 3rem;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .link-heading-hosting {
    line-height: 18px;
    text-decoration: underline;
  }

  .paragraph-5 {
    max-width: 100vw;
    font-size: 20px;
  }

  .form-step-progress-bar---brix {
    display: none;
  }

  .radio-button-field {
    padding: 40px 20px;
  }

  .multi-step-form-button---brix {
    font-size: 16px;
  }

  .multi-step-form-button---brix.left---brix {
    position: static;
    left: auto;
    display: block;
    margin-bottom: 12px;
  }

  .multi-step-form-button---brix.right---brix {
    position: static;
    right: auto;
    display: block;
  }

  .cloneable-container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .steps-bar---brix {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form-step-progress-bar-mobile---brix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    width: 25%;
  }

  .form-step-progress-bar-mobile---brix.step-3---brix {
    width: 78%;
  }

  .form-step-progress-bar-mobile---brix.full-bar---brix {
    width: 100%;
  }

  .select-item-icon---brix {
    max-width: 24%;
  }

  .multi-step-form-error-message---brix {
    margin-top: 32px;
  }

  .multi-step-form-radio-trigger---brix {
    padding-right: 16px;
    padding-left: 60px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    white-space: nowrap;
  }

  .first-step-grid---brix {
    margin-bottom: 32px;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 16px;
  }

  .multi-step-form-label---brix {
    font-size: 16px;
  }

  .multi-step-form---brix {
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
  }

  .footer1_component {
    overflow: visible;
  }

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

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

  .footer1_content {
    overflow: visible;
  }

  .btn {
    display: block;
    text-align: center;
  }

  .btn-big {
    display: block;
    padding: 14px 25px;
    text-align: center;
  }

  .services-dropdown {
    display: none;
  }

  .layout13_item {
    margin-bottom: 0.5rem;
  }

  .layout13_component {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-13 {
    position: relative;
    max-width: 100vw;
    font-size: 3rem;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .page-padding-2 {
    padding-bottom: 1.25rem;
  }

  .page-padding-copy {
    overflow: visible;
    max-height: none;
    padding-right: 1rem;
    padding-left: 1rem;
  }

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

  .padding-vertical-copy.padding-xlarge {
    padding-right: 0rem;
    padding-bottom: 0.25rem;
    padding-left: 0rem;
  }

  .layout8_button {
    position: relative;
  }

  .layout8_content-wrapper {
    height: auto;
  }

  .layout8_component {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
  }

  .layout8_content-wrapper-right {
    height: auto;
  }

  .layout8_content-wrapper-l {
    height: auto;
  }

  .layout4_component {
    padding: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-row {
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
  }

  .checklist-suite-preview {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

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

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

  .padding-vertical-cdn.padding-xlarge {
    padding-right: 0rem;
    padding-bottom: 0.25rem;
    padding-left: 0rem;
  }

  .button-row-suite-preview {
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
  }

  .page-padding-sticky {
    position: relative;
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .sticky2_content-right {
    top: 256px;
  }

  .sticky2_content-left {
    left: 0%;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sticky2_component {
    grid-template-columns: repeat(auto-fit, minmax(277px, 0.25fr));
  }

  .cta3_component {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .divider {
    min-height: 50px;
  }

  .hosting-container-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .host-promotional {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  ._2-grid-how-it-work {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .step-line {
    display: none;
  }

  .last-step {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .step-number {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    padding-right: 10px;
  }

  .heading-02-section {
    font-size: 2.25em;
    letter-spacing: 0em;
  }

  .list-large {
    padding-right: 20px;
    padding-left: 20px;
    grid-row-gap: 1.5em;
  }

  .card-body {
    width: 100%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .heading-02-section-2 {
    font-size: 2.25em;
    letter-spacing: 0em;
  }

  .card-body-small {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .tabs2_menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card1 {
    justify-items: center;
  }

  .heading-6-copy {
    position: relative;
    display: block;
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-6-copy-copy {
    position: relative;
    display: block;
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragraph-5-copy {
    max-width: 100vw;
    font-size: 20px;
  }

  .clientbar2_component-copy {
    grid-auto-rows: 1fr;
    grid-row-gap: 2.5rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1.75fr;
    grid-template-rows: 1.75fr;
  }

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

  .padding-vertical-copy.padding-xlarge {
    padding-right: 0rem;
    padding-bottom: 0.25rem;
    padding-left: 0rem;
  }

  .padding-vertical-copy.padding-xlarge-copy {
    padding-right: 0rem;
    padding-bottom: 0.25rem;
    padding-left: 0rem;
  }

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

  .padding-vertical-copy-copy.padding-xlarge {
    padding-right: 0rem;
    padding-bottom: 0.25rem;
    padding-left: 0rem;
  }

  .padding-vertical-copy-copy.padding-xlarge-copy {
    padding-right: 0rem;
    padding-bottom: 0.25rem;
    padding-left: 0rem;
  }

  .arrow-block {
    display: none;
  }

  .layout1_component {
    z-index: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .faq-sticky-title-hidden-mobile {
    font-size: 1rem;
  }

  .center-content.margin-medium {
    padding-right: 15px;
    padding-left: 15px;
  }

  .browser {
    background-position: 50% 44px;
    background-size: cover;
  }

  .heading-13-copy {
    position: relative;
    max-width: 100vw;
    font-size: 3rem;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .heading-13-copy.centre {
    font-size: 3rem;
  }

  .lottie-animation-3 {
    display: none;
  }

  .container-medium-2 {
    z-index: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col {
    margin-bottom: 0px;
  }

  .col.lg-3 {
    width: 100%;
  }

  .col.lg-3.md-2.xs-2 {
    width: 100%;
  }

  .image-14 {
    top: 285px;
  }

  .feature-1 {
    max-width: 90%;
    padding: 157px 16px 205px;
  }

  .heading-21 {
    margin-top: 15px;
    padding-right: 26px;
  }

  .extra-option-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-content {
    width: 100%;
  }

  .collaborate-form-step {
    width: 100%;
    min-height: 555px;
    margin-bottom: 140px;
    padding: 50px 10px;
  }

  .mask {
    position: static;
    height: 100%;
  }

  .form-wrapper {
    padding: 0px;
  }

  .step-paginator {
    height: auto;
    padding-bottom: 0px;
  }

  .checkbox-active-overlay {
    background-position: 10px 50%;
    background-size: 20px;
  }

  .submit-button {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: -85px;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .checkbox-label {
    padding-right: 20px;
    padding-left: 40px;
    font-size: 1em;
  }

  .col-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .next {
    margin-bottom: 50px;
  }

  .previous {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .checkbox-wrapper {
    height: 40px;
    margin-bottom: 15px;
    background-position: 10px 50%;
    background-size: 20px;
  }

  .form-content-2 {
    width: 100%;
  }

  .collaborate-form-step-2 {
    width: 100%;
    min-height: 555px;
    margin-bottom: 140px;
    padding: 50px 10px;
  }

  .form-wrapper-2 {
    padding: 0px;
  }

  .checkbox-active-overlay-2 {
    background-position: 10px 50%;
    background-size: 20px;
  }

  .form-section-title-2 {
    font-size: 2em;
    line-height: 1.3em;
  }

  .checkbox-label-2 {
    padding-right: 20px;
    padding-left: 40px;
    font-size: 1em;
  }

  .checkbox-wrapper-2 {
    height: 40px;
    margin-bottom: 15px;
    background-position: 10px 50%;
    background-size: 20px;
  }

  .screen-holder {
    display: none;
  }

  .browser-2 {
    background-size: 50%;
  }

  .heading-02-section-3 {
    font-size: 2.25em;
    letter-spacing: 0em;
  }

  .heading-11 {
    font-size: 20px;
  }

  .card-body-large {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  ._3-grid-small {
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .endofhero2-copy {
    display: none;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .main_button-copy.outline.white {
    margin-top: 0px;
  }

  .main_button-copy.purple {
    padding-right: 5px;
    padding-left: 5px;
  }

  .buttons-horizontal {
    width: 100%;
    justify-items: stretch;
    grid-auto-flow: row;
    grid-row-gap: 8px;
  }

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

  .pricing-title-heading {
    font-size: 0.875em;
  }

  .heading-01-hero {
    font-size: 40px;
  }

  .heading-01-hero.smaller {
    font-size: 2.25em;
  }

  .content-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .price-block {
    padding: 32px;
  }

  .endofhero3 {
    display: none;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

#w-node-_93bfaa8b-1383-d250-aca4-fa0432835ef6-a30fdd35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_347ce4ed-698b-766d-7f11-5a60b7af9eea-a30fdd35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bb84b408-be58-f51c-b760-1bbe1afa9999-a30fdd35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a2bb97a2-992a-f4aa-39d8-702a0ceb6007-a30fdd35 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b822bd06-009e-c541-f159-f61c2057f26d-2057f248 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b822bd06-009e-c541-f159-f61c2057f26e-2057f248 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_95688824-0ba4-6056-1d0f-796bca231a53-83186e15 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f03c65e9-f54f-996d-150a-1b94ca773bdf-83186e15 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8e3a1a05-d28e-6698-bbe0-2741ddec1bc2-1c1ddb7f {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_8e3a1a05-d28e-6698-bbe0-2741ddec1bd5-1c1ddb7f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8e3a1a05-d28e-6698-bbe0-2741ddec1bdb-1c1ddb7f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8e3a1a05-d28e-6698-bbe0-2741ddec1be1-1c1ddb7f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_7fd05a00-e711-3190-5336-b83871f1e734-1c1ddb7f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_7fd05a00-e711-3190-5336-b83871f1e755-1c1ddb7f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_7fd05a00-e711-3190-5336-b83871f1e776-1c1ddb7f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6d408b97-5a83-427c-cba7-11aeb588d778-1c1ddb7f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3dae95f6-e48b-64ff-ea39-9da451471eb8-1c1ddb7f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8d15d29a-5411-d77d-3b2d-c32e2e8e17f6-a30fdd35 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_674fa2a2-0df1-7e42-cb30-4f9c050388ec-1c1ddb7f {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-f9f52b1f-d9fe-afd6-9c09-39226dfe4651-1c1ddb7f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f9f52b1f-d9fe-afd6-9c09-39226dfe4646-1c1ddb7f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e6bf9f58-6341-266f-9133-8a850bf0683d-1c1ddb7f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e6bf9f58-6341-266f-9133-8a850bf0683b-1c1ddb7f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Helvetica neue';
  src: url('../fonts/Helvetica-Neue-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nimbus sans d ot 32752';
  src: url('../fonts/Nimbus-Sans-D-OT-Light_32752.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Bold Italic';
  src: url('../fonts/GraphikBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Extra Light';
  src: url('../fonts/GraphikExtralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Extra Light Italic';
  src: url('../fonts/GraphikExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Medium';
  src: url('../fonts/GraphikMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Regular Italic';
  src: url('../fonts/GraphikRegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Light';
  src: url('../fonts/GraphikLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Light Italic';
  src: url('../fonts/GraphikLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Medium Italic';
  src: url('../fonts/GraphikMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Semibold';
  src: url('../fonts/GraphikSemibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Semibold Italic';
  src: url('../fonts/GraphikSemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Super';
  src: url('../fonts/GraphikSuper.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Regular';
  src: url('../fonts/GraphikRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Thin Italic';
  src: url('../fonts/GraphikThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Thin';
  src: url('../fonts/GraphikThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Super Italic';
  src: url('../fonts/GraphikSuperItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Bold';
  src: url('../fonts/GraphikBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Black Italic';
  src: url('../fonts/GraphikBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Black';
  src: url('../fonts/GraphikBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}