:root {
  --stone: #f2f0e8;
  --midnight: #05283c;
  --yellow: #ffc84e;
  --gold: #ffb203;
  --dusk-light: #f1dfd5;
  --dusk: #e3bfab;
  --cloud: #cfd9ea;
  --olive: #556964;
  --salmon: #dc785a;
  --grey-light: #f8f8f8;
  --grey-mid: #ccc;
}
.color-primary {
  color: #2e9dd2;
}
.color-secondary-mid {
  color: #3db485;
}
.green {
  color: #40c38f;
}
.color-red {
  color: #bf4857;
}
.color-red-dark {
  color: #6a2029;
}
.bg-red-light {
  background-color: #f1dfe1;
}
.pulse-anim {
  animation-name: pulse-11;
  animation-iteration-count: infinite;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}
.rotate {
  animation-name: rotate-loader;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-timing-function: linear;
}
@-moz-keyframes pulse-11 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes pulse-11 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes pulse-11 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse-11 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes rotate-loader {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(180deg);
  }
  60% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-loader {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(180deg);
  }
  60% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate-loader {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(180deg);
  }
  60% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-loader {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(180deg);
  }
  60% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
w-div a {
  visibility: hidden !important;
}
html,
body {
  min-height: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
#root,
#root2 {
  min-height: 100%;
}
html {
  box-sizing: border-box;
}
body {
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 400;
  font-family: Lato, 'Helvetica Neue', Helvetica, Georgia, Roboto, sans-serif;
  color: #424242;
  overscroll-behavior-y: contain;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: subpixel-antialiased;
}
.a-bold:before {
  content: '\e238';
}
.a-italic:before {
  content: '\e23f';
}
.a-unordered-list:before {
  content: '\e241';
}
.a-ordered-list:before {
  content: '\e242';
}
.a-quote:before {
  content: '\e244';
}
.a-photo:before {
  content: '\e432';
}
.a-menu:before {
  content: '\e8fe';
}
textarea {
  overflow: auto;
}
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important; /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.editor {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  margin: 0;
  max-width: 100%;
  font-size: 18px;
  line-height: 32px;
  transition: transform 0.9s;
}
.editor.editor--live {
  padding-top: 105px;
  padding-bottom: 80px;
}
.body--edit .block--empty.block--focussed {
  position: relative;
}
.body--edit .block--empty.block--focussed .DraggingRow::before {
  content: "Type '/' for quick actions";
  opacity: 0.3;
  position: absolute;
}
.body--edit .block--empty.block--focussed.alignment--center .DraggingRow::before {
  left: 350px;
  text-align: left;
}
.body--edit .block--empty.block--focussed.alignment--right .DraggingRow::before {
  right: 0;
  text-align: right;
}
.body--edit .block--empty:first-child:last-child {
  position: relative;
}
.body--edit .block--empty:first-child:last-child .DraggingRow::before {
  content: "Type '/' for quick actions or choose an option to get started";
  opacity: 0.5;
  position: absolute;
}
.body--edit .block--empty.block--focussed:first-child:last-child .DraggingRow::before {
  opacity: 0.3;
}
.body--edit .editor {
  margin-top: -80px;
  padding-top: 152px;
  min-height: 100vh;
}
.body--edit .editor--confirmation {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 220px;
  min-height: 50vh;
}
.body--edit .EditorPageWrapper__inner > .editor {
  padding-bottom: calc(60vh + 80px);
}
._iframe #root {
  width: 1px;
  min-width: 100%;
}
._iframe #root2 {
  width: 1px;
  min-width: 100%;
}
._iframe._inline::-webkit-scrollbar {
  display: none;
}
._iframe {
  height: auto;
}
._iframe._inline {
  height: auto;
  overflow: hidden;
}
._iframe._inline.__guidedMode._success {
  overflow-y: auto;
}
._iframe._popup {
  width: 100%;
  height: auto;
  overflow: hidden;
}
._iframe._oembed,
._iframe._oembed._inline {
  overflow: initial;
}
._iframe:not(._takeover) .editor {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: auto;
}
.body--haspages._iframe .editor {
  padding-bottom: 80px !important;
}
@media all and (max-width: 740px) {
  .editor.editor--live {
    padding: 25px 25px;
    padding-bottom: 80px;
  }
}
.editor.editor--inline {
  padding: 0;
  max-width: 790px;
  margin: 0 auto;
}
.editor > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > * {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 0;
}
.editor:not(.editor--live) > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > .paragraph {
  transition: all 0.2s;
}
.editor:not(.editor--live) > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > .paragraph:hover {
  background-color: rgba(200,200,200,0.06);
}
.public-DraftEditor-content > div figure {
  margin-bottom: 40px;
}
.editor blockquote {
  padding-left: 21px;
  border-left: 3px solid #444;
}
.editor figure,
.editor > figure {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  display: block;
  z-index: 1;
}
.editor figure.image,
.editor > figure.image {
  max-width: 100% !important;
  z-index: 2;
}
.editor img {
  transition: width 0.3s;
}
.editor--live .paragraph.block--empty:first-child {
  display: none;
}
h1 {
  margin: 0;
  line-height: 1.2;
}
h2 {
  line-height: 1.2;
  margin: 0;
}
.material-icons {
  visibility: visible;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  position: relative;
/* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
.tooltip {
  position: relative;
}
.tooltip[data-label]::before,
.material-icons[data-label]::before,
.BtnV2[data-label]::before,
.btn-raised[data-label]::before {
  content: attr(data-label);
  font-family: 'Lato';
  position: absolute;
  top: -36px;
  min-width: 120px;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  color: #647178;
  background-color: #fff;
  left: 50%;
  font-weight: 400;
  box-shadow: 0 11px 50px -10px rgba(0,0,0,0.3);
  margin-left: -60px;
  text-align: center;
  text-transform: none;
  display: block;
  font-size: 14px;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s;
  transform: translateY(3px);
  pointer-events: none;
}
[data-label][data-label-below]::before {
  top: auto;
  bottom: -36px;
}
.tooltip--below15::before {
  top: 15px;
}
.tooltip--below50::before {
  top: 50px;
}
.tooltip:hover::before,
.material-icons:hover::before,
.BtnV2:hover::before,
.btn-raised:hover::before {
  opacity: 1;
  z-index: 1;
  transform: translateY(0);
}
@media all and (max-width: 768px) {
  .hide-sm {
    display: none !important;
  }
}
.home svg polygon {
  transition: 2.5s all;
}
#mouseposition-extension-element-full-container {
  background-color: transparent;
}
.grecaptcha-badge {
  display: none;
}
.__paperform_hidden {
  display: none !important;
}
.body--haspages._iframe._inline .editor.editor--live {
  display: block;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.mb1 {
  margin-bottom: 18px;
}
._takeover #root > div {
  min-height: 100vh;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
}
.DraftEditor-root,
.DraftEditor-editorContainer,
.public-DraftEditor-content {
  height: inherit;
  text-align: initial;
}
.public-DraftEditorPlaceholder-root {
  width: 100%;
}
.editor > .DraftEditor-root > .public-DraftEditorPlaceholder-root > .public-DraftEditorPlaceholder-inner {
  max-width: 700px;
  margin: 0 auto;
}
.DraftEditor-editorContainer {
  background-color: rgba(255,255,255,0);
/* Repair mysterious missing Safari cursor */
  border-left: 0.1px solid transparent;
  position: relative;
  z-index: 1;
}
.public-DraftEditor-content {
  outline: none;
  white-space: pre-wrap;
}
.public-DraftEditor-block {
  position: relative;
}
.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left;
}
.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left;
}
.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center;
}
.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right;
}
.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right;
}
.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  z-index: 0;
}
.public-DraftEditorPlaceholder-hasFocus {
  color: #bdc1c9;
}
.DraftEditorPlaceholder-hidden {
  display: none;
}
.public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap;
}
.public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left;
}
.public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right;
}
.public-DraftStyleDefault-listLTR {
  direction: ltr;
}
.public-DraftStyleDefault-listRTL {
  direction: rtl;
}
.public-DraftStyleDefault-ul,
.public-DraftStyleDefault-ol {
  margin: 16px 0;
  padding: 0;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em;
}
.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle;
}
.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  left: -36px;
  position: absolute;
  text-align: right;
  width: 30px;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  position: absolute;
  right: -36px;
  text-align: left;
  width: 30px;
}
.public-DraftStyleDefault-orderedListItem:before {
  content: counter(ol0) '. ';
  counter-increment: ol0;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1) '. ';
  counter-increment: ol1;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2) '. ';
  counter-increment: ol2;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3) '. ';
  counter-increment: ol3;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4) '. ';
  counter-increment: ol4;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4;
}
.public-DraftStyleDefault-block {
  outline: none;
}
.DraggingRow--isOver {
  box-shadow: 0 2px 12px -6px #40c38f;
  background-color: #cff0e4;
  position: relative;
}
.DraggingRow--isOver::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(207,240,228,0.3);
  box-shadow: 0 2px 12px -6px #40c38f;
  border-bottom: 3px solid #40c38f;
  border-radius: 4px;
}
.DraggingRow--isOver > * {
  opacity: 0.8;
}
.Field.Field--isOver {
  position: relative;
}
.Field.Field--isOver::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(207,240,228,0.3);
  box-shadow: 0 2px 12px -6px #40c38f;
  border-bottom: 3px solid #40c38f;
  border-radius: 4px;
}
.Field.Field--isOver > * {
  opacity: 0.8;
}
.image-floatleft {
  float: left;
  margin-bottom: 0;
}
.image-floatright {
  float: right;
  margin-bottom: 0;
}
.image-floatleft,
.image-floatright {
  margin-bottom: 20px !important;
}
.image-floatleft > div > img,
.image-floatright > div > img {
  margin-bottom: 0;
}
.image {
  position: relative;
}
.image .react-resizable {
  position: relative;
}
.image img {
  max-width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.image .Image__controls {
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -180px;
  opacity: 0;
  pointer-events: none;
}
.image .Image__controls .Image__controls {
  opacity: 1;
}
.Image__wrappereeditor--fullwidth .react-resizable-handle {
  display: none;
}
.Image__wrappereeditor {
  outline: none;
}
.Image__wrappereeditor:focus .Image__controls,
.Image__wrappereeditor--open .Image__controls {
  opacity: 1;
  pointer-events: all;
}
.Image__wrappereeditor:focus img,
.Image__wrappereeditor--open img {
  outline: 3px solid #2e9dd2;
}
.body--edit .editor figure.image:focus-within {
  z-index: 200;
}
.Image__delete {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  color: #ddd;
  transition: all 0.3s;
  cursor: pointer;
}
.Image__delete:hover {
  color: #2e9dd2;
}
.Image__delete::before {
  text-shadow: none;
}
.Image__replace {
  position: absolute;
  top: 0;
  right: 35px;
  padding: 5px;
  color: #ddd;
  transition: all 0.3s;
  cursor: pointer;
}
.Image__replace:hover {
  color: #2e9dd2;
}
.Image__replace::before {
  text-shadow: none;
}
.Image__link {
  position: absolute;
  top: 0;
  right: 70px;
  padding: 5px;
  color: #ddd;
  transition: all 0.3s;
  cursor: pointer;
}
.Image__link.Image__link--haslink {
  color: #2e9dd2;
}
.Image__link:hover {
  color: #2e9dd2;
}
.Image__link::before {
  text-shadow: none;
}
.Image__deletewrapper--full .Image__delete,
.Image__deletewrapper--full .Image__replace,
.Image__deletewrapper--full .Image__link {
  padding: 10px;
}
.Image__deletewrapper--full .Image__replace,
.Image__deletewrapper--full .Image__link {
  padding-right: 5px;
}
.Image__replace,
.Image__link {
  padding-right: 0;
}
.Image__wrappereeditor--uploading {
  opacity: 0.6;
}
.Image__percentage {
  position: absolute;
  bottom: 18px;
  left: 9px;
  height: 5px;
  background-color: #fff;
  transition: all 1s;
  box-shadow: 0 3px 10px rgba(0,0,0,0.7);
  max-width: calc(100% - 18px);
  border-radius: 5px;
}
.ImageChooser {
  width: 700px;
  margin: 0 auto;
  height: 350px;
  border: 1;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.ImageChooser input {
  cursor: pointer;
}
.LiveField {
  margin: 0 auto;
  width: 700px;
  max-width: 100%;
  background-color: #fff;
  position: relative;
  text-align: left;
  box-shadow: 0 1.2px 6px -2px rgba(0,0,0,0.6);
  cursor: pointer;
  border-radius: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  transition: all 0.15s;
}
.LiveField .LiveField__container {
  padding: 22px 20px;
}
.LiveField textarea {
  resize: none;
}
.LiveField.LiveField--active {
  box-shadow: 0 3px 15px -3px rgba(0,0,0,0.3);
  transform: translate3d(0, 0, 0);
  z-index: 50;
}
.LiveField.LiveField--flexible {
  width: initial;
}
.Checkout .__unstyled,
.Checkout .LiveField__header {
  color: #333 !important;
}
._pf_rtl .LiveField__maskedInput {
  text-align: right;
}
.LiveField__required {
  position: relative;
  opacity: 0.6;
  font-size: 17px;
  top: -2px;
  right: -2px;
}
.LiveField--submiterror .LiveField__required {
  color: #ffa3a3;
  opacity: 1;
}
.LiveField--submiterror .LiveField__input:not(.LiveField__input--manualfocus),
.LiveField--submiterror .Address__input--error .LiveField__input,
.LiveField--submiterror textarea.LiveField__input[rows][rows='1'] {
  border-color: #ffa3a3;
}
@media all and (min-width: 700px) {
  .LiveField--inline .LiveField__container {
    display: flex;
  }
  .LiveField--inline .LiveField__container .LiveField__answer {
    padding-left: 15px;
    flex: 1;
  }
}
.LiveField__answer {
  margin-top: 5px;
  color: #2e9dd2;
}
.LiveField__answer .YesNo,
.LiveField__answer .Choices {
  margin-top: 10px;
}
.LiveField__input {
  background-color: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  display: block;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(230,230,230,0.8);
  outline: 0;
}
.LiveField__input[disabled] {
  color: #777;
  border-bottom-color: transparent;
}
.LiveField--active .LiveField__input.LiveField__input--no-active:not(.LiveField__input--manualfocus) {
  border-bottom: none;
}
.LiveField--active .LiveField__input:not(.LiveField__input--manualfocus) {
  border-bottom: 1px solid #2e9dd2;
}
.LiveField__input--manualfocus:focus,
.LiveField__input--manualfocus._focus {
  border-bottom: 1px solid #2e9dd2;
}
.YesNo .btn-raised.btn-default {
  background-color: var(--grey-light, #f8f8f8);
}
.YesNo label {
  margin: 0;
  width: 50%;
  display: inline-block;
  text-align: center;
}
.YesNo input {
  width: 1px;
  opacity: 0;
  position: absolute;
}
.YesNo .YesNo__button {
  width: 50%;
}
.LiveField--error {
  border-color: #fff;
}
.LiveField--error.LiveField--active {
  box-shadow: 0 3px 15px -3px #ffa3a3;
  border-color: #fff;
}
.LiveField--error.LiveField--active .LiveField__input {
  border-bottom: 1px solid #ffa3a3;
}
.LiveField--error .LiveField__error {
  height: auto;
  padding: 6px 0;
}
.LiveField__error {
  height: 0;
  padding: 0;
  position: relative;
  background-color: #ffa3a3;
  text-align: center;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 18px;
  overflow: hidden;
}
@media all and (min-width: 600px) {
  .LiveField__error {
    transition: height 0.3s;
  }
}
.LiveField__header {
  min-width: 150px;
}
.LiveField__description {
  min-width: 150px;
  font-size: 14px;
  line-height: normal;
  margin-top: 5px;
  opacity: 0.9;
  white-space: normal;
  word-wrap: normal;
}
.LiveField__description * {
  white-space: normal !important;
  word-wrap: normal !important;
}
.LiveField__prefixedInput {
  display: flex;
  align-items: center;
  justify-content: center;
}
.LiveField__prefixedInput .LiveField__input {
  flex: 1 1 auto;
}
.LiveField__subheader {
  color: rgba(0,0,0,0.8);
  font-size: 16px;
  margin-top: 18px;
}
@media all and (min-width: 500px) {
  .LiveFieldSection__row {
    display: flex;
    margin-bottom: 0.2px;
  }
  .LiveFieldSection__row .LiveField__container {
    flex: 1 1 auto;
  }
  .LiveFieldSection__row > * {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }
  .LiveField__input {
    min-height: 38px;
  }
}
textarea.LiveField__input[rows] {
  background-color: rgba(0,0,0,0.04);
  padding: 5px 10px;
  transition: background-color 0.3s;
  border-bottom-color: transparent;
}
textarea.LiveField__input[rows]:hover {
  background-color: rgba(0,0,0,0.02);
}
textarea.LiveField__input[rows]:focus {
  background-color: rgba(0,0,0,0);
  box-shadow: 0 0 20px -6px rgba(0,0,0,0.2);
}
textarea.LiveField__input[rows][rows='1'] {
  background-color: transparent;
  border-bottom-color: rgba(230,230,230,0.8);
  padding: 2px;
  box-shadow: none;
}
.LiveField__input--confirm {
  padding: 0 20px;
  margin-top: -1px;
  border-top: 1px solid rgba(230,230,230,0.8);
  background-color: rgba(0,0,0,0.03);
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  width: calc(100% + 40px);
}
.LiveField__input--confirm::before {
  content: 'Confirm';
}
.LiveField__inputflexwrapper {
  display: flex;
}
.LiveField__inputflexwrapper .LiveField__input {
  flex: 1 1 auto;
  margin-right: 15px;
}
textarea.LiveField__input[rows='2'] {
  min-height: 75px;
}
textarea.LiveField__input[rows='3'] {
  min-height: 107px;
}
textarea.LiveField__input[rows='4'] {
  min-height: 139px;
}
textarea.LiveField__input[rows='5'] {
  min-height: 171px;
}
textarea.LiveField__input[rows='6'] {
  min-height: 203px;
}
textarea.LiveField__input[rows='7'] {
  min-height: 235px;
}
textarea.LiveField__input[rows='8'] {
  min-height: 267px;
}
textarea.LiveField__input[rows='9'] {
  min-height: 299px;
}
textarea.LiveField__input[rows='10'] {
  min-height: 331px;
}
._ie .LiveFieldSection__row--1 > div {
  display: block !important;
}
@media all and (min-width: 500px) {
  ._ie .LiveFieldSection__row {
    display: block;
  }
  ._ie .LiveFieldSection__row.LiveFieldSection__row--2 > div {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
}
.LiveHTML {
  white-space: normal;
}
.LiveField__header .DraftEditor-root {
  display: inline-block;
}
.FormTagInput.LiveField__input {
  padding-top: 8px;
}
.LiveField__input.FormTagInput--multiline {
  border: 1px solid rgba(230,230,230,0.8);
}
.Dropdown-root {
  position: relative;
  font-size: 16px;
  min-width: 95px;
  font-family: Lato;
  line-height: 21px;
  font-weight: 300;
}
.Dropdown-control {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-color: #f8f8f8;
  box-sizing: border-box;
  color: #333;
  cursor: default;
  outline: none;
  padding: 8px 35px 8px 10px;
  transition: all 200ms ease;
}
.Dropdown-control:hover {
  box-shadow: 0 1px 0 rgba(0,0,0,0.06);
}
@media all and (max-width: 800px) {
  .Dropdown-control {
    background-color: #f8f8f8;
    margin-top: 10px;
  }
}
@media all and (min-width: 800px) {
  .Field .Dropdown-placeholder {
    text-align: right;
  }
}
.Dropdown-placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.TargetedModal .Dropdown-placeholder {
  text-align: left;
}
.TargetedModal .Dropdown-control {
  background-color: #f8f8f8;
  width: 100%;
  margin-right: 0;
}
.Dropdown-arrow {
  border-color: #aaa transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: ' ';
  display: block;
  height: 0;
  margin-top: -ceil(2.5);
  position: absolute;
  right: 10px;
  top: 19px;
  width: 0;
}
.is-open .Dropdown-arrow {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Dropdown-menu {
  background-color: #fff;
  box-shadow: 0 2px 12px -4px rgba(0,0,0,0.3);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 315px;
  overflow-y: auto;
  border-radius: 4px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
}
.body--edit .Dropdown-menu {
  min-width: 220px;
}
.Field .Dropdown-menu {
  right: 0;
}
.Field .Dropdown-menu::-webkit-scrollbar {
  -webkit-appearance: none;
}
.Field .Dropdown-menu::-webkit-scrollbar:vertical {
  width: 11px;
  display: none;
}
.Field .Dropdown-menu:hover::-webkit-scrollbar:vertical {
  display: block;
}
.Field .Dropdown-menu::-webkit-scrollbar:horizontal {
  height: 11px;
}
.Field .Dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #fff; /* should match background, can't be transparent */
  background-color: rgba(0,0,0,0.5);
}
.Field .Dropdown-menu::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}
.Dropdown-menu .Dropdown-group > .Dropdown-title {
  padding: 8px 10px;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
}
.Dropdown-option {
  box-sizing: border-box;
  color: rgba(51,51,51,0.8);
  cursor: pointer;
  white-space: nowrap;
  display: block;
  padding: 8px 10px;
}
.Dropdown-option:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.Dropdown-option:hover {
  background-color: #cee2f6;
  color: #333;
}
.Dropdown-option.is-selected {
  background-color: #2e9dd2;
  color: #fff;
}
.Dropdown-noresults {
  box-sizing: border-box;
  color: var(--grey-mid, #ccc);
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Dropdown__inline .Dropdown-control {
  background: none !important;
  cursor: pointer;
  color: #40c38f;
  font-weight: 400;
  margin-top: 0 !important;
}
.Dropdown__inline .Dropdown-arrow {
  display: none;
}
.btn-raised {
  padding: 8px 15px;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #999;
  z-index: 2;
  position: relative;
  border: 0;
  border-radius: 3px;
  -webkit-font-smoothing: subpixel-antialiased;
  box-shadow: 0 2px 6px -2px rgba(0,0,0,0.5);
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: all 0.1s;
  outline: 0;
  -webkit-user-select: none;
  user-select: none;
}
.btn-raised:disabled {
  cursor: not-allowed;
}
.btn-raised:hover,
.btn-raised:focus {
  z-index: 20;
  box-shadow: 0 4px 14px -6px rgba(0,0,0,0.8);
}
.btn-raised:active,
.btn-raised[disabled] {
  transition: all 0.05s;
  transform: scale(0.99);
  -ms-transform: scale(0.99);
  opacity: 0.9;
  box-shadow: 0 0 0 0 #000;
}
.btn-raised.btn-primary {
  background-color: #2e9dd2;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.btn-raised.btn-primary span {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.btn-raised.btn-secondary {
  background-color: #40c38f;
}
.btn-raised.btn-default {
  background-color: #fff;
  color: #333;
}
.btn-raised.btn-inverted {
  background-color: #eee;
  color: #2e9dd2;
}
.btn-inline {
  margin: 15px 0;
}
.btn {
  display: inline-block;
  padding: 8px 15px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #fff;
  font-family: 'Lato';
  border-radius: 4px;
  z-index: 2;
  position: relative;
  border: 0;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.15s;
  backface-visibility: hidden;
  transform: translateZ(0);
  outline: 0;
}
.btn:after {
  position: absolute;
  content: '';
  display: block;
  border-bottom: 1px solid #e6e6e6;
  left: 15px;
  bottom: 7px;
  right: 15px;
}
.btn:hover {
  opacity: 0.7;
}
.btn:active {
  opacity: 1;
  background-color: #eee;
}
.btn.btn-primary {
  color: #2e9dd2;
}
.btn.btn-primary:after {
  border-color: #acd8ed;
}
.btn.btn-secondary {
  color: #40c38f;
}
.btn.btn-secondary:after {
  border-color: #b4e8d3;
}
.btn-nounderline:after {
  border: 0;
}
.btn-raised.btn--facebook {
  color: #fff;
  background-color: #3b5998;
  background-image: url("https://paperform.co/images/fb.png");
  background-size: 20px;
  background-position: 98% center;
  background-repeat: no-repeat;
}
.btn-raised.btn--twitter {
  color: #fff;
  background-color: #1da1f2;
  background-image: url("https://paperform.co/images/twitter.png");
  background-size: 20px;
  background-position: 98% center;
  background-repeat: no-repeat;
}
.btn-raised.btn--linkedin {
  color: #fff;
  background-color: #0077b5;
  background-image: url("https://paperform.co/images/linkedin.png");
  background-size: 20px;
  background-position: 98% center;
  background-repeat: no-repeat;
}
.BtnV2,
.introjs-button {
  height: 38px;
  padding: 0 30px;
  font-size: 16px;
  line-height: 1;
  color: #2e9dd2;
  background-color: #fff;
  font-weight: 400;
  font-family: Lato;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 38px;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  user-select: none;
  transform: translateY(0);
  transition: all 0.3s;
  border: 1px solid rgba(46,157,210,0.3);
}
.BtnV2 + .BtnV2,
.introjs-button + .introjs-button {
  margin-left: 18px;
}
.BtnV2.BtnV2--focusable:focus,
.introjs-button.BtnV2--focusable:focus {
  box-shadow: 0 4px 15px -5px rgba(46,157,210,0.3);
}
.BtnV2:hover,
.introjs-button:hover {
  box-shadow: 0 4px 15px -5px rgba(46,157,210,0.3);
}
.BtnV2:active:not(.BtnV2--nofocus),
.introjs-button:active:not(.BtnV2--nofocus),
.BtnV2.BtnV2--disabled,
.introjs-button.BtnV2--disabled {
  box-shadow: none !important;
  background-color: #f8f8f8 !important;
  opacity: 0.8;
  border-color: #f8f8f8 !important;
  transition: none !important;
}
.BtnV2.BtnV2--solid,
.introjs-button.BtnV2--solid {
  background-color: #2e9dd2;
  color: #fff;
  border: 0;
}
.BtnV2.BtnV2--solid.BtnV2--focusable:focus,
.introjs-button.BtnV2--solid.BtnV2--focusable:focus {
  opacity: 0.95;
}
.BtnV2.BtnV2--solid:hover,
.introjs-button.BtnV2--solid:hover {
  opacity: 0.95;
}
.BtnV2.BtnV2--solid:active:not(.BtnV2--nofocus),
.introjs-button.BtnV2--solid:active:not(.BtnV2--nofocus),
.BtnV2.BtnV2--solid.BtnV2--disabled,
.introjs-button.BtnV2--solid.BtnV2--disabled {
  background-color: #145d9b !important;
  color: #f8f8f8;
  opacity: 0.8;
}
.BtnV2.BtnV2--mid,
.introjs-button.BtnV2--mid {
  color: #145d9b;
  border: 1px solid rgba(20,93,155,0.3);
}
.BtnV2.BtnV2--mid:hover,
.introjs-button.BtnV2--mid:hover,
.BtnV2.BtnV2--mid.BtnV2--focusable:focus,
.introjs-button.BtnV2--mid.BtnV2--focusable:focus {
  box-shadow: 0 4px 15px -5px rgba(20,93,155,0.3);
}
.BtnV2.BtnV2--mid.BtnV2--solid,
.introjs-button.BtnV2--mid.BtnV2--solid {
  color: #fff;
  background-color: #145d9b;
}
.BtnV2.BtnV2--mid.BtnV2--solid:active:not(.BtnV2--nofocus),
.introjs-button.BtnV2--mid.BtnV2--solid:active:not(.BtnV2--nofocus),
.BtnV2.BtnV2--mid.BtnV2--solid.BtnV2--disabled,
.introjs-button.BtnV2--mid.BtnV2--solid.BtnV2--disabled {
  background-color: #114d80 !important;
}
.BtnV2.BtnV2--secondary,
.introjs-button.BtnV2--secondary {
  color: #40c38f;
  border: 1px solid rgba(64,195,143,0.3);
}
.BtnV2.BtnV2--secondary:hover,
.introjs-button.BtnV2--secondary:hover,
.BtnV2.BtnV2--secondary.BtnV2--focusable:focus,
.introjs-button.BtnV2--secondary.BtnV2--focusable:focus {
  box-shadow: 0 4px 15px -5px rgba(64,195,143,0.3);
}
.BtnV2.BtnV2--secondary.BtnV2--solid,
.introjs-button.BtnV2--secondary.BtnV2--solid {
  color: #fff;
  background-color: #40c38f;
}
.BtnV2.BtnV2--secondary.BtnV2--solid:active:not(.BtnV2--nofocus),
.introjs-button.BtnV2--secondary.BtnV2--solid:active:not(.BtnV2--nofocus),
.BtnV2.BtnV2--secondary.BtnV2--solid.BtnV2--disabled,
.introjs-button.BtnV2--secondary.BtnV2--solid.BtnV2--disabled {
  background-color: #3db485 !important;
}
.BtnV2.BtnV2--secondary.BtnV2--mid,
.introjs-button.BtnV2--secondary.BtnV2--mid {
  color: #3db485;
  border: 1px solid rgba(61,180,133,0.3);
}
.BtnV2.BtnV2--secondary.BtnV2--mid:hover,
.introjs-button.BtnV2--secondary.BtnV2--mid:hover,
.BtnV2.BtnV2--secondary.BtnV2--mid.BtnV2--focusable:focus,
.introjs-button.BtnV2--secondary.BtnV2--mid.BtnV2--focusable:focus {
  box-shadow: 0 4px 15px -5px rgba(61,180,133,0.3);
}
.BtnV2.BtnV2--secondary.BtnV2--mid.BtnV2--solid,
.introjs-button.BtnV2--secondary.BtnV2--mid.BtnV2--solid {
  color: #fff;
  background-color: #3db485;
}
.BtnV2.BtnV2--secondary.BtnV2--mid.BtnV2--solid:active:not(.BtnV2--nofocus),
.introjs-button.BtnV2--secondary.BtnV2--mid.BtnV2--solid:active:not(.BtnV2--nofocus),
.BtnV2.BtnV2--secondary.BtnV2--mid.BtnV2--solid.BtnV2--disabled,
.introjs-button.BtnV2--secondary.BtnV2--mid.BtnV2--solid.BtnV2--disabled {
  background-color: #359d74 !important;
}
.BtnV2.BtnV2--warning,
.introjs-button.BtnV2--warning {
  color: #bf4857;
  border: 1px solid rgba(191,72,87,0.3);
}
.BtnV2.BtnV2--warning:hover,
.introjs-button.BtnV2--warning:hover,
.BtnV2.BtnV2--warning.BtnV2--focusable:focus,
.introjs-button.BtnV2--warning.BtnV2--focusable:focus {
  box-shadow: 0 4px 15px -5px rgba(191,72,87,0.3);
}
.BtnV2.BtnV2--warning.BtnV2--solid,
.introjs-button.BtnV2--warning.BtnV2--solid {
  color: #fff;
  background-color: #bf4857;
}
.BtnV2.BtnV2--warning.BtnV2--solid:active:not(.BtnV2--nofocus),
.introjs-button.BtnV2--warning.BtnV2--solid:active:not(.BtnV2--nofocus),
.BtnV2.BtnV2--warning.BtnV2--solid.BtnV2--disabled,
.introjs-button.BtnV2--warning.BtnV2--solid.BtnV2--disabled {
  background-color: #aa1325 !important;
}
.BtnV2.BtnV2--success,
.introjs-button.BtnV2--success {
  color: #40c38f;
  border: 1px solid rgba(64,195,143,0.3);
}
.BtnV2.BtnV2--success:hover,
.introjs-button.BtnV2--success:hover,
.BtnV2.BtnV2--success.BtnV2--focusable:focus,
.introjs-button.BtnV2--success.BtnV2--focusable:focus {
  box-shadow: 0 4px 15px -5px rgba(64,195,143,0.3);
}
.BtnV2.BtnV2--success.BtnV2--solid,
.introjs-button.BtnV2--success.BtnV2--solid {
  color: #fff;
  background-color: #40c38f;
}
.BtnV2.BtnV2--success.BtnV2--solid:active:not(.BtnV2--nofocus),
.introjs-button.BtnV2--success.BtnV2--solid:active:not(.BtnV2--nofocus),
.BtnV2.BtnV2--success.BtnV2--solid.BtnV2--disabled,
.introjs-button.BtnV2--success.BtnV2--solid.BtnV2--disabled {
  background-color: #3db485 !important;
}
.BtnV2.BtnV2--raised,
.introjs-button.BtnV2--raised {
  border-width: 0 !important;
  box-shadow: 0 2px 10px -3px rgba(0,0,0,0.3);
}
.BtnV2.BtnV2--raised:hover,
.introjs-button.BtnV2--raised:hover,
.BtnV2.BtnV2--raised.BtnV2--focusable:focus,
.introjs-button.BtnV2--raised.BtnV2--focusable:focus {
  box-shadow: 0 5px 18px -4px rgba(0,0,0,0.3);
}
.BtnV2.BtnV2--disabled,
.introjs-button.BtnV2--disabled {
  cursor: default;
}
.BtnV2.BtnV2--sm,
.introjs-button.BtnV2--sm {
  height: 30px;
  padding: 0 20px;
}
.BtnV2.BtnV2--square,
.introjs-button.BtnV2--square {
  border-radius: 0;
}
.BtnV2.BtnV2--fullwidth,
.introjs-button.BtnV2--fullwidth {
  width: 100%;
}
.BtnV2.BtnV2--borderless,
.introjs-button.BtnV2--borderless {
  border: 0;
}
.BtnV2.BtnV2--lg,
.introjs-button.BtnV2--lg {
  height: 44px;
}
.BtnV2.BtnV2--multiline,
.introjs-button.BtnV2--multiline {
  height: auto;
  white-space: normal;
  padding: 12px 30px;
  line-height: 18px;
  text-align: center;
}
.BtnV2.BtnV2--icon,
.introjs-button.BtnV2--icon {
  width: 38px;
  height: 38px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-group .BtnV2 {
  margin-left: 0;
  margin-right: 9px;
  margin-bottom: 18px;
}
.btn-group .BtnV2 + .btn-group .BtnV2 {
  margin-left: 0;
}
.Dashboard--topoptions.btn-group {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.Dashboard--topoptions.btn-group .BtnV2 {
  margin-bottom: 0;
}
.Select {
  position: relative;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: inherit;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
}
.Select-control {
  background-color: var(--grey-light, #f8f8f8);
  border-radius: 4px;
  cursor: default;
  display: flex;
  min-height: 52px;
  padding: 5px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0,0,0,0.06);
}
.is-searchable.is-open > .Select-control {
  cursor: text;
}
.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: var(--grey-light, #f8f8f8);
  border-color: #b3b3b3 var(--grey-mid, #ccc) #d9d9d9;
}
.is-open > .Select-control > .Select-arrow {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  left: 0;
  line-height: inherit;
  vertical-align: middle;
  padding-left: 12px;
  padding-right: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 100%;
  overflow: hidden;
  outline: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select-placeholder {
  color: #aaa;
}
td .Select-input > input {
  padding: 12px 7px !important;
}
.has-value.Select--single > .Select-control > .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control > .Select-value .Select-value-label {
  color: #333;
}
.has-value.Select--single > .Select-control > .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control > .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.has-value.Select--single > .Select-control > .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control > .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control > .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control > .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select-input {
  padding-left: 7px;
  padding-right: 7px;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: inherit;
/* For IE 8 compatibility */
  padding: 10px 0 10px;
/* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid var(--grey-mid, #ccc);
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #d0021b;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: flex;
  position: relative;
  text-align: center;
  width: 25px;
  padding-right: 5px;
  align-items: center;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
}
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 6px -2px rgba(0,0,0,0.6);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
  line-height: 24px !important;
}
.LiveField__answer .Select-option {
  font-size: initial;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
/* Fallback color for IE 8 */
  background-color: rgba(0,126,255,0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
/* Fallback color for IE 8 */
  background-color: rgba(0,126,255,0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: var(--grey-mid, #ccc);
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999;
  cursor: default;
  display: block;
  padding: 8px 10px;
  line-height: 24px !important;
}
.LiveField__answer .Select-noresults {
  font-family: initial;
  font-size: initial;
  font-weight: initial;
  color: initial;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 7px;
  padding: 0;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #2e9dd2;
/* Fallback color for IE 8 */
  border-radius: 2px;
  color: #fff;
  display: inline-flex;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 6px;
  line-height: inherit;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid rgba(255,255,255,0.3);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: rgba(0,0,0,0.1);
/* Fallback color for IE 8 */
  color: #eee;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
/* Fallback color for IE 8 */
  background-color: rgba(0,126,255,0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
.FieldConfigurationField .Select.is-focused {
  z-index: 101;
}
.Select-multi-value-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-width: 0;
}
.Select-value-label {
  overflow: hidden;
  text-overflow: ellipsis;
}
@-moz-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-o-keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-moz-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
@-o-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
.ConfigureBreak__pagesection .Choices__choice.btn-primary:last-child {
  background-color: #bf4857;
}
.Choices {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.Choices img {
  width: 100%;
  margin-top: 12px;
  pointer-events: none;
}
.Choices .Choices__choice .material-icons {
  font-size: 12px;
  position: absolute;
  opacity: 0.7;
  position: absolute;
  top: 19px;
  right: 15px;
  display: block;
  width: 15px;
}
.ChoicesQuestion.Choices .Choices__choice .material-icons {
  padding-top: 4px;
  padding-right: 12px;
  float: right;
  margin-left: 3px;
  position: static;
}
html[language='th'] .Choices__choice {
  line-height: 28px;
  padding: 8px 16px;
}
.Choices__choice {
  margin: 0;
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 18px;
  padding: 15px 16px;
  border-radius: 4px;
  text-align: left;
  text-transform: none;
  min-width: 130px;
  display: block;
  align-items: center;
  justify-content: center;
}
.Choices__choice.btn-raised {
  border-radius: 4px;
}
.Choices__choice.btn-default {
  background-color: var(--grey-light, #f8f8f8);
}
.Choices__choice.btn-disabled {
  transform: none !important;
  box-shadow: none !important;
  background-color: #eee;
  pointer-events: none;
  cursor: default;
}
.Choices__label {
  padding-right: 18px;
  word-wrap: normal;
  overflow: hidden;
  min-height: 20px;
}
.Choices__choice--1,
.Choices__choice--2,
.Choices__choice--3,
.Choices__choice--4,
.Choices__choice--5,
.Choices__choice {
  margin: 0;
  margin-bottom: 5px;
}
.Choices__choice--2,
.Choices__choice--3,
.Choices__choice--4,
.Choices__choice--5 {
  min-width: 0;
}
.Choices__choice--1 {
  width: 100%;
}
.Choices__choice--2 {
  width: 50%;
}
.Choices__choice--3 {
  width: 33.33%;
}
.Choices__choice--4 {
  width: 25%;
}
.Choices__choice--5 {
  width: 20%;
}
.Choices__input {
  opacity: 0;
  width: 0.001px;
  position: absolute;
}
.Product__withquantity {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Product__withquantity .btn-raised {
  flex: 1;
}
.Product__withquantity .LiveField__input {
  width: 70px;
}
.Product__withquantity--soldout {
  text-decoration: line-through;
  opacity: 0.7;
}
.Product__labelwrapper {
  margin-right: 10px;
}
.Product__tiers {
  margin-top: 4px;
  font-size: 13px;
  opacity: 0.8;
  line-height: 16px;
  min-width: 250px;
}
.Product__tiers td {
  padding-right: 4px;
}
@media all and (max-width: 599px) {
  .Product__price {
    font-size: 13px;
    opacity: 0.8;
    line-height: 16px;
  }
  .Product__tiers {
    width: 100%;
    min-width: 100%;
  }
}
@media all and (min-width: 600px) {
  .Product__labelwrapper {
    display: flex;
    margin-right: 30px;
  }
  .Product__price {
    margin-left: 10px;
  }
}
.Product__label {
  flex: 1;
}
.Product__imgthumb {
  width: 50px !important;
  height: 50px;
  cursor: pointer;
  border-radius: 3px;
  background-size: cover;
  background-position: center;
  pointer-events: initial !important;
  margin: 0 !important;
  margin-top: -3px !important;
  transition: all 0.3s;
  position: relative;
  margin-right: 10px !important;
  box-shadow: 0 2px 6px -2px rgba(0,0,0,0.5);
}
.Choices .Plan {
  width: 100%;
}
.submit {
  position: relative;
  z-index: 10;
}
.submit .btn-raised {
  width: 100%;
  margin: 0;
  font-size: 16px;
  padding: 15px;
  text-transform: none;
  transform: none !important;
}
.submit .btn-raised.btn-disabled {
  opacity: 0.8;
}
.editor:not(.editor--live) .submit {
  margin-bottom: 15px;
}
.SuccessfulSubmission {
  background-color: #fff;
  padding: 30px 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  box-shadow: 0 2px 6px -2px rgba(0,0,0,0.6);
  text-align: center;
}
.sortHandle {
  transition: all 0.3s !important;
  width: 24px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.alignment--center .public-DraftStyleDefault-block {
  text-align: center;
}
.alignment--right .public-DraftStyleDefault-block {
  text-align: right;
}
.alignment--center .public-DraftStyleDefault-block {
  text-align: center;
}
figure.fieldSection {
  position: static;
  margin-bottom: 0 !important;
  z-index: 2;
}
@media all and (max-width: 600px) {
  .__standardMode figure.fieldSection {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.Field {
  margin: 0 auto;
  padding: 22px 20px;
  width: 700px;
  max-width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 6px -2px rgba(0,0,0,0.6);
  position: relative;
}
.Field.Field--dragging {
  background-color: #eee !important;
}
.Field .Dropdown-control {
  min-width: 170px;
  background-color: #fff;
}
.Field .Dropdown-control:hover {
  background-color: #f8f8f8;
}
.Field .is-open .Dropdown-control {
  background-color: #f8f8f8;
}
.Field .Select-value {
  text-align: right;
  padding-right: 35px !important;
  line-height: 37px !important;
}
.Field .Select-input input {
  font-weight: 300;
  padding-left: 9px;
}
.Field .Select-control {
  box-shadow: none !important;
  min-width: 170px;
  height: 37px;
  padding: 0;
  background-color: #fff;
  font-weight: 300;
}
.Field .Select-control:hover {
  background-color: #f8f8f8;
}
.Field .Select {
  color: #333;
  font-family: 'Lato', sans-serif;
}
.Field .Select.is-focused .Select-control,
.Select-control.Field:hover {
  background-color: #f8f8f8;
}
.Field .Select-menu {
  max-height: 313px;
}
.Field .Select-menu-outer {
  box-shadow: rgba(0,0,0,0.3) 0px 2px 12px -4px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1000;
  max-height: 315px;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  width: 220px;
  right: 0;
}
.Field .Select-option:hover {
  background-color: #cee2f6;
  color: #333;
}
.Field .Select-option.is-selected {
  background-color: #2e9dd2;
  color: #fff;
}
.Field .is-open .Select-control {
  background-color: #f8f8f8;
}
.FieldSection--nested .Field {
  margin: 0;
  width: 100%;
}
.Field__connectToStripe {
  text-align: center;
  flex: 1;
  padding-right: 15px;
}
.Field__connectToStripe small {
  display: block;
  padding: 15px 0;
  line-height: 20px;
}
.Field__connectToStripe small.Field__notallowed {
  color: #40c38f;
}
.Field__MobileConfigurationOptions {
  padding-top: 15px;
  text-align: center;
}
.Field__MobileConfigurationOptions .btn-raised {
  width: 50%;
  display: inline-block;
  text-align: center;
}
.Field__headerlabel,
.Field__hinttext {
  resize: none;
  border: 0;
  font-family: inherit;
  width: 100%;
  background-color: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
}
.Field__headerlabel:focus,
.Field__hinttext:focus {
  z-index: 2 !important;
}
.Field__header,
.Field__hinttext {
  word-break: break-word;
}
.Field__hinttext {
  opacity: 0.9;
  font-size: 14px;
  line-height: 20px;
}
@media all and (min-width: 768px) {
  .Field__headerlabel {
    display: block;
    flex: 1;
  }
  .Field__header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .Field__MobileConfigurationOptions {
    display: none;
  }
}
.Field__configurationOptions {
  position: absolute;
  right: calc(-50vw + 348px);
  width: calc(50vw - 350px);
  left-align: left;
  top: 0;
  padding: 0 24px;
  color: #ccc;
  height: 85px;
  line-height: 94px;
  z-index: 1;
  opacity: 0;
  transition: all 0.1s;
}
.Field__configurationOptions.introjs-showElement {
  opacity: 1;
}
.Field__configurationOptions a {
  cursor: pointer;
  font-size: 24px;
  margin-right: 14px;
  transition: color 0.2s;
  position: relative;
  z-index: 1;
}
.Field__configurationOptions a:hover {
  color: #2e9dd2;
}
.ui-sortable-dragging.Field {
  box-shadow: 0 10px 50px -15px rgba(0,0,0,0.4);
  transform: scale(1.02);
}
.Field:hover .Field__configurationOptions,
.ui-sortable-dragging .Field__configurationOptions,
.Field:focus-within .Field__configurationOptions {
  opacity: 1;
}
.ui-sortable-dragging .Field__configurationOptions {
  display: none;
}
.FieldConfiguration__value,
.FieldConfiguration__label {
  margin: 9px 0;
}
.FieldConfiguration__label {
  font-size: 18px;
  line-height: 24px;
  color: #293f52;
}
.FieldConfiguration__label small {
  font-size: 13px;
  opacity: 0.7;
  display: block;
  line-height: 11px;
  margin-bottom: 12px;
}
.FieldConfigurationField__SubField + .FieldConfigurationField__SubField {
  margin-top: 18px;
}
.FieldConfigurationField__SubField:first-child {
  margin-top: 0;
}
.FieldConfigurationField__SubFieldTitle {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 6px;
}
.FieldConfigurationField__descriptionInline {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  color: #40c38f;
  margin: 9px 0;
  padding-bottom: 2px;
}
.FieldConfigurationField__descriptionInline svg {
  font-size: 18px;
  vertical-align: bottom !important;
  margin-right: 5px;
}
.FieldConfigurationField__description {
  position: absolute;
  left: calc(100%);
  padding-left: 0;
  top: -184px;
  min-height: 400px;
  display: flex;
  align-items: center;
  min-width: 500px;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: 0 50%;
  transition: all 0.2s;
}
.FieldConfigurationField__description:hover {
  opacity: 1;
  transform: scale(1);
}
.FieldConfigurationField__descriptioninner {
  padding: 17px 24px;
  color: #40c38f;
  box-shadow: 0 2px 21px 0 rgba(0,0,0,0.11);
  border-radius: 100px;
  pointer-events: all;
  font-style: italic;
  font-size: 13px;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  height: 100%;
}
.FieldConfigurationField__descriptioninner::after {
  content: '';
  display: block;
  position: absolute;
  left: -4px;
  top: 50%;
  margin-top: -7.5px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  transform: rotate(-52deg) skew(-15deg);
  box-shadow: -4px -4px 20px -5px rgba(0,0,0,0.3);
}
.FieldConfigurationField__i {
  display: inline-block;
  color: #40c38f;
  position: relative;
  cursor: pointer;
}
.FieldConfigurationField__i a {
  color: #3db485;
}
.FieldConfigurationField__i:hover .FieldConfigurationField__description {
  opacity: 1;
  transform: scale(1);
  z-index: 102;
}
.FieldConfigurationField__i svg {
  width: 22px;
  height: 22px;
}
.FieldConfigurationField {
  width: 100%;
}
.FieldConfigurationField .Select {
  font-weight: 300;
}
.FieldConfigurationField:not(.FieldConfigurationField--half) {
  margin-bottom: 36px;
}
.FieldConfigurationField--half {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-right: 1%;
}
.FieldConfigurationField--half + .FieldConfigurationField--half {
  margin-left: 1%;
  margin-right: 0;
}
.FieldConfiguration__input {
  width: 100%;
  background-color: #f8f8f8;
  border: 0;
  padding: 0 15px;
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 300;
  outline: 0;
  height: 40px;
  border-radius: 4px;
}
.FieldConfiguration__input::placeholder {
  color: #999;
}
.FieldConfiguration__richtext {
  width: 100%;
  background-color: #f8f8f8;
  border: 0;
  padding: 18px;
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 300;
}
textarea.FieldConfiguration__input {
  padding: 15px;
}
.VisibilityRules__close {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s;
  color: #bf4857;
}
.VisibilityRules__close:hover {
  opacity: 1;
}
.VisibilityRules .Dropdown-option {
  white-space: initial;
  overflow: hidden;
}
.VisibilityRules__wrapper {
  padding: 18px;
  border-radius: 5px;
  margin-top: 18px;
  box-shadow: 0 4px 30px -13px rgba(0,0,0,0.4);
}
.VisibilityRule__multiple {
  padding-top: 9px;
}
.VisibilityRules--multiple-conditions > .VisibilityRules__conditions {
  background-color: rgba(46,157,210,0.2);
  border-radius: 8px;
  padding: 18px;
}
.Field__summary {
  display: block;
  margin-top: 8px;
}
.Field__nopaymentgateway {
  display: block;
  margin-top: 8px;
}
.FieldConfiguration__subscriptionSelector {
  max-height: 300px;
  overflow: auto;
  border-radius: 3px;
  padding-right: 15px;
}
.FieldConfiguration__subscriptionSelectorloading {
  text-align: center;
}
.FieldConfiguration__planwrapper {
  display: flex;
}
.FieldConfiguration__plantoggle {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.FieldConfiguration__plan {
  padding: 8px 15px;
  border-radius: 3px;
  background-color: #eee;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  flex: 1;
}
.FieldConfiguration__plan .material-icons {
  vertical-align: middle;
  display: block;
}
.FieldConfiguration__plan.FieldConfiguration__plan--add .material-icons {
  margin-left: 4px;
}
.FieldConfiguration__plan.FieldConfiguration__plan--remove .material-icons {
  margin-right: 4px;
}
.FieldConfiguration__plan:hover {
  background-color: #f8f8f8;
}
.FieldConfiguration__plan + .FieldConfiguration__plan {
  margin-top: 9px;
}
.FieldConfiguration__planlabel {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Field__dragpreview {
  color: #2e9dd2;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
  margin-left: -3px;
  margin-top: -3px;
  line-height: 30px;
  cursor: move !important;
  box-shadow: 0 3px 8px -2px #76a6bd;
}
.sortHandle {
  cursor: move !important;
}
.LiveField__slider {
  min-height: 42px;
  max-width: 100%;
  position: relative;
  margin-top: 15px;
  padding: 0 20px;
}
.LiveField__slider--vertical {
  height: 300px;
  padding: 20px 0;
}
.LiveField__slider--empty .rc-slider-handle {
  display: none;
}
.LiveField__slider--empty .rc-slider-dot-active {
  border-color: #e9e9e9 !important;
  background-color: #fff !important;
}
.ScoreRules {
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 3px;
  display: flex;
}
.ScoreRules .ScoreRules__rule {
  flex: 1;
}
.ScoreRules .Dropdown-root {
  min-width: 0;
}
.ScoreRules .Dropdown-option {
  white-space: initial;
  text-align: left;
}
.ScoreRules__btn {
  padding-left: 9px;
  display: inline-block;
  cursor: pointer;
}
.ScoreRules__btn .material-icons {
  color: #2e9dd2;
}
.ScoreRules__close .material-icons {
  color: #bf4857;
}
.ScoreRules__modifiers .Dropdown-option {
  white-space: nowrap;
}
.ScoreRules__then {
  min-width: 50px;
  font-size: 16px;
  text-align: center;
}
.ScoreRules__when {
  min-width: 50px;
  font-size: 16px;
}
.FieldSectionOptions {
  position: relative;
  transition: all 0.2s;
  opacity: 0;
  z-index: 30;
  pointer-events: none;
}
.fieldSection:hover .FieldSectionOptions {
  opacity: 1;
  transform: translateY(0);
  pointer-events: initial;
}
.FieldSection__wrapper {
  position: relative;
}
.FieldSection__splitter {
  position: absolute;
  z-index: 100;
  transform: translateY(-50%);
  top: 0;
  left: -9px;
  right: -9px;
  min-height: max-content;
  padding: 10px 0;
  cursor: ns-resize;
}
.FieldSection__splitter div {
  opacity: 0;
  border: 1.5px dashed #2e9dd2;
  font-family: Lato;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  transition: all 250ms;
  transform: scaleX(0.98);
}
.FieldSection__splitter div:before {
  content: 'SPLIT';
  font-size: 10px;
  position: absolute;
  display: block;
  left: 50%;
  top: -12px;
  background: #2e9dd2;
  color: #fff;
  padding: 0px 8px;
  width: 48px;
  border-radius: 20px;
  margin-left: -24px;
  text-align: center;
}
.FieldSection__splitter:hover div {
  opacity: 1;
  transform: scaleX(1);
  pointer-events: all;
}
.FieldSectionOptions__grouplabel {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -3px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  color: #aaa;
  margin-right: 50px;
}
.FieldSectionOptions__inner {
  position: absolute;
  right: 0px;
  top: -45px;
  color: #cfcfcf;
  z-index: 2;
  transition: all 0.3s;
  background-color: #f8f8f8;
  padding: 7px 9px;
  padding-bottom: 0px;
  border-radius: 3px;
  box-shadow: 0 2px 6px -2px rgba(0,0,0,0.2);
}
.FieldSectionOptions__inner [data-label]:hover::before {
  transform: translateY(-14px);
}
.FieldSectionOptions__inner a {
  font-size: 22px;
  cursor: pointer;
  margin-right: 10px;
  transition: color 0.2s;
  position: relative;
  z-index: 1;
}
.FieldSectionOptions__inner a:last-child {
  margin-right: 0;
}
.FieldSectionOptions__inner a:hover {
  color: #58b1db;
}
.FieldConfiguration__inputgroup {
  display: flex;
  align-items: center;
  justify-content: center;
}
.FieldConfiguration__title {
  margin-bottom: 36px;
  margin-top: 4px;
  margin-right: 300px;
}
.FieldConfigurationField__subfields {
  padding: 9px 24px;
  border: 3px solid #eee;
  border-radius: 9px;
}
> .FieldConfigurationField:last-child {
  margin-bottom: 0;
}
.FieldConfigurationField__error {
  padding: 9px 18px;
  margin-top: 9px;
  color: #bf4857;
  background-color: rgba(191,72,87,0.1);
  border-radius: 18px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.FieldSectionDragPreviewWrapper {
  position: relative;
  transition: height 0.3s;
}
.FieldSectionDragPreviewWrapper__dragging {
  height: 0;
  overflow: hidden;
}
.Link__set {
  width: 235px;
  margin-left: -100px;
  display: flex;
  align-items: center;
}
.Link__set input {
  width: calc(100% - 35px);
  height: 30px;
  font-family: inherit;
  text-align: center;
  color: #145d9b;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #2e9dd2;
  border-radius: 100px;
  box-shadow: 0 4px 30px -10px rgba(0,0,0,0.3);
}
.Link__set ::placeholder {
  color: #2e9dd2;
}
.Link__set .material-icons {
  background-color: #bf4857;
  color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}
.Link {
  positive: relative;
}
.a {
  color: #145d9b;
}
.a.secondary {
  color: #3db485;
}
.File input {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.File > span.btn-raised.btn-default {
  background-color: 'var(--grey-light, #f8f8f8)';
}
.File > span.btn-raised.btn-default:focus {
  z-index: 20;
  box-shadow: 0 4px 14px -6px rgba(0,0,0,0.8);
}
.File__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0,0,0,0.4);
}
.File__label--hasbg {
  position: relative;
  z-index: 1;
  color: #fff;
}
.File__percentage {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  transition: width 0.3s;
  background: #2e9dd2;
}
.BtnV2.MultipleFiles__file {
  margin: 0;
  width: 100%;
  margin-bottom: 9px;
  font-size: 14px;
  height: max-content;
  min-height: 38px;
  padding: 3px 30px;
}
.BtnV2.MultipleFiles__file + .BtnV2.MultipleFiles__file {
  margin-left: 0;
}
.BtnV2.MultipleFiles__file > span > div {
  display: flex;
  align-items: center;
}
.BtnV2.MultipleFiles__file > span > div > span {
  word-wrap: break-word;
  width: 100%;
  white-space: normal;
  padding-right: 5px;
}
.BtnV2.MultipleFiles__file .material-icons {
  color: #bf4857;
  position: absolute;
  right: 18px;
}
.Checkout {
  width: 476px;
  max-width: 100%;
  padding: 0 18px;
  margin: 15px auto;
  position: relative;
  text-align: center;
  z-index: 1;
  height: 100%;
  margin-bottom: 50px;
}
.Checkout .LiveField {
  margin-top: 15px;
  background-color: transparent;
}
.Checkout .LiveField:first-child {
  margin-top: 0;
}
.Checkout .LiveField .LiveField__container {
  padding: 0 10px;
  padding-top: 15px;
}
.Checkout .LiveField__error {
  margin: 0;
}
.Checkout--inline .__header-two {
  margin-bottom: 30px;
}
.Checkout--modal .LiveField {
  box-shadow: none !important;
}
.Checkout__title {
  margin-top: 15px;
  font-weight: 300;
  font-size: 32px;
}
.flex {
  flex: 1;
}
.Checkout__1_2 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.Checkout .__unstyled.Checkout__error {
  background-color: rgba(191,72,87,0.2);
  color: rgba(0,0,0,0.8) !important;
  font-size: 14px;
  line-height: 18px;
  padding: 12px 6px;
  font-weight: 400;
  border-radius: 4px;
}
.Checkout--braintree #braintree {
  min-height: 72px;
}
.Checkout--braintree #braintree:empty {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Checkout--braintree #braintree:empty:after {
  content: 'Loading...';
  font-style: italics;
}
.Checkout--braintree .braintree-sheet__icons {
  text-align: center;
}
.Checkout--braintree .braintree-options-list {
  padding: 0;
}
.Checkout--braintree .braintree-option {
  border-radius: 4px;
  border: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  box-shadow: 0 2px 6px -2px rgba(0,0,0,0.3);
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: all 0.1s;
  outline: 0;
  -webkit-user-select: none;
  user-select: none;
}
.Checkout--braintree .braintree-option:hover {
  z-index: 20;
  box-shadow: 0 4px 14px -6px rgba(0,0,0,0.5);
}
.Checkout--braintree .braintree-option:active,
.Checkout--braintree .braintree-option[disabled] {
  transition: all 0.05s;
  transform: scale(0.99);
  -ms-transform: scale(0.99);
  opacity: 0.9;
  box-shadow: 0 0 0 0 #000;
}
.Checkout--braintree .braintree-option + .braintree-option {
  margin-top: 9px;
}
.Checkout--braintree .braintree-dropin {
  font-family: 'Lato';
}
.Checkout--braintree .braintree-form__flexible-fields {
  margin-top: 15px;
}
.Checkout--braintree .braintree-sheet__content--form {
  padding: 10px 0;
}
.Checkout--braintree .braintree-sheet__content--form .braintree-form__field-group .braintree-form__label {
  font-weight: 300;
  font-size: 16px;
}
.Checkout--braintree .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field .braintree-form__hosted-field {
  border-width: 0;
  border-bottom-width: 1px;
  border-color: #eee;
}
.Checkout--braintree .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field .braintree-form__hosted-field.braintree-hosted-fields-focused {
  border-color: #2e9dd2;
}
.Checkout--braintree .braintree-form__field-group--has-error .braintree-form__field .braintree-form__hosted-field {
  border-color: #eb5757 !important;
}
.Checkout--braintree .braintree-sheet {
  border: 0;
}
.Checkout--braintree .braintree-sheet__header {
  border: 0;
  background-color: #fff;
  justify-content: center;
  margin-bottom: 0;
}
.Checkout--braintree .braintree-sheet__header-label {
  display: none;
  padding-top: 15px;
}
.Checkout--braintree .braintree-toggle {
  background-color: var(--grey-light, #f8f8f8);
  padding: 16.6px;
}
.Checkout--braintree .paypal-button-widget {
  transform: scale(1.3);
  display: block;
}
.Checkout--paypal {
  text-align: center;
  height: auto !important;
  display: flex;
  flex-direction: column;
}
.StripeCheckout__CardWrapper .StripeElement {
  padding: 9px 0;
  border-bottom: 1px solid rgba(230,230,230,0.8);
}
.Checkout__paymentrequestwrapper {
  padding-top: 15px;
  display: block;
}
.Checkout--square .square-pos span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Checkout--square .btn-raised:not(.square-pos) {
  width: 100%;
  min-height: 50px;
}
.Checkout--square button:not(.square-pos) {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  color: #fff;
  border: 0;
  font: inherit;
  font-size: 16px;
}
.Checkout--square .LiveField {
  min-height: 80px;
}
.Checkout--square .sq-input {
  height: 38px;
  background-color: var(--grey-light, #f8f8f8);
  border-bottom: 1px solid rgba(230,230,230,0.8);
}
.AddACard__issues {
  padding: 18px;
  border: 5px solid rgba(191,72,87,0.06);
  background-color: #fff;
  border-radius: 6px;
}
.AddACard__issues strong {
  color: #bf4857;
}
.AddACard__issues a {
  color: #145d9b;
}
.CheckoutV2 {
  min-height: 100vh;
  background-color: #fff;
  opacity: 0;
  transform: translateY(8px), scale(0.9);
  z-index: 1000;
  display: flex;
}
.CheckoutV2 .btn-raised.btn-primary {
  border-radius: 36px;
}
.PaymentSummary__header {
  font-size: 22px;
  margin-bottom: 18px;
}
.Checkout__stripeSourceListHeader {
  font-size: 22px;
  margin-top: 15px;
}
.CheckoutV2__checkout {
  padding-top: 50px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  align-items: center;
  justify-content: center;
}
.CheckoutV2__checkout > * {
  height: auto;
}
.CheckoutV2__summary {
  background-color: #fff;
  box-shadow: 0 0 15px -4px rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  padding: 18px;
  max-width: 350px;
  display: flex;
}
.CheckoutV2__summary .PaymentSummary__summary {
  overflow: auto;
  flex: 1;
  -webkit-overflow-scrolling: touch;
}
.CheckoutV2__checkout {
  flex: 1;
}
.__checkingOut {
  background-color: #fff;
}
.__checkingOut > * {
  background-color: #fff;
}
.__checkingOut .Paperform__Container > .DraftEditor-root {
  display: none;
}
.__checkingOut .CheckoutV2 {
  opacity: 1;
  transform: translateY(0);
}
.PaymentSummary {
  padding: 9px 18px;
  margin: 18px 0;
  border-radius: 9px;
  background-color: var(--grey-light, #f8f8f8);
  display: flex;
  flex: 0;
  flex-direction: column;
}
.PaymentSummary .PaymentSummary__lines {
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
  line-height: 18px;
}
.PaymentSummary .OrderLine.OrderLine--total {
  font-weight: 600;
}
.PaymentSummary .OrderLine.OrderLine--total td {
  border-bottom: none;
}
.PaymentSummary .OrderLine td {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 9px;
}
.PaymentSummary .OrderLine td:first-child {
  padding-left: 0;
}
.PaymentSummary .OrderLine td:last-child {
  padding-right: 0;
}
.PaymentSummary .OrderLine .OrderLine__label {
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.PaymentSummary .OrderLine .OrderLine__quantity {
  font-weight: 300;
  text-align: right;
  width: 100px;
}
.PaymentSummary .OrderLine .OrderLine__quantity small {
  font-size: 12px;
}
.PaymentSummary .OrderLine .OrderLine__total {
  text-align: right;
  width: 70px;
}
.PaymentSummary .OrderLine .OrderLine__prediscount {
  text-decoration: line-through;
  opacity: 0.7;
  display: block;
  font-weight: 300;
}
.PaymentSummary .OrderLine .OrderLine__linetotal {
  display: block;
}
.PaymentSummary__subscriptions {
  font-size: 14px;
  text-align: center;
  line-height: 19px;
  padding: 18px;
  padding-top: 9px;
  border-radius: 4px;
}
.CheckoutV2__togglesummary {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  display: none;
  padding: 18px;
}
.CheckoutV2__togglesummary i {
  font-size: 30px;
}
@media screen and (max-width: 800px) {
  .CheckoutV2__togglesummary {
    display: block;
  }
  .CheckoutV2__summary {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    max-width: 100%;
  }
  .CheckoutV2--summary .CheckoutV2__summary {
    display: flex;
  }
  .PaymentSummary__header {
    font-size: 18px;
  }
}
.PaymentSummary .Coupon {
  margin: 18px 0;
}
.PaymentSummary .Coupon input {
  padding: 9px 18px;
  font-family: Lato;
  font-size: 14px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 4px;
  width: 0;
}
.Checkout__stripeSourceList ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.Checkout__stripeSourceList li {
  list-style: none;
  padding: 6px;
  display: block;
  font-size: 15px;
  width: 30%;
  min-width: 120px;
  margin: 1.5%;
  margin-bottom: 45px;
  cursor: pointer;
  border: 2px solid #eee;
  box-shadow: none;
  border-radius: 4px;
  transition: all 0.2s;
}
.Checkout__stripeSourceList li:hover {
  border: 2px solid #ddd;
  box-shadow: 0 4px 15px -6px rgba(0,0,0,0.2);
}
.Checkout__stripeSourceLogo {
  height: 90px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.Checkout__stripeSourceLogoSingle {
  height: 100px;
  width: 200px;
  margin: 15px auto;
  margin-bottom: 8px;
  display: block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.Checkout__stripeSourceLogo i.material-icons {
  width: 100%;
  height: 100%;
  font-size: 60px;
  line-height: 90px;
  color: #999;
}
.Checkout__stripeSourceLogo {
  position: relative;
}
.Checkout__stripeSourceLogo::before {
  opacity: 0.8;
  pointer-events: none;
  content: attr(alt);
  position: absolute;
  display: block;
  z-index: 100;
  left: 0;
  width: 100%;
  bottom: -40px;
  background: #fff;
  font-size: 13px;
  line-height: 16px;
  padding: 6px 0;
  border-radius: 4px;
  box-shadow: 0 3px 6px -3px rgba(0,0,0,0.3);
  transition: opacity 0.2s;
}
.Checkout__stripeSourceLogo:hover::before {
  opacity: 1;
  transition: all 0.2s;
  box-shadow: 0 3px 10px -3px rgba(0,0,0,0.3);
}
.SubmissionErrors {
  text-align: center;
  padding: 15px;
  color: #bf4857;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
  background-color: rgba(191,72,87,0.1);
  border-radius: 4px;
}
.body--live .Footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2px;
  margin-top: -21px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  color: #bbb;
  text-decoration: none;
  transition: all 0.3s;
}
.body--live .Footer:hover {
  background-color: #62add1;
  color: #fff;
}
._iframe._inline._iframe._inline.body--live .Footer,
._iframe._popup._iframe._popup.body--live .Footer {
  position: absolute;
  background-color: transparent !important;
  color: rgba(0,0,0,0.3);
  text-transform: none;
  z-index: 1;
}
._iframe._inline._iframe._inline.body--live .Footer:hover,
._iframe._popup._iframe._popup.body--live .Footer:hover {
  color: #2e9dd2;
}
._iframe._inline._iframe._inline.body--live .body--dropdownopen .Footer,
._iframe._popup._iframe._popup.body--live .body--dropdownopen .Footer {
  z-index: initial;
}
.Footer {
  text-align: center;
  padding: 20px 15px;
  color: rgba(0,0,0,0.4);
  display: none;
  overflow: hidden;
}
.Footer ul {
  margin: 0;
  padding: 0;
  display: block;
}
.Footer li {
  list-style: none;
  font-size: 10px;
  padding: 15px;
  padding-bottom: 0;
  text-transform: uppercase;
  display: inline-block;
}
.Footer li + .Footer li {
  padding-left: 0;
}
.Footer li a {
  transition: all 0.2s;
  color: rgba(0,0,0,0.7);
}
.Footer li a:hover {
  color: rgba(0,0,0,0.9);
}
.Footer a {
  color: rgba(0,0,0,0.7);
  text-decoration: none;
}
@media all and (max-width: 600px) {
  .Footer li {
    display: block;
  }
}
.__loaded .Footer {
  display: block;
}
.body--nobranding .Footer {
  visibility: hidden;
}
.Footer a {
  color: rgba(0,0,0,0.4);
  transition: all 0.2s;
}
.Footer a:hover {
  color: rgba(0,0,0,0.7);
}
.SiteFooter {
  padding: 30px;
  background-color: var(--grey-light, #f8f8f8);
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
  color: #999;
}
.SiteFooter .SiteFooter__title {
  padding-right: 15px;
  padding-left: 5px;
  display: inline-block;
}
.SiteFooter img {
  margin-bottom: 10px;
  vertical-align: middle;
}
.SiteFooter ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.SiteFooter ul li {
  display: inline-block;
  margin-right: 15px;
  list-style: none;
}
.SiteFooter ul li a {
  color: #999;
}
.SiteFooter ul li a:hover {
  text-decoration: underline;
}
.SiteFooter__inner {
  max-width: 970px;
  margin: 0 auto;
}
.spinner {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background-color: #fff;
  background-size: 800% 800%;
  -webkit-animation: LoadingBackground 44s ease infinite;
  -moz-animation: LoadingBackground 44s ease infinite;
  animation: LoadingBackground 44s ease infinite;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.prettyBackground {
  background: linear-gradient(271deg, #eebd6d, #e8da9f, #f0d4b4, #f79b86);
  background-size: 800% 800%;
  -webkit-animation: LoadingBackground 44s ease infinite;
  -moz-animation: LoadingBackground 44s ease infinite;
  animation: LoadingBackground 44s ease infinite;
}
.__loaded .spinner {
  opacity: 0;
  z-index: -1;
}
.sk-folding-cube {
  display: none;
  margin: 20px auto;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 4.8s infinite linear both;
  animation: sk-foldCubeAngle 4.8s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.sk-fading-circle {
  width: 15px;
  height: 15px;
  position: absolute;
  display: inline-block;
  top: 50%;
  margin-left: 5px;
  margin-top: -7.5px;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 2px;
  background-color: rgba(0,0,0,0.6);
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.btn-primary .sk-fading-circle .sk-circle:before {
  background-color: rgba(255,255,255,0.9);
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-moz-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@-o-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@-moz-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@-o-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@-moz-keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-webkit-keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-o-keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-moz-keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-webkit-keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-o-keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-moz-keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-webkit-keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-o-keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@keyframes LoadingBackground {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-moz-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-o-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-moz-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-o-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.CenteredPage {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  margin-bottom: 60px;
  min-height: calc(100vh - 270px);
  width: 100%;
}
.CenteredPage > * {
  width: 100%;
  max-width: 350px;
  padding: 15px;
}
.CenteredPage__field {
  margin-bottom: 15px;
}
.CenteredPage__field input,
.CenteredPage__field textarea {
  display: block;
  width: 100%;
  font: inherit;
  outline: none;
  height: 40px;
  color: #2e9dd2;
  border: 0;
  border-bottom: 1px solid #ddd;
}
.CenteredPage__field input:focus,
.CenteredPage__field textarea:focus {
  border-bottom-color: #2e9dd2;
}
.CenteredPage__field .btn-raised {
  width: 100%;
  margin: 0;
}
.Confirmation {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
.Confirmation__body {
  flex: 1;
}
.Confirmation__buttons {
  display: block;
}
.Confirmation__buttons > * {
  display: inline-block;
  width: 50%;
  margin-bottom: 15px;
}
.EditConfirmationScreen .editor {
  border: 1px solid #ddd;
}
.MobileDisabled {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.MobileDisabled h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 25px;
  text-align: center;
  color: #2e9dd2;
}
.MobileDisabled p {
  margin: 25px;
}
.MobileDisabled .material-icons {
  font-size: 200px;
  color: #bcd3ff;
}
.formNotFound {
  height: 100%;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
}
.formNotFound h1 {
  font-weight: 300;
}
.LiveField .PaperDateInput + .PaperCalendar {
  margin-top: 9px;
}
.LiveField .PaperCalendar {
  color: #333;
  width: 100%;
  margin-top: 20px;
  max-width: 700px;
}
.LiveField .PaperCalendar.LiveField__calendar--toggleable {
  margin-left: -20px;
  margin-right: -22px;
  margin-bottom: -20px;
  margin-top: 20px;
  width: auto;
  background: rgba(0,0,0,0.03);
  padding: 18px;
}
.LiveField .PaperCalendar .PaperCalendar__dayWrapper::after,
.LiveField .PaperCalendar .PaperCalendar__wrapper::after,
.LiveField .PaperCalendar .PaperCalendar__yearWrapper::after {
  padding-bottom: 45%;
}
.PaperCalendar {
  width: 100%;
  background: #fff;
  color: #333;
  max-width: 550px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 0;
}
.PaperCalendar * {
  user-select: none;
}
.PaperCalendar__controls {
  height: 40px;
  display: flex;
}
.PaperCalendar__controls .PaperCalendar__controlBtn {
  font: inherit;
  font-weight: bold;
  display: block;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: flex;
  flex: 1 1 auto;
  border: 0;
  border-right: 0;
  border-top: 0;
  transition: background 0.1s;
}
.PaperCalendar__controls .PaperCalendar__controlBtn i {
  font-size: 20px;
  line-height: 30px;
}
.PaperCalendar__controls .PaperCalendar__controlBtn:active {
  transition: none;
  background-color: var(--active-color-light, rgba(46,157,210,0.2));
}
.PaperCalendar__controls .PaperCalendar__controlBtn:disabled {
  background-color: none;
}
.PaperCalendar__backDouble,
.PaperCalendar__forwardDouble {
  white-space: nowrap;
}
.PaperCalendar__backDouble i + i,
.PaperCalendar__forwardDouble i + i {
  position: relative;
  margin-left: -14px;
}
.PaperCalendar__View {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.45s;
  z-index: 5;
  pointer-events: none;
}
.PaperCalendar__View--day,
.PaperCalendar--month .PaperCalendar__View--month,
.PaperCalendar--year .PaperCalendar__View--year,
.PaperCalendar--decade .PaperCalendar__View--decade .PaperCalendar--year .PaperCalendar__View--month,
.PaperCalendar--timezone .PaperCalendar__View--timezone {
  opacity: 1;
  pointer-events: initial;
}
.PaperCalendar__wrapper {
  position: relative;
  flex: 1 1 auto;
}
.PaperCalendar__dayWrapper,
.PaperCalendar__wrapper,
.PaperCalendar__yearWrapper {
  position: relative;
}
.PaperCalendar__dayWrapper::after,
.PaperCalendar__wrapper::after,
.PaperCalendar__yearWrapper::after {
  content: '';
  display: block;
  padding-bottom: 65%;
}
@media screen and (max-width: 600px) {
  .LiveField .PaperCalendar .PaperCalendar__dayWrapper::after,
  .LiveField .PaperCalendar .PaperCalendar__wrapper::after,
  .LiveField .PaperCalendar .PaperCalendar__yearWrapper::after {
    padding-bottom: 70%;
  }
}
@media screen and (max-width: 450px) {
  .LiveField .PaperCalendar .PaperCalendar__dayWrapper::after,
  .LiveField .PaperCalendar .PaperCalendar__wrapper::after,
  .LiveField .PaperCalendar .PaperCalendar__yearWrapper::after {
    padding-bottom: 80%;
  }
}
.PaperCalendar__dayWrapperInner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.PaperCalendar__daysList {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
}
.PaperCalendar__day {
  flex: 1 0 auto;
  width: 14.28%;
  height: 16.66%;
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 0;
  justify-content: center;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
}
.PaperCalendar__day.PaperCalendar__day--inrange {
  background-color: #cee2f6;
  background-color: var(--active-color-light, rgba(46,157,210,0.2));
  z-index: 1;
}
.PaperCalendar__day--outsidemonth {
  opacity: 0.4;
  background-color: #cee2f6;
  background-color: var(--active-color-light, rgba(46,157,210,0.2));
  color: #444;
  border-radius: 0;
}
.PaperCalendar__day--outsidemonth.PaperCalendar__day--inrange {
  opacity: 1;
  background-color: #cee2f6;
  background-color: var(--active-color-light, rgba(46,157,210,0.2));
}
.PaperCalendar__day--disabled {
  background-color: #eee;
  border-radius: 0;
  opacity: 1;
  color: #bbb;
  cursor: default;
}
.PaperCalendar__day--today::after {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: rgba(191,72,87,0.7);
  border-radius: 100%;
  width: 6px;
  height: 6px;
}
.PaperCalendar__day--active {
  background-color: #2e9dd2;
  background-color: var(--active-color, #2e9dd2);
  color: #fff;
  border-radius: 3px;
  position: relative;
  z-index: 2;
}
.PaperCalendar__day--active + .PaperCalendar__day--active {
  z-index: 1;
}
.PaperCalendar__day--active + .PaperCalendar__day--active::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #2e9dd2;
  background-color: var(--active-color, #2e9dd2);
  width: 10px;
  left: -5px;
  top: -1px;
  bottom: -1px;
}
.PaperCalendar__day--active.PaperCalendar__day--today::after {
  background-color: rgba(255,255,255,0.7);
}
.PaperCalendar__year.PaperCalendar__year--active {
  background-color: #cee2f6;
  background-color: var(--active-color-light, rgba(46,157,210,0.2));
}
.PaperCalendar__yearWrapperInner {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.PaperCalendar__year {
  width: 25%;
  height: 16.66%;
  display: inline-block;
  text-align: center;
  padding: 3px;
  cursor: pointer;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.PaperCalendar__year:active {
  background-color: #cee2f6;
  background-color: var(--active-color-light, rgba(46,157,210,0.2));
}
.PaperCalender__dayHeader {
  display: flex;
  height: 40px;
}
.PaperCalendar__dayLabel {
  flex: 1 1 auto;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 4px;
  color: #aaa;
}
.PaperCalendar__yearscroll,
.PaperCalendar__tzscroll {
  border-top: 1px solid #eee;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.PaperCalendar__yearscrollYear {
  padding: 9px 18px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  border-bottom: 1px solid var(--grey-light, #f8f8f8);
  line-height: initial;
}
.PaperCalendar__yearscrollYear.PaperCalendar__yearscrollYear--active {
  background-color: #cee2f6;
  background-color: var(--active-color-light, rgba(46,157,210,0.2));
}
.PaperCalendar__tzwrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.PaperCalendar__tzwrapper .PaperCalendar__tzscroll {
  flex: 1;
}
.PaperCalendar__tzscrolltz {
  padding: 9px 18px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  border-bottom: 1px solid var(--grey-light, #f8f8f8);
  line-height: initial;
}
.PaperCalendar__tzscrolltz.PaperCalendar__tzscrolltz--active {
  background-color: var(--active-color-light, rgba(46,157,210,0.2));
}
.PaperCalendar__hover .PaperCalendar__month:hover,
.PaperCalendar__hover .PaperCalendar__year:hover,
.PaperCalendar__hover .PaperCalendar__controls button:hover,
.PaperCalendar__hover .PaperCalendar__yearscrollYear:hover {
  background-color: var(--grey-light, #f8f8f8);
}
.PaperCalendar__hover .PaperCalendar__day.PaperCalendar__day--default:hover {
  background-color: #cee2f6;
  background-color: var(--active-color-light, rgba(46,157,210,0.2));
  z-index: 1;
}
.PaperCalendar__hover .PaperCalendar__day.PaperCalendar__day--outsidemonth:not(.PaperCalendar__day--active):hover {
  background-color: #cee2f6;
  background-color: var(--active-color-light, rgba(46,157,210,0.2));
  opacity: 1;
}
.PaperCalendar__day.PaperCalendar__day--outsidemonth.PaperCalendar__day--active {
  background-color: #cee2f6;
  background-color: var(--active-color, #2e9dd2);
  opacity: 1;
}
.PaperDate {
  display: flex;
}
.PaperDate .PaperDate__control {
  flex: 1;
  margin: 0 7.5px;
}
.PaperDate .PaperDate__control:first-child {
  margin-left: 0;
}
.PaperDate .PaperDate__control:last-child {
  margin-right: 0;
}
._pf_rtl .PaperTime {
  justify-content: flex-end;
}
.PaperTime {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
}
.PaperTime__time {
  display: flex;
  align-items: center;
  justify-content: center;
}
.PaperTime__input {
  text-align: left;
  font-size: 18px;
  width: 80px;
  padding: 0 18px;
  line-height: initial;
}
.PaperTime__input:last-child {
  width: 58px;
  padding-left: 9px;
}
.PaperTime__button {
  margin-left: 4px;
  vertical-align: bottom;
  border-color: rgba(230,230,230,0.8) !important;
}
.PaperTime__button:focus {
  border-color: var(--active-color, #2e9dd2) !important;
}
.PaperTime__button--disabled {
  cursor: default;
}
.PaperTime__colon {
  color: #ddd;
  font-size: 18px;
  position: absolute;
  margin-left: 0px;
}
.LiveField--active .PaperTime__colon {
  color: var(--active-color, #2e9dd2);
}
.visually-hidden {
/* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.Video--edit {
  width: 100%;
  background-color: #eee;
  position: relative;
  min-height: 200px;
}
.Video--edit::before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.Video--edit-fixed::before {
  display: none;
}
.Video--edit iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.8;
  pointer-events: none;
}
.Video--edit input {
  position: absolute;
  height: 40px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: 400px;
  z-index: 1;
  border: 0;
  padding: 15px;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  border-radius: 3px;
  outline: 0;
  color: #777;
  background-color: var(--grey-light, #f8f8f8);
  transition: all 0.2s;
}
.Video--edit input:focus {
  background-color: #fff;
  color: #333;
}
.Video {
  width: 100%;
  background-color: transparent;
  position: relative;
  min-height: 200px;
  overflow: hidden;
}
.Video::before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.Video iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.Video__delete {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  color: #ddd;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 30px;
}
.Video__delete:hover {
  color: #2e9dd2;
}
.Video__delete::before {
  text-shadow: none;
}
.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #91bfd5;
}
.rc-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
}
.rc-slider-handle:hover {
  border-color: #2e9dd2;
}
.rc-slider-handle-active:active {
  border-color: #2e9dd2;
  box-shadow: 0 0 5px #2e9dd2;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  max-height: 32px;
  overflow: visible;
  white-space: nowrap;
  color: #999;
  margin-top: -10px;
  padding-top: 10px;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot:first-child {
  margin-left: -4px;
}
.rc-slider-dot:last-child {
  margin-left: -4px;
}
.rc-slider-dot-active {
  border-color: #91bfd5;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: var(--grey-mid, #ccc);
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: var(--grey-mid, #ccc);
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  margin-bottom: -7px;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  -webkit-animation-name: rcSliderTooltipZoomDownIn;
  animation-name: rcSliderTooltipZoomDownIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  -webkit-animation-name: rcSliderTooltipZoomDownOut;
  animation-name: rcSliderTooltipZoomDownOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}
@-moz-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@-webkit-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@-o-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@-moz-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@-webkit-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@-o-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
.Signature__wrapper {
  position: relative;
  margin-bottom: 20px;
  margin-top: 15px;
}
.Signature {
  border: 1px solid #ddd;
  background-color: #fff;
}
.Signature__wrapper .btn-default {
  color: #555;
}
.Signature__wrapper .Signature__placeholder {
  color: #ddd;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 25px;
  margin-top: -16px;
  width: 300px;
  margin-left: -150px;
  text-align: center;
  pointer-events: none;
  display: none;
}
.Signature__wrapper .Signature__done,
.Signature__wrapper .Signature__refresh,
.Signature__wrapper .Signature__edit {
  position: absolute;
  bottom: -10px;
  right: 15px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  transform: scale(1);
  opacity: 1;
}
.Signature__wrapper .Signature__done i,
.Signature__wrapper .Signature__refresh i,
.Signature__wrapper .Signature__edit i {
  font-size: 25px;
}
.Signature__wrapper .Signature__refresh {
  right: 80px;
}
.Signature__wrapper .Signature__edit {
  display: none;
}
.Signature__wrapper .Signature__edit i {
  line-height: 30px;
}
.Signature__wrapper.Signature__wrapper--locked .Signature__done {
  display: none;
}
.Signature__wrapper.Signature__wrapper--locked .Signature__edit {
  display: block;
}
.Signature__wrapper.Signature__wrapper--empty .Signature__placeholder {
  display: block;
}
.Signature__wrapper.Signature__wrapper--empty .Signature__done,
.Signature__wrapper.Signature__wrapper--empty .Signature__refresh,
.Signature__wrapper.Signature__wrapper--empty .Signature__edit {
  transform: scale(0.001);
  opacity: 0;
}
.Signature__confirmationtext {
  position: absolute;
  font-size: 12px;
  text-transform: uppercase;
  color: #ddd;
  text-transform: uppercase;
  font-weight: 700;
  bottom: 15px;
  margin: 0;
  left: 15px;
  right: 0;
  text-align: left;
}
.Signature__done {
  animation: pulse 1.3s infinite;
}
.Signature__done:hover {
  animation: none;
}
@-moz-keyframes pulse {
  0% {
    box-shadow: 0 2px 6px -2px rgba(0,0,0,0.5);
    transform: scale(1);
  }
  60% {
    box-shadow: 0 2px 16px 2px rgba(0,0,0,0.15);
    transform: scale(1.1);
  }
  0% {
    box-shadow: 0 2px 6px -2px rgba(0,0,0,0.5);
    transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 2px 6px -2px rgba(0,0,0,0.5);
    transform: scale(1);
  }
  60% {
    box-shadow: 0 2px 16px 2px rgba(0,0,0,0.15);
    transform: scale(1.1);
  }
  0% {
    box-shadow: 0 2px 6px -2px rgba(0,0,0,0.5);
    transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    box-shadow: 0 2px 6px -2px rgba(0,0,0,0.5);
    transform: scale(1);
  }
  60% {
    box-shadow: 0 2px 16px 2px rgba(0,0,0,0.15);
    transform: scale(1.1);
  }
  0% {
    box-shadow: 0 2px 6px -2px rgba(0,0,0,0.5);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 2px 6px -2px rgba(0,0,0,0.5);
    transform: scale(1);
  }
  60% {
    box-shadow: 0 2px 16px 2px rgba(0,0,0,0.15);
    transform: scale(1.1);
  }
  0% {
    box-shadow: 0 2px 6px -2px rgba(0,0,0,0.5);
    transform: scale(1);
  }
}
.Address {
  position: relative;
  flex: 1;
  margin-right: 20px;
}
.Address > input::placeholder {
  color: #bbb;
}
.Address__dropdown {
  background-color: #fff;
  box-shadow: 0 2px 12px -4px rgba(0,0,0,0.3);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 315px;
  overflow-y: auto;
  border-radius: 4px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .LiveField--active .Address__wrapper .btn-raised {
    opacity: 0;
    width: 0;
    transition: none !important;
  }
  .LiveField--active .Address__wrapper .Address {
    margin-right: 0;
  }
}
.Address__dropdownitem {
  box-sizing: border-box;
  color: rgba(51,51,51,0.8);
  cursor: pointer;
  white-space: nowrap;
  display: block;
  padding: 8px 10px;
}
.Address__dropdownitem:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.Address__dropdownitem:hover {
  background-color: #eaf1ff;
  color: #333;
}
.Address__dropdownitem .Address__dropdownitemmain {
  font-weight: 400;
}
.Address__wrapper {
  display: flex;
}
.btn-raised.Address__geolocate {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  line-height: 10px;
  padding: 0;
}
.Address__forminner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.Address__inputwrapper {
  flex: 1 0 auto;
  position: relative;
}
.Address__input {
  min-width: 30%;
  flex: 1 0 300px;
  max-width: calc(100% - 20px);
  margin-right: 20px;
}
.Address__input label {
  display: block;
  margin-bottom: -1px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 14px;
}
.Address__input option {
  font-family: initial;
  font-size: initial;
  color: initial;
  font-weight: initial;
  line-height: initial;
}
.SuccessfulSubmission--default {
  max-width: 700px;
  margin: 0 auto;
}
.editor.editor--live.editor--has-pagination {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 130px;
}
.Pagination {
  margin-top: 30px;
  text-align: center;
  position: fixed;
  z-index: 5;
  bottom: 30px;
  left: 0;
  right: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
  direction: ltr;
}
.Pagination .btn-raised {
  position: relative;
  z-index: 0;
}
.Pagination .btn-raised:focus {
  z-index: 1;
  opacity: 0.9;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.Theme__editorPreview .Pagination {
  position: absolute;
}
.editor--inline .Pagination {
  position: relative;
}
.Pagination__btn.btn-raised {
  margin: 0;
  height: 40px;
  text-transform: none;
  font-size: 16px;
  vertical-align: top;
  padding: 8px 20px;
  border-radius: 20px;
  position: relative;
}
.Pagination__btn.btn-raised.Pagination__btn--previous {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-align: left;
}
.Pagination__btn.btn-raised.Pagination__btn--next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-align: right;
}
:first-child.Pagination__btn.btn-raised:last-child {
  border-radius: 20px !important;
  text-align: center;
  min-width: 120px;
}
.Pagination__pagebutton.btn-raised {
  margin: 0;
  height: 40px;
  width: 50px;
  text-transform: none;
  font-size: 16px;
  padding: 8px 20px;
  vertical-align: top;
  border-radius: 0;
}
.Pagination--numbers .Pagination__btn.btn-raised,
.Pagination--progress .Pagination__btn.btn-raised {
  width: auto;
}
.Pagination--progress {
  bottom: 27px;
}
.Pagination__progress {
  display: inline-block;
  max-width: calc(100% - 220px);
  width: 200px;
  height: 40px;
  background: #eee;
}
.Pagination__progresstrack {
  height: 100%;
  background: #2e9dd2;
  transition: width 0.3s;
}
.Pagination__pages {
  display: inline-block;
  max-width: calc(100% - 220px);
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
  overflow-x: auto;
  padding: 10px 0;
  margin-top: -10px;
}
.Pagination__pages::-webkit-scrollbar {
  width: 0px; /* remove scrollbar space */
  background: transparent; /* optional: just make scrollbar invisible */
}
@media all and (min-width: 500px) {
  .Pagination__pages,
  .Pagination__progress {
    max-width: calc(100% - 190px);
  }
}
.Pagination__price {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -4px;
  margin-left: -15px;
  margin-right: 3px;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 100px;
  background: rgba(0,0,0,0.2);
  color: rgba(255,255,255,0.8);
}
.body--dropdownopen .Pagination {
  z-index: 0;
}
.Pagination::before {
  content: attr(data-label);
  position: absolute;
  top: -23px;
  color: #000;
  font-size: 13px;
  line-height: 13px;
  width: 300px;
  left: 50%;
  color: #2e9dd2;
  margin-left: -150px;
  text-align: center;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.2s;
}
.Pagination:hover::before {
  transform: translateY(0);
  opacity: 1;
}
.Pagination--rtl {
  direction: rtl;
}
.Pagination--rtl .Pagination__btn > i {
  transform: rotate(180deg);
}
.Pagination--rtl .Pagination__btn.btn-raised.Pagination__btn--previous {
  border-radius: 0 20px 20px 0;
}
.Pagination--rtl .Pagination__btn.btn-raised.Pagination__btn--next {
  border-radius: 20px 0 0 20px;
}
.FullScreenPreview {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  background-color: rgba(255,255,255,0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}
.FullScreenPreview img {
  max-width: 90%;
  max-height: 90%;
}
.FullScreenPreview.FullScreenPreview--open {
  opacity: 1;
  z-index: 10000;
  pointer-events: initial;
}
.FullScreenPreview__close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 15px 20px;
  vertical-align: top;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
}
.FullScreenPreview__options {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 9px;
  text-align: center;
}
.FullScreenPreview__options .FullScreenPreview__option {
  margin: 2px;
  width: 65px;
  height: 65px;
  border: 2px solid transparent;
  cursor: pointer;
}
.FullScreenPreview__options .FullScreenPreview__option.FullScreenPreview__option--selected {
  border-color: #2e9dd2;
}
.PaperSelect {
  position: relative;
}
.PaperSelect select {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  z-index: 20;
  cursor: pointer;
}
.PaperSelect select[multiple] {
  outline: none;
  border: none;
  z-index: -1;
  font-size: 16px;
  font-family: inherit;
  font-weight: inherit;
  border-radius: 3px;
  background-color: var(--grey-light, #f8f8f8);
  box-shadow: 0 1.2px 15px -5px rgba(0,0,0,0.6);
}
.PaperSelect select[multiple]::before {
  content: 'Hold down Command to choose multiple';
  text-align: center;
  display: block;
  font-size: 13px;
  padding: 10px;
}
.PaperSelect select[multiple] option {
  font-family: inherit;
  font-weight: inherit;
  padding: 6px 10px;
}
.PaperSelect select[multiple] option[selected] {
  background-color: #f00;
}
.PaperSelect:hover .PaperSelect__label {
  background-color: #f1f1f1;
}
.PaperSelect .PaperSelect__label {
  width: 100%;
  height: 44px;
  background-color: var(--grey-light, #f8f8f8);
  font-size: 16px;
  line-height: 44px;
  padding: 0 10px;
  border-radius: 3px;
  cursor: pointer;
}
.PaperSelect .PaperSelect__label::after {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: absolute;
  content: '';
  right: 10px;
  top: 50%;
  margin-top: -2.5px;
}
.PaperSelect__label--placeholder {
  color: #aaa;
}
.PaperSelect--multi select:focus {
  opacity: 1;
  height: 200px;
  z-index: 20;
}
.Coupon {
  display: flex;
}
.Coupon input {
  flex: 1;
  margin-right: 15px;
}
.Coupon .btn-raised {
  width: 140px;
  border-radius: 80px;
}
@media screen and (max-width: 400px) {
  .Coupon {
    display: block;
  }
  .Coupon input {
    margin-right: 0;
  }
  .Coupon .btn-raised {
    width: 100%;
    margin-top: 18px;
  }
}
.Coupon__discountMessage {
  text-align: center;
  margin-top: 18px;
  margin-bottom: -3px;
  font-size: 13px;
  line-height: 18px;
  opacity: 1;
  padding: 15px;
  border-radius: 5px;
  background-color: rgba(0,0,0,0.02);
}
.Coupon__errorMessage {
  text-align: center;
  margin-top: 18px;
  margin-bottom: -3px;
  font-size: 13px;
  line-height: 18px;
  opacity: 1;
  padding: 15px;
  border-radius: 5px;
  background-color: rgba(0,0,0,0.02);
  color: #dc785a;
}
.PaperDateInput {
  display: inline-block;
}
.PaperDateInput .PaperDateInput_container {
  display: flex;
  justify-content: center;
}
.PaperDateInput + .BtnV2.BtnV2--raised {
  box-shadow: none;
}
.PaperDateInput__input {
  width: 72px;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  padding: 0 18px;
  border-bottom: 0 !important;
}
.PaperDateInput__input[data-length='2'] {
  width: 68px;
}
.PaperDateInput__input[data-length='4'] {
  width: 100px;
}
.PaperDateInput__separator {
  color: #ddd;
  display: inline-block;
  font-size: 18px;
}
.PaperDateInput__wrapper {
  width: auto;
  display: inline-block;
  position: relative;
  line-height: initial;
}
.LiveField--active .PaperDateInput__separator {
  color: #2e9dd2;
  color: var(--active-color, #2e9dd2);
}
.visually-hidden {
/* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.Appointment__day-wrapper {
  width: 100%;
  display: none;
  position: relative;
}
.Appointment__day-wrapper--days-view {
  display: block;
}
.Appointment__confirmation {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  position: relative;
  line-height: 19px;
  background-color: #fff;
  padding: 18px;
  border-radius: 3px;
  box-shadow: 0 4px 18px -8px rgba(0,0,0,0.2);
}
.Appointment__time-picker {
  background-color: #fff;
  display: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.Appointment__time-picker-back i {
  font-size: 20px;
}
.Appointment__time-picker-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  color: #141414;
}
.Appointment__time-picker-controls .BtnV2 {
  padding: 0;
  display: inline-flex !important;
  width: 40px;
}
.Appointment__time-picker-inner {
  list-style-type: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  height: 320px;
  min-height: max-content;
  z-index: 1;
  position: relative;
}
.Appointment__time-picker .BtnV2.Appointment__time-button {
  margin: 0;
  box-shadow: none;
  font-size: 14px;
  position: relative;
  transform: none;
  border: 0;
  height: 40px;
  color: #333;
  display: flex;
  opacity: 1;
  padding: 0;
}
.Appointment__time-picker .BtnV2.Appointment__time-button > span {
  width: 100%;
}
.Appointment__time-picker .BtnV2.Appointment__time-button:not(.BtnV2--solid):hover {
  background-color: var(--active-color-light, rgba(46,157,210,0.2));
  box-shadow: none;
  transform: none;
  border: 0;
  z-index: 2;
}
.Appointment__time-picker .BtnV2.Appointment__time-button.BtnV2--solid {
  color: #fff;
}
.Appointment__time-picker--minutes-view {
  width: 100%;
  display: block;
}
.Appointment__time-picker-item {
  overflow: hidden;
  width: 100%;
  flex-direction: row;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: space-between;
}
.Appointment__time-picker-item--disabled .BtnV2 {
  background-color: #d2d2d2 !important;
  opacity: 0.5 !important;
}
.Appointment__edit {
  position: absolute;
  bottom: -10px;
  right: 15px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  transform: scale(1);
  opacity: 1;
}
.Appointment__edit i {
  font-size: 25px;
}
.Appointment__time-picker-inner .Appointment__time-picker-item--selected .BtnV2 {
  border-radius: 0;
  transition: none;
}
.Appointment__time-picker-inner .Appointment__time-picker-item--selected-start .BtnV2 {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.Appointment__time-picker-inner .Appointment__time-picker-item--selected-end .BtnV2 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.Appointment__confirmation_title {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 9px;
  font-weight: 600;
}
.Appointment__confirmation_title i {
  margin-right: 10px;
  font-size: 20px;
  opacity: 0.6;
  color: var(--active-color, #2e9dd2);
}
.Appointment__confirmationtime {
  margin-bottom: 3px;
}
.Appointment__confirmationtime small {
  display: inline;
  opacity: 0.6;
}
.Appointment__confirmationtime i {
  color: var(--active-color, #2e9dd2);
  opacity: 0.2;
  font-size: 20px;
  margin-right: 10px;
}
.Appointment__confirmation_location {
  margin-bottom: 3px;
}
.Appointment__confirmation_location i {
  color: var(--active-color, #2e9dd2);
  opacity: 0.2;
  font-size: 20px;
  margin-right: 8px;
}
.Appointment__description {
  margin-top: 6px;
  font-style: italic;
  color: #777;
}
.Appointment__timezone-menu {
  width: 150px;
  position: absolute;
  right: 18px;
  z-index: 100;
}
.Appointment__timezone-menu.Select div,
.Appointment__timezone-menu.Select input,
.Appointment__timezone-menu.Select span {
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  color: #333;
}
.Appointment__overlay {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.6);
  z-index: 100;
  padding: 0 100px;
}
._pf_rtl .Appointment__edit {
  left: 15px;
  right: auto;
}
._pf_rtl .Appointment__confirmation_title i {
  margin-right: 0;
  margin-left: 10px;
}
._pf_rtl .Appointment__confirmationtime i {
  margin-right: 0;
  margin-left: 10px;
}
:root {
  --reach-checkbox: 1;
}
[data-reach-custom-checkbox-container] {
  display: inline-block;
  position: relative;
  margin-right: 0.75ex;
  cursor: default;
  width: 0.875rem;
  height: 0.875rem;
}
[data-reach-custom-checkbox-container]:focus-within,
[data-reach-custom-checkbox-container][data-focus] {
  box-shadow: 0 0 4px 1px Highlight;
  outline: -webkit-focus-ring-color auto 4px;
}
[data-reach-custom-checkbox-input] {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  z-index: 1 !important;
  cursor: inherit;
  box-shadow: none !important;
  outline: none !important;
}
:root {
  --checkbox-size: 10px;
}
[data-reach-custom-checkbox-container][data-focused]:focus-within {
  outline: none;
}
.Scale {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}
.Scale * {
  outline: none !important;
  box-shadow: none !important;
}
.Scale__wrapper {
  border: none;
  margin: 0;
  padding: 2rem 0;
}
.Scale .LiveField__input {
  min-height: 10px !important;
  min-height: var(--checkbox-size) !important;
}
.Scale--vertical {
  flex-direction: column;
  padding: 0 10px;
}
.Scale__track-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  height: 1.5rem;
  width: 100%;
}
.Scale__track-wrapper--vertical {
  left: calc(10px + var(--checkbox-size) / 2);
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  width: 1.5rem;
}
.Scale__track-wrapper--vertical.Scale__track-wrapper--rtl {
  right: calc(-0.9 * var(--checkbox-size));
}
.Scale__track {
  background: rgba(0,0,0,0.2);
  height: 2px;
  width: 100%;
}
.Scale__track--vertical {
  width: 2px;
  height: 100%;
}
.Scale__checkbox-wrapper {
  cursor: pointer;
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.Scale__checkbox-container {
  border: 2px solid #424242;
  background: #fff;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  display: block;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border 350ms ease-out, scale 350ms ease-out;
  transform: scale(1) translate3d(0, 0, 0);
  padding: 1px;
}
.Scale__checkbox-container--checked {
  border: 1px solid #2e9dd2;
  border: 1px solid var(--active-color, #2e9dd2);
  transform: scale(1.5) translate3d(0, 0, 0);
}
.Scale__checkbox-container:focus-within {
  border: 1px solid #2e9dd2;
  border: 1px solid var(--active-color, #2e9dd2);
}
.Scale__checkbox {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  opacity: 0;
  transform: scaleX(0) scaleY(0);
  transition: transform 350ms ease-out, background 350ms ease-out, opacity 350ms ease-out;
  background: transparent;
  z-index: 1;
}
.Scale__checkbox--checked {
  transform: scaleX(1) scaleY(1);
  opacity: 1;
  transform-origin: 70% 70%;
  background: #2e9dd2;
  background: var(--active-color, #2e9dd2);
}
.Scale__checkbox-label-text {
  overflow: hidden;
  line-height: 1.15rem;
  font-size: 13px;
  color: rgba(0,0,0,0.7);
  cursor: pointer;
  word-wrap: break-word;
  transform-origin: 0% 0%;
  margin-top: -20px;
  padding-top: 28px;
  text-align: center;
  position: absolute;
}
.Scale__checkbox-label-text--vertical {
  left: 1.2rem;
  top: -5px;
  margin-top: 0;
  padding-top: 0;
  height: 36px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  width: auto !important;
}
.Scale__checkbox-label-text--vertical.Scale__checkbox-label-text--rtl {
  right: 1.2rem;
}
.Scale__checkbox-label-text--checked {
  color: #2e9dd2;
  color: var(--active-color, #2e9dd2);
}
.Scale__checkbox-label {
  position: relative;
}
.ProductGallery {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -9px;
  margin-right: -9px;
  margin-top: 9px;
}
.ProductGallery .Product__withquantity {
  width: calc(33% - 18px);
  margin: 0 9px;
  margin-bottom: 18px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ProductGallery .Product__withquantity:focus {
  background-color: #32cd32;
}
.ProductGallery .Product__labelwrapper {
  align-items: flex-end;
  margin: 0;
}
.ProductGallery .Product__label {
  font-size: 14px;
}
.ProductGallery .Product__price {
  font-size: 14px;
}
.ProductGallery .Choices__choice {
  padding: 9px 12px;
  width: 100%;
  flex: none;
}
.ProductGallery .Product__imgthumb {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  margin-bottom: 4px !important;
  position: relative;
  background-color: rgba(0,0,0,0.1);
  z-index: 10;
}
.ProductGallery .Product__imgthumb:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.Product__imgthumb i {
  opacity: 0;
  font-size: 30px;
  line-height: 30px;
  top: 9px;
  right: 9px;
  position: absolute;
  text-shadow: 0 2px 10px rgba(255,255,255,0.6);
  transition: opacity 0.3s;
  color: rgba(0,0,0,0.6);
}
.Product__imgthumb:hover i {
  opacity: 1;
}
.ProductCards {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -9px;
  margin-right: -9px;
}
.ProductCards .Product__imgthumb {
  width: calc(100% + 36px) !important;
  height: auto !important;
  margin-top: -18px !important;
  margin-left: -18px !important;
  margin-right: -18px !important;
  margin-bottom: 18px !important;
}
.ProductCards .Product__imgthumb:before {
  content: '';
  display: block;
  padding-bottom: 45%;
}
.ProductCards .Product__labelwrapper {
  margin: 0;
  justify-content: flex-end;
  display: block;
}
.ProductCards .Product__labelwrapper .Product__label {
  font-size: 16px;
  line-height: 18px;
}
.ProductCards .Product__labelwrapper .Product__price {
  margin: 0;
  font-size: 13px;
}
.ProductCards .Product__withquantity {
  flex-wrap: wrap;
  width: calc(33% - 18px);
  margin: 9px;
  justify-content: flex-start;
}
.ProductCards .Product__withquantity .Choices__choice {
  flex: none;
  width: 100%;
  margin-bottom: 0;
}
.Product__withquantity:focus-within > label.btn-raised {
  box-shadow: 0 4px 14px -6px rgba(0,0,0,0.8);
}
@media screen and (max-width: 700px) {
  .ProductCards .Product__withquantity,
  .ProductGallery .Product__withquantity {
    width: calc(50% - 18px);
  }
}
@media screen and (max-width: 400px) {
  .ProductCards .Product__withquantity,
  .ProductGallery .Product__withquantity {
    width: 100%;
  }
}
.__guidedMode body {
  overscroll-behavior: contain;
}
html.__guidedMode .Footer,
.__guidedMode body .Footer {
  position: fixed;
  z-index: 10;
}
._pf_submitted._pf_guided_mode > .editor--live {
  height: 100%;
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
}
._pf_checkingout._pf_guided_mode .CheckoutV2 {
  height: 100%;
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.__guidedMode .LiveField__answer {
  margin-top: 9px;
}
.GuidedModeEditor__container {
  padding: 0 !important;
  overflow: hidden !important;
  height: 100%;
}
.GuidedModeEditor__container .LiveField {
  animation-duration: 0.65s;
  animation-fill-mode: both;
}
.GuidedModeEditor__focus-wrapper {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.GuidedModeEditor__view-positioner {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  padding: 0;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  pointer-events: all;
  transition: transform 600ms cubic-bezier(0.65, 0, 0.35, 1), opacity 700ms ease;
  transform: translate3d(0, 0, 0);
}
.GuidedModeEditor__view-positioner figure.fieldSection {
  max-width: fit-content;
}
.GuidedModeEditor__view-positioner--disabled {
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
.GuidedModeEditor__view-positioner--beforeActive {
  transition-delay: 0ms;
  transform: translateY(-100vh);
  transform: translateY(var(--nheight, -100vh));
}
.GuidedModeEditor__view-positioner--afterActive {
  transition-delay: 0ms;
  transform: translateY(100vh);
  transform: translateY(var(--pheight, 100vh));
}
.GuidedModeEditor__view-scroller {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.GuidedModeEditor__view {
  width: 100%;
  min-height: calc(100% - 80px);
  padding: 40px 18px 140px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate3d(0, 0, 0);
}
.GuidedModeEditor__view > .DraftEditor-root {
  width: 100%;
  height: auto;
}
.GuidedModeEditor__view > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > * {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
}
.GuidedModeEditor__view > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > figure.image {
  width: 100%;
}
.GuidedModeEditor__view > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > figure.customHTML.customHTML-fullWidth {
  width: 100%;
}
@media screen and (min-width: 60rem) {
  .GuidedModeEditor__view {
    padding: 15vh 0 15vh 0;
    justify-content: center;
  }
}
.GuidedModeInstructions__container {
  position: fixed;
  display: flex;
  padding: 18px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  align-items: center;
  justify-content: flex-end;
  will-change: transform opacity;
  transform: translate3d(0, 0, 0);
}
.GuidedModeInstructions__button {
  text-transform: initial;
  flex: 1;
  margin-left: -15px;
  min-height: 40px;
  opacity: 1;
}
.GuidedModeInstructions__button > span {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}
.GuidedModeInstructions__button--submitting.BtnV2.BtnV2--solid {
  min-height: 40px;
  background-color: #fff;
  color: #333;
}
.GuidedModeInstructions__button--submitting.BtnV2.BtnV2--solid .sk-fading-circle {
  position: relative;
  top: initial;
  margin-top: 0;
  padding-left: 5px;
}
.GuidedModeInstructions__button--submitting.BtnV2.BtnV2--solid:active {
  background-color: #fff;
  color: #333;
}
.GuidedModeInstructions__button--back {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: -7.5px;
  width: 40px;
  flex: none;
}
.GuidedModeInstructions__advance-text {
  opacity: 0;
  transition: all 300ms;
  margin-right: 15px;
  font-size: 14px;
  text-align: center;
  line-height: 17px;
  max-height: 37px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  width: 0;
  position: relative;
}
.GuidedModeInstructions__advance-text--visible {
  opacity: 1;
  margin-right: 30px;
}
.GuidedModeInstructions__advance-text--visible--disabled {
  opacity: 0.6;
}
.GuidedModeInstructions__help-text {
  font-size: 0.8rem;
}
.body--dropdownopen .GuidedModeInstructions__container {
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
}
.GuidedModeInstructions__container {
  padding-bottom: 36px;
}
.body--nobranding .GuidedModeInstructions__container {
  padding-bottom: 18px;
}
@media screen and (min-width: 60rem) {
  .GuidedModeInstructions__container,
  .body--nobranding .GuidedModeInstructions__container {
    transition: all 0.35s;
    align-items: center;
    justify-content: center;
    padding-bottom: 36px;
  }
  .GuidedModeInstructions__button,
  .body--nobranding .GuidedModeInstructions__button,
  .GuidedModeInstructions__backbutton,
  .body--nobranding .GuidedModeInstructions__backbutton {
    flex: none;
  }
}
.LiveField__GuidedFieldModeHelp {
  padding: 7.5px 20px;
  font-size: 13px;
  background: rgba(0,0,0,0.05);
  opacity: 0.8;
  color: var(--question-color);
}
.__guidedMode._takeover {
  overflow: auto;
}
.__guidedMode._popup {
  overflow: auto;
}
._pf_rtl .GuidedModeInstructions__button:not(.GuidedModeInstructions__button--back) {
  margin-left: 15px;
  margin-right: 18px;
}
._pf_rtl .GuidedModeInstructions__button:not(.GuidedModeInstructions__button--back):not([aria-label='submit']) {
  transform: rotate(180deg);
}
._pf_rtl .GuidedModeInstructions__button--back {
  transform: rotate(180deg);
  margin-left: -7.5px;
}
._pf_rtl .GuidedModeInstructions__advance-text {
  margin-left: 15px;
  margin-right: 0px;
}
.ColorPicker {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: max-content;
}
.ColorPicker__form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ColorPicker__formInner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}
.ColorPicker__swatches {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3px;
  padding: 0;
}
.ColorPicker__swatch {
  height: 33px;
  width: 33px;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}
.ColorPicker__swatch:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 5px #808080;
  box-shadow: 0px 0px 5px #808080;
}
.ColorPicker__pickers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130px;
  padding: 0;
  margin-bottom: 0.5rem;
}
.ColorPicker__input {
  border: 2px solid var(--grey-light, #f8f8f8);
  background: var(--grey-light, #f8f8f8);
  border-radius: 3px;
  height: 25px;
  flex-grow: 1;
  min-width: 100px;
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 300;
  padding: 15px;
  margin: 0 4px;
  transition: border 350ms;
  margin-bottom: 4px;
}
.ColorPicker__clear {
  border-radius: 0;
  position: absolute;
  height: 33px;
  width: 33px;
  right: 9px;
  color: #aaa;
  text-align: center;
  font-size: 22px;
  font-family: initial;
  line-height: 34px;
  padding: 0;
  margin: 0;
}
.ColorPicker__currentColor {
  height: 100%;
  width: 25px;
  border-radius: 3px;
  border: 2px solid var(--picker-selected-color);
  transition: border 350ms, background-color 350ms;
}
.ColorPickerLive__button {
  width: 100%;
}
.ColorPickerLive__button:active {
  opacity: 1;
}
.ColorPickerLive__picker {
  max-height: 0px;
  transition: max-height 250ms ease-out, opacity 250ms;
  overflow: hidden;
  margin-top: 2px;
  padding: 9px;
  opacity: 0;
  pointer-events: none;
}
.ColorPickerLive__picker .colorPicker .twod {
  margin-left: 0;
}
.ColorPickerLive__picker .ColorPicker__currentColor {
  display: none;
}
.ColorPickerLive__picker--visible {
  height: max-content;
  max-height: 100vh;
  opacity: 1;
  pointer-events: all;
}
:root {
  --picker-selected-color: transparent;
}
.container {
  overflow: auto;
  width: 100%;
  height: 100%;
}
.colorPicker {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-grow: 1;
}
.colorPicker .twod {
  margin: 0 0.8rem;
  height: 100%;
  width: 100%;
  flex-grow: 1;
  position: relative;
}
.colorPicker .twod,
.colorPicker .twod .bg {
  border-radius: 3px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.colorPicker .oned,
.colorPicker .oned .bg {
  height: 100%;
}
.colorPicker .oned,
.colorPicker .oned .bg,
.colorPicker .oned .pointer .shape {
  width: 10px;
}
.colorPicker .twod .bg {
  position: absolute;
  border-radius: 3px;
}
.colorPicker .twod .pointer {
  position: relative;
  z-index: 2;
  width: 8px;
}
.colorPicker .twod .pointer .shape {
  position: absolute;
}
.colorPicker .twod .pointer .shape1 {
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 2px #000;
  background-color: transparent;
  background-color: var(--picker-selected-color);
  cursor: grab;
}
.colorPicker .oned .bg {
  border-radius: 5px;
}
.colorPicker .oned .pointer {
  position: relative;
  z-index: 2;
}
.colorPicker .oned .pointer .shape {
  position: absolute;
  background-color: #fff;
  margin-left: -2px;
  margin-top: -4.5px;
  height: 7px;
  width: 14px;
  box-shadow: 0px 0px 2px #000;
  border-radius: 5px;
}
.colorPicker .oned .bg {
  background: linear-gradient(to bottom, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 66%, #f0f 83%, #f00 100%);
}
.colorPicker .twod .bg1 {
  z-index: 0;
  background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 100%);
}
.colorPicker .twod .bg2 {
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 100%);
}
:root {
  --reach-slider: 1;
}
[data-reach-slider-input] {
  max-width: 100%;
}
[data-reach-slider-input][data-orientation='horizontal'] {
  height: 0.5rem;
}
[data-reach-slider-input][data-orientation='vertical'] {
  width: 0.5rem;
/* the height is somewhat arbitrary but necessary for vertical sliders for
	basic functionality */
  height: 250px;
  max-height: 100%;
}
[data-reach-slider-input][data-disabled] {
  opacity: 0.5;
  pointer-events: none;
}
[data-reach-slider-track] {
  position: relative;
  border-radius: 0.25rem;
  background: #f2f2f2;
}
[data-reach-slider-track][data-orientation='horizontal'] {
  width: 100%;
  height: inherit;
}
[data-reach-slider-track][data-orientation='vertical'] {
  width: inherit;
  height: 100%;
}
[data-reach-slider-track]::before {
  content: '';
  position: absolute;
}
[data-reach-slider-track][data-orientation='horizontal']::before {
  width: 100%;
  height: 1.5rem;
  top: calc(-0.5rem - 1px);
  left: 0;
}
[data-reach-slider-track][data-orientation='vertical']::before {
  width: 1.5rem;
  height: 100%;
  top: 0;
  left: calc(-0.5rem - 1px);
}
[data-reach-slider-handle] {
  width: 16px;
  height: 16px;
  background: #2e9dd2;
  background: var(--active-color, #2e9dd2);
  border-radius: 10px;
  z-index: 1;
  transform-origin: center;
}
[data-reach-slider-handle]::before {
  display: block;
  position: absolute;
  content: attr(aria-valuenow);
  bottom: 16px;
  width: 100px;
  text-align: center;
  margin-left: -42px;
}
[data-reach-slider-handle][aria-valuenow='NaN']::before {
  display: none;
}
.Slider__container--novaluelabel [data-reach-slider-handle]::before {
  display: none;
}
[data-reach-slider-handle][aria-orientation='horizontal'] {
  top: 50%;
  transform: translateY(-50%);
}
[data-reach-slider-handle][aria-orientation='horizontal']:focus {
  transform: translateY(-50%);
}
[data-reach-slider-handle]:focus {
  outline-color: var(--active-color, #2e9dd2);
  outline-width: 1px;
  outline-offset: 0px;
  outline-style: solid;
}
[data-reach-slider-handle][aria-orientation='vertical'] {
  left: 50%;
  transform: translateX(-50%);
}
[data-reach-slider-range] {
  border-radius: inherit;
  background: #2e9dd2;
  background: var(--active-color, #2e9dd2);
  left: 0;
  bottom: 0;
}
[data-reach-slider-range][data-orientation='horizontal'] {
  height: 100%;
}
[data-reach-slider-range][data-orientation='vertical'] {
  width: 100%;
}
[data-reach-slider-marker] {
  background: #808080;
  transform-origin: center;
}
[data-reach-slider-marker][data-orientation='horizontal'] {
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  height: 0.75rem;
}
[data-reach-slider-marker][data-orientation='vertical'] {
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 3px;
}
[data-reach-slider-track-highlight] {
  border-radius: inherit;
  background: #2e9dd2;
  background: var(--active-color, #2e9dd2);
  left: 0;
  bottom: 0;
}
[data-reach-slider-track-highlight][data-orientation='horizontal'] {
  height: 100%;
}
[data-reach-slider-track-highlight][data-orientation='vertical'] {
  width: 100%;
}
.Slider__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.Slider__container {
  color: #2e9dd2;
  color: var(--active-color, #2e9dd2);
  display: flex;
  align-items: center;
  font-size: 14px;
  flex-direction: column;
  width: 100%;
  padding-top: 20px;
}
.Slider__container--novaluelabel {
  padding-top: 4px;
}
.Slider__container--nominlabel .Slider__wrapper {
  padding-left: 15px;
}
.Slider__container--nomaxlabel .Slider__wrapper {
  padding-right: 15px;
}
.Slider__axis-label--min {
  margin-right: 15px;
}
.Slider__axis-label--max {
  margin-left: 15px;
}
.Slider__label--hidden {
  display: none;
}
[data-reach-slider] {
  flex-grow: 1;
}
.Rank {
  list-style: none;
  padding: 0;
  margin: 0;
}
.Rank__option {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
  padding: 8px 9px;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: all 0.1s;
  cursor: pointer;
  box-shadow: 0 2px 6px -2px rgba(0,0,0,0.5);
  font-size: 1rem;
  line-height: 1.25rem;
  border-radius: 4px;
  text-align: left;
  text-transform: none;
  min-width: 130px;
  -webkit-font-smoothing: subpixel-antialiased;
  outline: 0;
  -webkit-user-select: none;
  user-select: none;
  background-color: #f8f8f8;
  color: #141414;
}
.Rank__option--selected {
  background-color: #2e9dd2;
  color: #fff;
}
.Rank__option:hover,
.Rank__option:focus {
  z-index: 20;
  box-shadow: 0 4px 14px -6px rgba(0,0,0,0.5);
}
.Rank__option--disabled {
  cursor: not-allowed !important;
  pointer-events: none;
  box-shadow: none !important;
}
.Rank__option-label {
  flex-grow: 1;
}
.Rank__option-handle {
  width: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 0.2rem;
  align-self: stretch;
}
.Rank__option-handle i {
  opacity: 1;
  transition: opacity 150ms;
}
.Rank__option-handle--disabled i {
  opacity: 0;
  pointer-events: none;
}
.Rank__order-selector {
  height: 1.8rem;
  width: 1.8rem;
  min-width: max-content;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 0.7rem;
  flex-shrink: 0;
}
.Rank__order-selector select {
  background: #fff;
  color: #424242;
  font-family: inherit;
  margin: 0;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.8rem;
  border: none !important;
  height: 100%;
  width: 100%;
  font-size: 13px;
  appearance: none;
  text-align: center;
  box-shadow: -1px -2px 3px -1px rgba(0,0,0,0.1) inset;
  cursor: pointer;
  border-radius: 3px;
}
.Rank__option--selected .Rank__order-selector {
  border: 1px solid #cee2f6;
}
.Matrix {
  font-size: 13px;
  line-height: 18px;
  color: var(--active-color);
/* * <- Overrides for ApplyTheme font groups */
}
.Matrix .Matrix__columnGroup .Matrix__column-label,
.Matrix .Matrix__row .Matrix__row-label {
  font-size: 13px;
  line-height: 18px;
}
.Matrix .Matrix__row-group--mobile .Matrix__row-label--mobile {
  font-size: 16px;
}
.Matrix.Matrix--desktop {
  overflow-x: auto;
  scrollbar-gutter: stable;
  width: 100%;
}
.Matrix__container-inner {
  width: max-content;
}
.Matrix--scrollable {
  padding-bottom: 10px;
}
.Matrix__scrollControl-left,
.Matrix__scrollControl-right {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 11;
  appearance: none;
  background: transparent;
  width: 40px;
  color: transparent;
  user-select: none;
  border: 0;
  border-radius: 4px;
  pointer-events: none;
}
.Matrix__scrollControl-left {
  left: 140px;
  cursor: w-resize;
  box-shadow: inset 20px 0 20px -20px rgba(0,0,0,0.15);
}
.Matrix__scrollControl-right {
  right: 0;
  cursor: e-resize;
  box-shadow: inset -20px 0 20px -20px rgba(0,0,0,0.15);
}
@media screen and (min-width: 700px) {
  .Matrix__scrollControl-left,
  .Matrix__scrollControl-right {
    pointer-events: all;
  }
}
.Matrix__row-group--mobile {
  margin-bottom: 10px;
}
.Matrix__row {
  display: grid;
  grid-auto-flow: column;
}
.Matrix__row.Matrix__row--desktop {
  display: flex;
}
.Matrix__row.Matrix__row--mobile .Matrix__rowGroup {
  flex-wrap: wrap;
}
.Matrix__row.Matrix__row--mobile .Matrix__item {
  flex: 1 0 calc(max(30vw, 130px));
}
.Matrix__rowGroup,
.Matrix__columnGroup {
  flex: 1;
  display: flex;
}
.Matrix__row-label {
  position: sticky;
  z-index: 1;
  left: 0;
  padding: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  width: 140px;
  min-width: 140px;
  display: block;
}
.Matrix--scrollable .Matrix__row-label {
  background-color: #fff;
}
.Matrix__row-label--mobile {
  margin-top: 20px;
  margin-bottom: 9px;
  padding: 0;
  display: block;
}
.Matrix__item,
.Matrix__column-label {
  display: flex;
  flex: 1 0 100px;
  justify-content: center;
  padding: 8px;
  opacity: 1;
  margin: 2px;
  min-height: 40px;
  border-radius: 3px;
}
.Matrix__item {
  align-items: center;
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
  border: 1px solid var(--active-color-light);
}
.Matrix__item:active-within {
  border: 1px solid var(--active-color);
}
.Matrix__item:hover {
  background-color: var(--active-color-light);
}
.Matrix__item input {
  opacity: 1;
  appearance: none;
  -webkit-appearance: none;
  visibility: hidden;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 3px;
  margin: 0px;
}
.Matrix__item input:focus {
  box-shadow: 0 0 4px 1px var(--active-color);
  outline: 2px solid #ddd;
}
.Matrix__item--checked {
  background-color: var(--active-color-light);
}
.Matrix__column-label {
  align-items: end;
  text-align: center;
}
.Matrix__column-label.Matrix__column-label--mobile {
  align-items: start;
}
.MaterialIcon.material-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.SummaryEditor {
  width: 100%;
  position: relative;
  padding: 18px;
  padding-bottom: 0;
  border: 5px solid #cee2f6;
  background-color: #fff;
}
.SummaryEditor__delete {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  color: #ddd;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 30px;
}
.SummaryEditor__delete:hover {
  color: #2e9dd2;
}
.SummaryEditor__delete::before {
  text-shadow: none;
}
.LiveSummary table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.LiveSummary td,
.LiveSummary th {
  padding: 9px 18px;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 18px;
  word-break: break-word;
}
.LiveSummary th {
  width: 40%;
  font-weight: bold;
  text-align: left;
}
.LiveSummary table:not(.LiveSummary__receipt) tr:nth-child(2n) {
  background-color: rgba(0,0,0,0.03);
}
.LiveSummary__receipt th {
  width: auto;
}
.LiveSummary__receipt table {
  width: auto;
}
.LiveSummary__receipt th:not(:first-child),
.LiveSummary__receipt td:not(:first-child) {
  word-break: normal;
}
.LiveSummary__receipt th:not(:first-child) {
  word-break: normal;
}
.LiveSummary__receipt td:not(:first-child) {
  word-break: normal;
}
@media print {
  .LivePDF h1,
  .LivePDF h2,
  .LivePDF tr {
    page-break-after: avoid;
  }
  .LivePDF .image {
    page-break-inside: avoid;
  }
}
.NativeSelect {
  position: relative;
  min-height: 52px;
}
.NativeSelect .Select {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.NativeSelect .NativeSelect__select {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
}
.RequiresFeature {
  position: relative;
  height: 100%;
  width: 100%;
}
.RequiresFeature__CTA {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100001;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.RequiresFeature__CTA p {
  margin-bottom: 0.5rem;
}
.RequiresFeature__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  pointer-events: none;
  background: #fff;
  opacity: 0.8;
}
.RequiresFeature__placeholder {
  height: 7rem;
}
.RequiresFeature__removeButton {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
._pf_rtl .Rating {
  justify-content: flex-end;
}
.Rating {
  display: flex;
  max-width: 100%;
  min-height: 44px;
  flex-wrap: wrap;
  column-gap: 8px;
}
@media screen and (max-width: 700px) {
  .Rating {
    column-gap: 4px;
  }
}
.Rating [role='radio'] {
  flex: 0 1 44px;
  aspect-ratio: 1/1;
  height: 44px;
  position: relative;
}
.Rating__image {
  width: 100%;
  position: absolute;
  inset: 0;
}
.editor img.Rating__image {
  transition: opacity 250ms ease-out;
}
.Rating [role='radio'][data-selected='false'] .Rating__image-selected {
  opacity: 0;
}
.Rating [role='radio'][data-selected='false'] .Rating__image-unselected {
  opacity: 1;
}
.Rating [role='radio'][data-selected='true'] .Rating__image-selected {
  opacity: 1;
}
.Rating [role='radio'][data-selected='true'] .Rating__image-unselected {
  opacity: 0;
}
.Rating__option--icon {
  height: 100%;
}
.Rating__icon {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.Rating__icon > svg {
  height: 100%;
  width: 100%;
}
.Rating__icon-selected {
  transition: opacity 250ms;
}
.Rating [role='radio'][data-selected='false'] .Rating__icon-selected {
  opacity: 0;
}
.Rating [role='radio'][data-selected='true'] .Rating__icon-selected {
  opacity: 1;
}

.rc-switch {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 44px;
  height: 22px;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 20px 20px;
  border: 1px solid $stone;
  background-color: $stone;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}
.rc-switch-inner {
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 24px;
}
.rc-switch:after {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 2px;
  top: 1px;
  border-radius: 50% 50%;
  background-color: #fff;
  content: ' ';
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.26);
  transform: scale(1);
  transition: left 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  animation-duration: 0.3s;
  animation-name: rcSwitchOff;
}
.rc-switch:hover:after {
  transform: scale(1.1);
  animation-name: rcSwitchOn;
}
.rc-switch:focus {
  box-shadow: 0 0 0 2px #d5f0fd;
  outline: none;
}
.rc-switch-checked {
  border: 1px solid $gold;
  background-color: $gold;
}
.rc-switch-checked .rc-switch-inner {
  left: 6px;
}
.rc-switch-checked:after {
  left: 22px;
}
.rc-switch-disabled {
  cursor: no-drop;
  background: var(--grey-mid, #ccc);
  border-color: var(--grey-mid, #ccc);
}
.rc-switch-disabled:after {
  background: #9e9e9e;
  animation-name: none;
  cursor: no-drop;
}
.rc-switch-disabled:hover:after {
  transform: scale(1);
  animation-name: none;
}
.rc-switch-label {
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
  padding-left: 10px;
  vertical-align: middle;
  white-space: normal;
  pointer-events: none;
  user-select: text;
}
@-moz-keyframes rcSwitchOn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes rcSwitchOn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1.1);
  }
}
@-o-keyframes rcSwitchOn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes rcSwitchOn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1.1);
  }
}
@-moz-keyframes rcSwitchOff {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes rcSwitchOff {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes rcSwitchOff {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rcSwitchOff {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.SwitchGroup {
  border: none;
  padding: 0;
}
.SwitchGroup__option {
  display: flex;
  margin: 9px;
}
.SwitchGroup__label {
  flex: 1;
  font-size: 16px;
  text-overflow: ellipsis;
}

