<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-template-template-demo .company-logos-wrapper {
  padding: 2rem 0;
}

.page-template-template-demo .intro-section {
  padding: var(--frame-gap);
}

.page-template-template-demo .intro-section .above-the-fold {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  padding-top: 0;
  min-height: 84vh;
  margin-top: 7rem;
}

@media (min-width: 1024px) {
  .page-template-template-demo .intro-section .above-the-fold {
    grid-template-columns: 3fr 2fr;
    padding-top: 4.5rem;
    margin-top: 0;
  }
}
.page-template-template-demo .intro-introduction {
  width: auto;
}
.page-template-template-demo .intro-introduction .intro-headline {
  max-width: 27ch;
}
.page-template-template-demo .cs-benefits {
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  gap: var(--frame-gap);
  justify-content: flex-start;
  margin-top: 1rem;
  padding: 0;
  width: 100%;
}
.page-template-template-demo .form-wrapper {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .page-template-template-demo .form-wrapper {
    margin-right: auto;
  }
}

.sign-up-page {
  position: relative;
  padding: var(--frame-gap);
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #F3F3F3 0%, #FAFAFA 100%);
}

.sign-up-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: auto;
}

.sign-up-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.lang-select,
.sign-up-login {
  transition: all 0.3s ease-in-out;
  opacity: 0.75;
  font-variation-settings: "wght" 650;
}
.lang-select:hover, .lang-select:active, .lang-select:focus,
.sign-up-login:hover,
.sign-up-login:active,
.sign-up-login:focus {
  opacity: 1;
}

.select-wrapper {
  cursor: pointer;
}
.select-wrapper:after {
  content: "";
  display: inline-block;
  margin-bottom: 0.2rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: solid 3px var(--main-contrast);
  border-right: solid 3px var(--main-contrast);
  transform: rotate(135deg) translate(0.5rem, 0.5rem);
}

.lang-select {
  border: none;
  color: var(--font-color);
  background: transparent;
  padding-right: 1rem;
  cursor: pointer;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

.sign-up-login {
  text-decoration: none;
}

.modocu-frame {
  position: absolute;
}

.modocu-frame:nth-child(1) {
  top: 0;
  right: 0;
  transform: translate(30%, -30%);
}

.modocu-frame:nth-child(2) {
  bottom: 0;
  left: 0;
  transform: translate(-30%, 50%);
}

.form-wrapper {
  margin-bottom: auto;
}

.inner-wrapper {
  max-width: 34rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  background-color: white;
  border-radius: 25px;
  padding: 3rem;
  box-shadow: 0px 34px 100px 0px rgba(0, 0, 0, 0.16);
}
.inner-wrapper form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}

 .inner-wrapper .gform_wrapper.gravity-theme .input-style input {
  width: 100%;
  padding: 1.4rem 2rem;
  border: none;
  background-color: white;
  box-shadow: 0px 13px 60px 0px rgba(0, 0, 0, 0.11);
  border-radius: 50px;
}
.inner-wrapper a {
  color: var(--main-contrast);
}
.inner-wrapper span, .inner-wrapper label {
  color: var(--main-contrast-middle);
  font-variation-settings: "wght" 500;
}

.form-wrapper button {
  outline: none;
}

button.modocu-cta,
.gform_button.modocu-cta {
  border: none;
  font-family: var(--head);
  font-size: 0.9rem;
  display: inline-flex;

  font-weight: 800;
  justify-content: center;
  align-items: center;
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: var(--main-contrast);
  text-decoration: none;
  padding: calc(var(--button-circle-size)/8) calc(var(--button-circle-size)/8) calc(var(--button-circle-size)/8) 1.6rem;
  gap: 0.8rem;
  border-radius: 50px;
  background-color: var(--main-signal);
  box-shadow: var(--button-shadow);
}

button.modocu-cta:after,
.gform_button.modocu-cta:after {
  content: url(/app/themes/modocu/public/images/ui-elements/arrow.b25007.svg);
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--button-circle-size);
  height: var(--button-circle-size);
  transition: transform 0.3s ease-in-out;
  background-color: var(--main-contrast);
  border-radius: 100%;
  padding-top: 0.3rem;
}
button.modocu-cta:hover,
button.modocu-cta:focus,
button.modocu-cta:active,
.gform_button.modocu-cta:hover,
.gform_button.modocu-cta:focus,
.gform_button.modocu-cta:active {
  transform: var(--button-scale-size);
  box-shadow: var(--button-shadow-intense);
}
.form-headline {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
  font-size: 1.75rem;
}
.form-headline .sub-title {
  font-size: 0.875rem;
  text-transform: uppercase;
}

.checkbox-label {
  display: inline-block;
}

.policy-wrapper {
  position: relative;
}

.policy-wrapper [type=checkbox] {
  position: relative;
  left: 1.6rem;
  top: -4px;
  z-index: 0;
  -webkit-appearance: none;
}

.policy-wrapper [type=checkbox] + label::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-color: white;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: transparent;
  display: block;
  float: left;
  margin-right: 0.6rem;
  z-index: 5;
  position: relative;
}

.policy-wrapper [type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #FF9D04;
  border-radius: 1px;
  left: 0.4rem;
  top: 0.4rem;
}

.sign-up-footer {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.sign-up-footer .steps {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.6rem;
}
.sign-up-footer span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-variation-settings: "wght" 650;
  border-radius: 50px;
  border: 2px solid #373737;
  width: var(--button-circle-size);
  height: var(--button-circle-size);
}
.sign-up-footer li {
  opacity: 0.5;
  gap: 0.6rem;
}
.sign-up-footer li.active {
  opacity: 1;
}
.sign-up-footer li.active span {
  color: white;
  background-color: #373737;
  font-variation-settings: "wght" 750;
}
.sign-up-footer li:not(:last-child) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign-up-footer li:not(:last-child):after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  opacity: 0.3;
  background-color: #373737;
}

/* Custome Code */

.gform_wrapper.gravity-theme .gfield_label,
.gform_required_legend {
  display: none;
}

.gform-body.gform_body {
  width: 100%;
}

.gform_heading {
  margin-bottom: 2rem;
}

.gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
}</pre></body></html>