body {
  --button-primary: #7030c4;
  --button-primary-text: white;
  --button-primary-hover: #5a269d;
  --highlight-primary: #7030c4;
  --highlight-primary-hover: #5a269d;
  --highlight-primary-disabled: #c6ace7;
}

/* Spacing */
/* Text Colors */
/* Misc elements */
/* Form elements */
/* Background Colors */
/* Good advice from https://davidwalsh.name/write-media-queries-sass */
body {
  --button-primary: #7030c4;
  --button-primary-text: white;
  --button-primary-hover: #5a269d;
  --highlight-primary: #7030c4;
  --highlight-primary-hover: #5a269d;
  --highlight-primary-disabled: #c6ace7;
}

/* Spacing */
/* Text Colors */
/* Misc elements */
/* Form elements */
/* Background Colors */
/* Good advice from https://davidwalsh.name/write-media-queries-sass */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  --button-primary: #7030c4;
  --button-primary-text: white;
  --button-primary-hover: #5a269d;
  --highlight-primary: #7030c4;
  --highlight-primary-hover: #5a269d;
  --highlight-primary-disabled: #c6ace7;
}

/* Spacing */
/* Text Colors */
/* Misc elements */
/* Form elements */
/* Background Colors */
/* Good advice from https://davidwalsh.name/write-media-queries-sass */
button, input[type=submit], input[type=button] {
  cursor: pointer;
  border: none;
  background: none;
}

a.cta, button.cta, input[type=submit].cta {
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
  text-shadow: none;
  text-align: center;
  display: block;
  font-weight: 500;
  font-size: 15px;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
}

a.cta.internal, button.cta.internal, input[type=submit].cta.internal {
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  margin: 0 0 8px 0;
  padding: 0 8px;
}

a.cta.external, button.cta.external, input[type=submit].cta.external {
  height: 50px;
  line-height: 50px;
  padding: 0 48px;
  display: inline-block;
}

@media (max-width: 700px) {
  a.cta.external, button.cta.external, input[type=submit].cta.external {
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    padding: 0 32px;
  }
}
a.cta.clear-purple, button.cta.clear-purple, input[type=submit].cta.clear-purple {
  text-shadow: 0 1px 3px rgba(36, 180, 126, 0.4);
  color: #9d67e5;
  font-weight: normal;
  padding: 0;
}

a.cta.clear-gray, button.cta.clear-gray, input[type=submit].cta.clear-gray {
  color: #757575;
  padding: 0;
  font-weight: normal;
  box-shadow: none;
  position: relative;
}

a.cta.blue, button.cta.blue, input[type=submit].cta.blue {
  color: var(--button-primary-text);
  background-color: var(--button-primary);
}

a.cta.blue:hover, button.cta.blue:hover, input[type=submit].cta.blue:hover {
  background-color: var(--button-primary-hover);
}

a.cta.blue.disabled, button.cta.blue.disabled, input[type=submit].cta.blue.disabled {
  cursor: initial;
  color: var(--button-disabled-foreground);
  background-color: var(--button-disabled-background);
}

a.cta.purple-wire, button.cta.purple-wire, input[type=submit].cta.purple-wire {
  line-height: 46px;
  color: #9d67e5;
  border: 2px solid #9d67e5;
}

@media (max-width: 700px) {
  a.cta.purple-wire, button.cta.purple-wire, input[type=submit].cta.purple-wire {
    line-height: 42px;
  }
}
a.cta.purple-wire:hover, button.cta.purple-wire:hover, input[type=submit].cta.purple-wire:hover {
  border: 2px solid #a670ee;
}

a.cta.purple-wire.disabled, button.cta.purple-wire.disabled, input[type=submit].cta.purple-wire.disabled {
  cursor: initial;
  border: 2px solid #c69bff;
}

a.cta.black-wire, button.cta.black-wire, input[type=submit].cta.black-wire {
  line-height: 46px;
  color: #150727;
  border: 2px solid #150727;
}

@media (max-width: 700px) {
  a.cta.black-wire, button.cta.black-wire, input[type=submit].cta.black-wire {
    line-height: 42px;
  }
}
a.cta.pink-wire, button.cta.pink-wire, input[type=submit].cta.pink-wire {
  line-height: 46px;
  color: #f869e0;
  border: 2px solid #f869e0;
}

@media (max-width: 700px) {
  a.cta.pink-wire, button.cta.pink-wire, input[type=submit].cta.pink-wire {
    line-height: 42px;
  }
}
a.cta.pink-wire:hover, button.cta.pink-wire:hover, input[type=submit].cta.pink-wire:hover {
  border: 2px solid #f869e0;
}

a.cta.pink-wire.disabled, button.cta.pink-wire.disabled, input[type=submit].cta.pink-wire.disabled {
  cursor: initial;
  border: 2px solid #c69bff;
}

a.cta.green, button.cta.green, input[type=submit].cta.green {
  color: white;
  background-color: #00d4ce;
}

a.cta.green.disabled, button.cta.green.disabled, input[type=submit].cta.green.disabled {
  cursor: initial;
  background-color: #87baff;
  border: 1px solid #87baff;
}

a.cta.white, button.cta.white, input[type=submit].cta.white {
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  color: #482abf;
}

a.cta.gray, button.cta.gray, input[type=submit].cta.gray {
  color: white;
  background-color: #666;
}

a.cta.light-gray, button.cta.light-gray, input[type=submit].cta.light-gray {
  color: white;
  background-color: #b6b6b6;
}

a.cta.light-grey, button.cta.light-grey, input[type=submit].cta.light-grey {
  color: white;
  background-color: #b6b6b6;
}

a.cta.pink, button.cta.pink, input[type=submit].cta.pink {
  color: white;
  background-color: #f869e0;
}

a.cta.red, button.cta.red, input[type=submit].cta.red {
  color: white;
  background-color: #E65A5F;
}

a.cta.red.disabled, button.cta.red.disabled, input[type=submit].cta.red.disabled {
  background-color: rgba(230, 90, 95, 0.5098039216);
}

.text-cta {
  font-weight: 500;
  color: #150727;
  font-size: 16px;
  transition: color 0.2s linear;
  position: relative;
}

.text-cta span.arrow-container {
  display: inline-block;
  width: 36px;
  text-align: center;
}

.text-cta span.arrow-container i {
  transition: margin-left 0.2s linear;
  display: inline-block;
}

.text-cta:hover {
  color: #f869e0;
}

.text-cta:hover i {
  margin-left: 6px;
}

.modal-bg {
  overflow: hidden;
  background-color: rgba(193, 201, 210, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  text-align: center;
  overflow-y: hidden;
}

.modal-bg > .modal {
  overscroll-behavior-y: none;
  box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.08), 0 3px 6px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: white;
  display: inline-block;
  text-align: left;
  width: 100%;
  max-width: 550px;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (max-width: 700px) {
  .modal-bg > .modal {
    width: 88%;
  }
}
.modal-bg > .modal .modal-body {
  padding: 48px;
}

@media (max-width: 700px) {
  .modal-bg > .modal .modal-body {
    padding: 32px 28px;
  }
}
.modal-bg > .modal .modal-body h2.title {
  padding-bottom: 0;
  font-weight: normal;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 700px) {
  .modal-bg > .modal .modal-body h2.title {
    line-height: 1em;
  }
}
.modal-bg > .modal .modal-body h3.subtitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  margin: 16px auto 32px auto;
  text-align: center;
}

@media (max-width: 700px) {
  .modal-bg > .modal .modal-body h3.subtitle {
    margin: 24px 0;
  }
}
#contact-modal-container #contact-thank-you-container {
  text-align: center;
}

#contact-modal-container #contact-thank-you-container .fad {
  font-size: 48px;
  color: #f869e0;
  margin-bottom: 18px;
}

#contact-modal-container #contact-thank-you-container .thank-you-header {
  font-size: 48px;
  margin-bottom: 18px;
  display: block;
}

#contact-modal-container #contact-thank-you-container .thank-you-body {
  margin: 0 auto;
  font-size: 18px;
  display: block;
  line-height: 1.7em;
  max-width: 400px;
}

section#create-invoice-modal #misc {
  padding-bottom: 32px;
}

section#create-invoice-modal form > input, section#create-invoice-modal form > button {
  display: block;
}

section#create-invoice-modal form h2 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 16px;
}

section#create-invoice-modal form > div.left-right > .left {
  padding-right: 64px;
}

input, select, textarea {
  background: #ffffff;
  border: none;
  border: 1px solid #a0aab4;
  font-size: 16px;
  outline: none;
  font-weight: 400;
  color: #150727;
  border-radius: 0;
}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

label {
  text-align: left;
  margin-bottom: 6px;
  display: block;
  font-size: 13px;
  cursor: pointer;
}

input[type=checkbox] {
  width: initial;
  height: initial;
  line-height: initial;
  padding: 0;
}

textarea {
  padding: 12px;
  display: block;
}

.input-container {
  position: relative;
  line-height: 1em;
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  margin-bottom: 36px;
}

.input-container:last-of-type {
  margin-bottom: 0;
}

.input-container .input-with-dynamic-label, .input-container .stripe-element-with-dynamic-label, .input-container select {
  height: 40px;
  border: none;
  border-bottom: 1px solid #a0aab4;
  padding: 0;
  width: 100%;
  font-size: 16px;
}

.input-container .input-with-dynamic-label:focus, .input-container .stripe-element-with-dynamic-label:focus, .input-container select:focus {
  border-bottom: 2px solid #9d67e5;
}

.input-container .input-with-dynamic-label.errors, .input-container .stripe-element-with-dynamic-label.errors, .input-container select.errors {
  border-bottom: 2px solid #ec8b86 !important;
}

.input-container select {
  line-height: 40px;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  z-index: 1;
}

.input-container .input-with-dynamic-label {
  line-height: 40px;
}

.input-container .stripe-element-with-dynamic-label {
  padding-top: 12px;
}

.input-container .shrinking-label {
  z-index: 0;
  position: absolute;
  top: 4px;
  line-height: 40px;
  cursor: text;
  background: none;
  margin: 0;
  transition-property: all, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 16px;
  color: #757575;
}

.input-container .input-with-dynamic-label:focus + .shrinking-label,
.input-container .input-with-dynamic-label:not(.empty) + .shrinking-label,
.input-container .stripe-element-with-dynamic-label.focus + .shrinking-label,
.input-container .stripe-element-with-dynamic-label:not(.empty) + .shrinking-label {
  background: white;
  margin-top: -16px;
  line-height: 13px;
  font-size: 13px;
  z-index: 1000;
}

.input-container .err-msg {
  margin-top: 4px;
  color: #e01e5a;
  font-size: 13px;
}

.input-container.flex {
  display: flex;
  flex-direction: column;
}

.accept-terms-container {
  display: flex;
  flex-direction: row;
  column-gap: 0.5em;
}

form.block input,
form.block select,
form.block button,
form.block textarea {
  display: block;
  width: 100%;
  width: 100%;
}

form.block input[type=checkbox],
form.block select[type=checkbox],
form.block button[type=checkbox],
form.block textarea[type=checkbox] {
  width: initial;
}

form.block.form-with-dynamic-labels .cta {
  margin-top: 36px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
}

@media (max-width: 700px) {
  form.block.form-with-dynamic-labels .cta {
    margin-top: 12px;
  }
}
form.block.disabled .input-container {
  opacity: 0.4 !important;
}

form.block.disabled input, form.block.disabled select, form.block.disabled textarea {
  pointer-events: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:active, button:-webkit-autofill, button:-webkit-autofill:hover, button:-webkit-autofill:focus, button:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input.height-full, select.height-full, button.height-full {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
}

input.height-full.stacked, select.height-full.stacked, button.height-full.stacked {
  margin-bottom: 8px;
}

input.width-fixed, select.width-fixed, button.width-fixed {
  width: 312px;
}

input.height-compact, select.height-compact, button.height-compact {
  display: block;
  height: 28px;
  line-height: 18px;
  padding: 0 16px;
  font-size: 13px;
}

input, select {
  -webkit-appearance: none;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input:focus, textarea:focus, select:focus {
  border-bottom: 2px solid #9d67e5;
}

input::placeholder, textarea::placeholder, select::placeholder {
  color: #757575;
}

input.error, textarea.error, select.error {
  border: 1px solid #ec8b86;
  color: #ec8b86;
}

input.error:focus, textarea.error:focus, select.error:focus {
  border: 1px solid red;
}

input.error::placeholder, textarea.error::placeholder, select.error::placeholder {
  color: #ec8b86;
}

button {
  cursor: pointer;
  text-align: center;
}

div.GDPR-content {
  font-size: 11px;
  font-style: italic;
  line-height: initial;
}

div.GDPR-content a {
  color: #7739c9 !important;
  font-weight: 800;
}

@font-face {
  font-family: "Camphor";
  src: url("/static/fonts/camphor-300.woff2") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Camphor";
  src: url("/static/fonts/camphor-400.woff2") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Camphor";
  src: url("/static/fonts/camphor-500.woff2") format("woff");
  font-weight: 500;
}
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #150727;
  height: 100%;
}
html * {
  font-family: Camphor, sans-serif;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background-color: #fff;
  width: 100%;
  font-size: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

footer#page-footer {
  width: 100%;
  max-width: 1100px;
  margin: 60px auto 0 auto;
}
@media (max-width: 700px) {
  footer#page-footer {
    display: none;
  }
}
footer#page-footer > nav {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
footer#page-footer > nav a, footer#page-footer > nav span {
  display: inline-block;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  color: #150727;
  padding: 0 16px;
}
footer#page-footer > nav #footer-left {
  width: 20%;
}
footer#page-footer > nav #footer-middle {
  width: 60%;
}
footer#page-footer > nav #footer-right {
  width: 20%;
}
footer#page-footer > nav #footer-right i {
  font-size: 20px;
}

a:active, a:focus, button:active, button:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

a {
  text-decoration: none;
  color: var(--highlight-primary);
}

.page-section {
  width: 1140px;
  max-width: 92%;
  margin: 0 auto;
  padding: 110px 0;
}

.divider-container {
  display: flex;
  justify-content: space-between;
  width: 1440px;
  max-width: 96%;
  margin: 0 auto;
}
.divider-container .divider-text {
  color: #7030c4;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 8px;
}
.divider-container .divider-line {
  border-bottom: 1px solid #d6d6d6;
  width: 100%;
  align-self: center;
}

.full-width {
  width: 100%;
}

.flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.space-evenly {
  justify-content: space-evenly;
}

.text-align-right {
  text-align: right;
}

.text-black {
  color: #150727;
}

.text-dark-gray {
  color: #757575;
}

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

.overflow-hidden {
  overflow: hidden;
}

.block {
  display: block;
}

.hide {
  display: none;
}

.show {
  display: initial;
}

/****************/
/* FONT STYLING */
/****************/
.gray-text {
  color: #777;
}

.blue-text {
  color: #fc3d90;
}

.bold {
  font-weight: 500;
}

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

.italic {
  font-style: italic;
}

.breadcrumb-container {
  display: flex;
}
.breadcrumb-container > div.breadcrumb-carrot {
  line-height: 20px;
  margin: 0 12px;
}
.breadcrumb-container > div.breadcrumb-carrot svg {
  color: #b5b5b5;
}
.breadcrumb-container > a {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  color: #757575;
}
.breadcrumb-container > a.disabled {
  color: #cacaca;
  cursor: default;
}
.breadcrumb-container > a.highlighted {
  color: #150727;
  font-weight: normal;
}

.backfill-icon {
  margin-bottom: 48px;
  display: inline-block;
  color: #7739c9;
  background-color: #f1e6fe;
  font-size: 24px;
  padding: 20px 0;
  width: 64px;
  border-radius: 15px;
  text-align: center;
}

.gradient-text {
  background-image: linear-gradient(90deg, #484ba2, #f869e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

ul.product-landing-bulleted-list {
  display: inline-block;
  text-align: left;
  margin-top: 48px;
}
@media (max-width: 700px) {
  ul.product-landing-bulleted-list {
    margin-top: 32px;
  }
}
ul.product-landing-bulleted-list li {
  display: flex;
  list-stype: none;
  margin-bottom: 24px;
}
ul.product-landing-bulleted-list li:last-child {
  margin-bottom: 0;
}
ul.product-landing-bulleted-list li i.fa-check-circle {
  width: 32px;
  font-size: 18px;
  flex-shrink: 0;
  color: #7030c4;
}
ul.product-landing-bulleted-list li div.title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}
ul.product-landing-bulleted-list li div.description {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4em;
}

.mobile-only {
  display: none;
}
@media (max-width: 700px) {
  .mobile-only {
    display: block;
  }
}

.non-mobile-only {
  display: none;
}
@media (min-width: 701px) {
  .non-mobile-only {
    display: initial;
  }
}

@media (max-width: 700px) {
  body #content-container nav#top-nav {
    padding: 12px;
  }
  #hamburger-menu {
    z-index: 1000;
  }
  /* For hiding the nav links */
  .nav-link {
    display: none;
  }
  .section > .section-title {
    text-align: center;
    margin-bottom: 12px;
  }
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.boxed-option {
  background-color: white;
  cursor: pointer;
  font-size: 12px;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 1px solid #d6d6d6;
  border: 2px solid transparent;
}
.boxed-option.selected {
  outline: none;
  border: 2px solid #9d67e5;
}
.boxed-option.selected:hover {
  outline: none;
}
.boxed-option.disabled:hover {
  outline: 1px solid #d6d6d6;
}
.boxed-option:hover {
  outline: 1px solid #b5b5b5;
}

.boxed-option.disabled, .instance-option.disabled {
  opacity: 0.5;
  color: #8898AA;
  cursor: initial;
  pointer-events: none;
}

.box {
  border: 1px solid #d6d6d6;
  box-shadow: 1px 3px 2px #d6d6d6;
}
.box.padded {
  padding: 32px;
}

.error-msg {
  color: #e01e5a;
}

.error-bg {
  background-color: #FBE8EE;
}

div.field-container {
  position: relative;
}
div.field-container div.error-msg {
  position: absolute;
  top: 14px;
  right: 8px;
  background: none;
  background-color: none;
  font-size: 10px;
}

/**************/
/* BEGIN TEXT */
/**************/
.hero-text {
  font-size: 44px;
  line-height: 1.4em;
  font-weight: 500;
}
@media screen and (max-width: 468px) {
  .hero-text {
    font-size: 28px;
    margin-bottom: 8px;
  }
}

.page-title {
  font-size: 15px;
  color: #8898AA;
  font-weight: 300;
  margin-bottom: 15px;
}

.hero-tagline {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.3em;
}

.caption {
  font-size: 18px;
  font-weight: 500;
  color: #7739c9;
  margin-bottom: 24px;
}

.header-1 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.2em;
}
@media (max-width: 700px) {
  .header-1 {
    font-size: 32px;
    line-height: 1.4em;
  }
}

.header-2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 16px;
}

.header-3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 48px;
  font-weight: 300;
}
@media (max-width: 700px) {
  .header-3 {
    margin-bottom: 32px;
  }
}

.header-4 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 18px;
}

.section-description {
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  max-width: 800px;
}
@media (max-width: 700px) {
  .section-description {
    font-size: 16px;
  }
}

.colored-mustache {
  font-weight: 500;
  text-transform: initial;
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.colored-mustache i {
  margin-right: 6px;
}
.colored-mustache.purple {
  color: #9d67e5;
}

/************/
/* END TEXT */
/************/
/********/
/* MISC */
/********/
div.intercom-messenger-frame {
  box-shadow: none !important;
  outline: 1px solid #d6d6d6 !important;
  border-radius: 0 !important;
}

#intercom-container-body .intercom-home-screen-conversation-card {
  border-radius: 0 !important;
  box-shadow: none !important;
  border-top: 2px solid #9d67e5;
}

.show-more, .show-fewer {
  margin: 16px auto 0 auto;
  display: block;
  position: relative;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.show-more i.fad, .show-fewer i.fad {
  color: #f869e0;
  margin-right: 8px;
}

.shadow-button {
  cursor: pointer;
  background-color: white;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #150727;
  font-size: 24px;
  box-shadow: 0 6px 12px -2px rgba(50, 50, 93, 0.25), 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

body {
  --button-primary: #7030c4;
  --button-primary-text: white;
  --button-primary-hover: #5a269d;
  --highlight-primary: #7030c4;
  --highlight-primary-hover: #5a269d;
  --highlight-primary-disabled: #c6ace7;
}

/* Spacing */
/* Text Colors */
/* Misc elements */
/* Form elements */
/* Background Colors */
/* Good advice from https://davidwalsh.name/write-media-queries-sass */
.toast-container {
  position: absolute;
  right: 32px;
  top: 32px;
  z-index: 100000;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.toast {
  min-width: 320px;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0px 0px 16px rgba(227, 228, 232, 0.5);
  font-size: 16px;
  line-height: 24px;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  transform: translateX(calc(32px + 100%));
  transition: all ease 200ms;
  opacity: 1;
}
.toast .toast-dismiss-button {
  font-size: 16px;
  width: 16px;
  height: 100%;
  cursor: pointer;
}
.toast.appearing {
  transform: translateX(0);
}
.toast.dismissing {
  opacity: 0;
}

nav#top-nav {
  width: 1440px;
  max-width: 96%;
  margin: 0 auto;
  height: 55px;
  padding: 17px 0 16px 0;
}
nav#top-nav img {
  vertical-align: middle;
  height: 33px;
  margin: 0 auto;
  display: block;
}

html, body {
  height: 100%;
}
@media only screen and (max-width: 700px) {
  html, body {
    overflow: initial;
  }
}

@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    margin-left: -16px;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
#top-nav {
  display: none;
}

#nav-with-logo {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 12px;
  text-align: left;
}
#nav-with-logo a {
  display: inline-block;
}
#nav-with-logo img {
  display: inline-block;
  height: 30px;
}
@media screen and (max-width: 700px) {
  #nav-with-logo {
    text-align: center;
    position: initial;
  }
}

#content-container {
  margin: 0;
  height: 100%;
}

#platforms-container, #where-container {
  display: inline-block;
  text-align: left;
  position: relative;
  margin-top: 80px;
  transition: all 0.5s ease;
}
#platforms-container.hidden, #where-container.hidden {
  opacity: 0;
  margin-left: -24px;
}
@media screen and (max-width: 700px) {
  #platforms-container, #where-container {
    margin-top: 16px;
  }
}
#platforms-container #choose-platform-header-container, #platforms-container #choose-where-header-container, #where-container #choose-platform-header-container, #where-container #choose-where-header-container {
  position: relative;
}
#platforms-container #choose-platform-header-container a, #platforms-container #choose-platform-header-container button, #platforms-container #choose-where-header-container a, #platforms-container #choose-where-header-container button, #where-container #choose-platform-header-container a, #where-container #choose-platform-header-container button, #where-container #choose-where-header-container a, #where-container #choose-where-header-container button {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  color: #757575;
  font-weight: 500;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
}
#platforms-container #choose-platform-header-container a > span, #platforms-container #choose-platform-header-container button > span, #platforms-container #choose-where-header-container a > span, #platforms-container #choose-where-header-container button > span, #where-container #choose-platform-header-container a > span, #where-container #choose-platform-header-container button > span, #where-container #choose-where-header-container a > span, #where-container #choose-where-header-container button > span {
  vertical-align: top;
}
#platforms-container #choose-platform-header-container a i, #platforms-container #choose-platform-header-container button i, #platforms-container #choose-where-header-container a i, #platforms-container #choose-where-header-container button i, #where-container #choose-platform-header-container a i, #where-container #choose-platform-header-container button i, #where-container #choose-where-header-container a i, #where-container #choose-where-header-container button i {
  font-size: 32px;
  margin-right: 4px;
  --fa-primary-color: #f869e0;
  --fa-secondary-color: #9d67e5;
}
@media screen and (max-width: 700px) {
  #platforms-container #choose-platform-header-container a, #platforms-container #choose-platform-header-container button, #platforms-container #choose-where-header-container a, #platforms-container #choose-where-header-container button, #where-container #choose-platform-header-container a, #where-container #choose-platform-header-container button, #where-container #choose-where-header-container a, #where-container #choose-where-header-container button {
    display: none;
  }
}
#platforms-container #choose-platform-header-container h1, #platforms-container #choose-where-header-container h1, #where-container #choose-platform-header-container h1, #where-container #choose-where-header-container h1 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
#platforms-container #platforms-triptych, #platforms-container #where-triptych, #where-container #platforms-triptych, #where-container #where-triptych {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  font-size: 14px;
}
#platforms-container #platforms-triptych .platform, #platforms-container #platforms-triptych .where, #platforms-container #where-triptych .platform, #platforms-container #where-triptych .where, #where-container #platforms-triptych .platform, #where-container #platforms-triptych .where, #where-container #where-triptych .platform, #where-container #where-triptych .where {
  padding: 24px;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}
#platforms-container #platforms-triptych .platform:hover, #platforms-container #platforms-triptych .where:hover, #platforms-container #where-triptych .platform:hover, #platforms-container #where-triptych .where:hover, #where-container #platforms-triptych .platform:hover, #where-container #platforms-triptych .where:hover, #where-container #where-triptych .platform:hover, #where-container #where-triptych .where:hover {
  border: 1px solid #b4b4b4;
  box-shadow: 1px 3px 2px #b4b4b4;
}
#platforms-container #platforms-triptych .platform .platform-name-container, #platforms-container #platforms-triptych .where .platform-name-container, #platforms-container #where-triptych .platform .platform-name-container, #platforms-container #where-triptych .where .platform-name-container, #where-container #platforms-triptych .platform .platform-name-container, #where-container #platforms-triptych .where .platform-name-container, #where-container #where-triptych .platform .platform-name-container, #where-container #where-triptych .where .platform-name-container {
  text-align: center;
}
#platforms-container #platforms-triptych .platform .platform-name-container div, #platforms-container #platforms-triptych .where .platform-name-container div, #platforms-container #where-triptych .platform .platform-name-container div, #platforms-container #where-triptych .where .platform-name-container div, #where-container #platforms-triptych .platform .platform-name-container div, #where-container #platforms-triptych .where .platform-name-container div, #where-container #where-triptych .platform .platform-name-container div, #where-container #where-triptych .where .platform-name-container div {
  color: #9d67e5;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 12px;
}
#platforms-container #platforms-triptych .platform .platform-name-container span, #platforms-container #platforms-triptych .where .platform-name-container span, #platforms-container #where-triptych .platform .platform-name-container span, #platforms-container #where-triptych .where .platform-name-container span, #where-container #platforms-triptych .platform .platform-name-container span, #where-container #platforms-triptych .where .platform-name-container span, #where-container #where-triptych .platform .platform-name-container span, #where-container #where-triptych .where .platform-name-container span {
  font-weight: bold;
  font-size: 22px;
}
#platforms-container #platforms-triptych .platform .where-name-container, #platforms-container #platforms-triptych .where .where-name-container, #platforms-container #where-triptych .platform .where-name-container, #platforms-container #where-triptych .where .where-name-container, #where-container #platforms-triptych .platform .where-name-container, #where-container #platforms-triptych .where .where-name-container, #where-container #where-triptych .platform .where-name-container, #where-container #where-triptych .where .where-name-container {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 8px;
}
#platforms-container #platforms-triptych .platform .where-name-container .title, #platforms-container #platforms-triptych .where .where-name-container .title, #platforms-container #where-triptych .platform .where-name-container .title, #platforms-container #where-triptych .where .where-name-container .title, #where-container #platforms-triptych .platform .where-name-container .title, #where-container #platforms-triptych .where .where-name-container .title, #where-container #where-triptych .platform .where-name-container .title, #where-container #where-triptych .where .where-name-container .title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 16px;
}
#platforms-container #platforms-triptych .platform .where-name-container .title.purple, #platforms-container #platforms-triptych .where .where-name-container .title.purple, #platforms-container #where-triptych .platform .where-name-container .title.purple, #platforms-container #where-triptych .where .where-name-container .title.purple, #where-container #platforms-triptych .platform .where-name-container .title.purple, #where-container #platforms-triptych .where .where-name-container .title.purple, #where-container #where-triptych .platform .where-name-container .title.purple, #where-container #where-triptych .where .where-name-container .title.purple {
  color: #9d67e5;
}
#platforms-container #platforms-triptych .platform .where-name-container .subtitle, #platforms-container #platforms-triptych .where .where-name-container .subtitle, #platforms-container #where-triptych .platform .where-name-container .subtitle, #platforms-container #where-triptych .where .where-name-container .subtitle, #where-container #platforms-triptych .platform .where-name-container .subtitle, #where-container #platforms-triptych .where .where-name-container .subtitle, #where-container #where-triptych .platform .where-name-container .subtitle, #where-container #where-triptych .where .where-name-container .subtitle {
  text-align: center;
  margin-bottom: 32px;
  color: #9d67e5;
  font-weight: 500;
}
#platforms-container #platforms-triptych .platform div.product-img-container, #platforms-container #platforms-triptych .where div.product-img-container, #platforms-container #where-triptych .platform div.product-img-container, #platforms-container #where-triptych .where div.product-img-container, #where-container #platforms-triptych .platform div.product-img-container, #where-container #platforms-triptych .where div.product-img-container, #where-container #where-triptych .platform div.product-img-container, #where-container #where-triptych .where div.product-img-container {
  margin: 32px 0;
}
#platforms-container #platforms-triptych .platform div.product-img-container img.product-img, #platforms-container #platforms-triptych .where div.product-img-container img.product-img, #platforms-container #where-triptych .platform div.product-img-container img.product-img, #platforms-container #where-triptych .where div.product-img-container img.product-img, #where-container #platforms-triptych .platform div.product-img-container img.product-img, #where-container #platforms-triptych .where div.product-img-container img.product-img, #where-container #where-triptych .platform div.product-img-container img.product-img, #where-container #where-triptych .where div.product-img-container img.product-img {
  display: block;
  max-height: 160px;
  max-width: 100%;
  margin: 0 auto;
}
#platforms-container #platforms-triptych .platform .spec-container, #platforms-container #platforms-triptych .where .spec-container, #platforms-container #where-triptych .platform .spec-container, #platforms-container #where-triptych .where .spec-container, #where-container #platforms-triptych .platform .spec-container, #where-container #platforms-triptych .where .spec-container, #where-container #where-triptych .platform .spec-container, #where-container #where-triptych .where .spec-container {
  padding: 6px 0;
}
#platforms-container #platforms-triptych .platform .spec-container i, #platforms-container #platforms-triptych .where .spec-container i, #platforms-container #where-triptych .platform .spec-container i, #platforms-container #where-triptych .where .spec-container i, #where-container #platforms-triptych .platform .spec-container i, #where-container #platforms-triptych .where .spec-container i, #where-container #where-triptych .platform .spec-container i, #where-container #where-triptych .where .spec-container i {
  --fa-primary-color: #FFF;
  --fa-secondary-color: #9d67e5;
  margin-right: 8px;
}
#platforms-container #platforms-triptych .platform .starting-at, #platforms-container #platforms-triptych .where .starting-at, #platforms-container #where-triptych .platform .starting-at, #platforms-container #where-triptych .where .starting-at, #where-container #platforms-triptych .platform .starting-at, #where-container #platforms-triptych .where .starting-at, #where-container #where-triptych .platform .starting-at, #where-container #where-triptych .where .starting-at {
  margin-top: 24px;
  font-size: 13px;
  text-align: center;
  margin-bottom: 8px;
}
#platforms-container #platforms-triptych .platform .price, #platforms-container #platforms-triptych .where .price, #platforms-container #where-triptych .platform .price, #platforms-container #where-triptych .where .price, #where-container #platforms-triptych .platform .price, #where-container #platforms-triptych .where .price, #where-container #where-triptych .platform .price, #where-container #where-triptych .where .price {
  display: block;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
#platforms-container #platforms-triptych .platform .price .dollar-sign, #platforms-container #platforms-triptych .where .price .dollar-sign, #platforms-container #where-triptych .platform .price .dollar-sign, #platforms-container #where-triptych .where .price .dollar-sign, #where-container #platforms-triptych .platform .price .dollar-sign, #where-container #platforms-triptych .where .price .dollar-sign, #where-container #where-triptych .platform .price .dollar-sign, #where-container #where-triptych .where .price .dollar-sign {
  font-size: 16px;
  vertical-align: top;
  font-weight: normal;
  display: inline-block;
  padding: 2px 2px 0 0;
}
#platforms-container #platforms-triptych .platform .small-price, #platforms-container #platforms-triptych .where .small-price, #platforms-container #where-triptych .platform .small-price, #platforms-container #where-triptych .where .small-price, #where-container #platforms-triptych .platform .small-price, #where-container #platforms-triptych .where .small-price, #where-container #where-triptych .platform .small-price, #where-container #where-triptych .where .small-price {
  font-size: 14px;
  font-weight: normal;
  margin-top: 12px;
}

#platforms-container .platform, #platforms-container .where, #where-container .platform, #where-container .where {
  min-width: 322px;
  flex-basis: 322px;
}
@media screen and (max-width: 701px) {
  #platforms-container, #where-container {
    width: calc(100% - 64px);
  }
  #platforms-container #platforms-triptych, #platforms-container #where-triptych, #where-container #platforms-triptych, #where-container #where-triptych {
    justify-content: center;
  }
  #platforms-container #platforms-triptych .platform, #platforms-container #platforms-triptych .where, #platforms-container #where-triptych .platform, #platforms-container #where-triptych .where, #where-container #platforms-triptych .platform, #where-container #platforms-triptych .where, #where-container #where-triptych .platform, #where-container #where-triptych .where {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 701px) {
  #platforms-container, #where-container {
    width: calc(100% - 32px);
  }
  #platforms-container #platforms-triptych, #platforms-container #where-triptych, #where-container #platforms-triptych, #where-container #where-triptych {
    justify-content: center;
  }
  #platforms-container #platforms-triptych .platform, #platforms-container #platforms-triptych .where, #platforms-container #where-triptych .platform, #platforms-container #where-triptych .where, #where-container #platforms-triptych .platform, #where-container #platforms-triptych .where, #where-container #where-triptych .platform, #where-container #where-triptych .where {
    margin-bottom: 28px;
    margin-left: 14px;
    margin-right: 14px;
  }
}

#platforms-container #platforms-triptych .platform div.product-img-container.hyperplane-h100 img.product-img {
  height: 112px;
}
#platforms-container #platforms-triptych .platform.hyperplane, #platforms-container #platforms-triptych .platform.scalar {
  flex-basis: 360px;
}
#platforms-container #platforms-triptych .platform div.product-img-container.scalar {
  height: 111px;
}
#platforms-container #platforms-triptych .platform div.product-img-container.hyperplane {
  height: 112px;
}
#platforms-container #platforms-triptych .platform div.product-img-container img.product-img.hyperplane-2u {
  position: relative;
  top: 33px;
}
#platforms-container #platforms-triptych .platform div.product-img-container img.product-img.scalar-2u {
  position: relative;
  top: 25px;
}
#platforms-container #platforms-triptych .platform div.product-img-container.tensorbook {
  margin-top: 16px;
  margin-bottom: 16px;
}
#platforms-container #platforms-triptych .platform div.product-img-container.tensorbook img.product-img {
  max-height: 220px;
}

#where-container #where-triptych .where {
  flex-basis: 360px;
}
#where-container #where-triptych .where div.product-img-container {
  height: 111px;
}
#where-container #where-triptych .where div.product-img-container img.product-img {
  height: 100%;
}

#steps {
  display: flex;
  justify-content: center;
}
#steps div.step {
  width: 115px;
  font-size: 14px;
  text-align: center;
}
#steps div.step:first-child {
  left: 42px;
  position: relative;
}
#steps div.step:last-child {
  right: 42px;
  position: relative;
}
#steps div.step .dot {
  border-radius: 11px;
  height: 11px;
  width: 11px;
  margin-bottom: 12px;
  vertical-align: middle;
  display: inline-block;
  transition: all 0.5s ease;
}
#steps div.step .dot.purple {
  background: #9d67e5;
}
#steps div.step .dot.gray {
  background: #d6d6d6;
}
#steps .line-container {
  width: 82px;
}
#steps .line-container .line {
  padding-top: 5px;
  border-bottom: 2px solid #d6d6d6;
  height: 0;
}
#steps .line-container .progress {
  position: relative;
  top: -2px;
  border-bottom: 2px solid #9d67e5;
  height: 0;
  transition: all 0.4s ease-in;
  width: 0;
}
#steps .line-container .progress.complete {
  width: 100%;
}

#customize-page-container {
  height: 100%;
}
#customize-page-container .email {
  color: #9d67e5;
}
#customize-page-container .tel {
  color: #150727;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
#customize-page-container #contact-sales {
  text-align: center;
}
#customize-page-container section#main-section {
  text-align: center;
  height: calc(100% - 90px);
}
#customize-page-container section#main-section #customize-container {
  text-align: left;
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 700px) {
  #customize-page-container section#main-section #customize-container {
    height: initial;
    display: initial;
  }
  #customize-page-container section#main-section #customize-container #customize-left-container {
    display: none;
  }
  #customize-page-container section#main-section #customize-container #customize-right-container {
    width: 100%;
    padding: 16px;
  }
  #customize-page-container section#main-section #customize-container #customize-right-container h1 {
    margin-top: 60px;
    font-size: 32px;
  }
}
@media screen and (max-width: 700px) and (max-width: 700px) {
  #customize-page-container section#main-section #customize-container #customize-right-container h1 {
    font-size: 28px;
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  #customize-page-container section#main-section #customize-container #customize-right-container img#product-img-mobile {
    display: block;
    width: 80%;
    margin: 0 auto 32px auto;
  }
  #customize-page-container section#main-section #customize-container #bottom-container {
    padding: 16px;
    position: initial;
    height: initial;
  }
}
#customize-page-container section#main-section #customize-container #customize-header-container {
  position: absolute;
  left: 16px;
  top: 80px;
}
#customize-page-container section#main-section #customize-container #customize-header-container a, #customize-page-container section#main-section #customize-container #customize-header-container button {
  padding: 0;
  color: #757575;
  font-weight: 500;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
}
#customize-page-container section#main-section #customize-container #customize-header-container a > span, #customize-page-container section#main-section #customize-container #customize-header-container button > span {
  vertical-align: top;
}
#customize-page-container section#main-section #customize-container #customize-header-container a i, #customize-page-container section#main-section #customize-container #customize-header-container button i {
  font-size: 32px;
  margin-right: 4px;
  --fa-primary-color: #f869e0;
  --fa-secondary-color: #9d67e5;
}
@media screen and (max-width: 700px) {
  #customize-page-container section#main-section #customize-container #customize-header-container a, #customize-page-container section#main-section #customize-container #customize-header-container button {
    display: none;
  }
}
#customize-page-container section#main-section #customize-left-container {
  width: calc(100% - 450px);
}
#customize-page-container section#main-section #customize-right-container {
  overflow-y: scroll;
  width: 450px;
  padding: 32px;
}
#customize-page-container section#main-section #customize-right-container img#product-img-mobile {
  display: none;
}

#customize-left-container {
  height: 100%;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#customize-left-container img#product-img {
  min-width: 0;
  max-height: 100%;
  max-width: 46%;
}
#customize-left-container .build-summary-container {
  width: 26%;
}
#customize-left-container .build-summary-container.left {
  padding-left: 2%;
}
#customize-left-container .build-summary-container.right {
  padding-right: 2%;
}
#customize-left-container .build-summary-container div.build-item {
  animation: 1s ease-out 0s 1 slideInFromLeft;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
#customize-left-container .build-summary-container div.build-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#customize-left-container .build-summary-container div.build-item div.top {
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: bold;
}
#customize-left-container .build-summary-container div.build-item div.bottom {
  font-size: 15px;
}

#customize-right-container {
  height: 100%;
  border-left: 1px solid #d6d6d6;
}
#customize-right-container > h1 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #customize-right-container > h1 {
    font-size: 26px;
  }
}
#customize-right-container div.component {
  font-weight: 300;
  margin-bottom: 32px;
}
#customize-right-container div.component:last-child {
  margin-bottom: 0;
}
#customize-right-container div.component > h2 {
  font-size: 16px;
  font-weight: bold;
}
#customize-right-container div.component > div.options {
  margin-top: 16px;
}
#customize-right-container div.component > div.options > div.boxed-option {
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 16px 12px;
  line-height: 1em;
}
#customize-right-container div.component > div.options > div.boxed-option:last-child {
  margin-bottom: 0;
}
#customize-right-container div.component > div.options > div.boxed-option .option-top {
  display: flex;
  justify-content: space-between;
  background: transparent;
  font-size: 14px;
}
#customize-right-container div.component > div.options > div.boxed-option .option-top.add-margin-bottom {
  margin-bottom: 4px;
}
#customize-right-container div.component > div.options > div.boxed-option .option-top > .left {
  font-weight: 500;
}
#customize-right-container div.component > div.options > div.boxed-option .option-top > .right {
  font-size: 12px;
}
#customize-right-container div.component > div.options > div.boxed-option .option-description {
  line-height: 1.5em;
}
#customize-right-container div#cta-container-mobile {
  display: none;
  justify-content: space-between;
  width: 100%;
  padding: 20px 32px;
}
@media screen and (max-width: 700px) {
  #customize-right-container div#cta-container-mobile {
    display: block;
  }
}
#customize-right-container div#cta-container-mobile > div {
  width: 100%;
}
#customize-right-container div#cta-container-mobile > div #download-quote {
  width: 100%;
  margin-bottom: 12px;
}
#customize-right-container div#cta-container-mobile button#add-to-cart {
  width: 100%;
}

#bottom-container {
  height: 90px;
  border-top: 1px solid #d6d6d6;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  #bottom-container {
    display: none;
  }
}
#bottom-container .left-side {
  display: flex;
  padding-right: 32px;
}
#bottom-container .left-side div#quantity {
  margin: 16px 0 0 16px;
}
#bottom-container .left-side div#quantity select {
  line-height: 50px;
  height: 50px;
}
#bottom-container .left-side div#total {
  text-align: right;
}
@media screen and (max-width: 700px) {
  #bottom-container .left-side div#total {
    display: none;
  }
}
#bottom-container .left-side div#total > div#price {
  margin-top: 16px;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 6px;
}
@media screen and (max-width: 700px) {
  #bottom-container .left-side div#total > div#price {
    margin: 0;
    text-align: center;
  }
}
#bottom-container .left-side div#total #price-postscript {
  padding: 0;
  font-size: 13px;
  font-weight: 300;
  color: #757575;
}
#bottom-container .left-side div#total #price-postscript i.fa-tags {
  margin-right: 6px;
  color: #f869e0;
}
#bottom-container div#cta-container {
  display: flex;
  justify-content: flex-end;
  width: 450px;
  padding: 20px 32px;
}
#bottom-container div#cta-container button {
  padding-left: 24px;
  padding-right: 24px;
}
#bottom-container div#cta-container > div {
  width: calc(50% - 8px);
  margin-right: 16px;
}
#bottom-container div#cta-container > div #download-quote {
  width: 100%;
  margin-bottom: 12px;
}
#bottom-container div#cta-container button#add-to-cart {
  width: calc(50% - 8px);
}

#quote-form .input-container:last-of-type, #quote-form-mobile .input-container:last-of-type, #quote-form-discount .input-container:last-of-type {
  margin-bottom: 36px;
}
#quote-form .cta, #quote-form-mobile .cta, #quote-form-discount .cta {
  display: block;
}

.gem.pink {
  color: #FF3CDE;
  background-color: #FCDCF9;
  padding: 5px 8px;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 4px 2px 0 2px;
}

.number-container:has(input:focus) {
  border: 2px solid #9d67e5;
}

.without-spinner {
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-appearance: textfield;
}
.without-spinner::-webkit-inner-spin-button, .without-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*# sourceMappingURL=customize.css.map */
