/*auth pages layout*/
.page-wrap.inner {
  background-color: #DFF9F4;
}

.inner-main-content {
  max-width: 100%;
}

.main-fullscreen {
  padding-top: 14.6rem;
}
.main-fullscreen .header_global {
  padding-right: calc(50% - 660px);
  padding-left: calc(50% - 660px);
}
.main-fullscreen.sign-up {
  padding-top: 12rem;
  padding-bottom: 8rem;
}
.main-fullscreen.sign-up .header_global.not-stick .logo-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-family: "Inter Var", sans-serif;
  font-weight: 400;
}
.main-fullscreen.sign-up .logo-wrap span {
  position: relative;
  top: -4px;
  font-size: 2.8rem;
  font-family: "Inter Var", sans-serif;
  font-weight: 400;
  color: #d6aa3e;
  letter-spacing: -1px;
  margin-left: 1rem;
  line-height: 3.6rem;
}
.with-picture {
  background-image: url("../img/stuff/inner-bg.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
}

/*flex layout*/
.flex-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-children-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}

.flex-children-wrap:last-child {
  margin-bottom: 10rem;
}

.inner-main-content .flex-children-wrap .main-headline,
.about-us-main-content .flex-children-wrap .main-headline,
.flex-children-wrap .main-headline {
  margin: 0 !important;
}

.flex-row {
  display: flex;
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  margin: 0;
}

.flex-left {
  text-align: left;
  /*margin: 0 3rem 0 100px;*/
  max-width: 80rem;
}

.flex-row .column {
  text-align: left;
  margin: 0 5rem 0 0;
  max-width: 100rem;
}

.flex-row .promo-video-wrap {
  position: relative;
  padding: 56.25% 0 0 0;
  width: 90%;
  height: 0;
  overflow: hidden;
}

.flex-row .promo-video-wrap iframe {
  width: 648px !important;
  height: 365px !important;
  position: absolute;
  top: 0;
  left: 0;
}

.iframe-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.app-icon {
  width: 46px;
  height: 46px;
}

.icon-bg {
  width: 68px;
  height: 68px;
  background: #f9f9fb;
  border-radius: 44px;
  padding: 12px;
}

.give-me-lots {
  width: 100px;
  height: 100px;
  color: #090e13;
}

.headline-wrap {
  /*margin-bottom: 5rem;*/
  text-align: center;
}
._formOnlyPage .headline-wrap .main-headline {
  font-size: 6rem;
  line-height: 1.4;
  font-family: "Jakarta", sans-serif;
  font-weight: 700;
  margin-bottom: 1.4rem;
  color: #090e13;
}

.auth-app {
  margin-bottom: 5rem;
}

.auth-app p {
  font-size: 1.6rem;
}

.footer-auth {
  margin: 0;
  padding: 2rem 0;
}

.footer-policy {
  max-width: 40rem;
  font-size: 1.6rem;
  padding-bottom: 6rem;
}

/*workspaces dropdown */
.workspaces-dd {
  max-width: 100%;
  width: 340px;

  margin: 0 auto;

  text-align: left;
  padding: 8px 0;
  border-radius: 5px;
}
.workspaces-dd .workspaces-list,
.workspaces-dd .list-workspaces {
  padding: 1rem 0 2rem;
}
.workspaces-dd .workspaces-list button[disabled]::after {
  content: "";
  background-image: url("/img/stuff/loader1-dark.svg");
  background-repeat: no-repeat;
  border: none;
  width: 22px;
  height: 28px;
}

.list-workspaces {
  border-bottom: 1px solid rgba(125, 141, 154, 0.1);
}

.workspace-logo {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 1rem;
  vertical-align: baseline;
  background: none;
}
.workspace-logo.emoji-item img{
  border-radius: 5px;
}
.workspace-logo.emoji {
  width: 24px;
  height: 24px;
  font-size: 2.4rem;
  padding: 0;
  margin-bottom: unset;
  border-radius: unset;
}

.workspace-arrow {
  position: relative;
}

button.item-workspace {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
}

.item-workspace {
  text-decoration: none;
  color: var(--fibery-basic-black);
  display: block;
  position: relative;
  padding: 1.6rem 2rem 1.6rem 0;
  font-size: 2rem;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-workspace-with-logo {
  display: flex;
  align-items: center;
}

.item-workspace:hover {
  text-decoration: underline;
}

.list-workspaces .item-workspace:after {
  content: "";
  display: block;
  position: absolute;
  height: 0.9rem;
  width: 0.9rem;
  border-right: 2px solid var(--fibery-basic-black);
  border-bottom: 2px solid var(--fibery-basic-black);
  right: 1.1rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.2s ease-in-out;
}

/*form css*/
.invert-btn {
  font-weight: 500;
  font-family: "Inter Var", sans-serif;
  text-decoration: none;
  outline: none;
  display: inline-block;
  line-height: 4.8rem;
  padding: 0 5rem;
  color: #fff;
  background: var(--fibery-basic-black);
  border-radius: 6px;
  border: none;
  font-size: 1.8rem;
  pointer-events: all;
  cursor: pointer;
  min-width: 30rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: all 0.3s
}

.invert-btn:hover {
  box-shadow: 0 0 0 2px var(--fibery-basic-black);
}

.invert-btn svg {
  position: relative;
  width: 20px;
  height: 20px;
  top: 2px;
  margin-right: 1rem;
  transition: all 0.3s
}
.invert-btn:hover svg {
  transform: scale(1.05);
}

/*sign up form email pass form*/
.auth-form {
  padding-top: 3rem;
  font-family: "Inter Var", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}
.auth-form._centered {
  margin: 0 auto;
}

.sign-up.auth-page form,
form {
  margin-bottom: 2rem;
}

.auth-page .email-form {
  padding-top: 2rem;
}
.email-form {
  min-width: 32rem;
  width: 100%;
  max-width: 40rem;
  margin-bottom: 4rem;
}

.flex-left .email-form {
  margin: 0;
}

.email-form button {
  display: inline-block;
  width: 100%;
}

.field {
  font-family: "Inter Var", sans-serif;
  font-weight: 400;
  width: 100%;
  min-width: 40px;
  text-transform: lowercase;
  line-height: 4.8rem;
  font-size: 1.6rem;
  padding: 0 1.5rem;

  background-color: rgba(255, 255, 255, 1);
  border: 1px solid var(--fibery-light-gray-border-color);
  box-shadow: 0 1px 2px rgba(20, 21, 26, 0.05);
  border-radius: 4px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: all 0.3s ease-in-out;
}
.textField,
.field-password {
  text-transform: none;
}

.field-wrap {
  position: relative;
  margin-bottom: 1.5rem;
  display: block;
  text-align: left;
}

.field:hover,
.field:focus {
  background-color: #ffffff;
  border-color: var(--fibery-light-gray-icon-color);

  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

::placeholder {
  color: rgba(0, 0, 0, 0.35);
  text-transform: none;
}
.account-name-form-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.account-name-form-wrap .wrap-column {
  position: relative;
}
.account-name-form-wrap .wrap-column:first-child {
  margin-right: 1.8rem;
}
.field-wrap .link-inverse {
  margin-top: 8px;
}

.field-workspace {
  padding: 0 1.5rem;
  position: relative;
  top: 0;
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: unset;
}
.field-workspace.account-name {
  padding-right: 9.8rem;
}
.field-workspace:disabled {
  opacity: 0.7;
}
.field.field-workspace:disabled:hover,
.field-workspace:disabled.field:focus {
  cursor: not-allowed;
  border-color: var(--fibery-light-gray-border-color);
}

.field-invalid {
  border-bottom: 2px solid #fc4c74;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
}

/*TODO rename this class*/
.inline-btn,
.sign-up-btn {
  font-family: "Inter Var", sans-serif;
  font-weight: 500;
  text-decoration: none;
  outline: none;
  display: inline-block;
  line-height: 4.8rem;
  padding: 0 5rem;
  color: #fafafa;
  background: var(--fibery-basic-black);
  border-radius: 6px;
  border: none;
  font-size: 1.8rem;
  pointer-events: all;
  cursor: pointer;
  transition: all 0.3s;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.sign-up-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed !important;
}
.inline-btn#account-submit-btn {
  font-size: 1.8rem;
}

.inline-btn svg {
  position: relative;
  margin-right: 4px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.inline-btn img {
  position: relative;
  top: -1px;
  margin-right: 4px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.sign-up-btn:hover,
.sign-up-btn:focus,
.inline-btn:hover,
.inline-btn:focus {
  box-shadow: 0 0 0 2px var(--fibery-basic-black);
  cursor: pointer;
}
.sign-up-btn:disabled:hover,
.sign-up-btn:disabled:focus,
.inline-btn:disabled:hover,
.inline-btn:disabled:focus {
  box-shadow: none;
}

  /*account name*/
.account-name-input-label {
  position: relative;
  display: block;
}

.auth-form label {
  font-size: 1.2rem;
}
.auth-form .auth-form-input .account-name-input-label::after {
  content: "." attr(data-domain);
  position: absolute;
  top: 0;
  right: 1.5rem;
  padding: 0;
  line-height: 4.6rem;
  font-size: 1.8rem;
  display: block;
}

.field-error {
  width: fit-content;
  line-height: 2.4rem;
  display: block;
  /*margin-top: 0.8rem;*/
  color: #fc4c74;
  border-radius: 3px;
  font-size: 1.6rem;
  opacity: 1;
  transition: opacity 0.2s;
}
.field-error a {
  color: #000;
  text-decoration: underline;
}
.field + .field-error {
  padding-top: 0.8rem;
}

.field-error#account-exists-warning {
  line-height: 1.3;
  border-radius: 0;
  font-size: 1.2rem;
  position: absolute;
  max-width: 30rem;
  top: 5.3rem;
}

.field-error.form-submit-error#account-exists-warning {
  top: 10rem;
  width: 30rem;
}

.form-section {
  position: relative;
}

/*consent*/
.consent-buttons {
  max-width: 600px;
  margin: 0 auto;
}

.consent-buttons a {
  padding: 0;
  width: 47%;
  display: inline-block;
  margin-left: 2%;
}

/*white links*/
.link-inverse {
  color: var(--fibery-basic-black);
  text-decoration: none;
  display: inline-block;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: inset 0 -13px 0 -12px rgba(0, 0, 0, 0.2);
  pointer-events: all;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.link-inverse:hover {
  box-shadow: inset 0 -13px 0 0 rgba(0, 0, 0, 0.2);
  pointer-events: all;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.auth-form-field {
  margin-bottom: 3.5rem;
}

.sub-headline {
  font-size: 2rem;
  line-height: 1.6;
  color: #090e13;
  margin-bottom: 3rem;
}
.sub-headline ._small-text {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #090e13;
  margin-bottom: 3rem;
  opacity: 0.5;
  font-style: italic;
}

.ui-email-form {
  margin-bottom: 1.5rem;
}

.microsoft-login {
  font-family: "Inter Var", sans-serif;
  font-weight: 400;
  margin: 1rem 0 2rem;
  outline: none;
  color: var(--fibery-basic-black);
  min-width: 30rem;
}

.microsoft-login svg {
  position: relative;
  width: 20px;
  height: 20px;
  top: 4px;
  margin-right: 2px;
  margin-left: 4px;
}

/*survey*/
.sign-up-survey {
  max-width: 80rem;
}

.account-creating-message > p {
  font-size: 2.2rem;
  line-height: 1.8;
  margin-bottom: 9rem;
}
.account-creating-message > p b {
  font-weight: 600;
}

.auth-form .section-name-subhead {
  margin-bottom: 1.4rem;
  font-size: 2.2rem;
}

.auth-form-field .section-name-subhead-error {
  color: #fc4c74;
  opacity: 1;
}

#account-submit-btn:disabled {
  opacity: 0.3;
  cursor: auto;
}

.questions label {
  font-family: "Inter Var", sans-serif;
  font-weight: 400;
  display: inline-flex;
  text-decoration: none;
  align-items: baseline;
  outline: none;
  line-height: 2.4rem;
  color: var(--fibery-basic-black);
  font-size: 1.6rem;
  pointer-events: all;
  cursor: pointer;
  margin: 1rem 0 0.5rem 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.questions .questions-block {
  display: flex;
  flex-direction: row;
}

.questions input[type="checkbox"] {
  display: none;
}

.questions label:hover {
  transform: translateY(-2px);
}

.questions label .checkmark {
  position: relative;
  display: block;
  height: 25px;
  min-width: 25px;
  width: 25px;
  top: 5px;
  margin-right: 8px;
  background: #ffffff;
  border: 0.2rem solid rgba(255, 255, 255, 0.8);
  border-radius: 4px;
}

.questions input[type="checkbox"]:checked + label .checkmark {
  /* border: 0.2rem solid rgba(36, 41, 56, 0.8); */
  transition: all 0.2s ease-in-out;
}

.questions input[type="checkbox"]:checked + label .checkmark:after {
  display: block;
  transition: all 0.2s ease-in-out;
}

.questions label .checkmark:after {
  content: "";
  display: none;
  position: relative;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border-radius: 1px;
  border: solid rgba(36, 41, 56, 0.8);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.checkboxes-list label {
  font-family: "Inter Var", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  text-decoration: none;
  display: inline-block;
  line-height: 2.4rem;
  margin-bottom: 1rem;
  padding: 0.8rem 1.6rem;

  color: var(--fibery-basic-black);
  border-radius: 6px;
  outline: none;
  pointer-events: all;
  cursor: pointer;

  border: 0.2rem solid rgba(0, 0, 0, 0.8);
  -moz-appearance: none;
  -webkit-appearance: none;

  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.checkboxes-list label {
  position: relative;
}
.checkboxes-list label .labelLine {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.6rem;
}
.checkboxes-list label .labelLine .emojiWrap {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  margin: -0.6rem 0;
}

.checkboxes-list label .new-badge {
  position: absolute;
  top: -10px;
  left: 40px;
  font-size: 1.2rem;
  line-height: 1.9rem;
  margin-left: -30px;
  color: var(--fibery-basic-black);
  padding: 0 0.6rem;
  background: #fafafa;
  border-radius: 3rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.auth-form-field .checkboxes-list label {
  border: 0.2rem solid rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
}

.checkboxes-list_inline label {
  display: inline-block;
  margin-right: 1rem;
}

.checkboxes-list input[type="checkbox"],
.checkboxes-list input[type="radio"] {
  display: none;
}

.checkboxes-list label:hover {
  color: #000;
  border-color: #000;
  background-color: #ffffff;
}

.checkboxes-list input[type="checkbox"]:checked + label,
.checkboxes-list input[type="radio"]:checked + label {
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  background-color: var(--fibery-basic-black);
}

.list {
  display: block;
  position: relative;
}

.list ul {
  text-align: left;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  display: none;
  background: #fff;
  width: 20rem;
  border-radius: 3px;
  margin: 0;
  box-shadow: rgba(17, 33, 58, 0.32) 0 16px 24px -8px;
}

.list ul .active {
  display: block;
}

.list li {
  list-style: none;
}

.list li:first-child a {
  color: var(--fibery-basic-black);
}

.list a {
  color: var(--fibery-basic-black);
  position: relative;
  text-decoration: none;
  display: block;
  width: 20rem;
  padding: 1.2rem 0 1rem 1.2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.list a:hover {
  cursor: pointer;
  color: var(--fibery-basic-black);
  background: rgba(134, 152, 167, 0.1);
}

.list a:hover:after {
  width: 100%;
}

select {
  display: inline;
  border: 0;
  width: auto;
  margin-left: 10px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-bottom: 2px solid #555;
  color: #7b00ff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

select:hover {
  cursor: pointer;
}

select option {
  border: 0;
  border-bottom: 1px solid #555;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.placeholder {
  /* border-bottom: 4px solid; */
  cursor: pointer;
  display: inline-block;
  font-family: "Inter Var", sans-serif;
  font-weight: 400;
  text-decoration: none;
  outline: none;
  line-height: 2.4rem;
  padding: 1rem 2rem 1rem 1rem;
  color: var(--fibery-basic-black);
  background: #ffffff;
  border: 0.2rem solid rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  font-size: 1.6rem;
  pointer-events: all;
  width: 20rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.placeholder:after {
  content: "";
  display: inline-block;
  float: right;
  position: relative;
  height: 0.9rem;
  width: 0.9rem;
  border-right: 2px solid var(--fibery-basic-black);
  border-bottom: 2px solid var(--fibery-basic-black);
  right: -0.5rem;
  top: 1rem;
  margin-left: 2rem;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.2s ease-in-out;
}

.placeholder:hover {
  color: var(--fibery-basic-black);
  transform: translateY(-2px);
}

.counter {
  font-weight: 600;
  padding-right: 1rem;
}

.stickyBlock {
  position: sticky;
  bottom: -1px;
  padding-bottom: calc(1em + 1px);
  width: 100%;
  margin: 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);
  border-radius: 6px;
  box-shadow: rgba(17, 33, 58, 0.05) 0 -8px 24px -8px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.account-btn {
  font-family: "Inter Var", sans-serif;
  font-weight: 400;
  text-decoration: none;
  outline: none;
  display: inline-block;
  line-height: 4.8rem;
  padding: 0 3rem;
  color: #fafafa;
  background: var(--fibery-basic-black);
  border-radius: 3px;
  border: none;
  font-size: 2rem;
  pointer-events: all;
  cursor: pointer;
  margin-right: 1rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.account-btn svg {
  position: relative;
  top: 7px;
  margin-right: 4px;
}

.isSticky {
  background: transparent;
  transition: all 0.1s ease-in-out;
  box-shadow: none;
}

.stickyContent {
  padding: 2.5rem 0 1.5rem 0;
  max-width: 112rem;
  margin: 0 auto;
}

/*error login email wrong*/
.auth-error-wrapper {
  box-sizing: border-box;
  padding: 0;
  width: 40%;
  min-width: 40%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: #e94c1c;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 9999;
  box-shadow: 0 3px 12px rgba(16, 98, 232, 0.08);
}

.auth-error-wrapper .error-message {
  box-sizing: border-box;
  color: #ffffff;
  padding: 8px 12px;
  font-size: 14px;
  white-space: pre;
}

.auth-error-wrapper .error-details {
  box-sizing: border-box;
  color: #ffffff;
  padding: 8px 12px;
  font-size: 14px;
}

.plan-additional-info_box {
  position: absolute;
  background: #fff;
  border: 2px solid #000;
  z-index: 4;
  padding: 3rem;
  max-width: 100rem;
  margin-right: calc(50% - 660px);
  margin-left: calc(50% - 660px);
  left: 0;
  transform: translateX(-3000px);
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 2px;
}

.plan-additional-info_box .single-template-item_global {
  display: inline-flex;
  margin-right: 4rem;
}

.checkboxes-list label:hover + .plan-additional-info_box {
  transform: translateX(0);
  opacity: 1;
}


.promoSection {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 4rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.05);
}
.promoSection .promoItem {
  flex-shrink: 0;
}
.promoSection .promoText {
  max-width: 41rem;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

@media screen and (max-width: 730px) {
  .promoSection {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
  }
}



/* Media */

@media screen and (max-width: 1350px) {
  .main-fullscreen .header_global,
  .footer-wrap,
  .main-fullscreen .inner-main-content {
    padding-right: 8%;
    padding-left: 8%;
  }

  .stickyBlock .stickyContent {
    padding-right: 8%;
    padding-left: 8%;
  }

  .plan-additional-info_box {
    margin-right: 8%;
    margin-left: 8%;
  }

  .flex-row .promo-video-wrap iframe {
    width: 471px !important;
    height: 265px !important;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 950px) {
  .inner-main-content .sign-up-survey .questions .questions-block {
    display: grid;
  }

  .flex-row .column {
    margin: 0;
  }

  .flex-row .promo-video-wrap iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 700px) {
  .inner-main-content .item-headline {
    font-size: 2rem;
  }

  .flex-row .promo-video-wrap iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }

  .auth-form-field {
    margin-bottom: 6rem;
  }

  .plan-additional-info_box {
    display: none;
    position: static;
    margin: 0;
    transform: none;
    height: 0;
  }
  .checkboxes-list input[type="checkbox"]:checked + label + .plan-additional-info_box,
  .checkboxes-list input[type="radio"]:checked + label + .plan-additional-info_box {
    display: block;
    height: auto;
    opacity: 1;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 620px) {
  .account-name-form-wrap {
    flex-direction: column;
    align-items: stretch;
  }
  .account-name-form-wrap .wrap-column:first-child {
    margin-right: 0;
  }
  .field-workspace {
    width: 100%;
  }
}
@media screen and (max-width: 430px) and (orientation: portrait) {
  .inner-main-content .auth-form .field {
    font-family: "Inter Var", sans-serif;
    font-weight: 400;
    position: relative;
    top: 0;
    display: inline-block;
    line-height: 4.6rem;
    border: none;
    border-bottom: 2px solid #162330;
    outline: none;
    margin-bottom: 1rem;
    -moz-appearance: none;
    -webkit-appearance: none;
  }

  #account-name-input {
    margin-right: 0;
  }

  .inner-main-content .sign-up-survey .questions .questions-block {
    display: grid;
  }

  .invert-btn {
    padding: 0 3.4rem;
  }

  .checkboxes-list label {
    font-size: 2rem;
  }

  .flex-row .promo-video-wrap iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.getStartedWrap {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.getStartedWrap-side:first-child {
  width: 39%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 5rem;
}
.getStartedWrap-side:last-child {
  width: 58%;
  min-width: 32rem;
  margin-top: -3.6rem;
}
.getStartedWrap-side .main-headline {
  font-size: 5rem;
}
.getStartedWrap-side .sub-headline {
  font-size: 1.8rem;
}
.getStartedWrap-side .sub-headline ._small-text {
  padding-top: 2rem;
  display: block;
}
.calendly-inline-widget {
  min-width: 320px;
  width: 100%;
  height: 700px;
}

@media screen and (max-width: 1066px) {
  .getStartedWrap {
    display: block;
  }
  .getStartedWrap-side:first-child,
  .getStartedWrap-side:last-child {
    display: block;
    width: 100%;
    padding: 0;
  }
  .calendly-inline-widget {
    height: 1100px;
  }
}
@media screen and (max-width: 774px) {
  .calendly-inline-widget {
    padding-top: 6rem;
  }
}

/* login-buttons.ejs */
.login-buttons-wrapper .login-email-separator-wrapper {
  padding: 0.5rem 0;
  align-items: center;
  display: flex;
  max-width: 40rem;
}

.login-buttons-wrapper .login-email-separator-wrapper__leftrule {
  flex-grow: 1;
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(125, 141, 154, 0.1);
}

.login-buttons-wrapper .login-email-separator-wrapper__content {
  padding: 0 20px;
}

.login-buttons-wrapper .login-email-separator-wrapper__rightrule {
  flex-grow: 1;
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(125, 141, 154, 0.1);
}

.login-buttons-wrapper .invert-btn {
  min-width: 32rem;
  width: 100%;
  max-width: 40rem;
  text-align: center;
}
/* /login-buttons.ejs */
