﻿
/* styles/_variables.scss */


/* styles/_fonts.scss */
@font-face {
  font-family: 'Avenir Next Pro';
  src: url('https://static.cmcdn.net/kits/76/fonts/avenir/2B2E0A_1_0.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next Pro';
  src: url('https://static.cmcdn.net/kits/76/fonts/avenir/2B2E0A_3_0.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir Next Pro';
  src: url('https://static.cmcdn.net/kits/76/fonts/avenir/2B2E0A_0_0.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next Pro';
  src: url('https://static.cmcdn.net/kits/76/fonts/avenir/2B2E0A_2_0.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Pano Bold';
  src: url('../../fonts/pano_bold.woff') format('woff');
  font-weight: 700;
  font-style: bold;
}

/* styles/onboard/_base.scss */
.primaryArea {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  visibility: hidden;
}
.primaryArea > .guts {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row;
  align-items: stretch;
  justify-content: center;
  z-index: 3;
}
.primaryArea .logo.fixed {
  position: fixed;
  top: 45px;
  left: 45px;
}
.primaryArea .logo .icon {
  -webkit-mask-image: url('../../images/onboard/logo.svg');
  mask-image: url('../../images/onboard/logo.svg');
  width: 177px;
  height: 36px;
  background: #000;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.primaryArea .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
}
.primaryArea aside {
  display: flex;
  padding: 0;
  align-self: flex-end;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.primaryArea .artwork .art {
  position: absolute;
  top: -100px;
  right: -100px;
  left: -100px;
  bottom: -100px;
  background-size: cover;
  background-position: center top;
  z-index: 12;
}
.primaryArea .artwork .artist {
  font: 30px "Pano Bold";
  color: #fff;
  padding: 20px;
  font-weight: bold;
  min-height: 150px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, #000 100%);
  z-index: 13;
}
.primaryArea .artwork .made_by {
  width: 88px;
  height: 22px;
  -webkit-mask: url('../../images/onboard/made_by.svg');
  mask: url('../../images/onboard/made_by.svg');
  background: #fff;
}
.primaryArea .artwork {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex: 1;
  flex-flow: column;
  text-align: right;
  z-index: 11;
  overflow: hidden;
}
.onboarding .primaryArea,
.upgrading .primaryArea,
.celebrating .primaryArea {
  visibility: visible;
}
section.onboard {
  display: flex;
  flex-flow: row;
  width: 100%;
  position: relative;
}
section.onboard .lhs {
  width: 60%;
  flex-basis: 60%;
}
section.onboard .rhs {
  width: 40%;
  flex-basis: 40%;
}
section.onboard form .options {
  visibility: hidden;
}
section.onboard form.suggesting .options {
  visibility: visible;
}
section.onboard form button {
  opacity: 0.5;
}
section.onboard form.valid button {
  opacity: 1;
}
.upgrading .primaryArea {
  z-index: 1;
}
@keyframes backgroundZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.onboarding .device {
  display: none;
}
.onboarding .sidebar {
  display: none;
}
.onboarding .siteControls {
  display: none;
}
.onboarding .app-switcher {
  display: none;
}
.onboarding .device.desktop {
  top: 100px;
}
.onboarding .phoneWrapper {
  display: none;
}
.celebrating .sidebar {
  display: none;
}
.celebrating .siteControls {
  display: none;
}
.onboarding .editBubble {
  display: none !important;
}
.onboarding .itemBubble {
  display: none !important;
}

/* styles/onboard/_testing.scss */
/* not found */


/* styles/onboard/_intro.scss */
.onboard-intro .content .logo {
  width: 177px;
  height: 36px;
  -webkit-mask-image: url('../../images/onboard/logo.svg');
  mask-image: url('../../images/onboard/logo.svg');
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #000;
  margin: 0 auto 10px;
}
.onboard-intro .content h1 {
  font: 65px / 1.1 "Pano Bold";
  letter-spacing: -0.03em;
  max-width: 600px;
  margin: 0 auto 0.4em;
}
.onboard-intro .content h2 {
  font: 40px / 1.1 "Avenir Next", "Avenir Next Pro", "Avenir";
  font-weight: normal;
  max-width: 600px;
  margin: 0 auto 1.25em;
}
.onboard-intro .content {
  flex: 1;
  display: flex;
  flex-flow: column;
  text-align: center;
  justify-content: center;
}

/* styles/onboard/_form.scss */
.form {
  display: flex;
  flex: 1;
  flex-flow: column;
  margin: 0;
}
.form-content-body {
  display: flex;
  flex-flow: column;
  flex: 1;
  justify-content: center;
}
.form-content {
  width: 100%;
  display: flex;
  flex-flow: column;
  flex: 1;
  padding: 40px;
  box-sizing: border-box;
  margin: 0 auto;
}
.form .field label {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
}
.form .field .huge {
  font: 70px / 90px "Avenir Next", "Avenir Next Pro", "Avenir";
  font-weight: normal;
  width: 100%;
  padding: 0;
  background: transparent;
  opacity: 0.5;
  transition: all 0.2s ease-out;
  border-bottom: solid 1px #000;
  opacity: 1;
}
.form .field .ghost {
  position: absolute;
  top: 50px;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
  border: none;
}
.form .field ::placeholder {
  color: rgb(0 0 0 / 5%);
  opacity: 1;
}
.form .field {
  max-width: 615px;
  margin: 0 auto;
}
.form .name label {
  background-image: url('../../images/onboard/iam.svg');
  height: 50px;
  width: 153px;
}
.form .specialty > label {
  background-image: url('../../images/onboard/iama.svg');
  height: 50px;
  width: 287px;
}
.form .specialty ul li:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, -2px, 0);
}
.form .specialty ul li {
  display: inline-block;
  font: 16px / 55px "Helvetica Neue", Helvetica, Arial;
  font-weight: 500;
  height: 55px;
  border-radius: 30px;
  padding: 0 25px;
  background: #fff;
  color: #030303;
  margin: 0 10px 10px 0;
  cursor: pointer;
  transition: box-shadow 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), background-color 250ms ease-in-out, color 250ms ease-in-out;
}
.form .specialty ul {
  display: flex;
  flex-flow: row wrap;
  padding: 25px 0 0;
}
.form .options > label {
  font: 12px / 15px "Helvetica Neue", Helvetica, Arial;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #545355;
  padding-top: 60px;
}
.form .options {
  height: 0;
}
.form .hint {
  padding: 1.5em 0 0;
  font-size: 20px;
  line-height: 1.35;
  opacity: 0.36;
}

/* styles/onboard/_processing.scss */
.onboard-processing {
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 2;
  background-color: #000;
  text-align: center;
  color: #fff;
}
.onboard-processing:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 50%);
}
.onboard-processing header {
  position: relative;
  background: transparent;
}
.onboard-processing .body {
  position: relative;
  display: flex;
  flex-flow: column;
  flex: 1;
  justify-content: center;
}
.onboard-processing h1 {
  font-weight: 300;
  line-height: 55px;
  font-size: 50px;
  max-width: 700px;
  margin: 0 auto 2rem;
}
.onboard-processing h2 {
  font-weight: 300;
  line-height: 39px;
  font-size: 36px;
  margin: 0 0 0.3em;
}
.onboard-processing h4 {
  font: 12px / 15px "Helvetica Neue", Helvetica, Arial;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.5em;
}
.onboard-processing .specialty {
  color: #9974ba;
}
.onboard-processing .steps div {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  margin: auto;
}
.onboard-processing .steps {
  position: relative;
  min-height: 200px;
}
.primaryArea .onboard-processing .logo .icon {
  background: #fff;
}

/* styles/onboard/_picking.scss */
.themes-picking > header {
  text-align: center;
  margin-top: -40px;
}
.themes-picking > header h1 .specialty {
  color: #9974ba;
}
.themes-picking > header h1 {
  font: 40px / 45px "Avenir Next", "Avenir Next Pro", "Avenir";
  font-weight: 300;
  max-width: 740px;
  letter-spacing: -0.05em;
  margin: 0 auto 10px auto;
}
.themes-picking > header h3 {
  font: 24px / 28px "Avenir Next", "Avenir Next Pro", "Avenir";
  font-weight: 300;
  margin: 0 0 1em;
  color: rgb(0 0 0 / 50%);
  letter-spacing: -0.05em;
}
.picking {
  padding: 40px;
}
.picking .bottom {
  display: none;
}
.picking .customize {
  position: absolute;
  right: 32px;
  top: 32px;
  display: none;
}
.picking .themeDetails h1 {
  line-height: 44px;
  font-size: 40px;
  letter-spacing: -0.05em;
  color: #000;
}
.picking .themeDetails p {
  line-height: normal;
  font-size: 22px;
  letter-spacing: -0.05em;
  margin-top: 1em;
  color: rgb(0 0 0 / 50%);
}
.picking .themeDetails {
  display: none;
  width: 280px;
  position: absolute;
  top: 160px;
  padding-left: 45px;
  left: 0;
  text-align: left;
  box-sizing: border-box;
}
.picking .previewTop {
  display: none;
}
.picking.previewing .previewTop .button.back .icon {
  top: 5px;
  left: 10px;
  opacity: 0.5;
  transition: opacity 0.25s ease;
}
.picking.previewing .previewTop .button.back:hover .icon {
  opacity: 1;
}
.picking.previewing .previewTop .button.back:hover {
  background: #fff;
  color: #000;
}
.picking.previewing .previewTop .button.back {
  top: 32px;
  position: absolute;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.picking.previewing .previewTop {
  display: block;
}
.picking.previewing .defaultTop,
.picking.previewing .logo {
  display: none;
}
.picking.previewing .themeDetails {
  display: block;
}
.picking.previewing .customize {
  font: 12px / 40px "Helvetica Neue", Helvetica, Arial;
  display: block;
  height: 40px;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 0 30px;
}
.picking.previewing .bottom {
  display: block;
}
.picking.previewing header,
.picking.previewing .themes {
  display: none;
}
.picking .themes-picking {
  display: flex;
  flex: 1;
  flex-flow: column;
  padding: 6em 0 0;
  justify-content: space-evenly;
}
.picking .themes .theme .browserBar hr {
  display: block;
  border: none;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 100px;
  margin: 1px 0 0 2px;
}
.picking .themes .theme .browserBar {
  position: absolute;
  top: 0;
  height: 8px;
  left: 0;
  right: 0;
  background: #c9c9c9;
  display: flex;
  flex-flow: row;
  align-items: center;
  padding: 0 2px;
  border-radius: 2px 2px 0px 0px;
  z-index: 1;
}
.picking .themes .theme .theme-name {
  width: 100%;
  position: absolute;
  bottom: -60px;
  line-height: 27px;
  font-size: 25px;
  text-align: center;
  letter-spacing: -0.05em;
}
.picking .themes .theme:before {
  display: block;
  padding-top: 136%;
  width: 100%;
  content: '';
}
.picking .themes .theme:hover > .themeHover {
  opacity: 1;
  visibility: visible;
}
.picking .themes .theme:hover {
  box-shadow: 0 5px 50px rgb(0 0 0 / 20%);
}
.picking .themes .theme {
  position: relative;
  display: flex;
  width: calc(25vw - 40px);
  height: calc(100vh - 320px);
  max-height: 500px;
  margin: 10px;
}
.picking .themes .themeHover .select {
  background: #fff;
  color: #000;
  max-width: 175px;
  margin: 0.5em auto;
}
.picking .themes .themeHover .preview {
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
}
.picking .themes .themeHover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex: 1;
  justify-content: center;
  flex-flow: column;
  background: rgb(153 116 186 / 90%);
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  cursor: pointer;
}
.picking .themes {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
.site-preview-container {
  position: absolute;
  left: 0;
  top: 5px;
  right: 0;
  bottom: 0;
  background: transparent;
  display: block;
  overflow: hidden;
}
.site-preview-container .previewGuts .block.cover > .background {
  transform: unset !important;
}
.site-preview-container .previewGuts {
  transition: none;
  transform-origin: 0 0;
  position: absolute;
  left: 0;
  top: 0;
}

/* styles/onboard/_celebrate.scss */
.celebrating .primaryArea .guts {
  align-items: center;
}
.celebrate {
  display: flex;
  flex-flow: column;
  text-align: center;
  align-items: center;
  padding-bottom: 100px;
}
.celebrate h1 b {
  color: #9974ba;
  font-weight: 300;
}
.celebrate h1 {
  font: 60px / 1.1 "Avenir Next", "Avenir Next Pro", "Avenir";
  font-weight: 300;
  letter-spacing: -0.05em;
  max-width: 740px;
  margin: 0 auto 2rem;
}
.celebrate h3 {
  font-weight: 300;
  line-height: 32px;
  font-size: 30px;
  margin: 0 0 0.8em;
  color: #9974ba;
  letter-spacing: -0.05em;
}
.celebrate h2 {
  font: 30px / 32px "Avenir Next", "Avenir Next Pro", "Avenir";
  font-weight: 600;
  margin: 0 0 0.2em;
  color: #000;
  letter-spacing: -0.05em;
}
.celebrate .message {
  flex: 2;
  display: flex;
  flex-flow: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.celebrate .preview:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #9974BA;
  transition: transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  transform: translate(100%, 0);
}
.celebrate .preview {
  position: relative;
  flex: 1;
}
.celebrate:hover .preview:before {
  transform: translate(0%, 0);
}
.celebrate .badge {
  display: inline-block;
  font: 9px / 23px "Helvetica Neue", Helvetica, Arial;
  font-weight: 500;
  height: 23px;
  padding: 0 14px;
  text-align: center;
  letter-spacing: 0.15em;
  background: #9974ba;
  color: #fff;
  border-radius: 20px;
  margin: 0 auto 2em;
}
.celebrate .url > a {
  line-height: 0.8;
  color: #9974ba;
  text-decoration: none;
  box-shadow: 0 1px 0 0 #9974ba;
}
.celebrate .url {
  display: flex;
  justify-content: center;
  padding: 0 2em;
  height: 54px;
  font: 20px / 0.9 "Avenir Next", "Avenir Next Pro", "Avenir";
  background: #fff;
  color: #9974ba;
  font-weight: normal;
  letter-spacing: -0.05em;
  align-items: center;
  border-radius: 85px;
}
.celebrate .features {
  display: flex;
  justify-content: space-between;
}
.celebrate .feature-image:before {
  content: '';
  position: absolute;
  display: block;
  top: 56px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 160px;
  background: #fff;
  border-radius: 100%;
  z-index: -1;
}
.celebrate .feature-image {
  position: relative;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 250px;
}
.celebrate .feature p {
  font: 15px "Avenir Next", "Avenir Next Pro", "Avenir";
  letter-spacing: -0.05em;
  color: #8A8A8A;
}
.celebrate .feature {
  min-width: 250px;
  padding: 10px 30px;
}

/* styles/onboard/_chooseDomain.scss */
.choose-domain {
  display: flex;
  height: 100%;
  width: 100%;
  align-content: center;
}
.choose-domain h1 {
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -0.05em;
  color: #000;
  margin-bottom: 30px;
}
.choose-domain h3 {
  line-height: 27px;
  font-size: 25px;
  text-align: center;
  letter-spacing: -0.05em;
  color: rgb(0 0 0 / 90%);
  margin-bottom: 20px;
}
.choose-domain .note {
  line-height: 16px;
  font-size: 15px;
  text-align: center;
  color: rgb(0 0 0 / 50%);
  margin: 20px auto;
}
.choose-domain form.empty .message {
  display: none;
}
.choose-domain form.empty button {
  pointer-events: none;
  opacity: 0.3;
}
.choose-domain .field .status-icon {
  position: absolute;
  top: 13px;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  right: -40px;
}
.choose-domain .field .icon.arrow {
  margin-bottom: -5px;
  cursor: pointer;
}
.choose-domain .field.empty .status-icon {
  background: none !important;
}
.choose-domain .field.invalid .status-icon {
  background-image: url('../../icons/sad.svg');
}
.choose-domain .field.valid .status-icon {
  background-image: url('../../icons/happy.svg');
}
.choose-domain .field .message {
  position: absolute;
  transform: unset;
  top: 0;
  right: 0;
  padding-left: 50px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}
.choose-domain .field span.rounded .postfix {
  color: rgb(0 0 0 / 60%);
  white-space: nowrap;
  padding-right: 20px;
}
.choose-domain .field span.rounded input::placeholder {
  opacity: 0.5;
}
.choose-domain .field span.rounded input {
  height: var(--height);
  color: #9974BA;
  text-align: right;
  flex-basis: 100%;
  font-size: 20px;
}
.choose-domain .field span.rounded {
  --height: 50px;
  height: var(--height);
  display: flex;
  position: relative;
  font-size: 20px;
  padding-right: 0;
  padding-left: 30px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  background: #fff;
  border-radius: calc(var(--height) / 2);
  box-sizing: border-box;
}
.choose-domain .field {
  width: 460px;
  margin: auto;
}
.choose-domain .inner {
  text-align: center;
  width: 960px;
  margin: auto;
}
.lastStep {
  background: rgba(0, 0, 0, 0.95);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lastStep .logo .icon {
  background: #fff;
}
.agreement-note {
  font: 12px / 1.2 Avenir;
  max-width: 250px;
  margin: auto;
  margin-bottom: 20px;
}
.agreement-note a {
  text-decoration: underline;
}
.bubble-quote {
  width: 100%;
  height: 282px;
  padding-top: 55px;
  box-sizing: border-box;
  position: relative;
}
.bubble-quote .box .tooth {
  background-image: url('../images/onboard/tooth.svg');
  width: 22px;
  height: 15px;
  bottom: -14px;
  position: absolute;
  left: 100px;
}
.bubble-quote .box {
  padding: 20px 10px 20px 10px;
  width: 238px;
  background: #FFFFFF;
  box-shadow: 22px 22px 55px rgba(0, 0, 0, 0.66), inset 1px 1px 0px rgba(255, 255, 255, 0.11);
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  margin: auto;
}
.bubble-quote .face {
  position: absolute;
  bottom: -15px;
  left: 118px;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background-size: cover;
}
.bubble-quote p {
  font: 15px / 22px "Helvetica Neue", Helvetica, Arial;
}
.bubble-quote p.cite {
  margin-top: 10px;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #9D9D9D;
}
.associate-email {
  display: flex;
  flex-flow: row;
  height: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 22px 22px 22px #000;
  border-radius: 10px;
  height: 600px;
  width: 900px;
  color: #000;
  text-align: center;
  align-items: center;
  --color: #000;
}
.associate-email .lhs {
  width: 65%;
}
.associate-email .rhs .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-size: cover;
}
.associate-email .rhs .bubble-quote {
  display: none;
  z-index: 3;
}
.associate-email .rhs {
  display: flex;
  align-items: center;
  width: 35%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-sizing: border-box;
}
.associate-email h1 {
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -0.05em;
  margin: auto;
  max-width: 400px;
  font-weight: 400;
}
.associate-email .field .message a {
  text-decoration: underline;
  color: #000;
  font-weight: 500;
}
.associate-email .field .message {
  top: unset;
  bottom: -40px;
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin-left: -20px;
}
.associate-email .field input.rounded {
  background: #EFF0F5;
  width: 340px;
  background: #EFF0F5;
  text-align: center;
}
.associate-email .field .checkbox + label:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
}
.associate-email .field .checkbox + label:after {
  content: '';
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #9974ba;
  opacity: 0;
}
.associate-email .field .checkbox + label {
  position: relative;
  line-height: 20px;
  font-size: 15px;
  color: #fff;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
}
.associate-email .field .checkbox:checked + label:after {
  opacity: 1;
}
.associate-email .field .checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 24px;
  -webkit-user-select: none;
  user-select: none;
}
.associate-email .field {
  margin: 80px auto 80px auto;
  position: relative;
  width: 340px;
}
.primaryDomainChooser {
  display: none;
  text-align: left;
  position: absolute;
  right: 0;
  top: -35px;
  width: 230px;
  padding-left: 20px;
  padding-top: 7px;
  padding-bottom: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 13px 15px 39px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.primaryDomainChooser.open {
  display: inline-block;
}
.primaryDomainChooser li {
  margin: 10px 0;
  cursor: pointer;
  font-size: 20px;
}
.primaryDomainChooser .selected {
  font-weight: 500;
}
.defaultDomainBlock form .field .postfix {
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s ease;
  will-change: opacity;
  background: #EFF0F5;
  box-shadow: -15px 0 10px #fff;
  color: #000;
  top: 6px;
  height: 30px;
  border-radius: 15px;
  padding: 0 5px 0 10px;
  line-height: 30px;
  font-size: 15px;
}
.defaultDomainBlock form .field input:hover + .postfix {
  opacity: 0.1;
}
.defaultDomainBlock form .field input:focus + .postfix {
  opacity: 0.1;
}
.defaultDomainBlock form .field .icon.arrow {
  cursor: pointer;
}
.defaultDomainBlock form .field .message {
  margin-top: 24px;
  transform: unset;
  left: 0;
  right: unset;
}
.defaultDomainBlock form .field {
  position: relative;
}