﻿a,
address,
body,
code,
details,
div,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
img,
li,
menu,
p,
s,
section,
span,
strong,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
details,
footer,
header,
menu,
section {
  display: block;
}
body {
  line-height: 1;
}
ul {
  list-style: none;
}
body {
  -webkit-text-size-adjust: none;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
@media screen and (max-width: 480px) {
  body,
  html {
    min-width: 320px;
  }
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  background: #f5f5f7;
}
body.is-loading *,
body.is-loading :after,
body.is-loading :before {
  animation: none !important;
  transition: none !important;
}
html {
  font-size: 12pt;
}
.button.custom-login {
  text-transform: capitalize;
}
@media screen and (min-width: 1680px) {
  html {
    font-size: 15pt;
  }
}
@media screen and (max-width: 736px) {
  html {
    font-size: 11pt;
  }
}
body,
input {
  color: #464646;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.75;
  font-size: 1em;
}
a {
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
a:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.75);
}
strong {
  color: #fff;
  font-weight: 700;
}
strong a {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.75);
}
p {
  margin: 0 0 2em 0;
}
p.details {
  margin-top: 0.5em;
  color: rgba(255, 255, 255, 0.375);
}
p.details strong {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
}
p.details a {
  color: inherit;
  border-bottom-color: rgba(255, 255, 255, 0.125);
}
p.details a:hover {
  color: rgba(255, 255, 255, 0.75);
  border-bottom-color: transparent;
}
p.details + .details {
  margin-top: -1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 1em 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}
h1.optional:after,
h2.optional:after,
h3.optional:after,
h4.optional:after,
h5.optional:after,
h6.optional:after {
  content: "(optional)";
  color: rgba(255, 255, 255, 0.375);
  font-weight: 400;
  margin-left: 0.375em;
}
h1 {
  font-size: 2.25em;
  letter-spacing: -0.025em;
  margin: 0 0 0.5em 0;
}
h2 {
  font-size: 1.25em;
}
h3 {
  font-size: 1em;
}
h4 {
  font-size: 0.8em;
}
h5 {
  font-size: 0.6em;
}
h6 {
  font-size: 0.6em;
}
@media screen and (max-width: 736px) {
  h1 {
    font-size: 1.5em;
    letter-spacing: -0.025em;
    margin: 0 0 1em 0;
  }
  h2 {
    font-size: 1em;
  }
}
code {
  background: rgba(71, 73, 88, 0.85);
  border-radius: 6px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.325em;
  padding: 0.25em 0.425em;
  cursor: text !important;
  user-select: text;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.role-custom {
  color: #6e9c72 !important;
}
section.special {
  text-align: center;
}
header {
  position: relative;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pending-message {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2em 0;
}
form > * {
  width: 100%;
}
form [data-requires] {
  transition: opacity 0.5s ease;
}
form [data-conditions] {
  transition: opacity 0.5s ease;
}
form ul.actions {
  margin-bottom: 0;
}
form > section {
  display: flex;
  flex-wrap: wrap;
}
form > section > * {
  width: 100%;
}
form .alert {
  margin: 0 0 1.5em 0;
  border-radius: 6px;
  padding: 0.75em 1em 0.75em 2.5em;
  opacity: 0;
  line-height: 1.5;
  position: relative;
  text-align: left;
  transition: opacity 0.25s ease-in-out;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
form .alert:before {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  top: 0.875em;
  left: 0.75em;
  opacity: 0.5;
}
form .alert.error {
  background: #cc666b;
  color: #fff;
}
form .alert.error:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='648' height='552' viewBox='0 0 467 552'%3E%3Cpath d='M301.4,276l164.1,164.1l-67.9,67.9L233.5,343.9L69.4,507.9L1.5,440.1L165.6,276L1.5,111.9l67.9-67.9l164.1,164.1L397.5,44.1 l67.9,67.9L301.4,276z' fill='%23ffffff' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em;
}
form .alert.success {
  background: #6e9c72;
  color: #fff;
}
form .alert.success:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='648' height='552' viewBox='0 0 648 552'%3E%3Cpath d='M225.3,517.7L2.1,293.1l68.1-67.7L226,382.3L578.1,35.6l67.4,68.4L225.3,517.7z' fill='%23ffffff' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em;
}
@keyframes submit-wrapper-span {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.25) !important;
  opacity: 1;
}
:-moz-placeholder {
  color: rgba(255, 255, 255, 0.25) !important;
  opacity: 1;
}
::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25) !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25) !important;
  opacity: 1;
}
input[type="color"],
input[type="email"],
input[type="password"],
input[type="range"],
input[type="text"] {
  appearance: none;
  background: rgba(71, 73, 88, 0.475);
  border-radius: 6px;
  border: none;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
input[type="color"]:invalid,
input[type="email"]:invalid,
input[type="password"]:invalid,
input[type="range"]:invalid,
input[type="text"]:invalid {
  box-shadow: none;
}
input[type="color"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="text"]:focus {
  box-shadow: 0 0 0 2px #33ada9;
}
input[type="color"]::-moz-focus-outer,
input[type="email"]::-moz-focus-outer,
input[type="password"]::-moz-focus-outer,
input[type="range"]::-moz-focus-outer,
input[type="text"]::-moz-focus-outer {
  border: 0;
}
input[type="color"][data-invalid],
input[type="email"][data-invalid],
input[type="password"][data-invalid],
input[type="range"][data-invalid],
input[type="text"][data-invalid] {
  box-shadow: 0 0 0 2px #cc666b;
}
input[type="color"][data-verifailed],
input[type="email"][data-verifailed],
input[type="password"][data-verifailed],
input[type="range"][data-verifailed],
input[type="text"][data-verifailed] {
  box-shadow: 0 0 0 2px #cc666b;
}
input:disabled {
  opacity: 0.5;
}
input[type="color"],
input[type="email"],
input[type="password"],
input[type="range"],
input[type="text"] {
  height: 3em;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0 !important;
  width: 1em;
  z-index: -1;
}
input[type="range"] {
  margin: 0;
  cursor: pointer;
  padding: 0 0.75em;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: 0;
}
input[type="range"]:focus {
  outline: 0;
}
input[type="range"]::-ms-track {
  background: rgba(0, 0, 0, 0);
  border-color: transparent;
  color: transparent;
}
input[type="range"]::-ms-tooltip {
  display: none;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -0.85em;
  border: 0;
  border-radius: 6px;
  width: 0.65em;
  height: 2em;
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
input[type="range"]::-moz-range-thumb {
  border: 0;
  border-radius: 6px;
  width: 0.65em;
  height: 2em;
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
input[type="range"]::-ms-thumb {
  margin-top: 0;
  border: 0;
  border-radius: 6px;
  width: 0.65em;
  height: 2em;
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.25em;
  border-radius: 1em;
  border: 0;
  background: rgba(255, 255, 255, 0.075);
  cursor: pointer;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.075);
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 0.25em;
  border-radius: 1em;
  border: 0;
  background: rgba(255, 255, 255, 0.075);
  cursor: pointer;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
}
input[type="range"]::-ms-track {
  width: 100%;
  height: 0.25em;
  border-radius: 1em;
  border: 0;
  background: rgba(255, 255, 255, 0.075);
  cursor: pointer;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
}
input[type="range"]::-ms-fill-lower {
  background: rgba(255, 255, 255, 0.075);
}
input[type="range"]:focus::-ms-fill-lower {
  background: rgba(255, 255, 255, 0.075);
}
input[type="range"]::-ms-fill-upper {
  background: rgba(255, 255, 255, 0.075);
}
input[type="range"]:focus::-ms-fill-upper {
  background: rgba(255, 255, 255, 0.075);
}
@media screen and (max-width: 736px) {
  input[type="range"]::-webkit-slider-thumb {
    width: 1.5em;
  }
  input[type="range"]::-moz-range-thumb {
    width: 1.5em;
  }
  input[type="range"]::-ms-thumb {
    width: 1.5em;
  }
}
.input-range-status {
  transition: color 0.2s ease-in-out;
  color: rgba(255, 255, 255, 0.375);
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  height: 2.5em;
  line-height: 2.5em;
  min-width: 25%;
  padding: 0 0.75em;
  position: absolute;
  right: -0.75em;
  text-align: right;
  top: 0;
  -webkit-user-select: text;
  user-select: text;
}
.input-range-status:hover {
  color: #fff;
}
.input-range-status:focus {
  transition: none;
  background-color: rgba(14, 15, 25, 0.175);
  border-radius: 6px;
  box-shadow: 0 0 0 2px #33ada9;
  color: rgba(255, 255, 255, 0.75);
  cursor: auto;
  font-size: 1em;
  height: 2em;
  line-height: 2em;
  max-width: 50%;
  min-width: 0;
  outline: 0;
  overflow: hidden;
  padding: 0 0.625em;
  right: 0;
  text-overflow: ellipsis;
  top: -0.325em;
  white-space: nowrap;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
@media screen and (min-width: 737px) {
  .input-range-status {
    line-height: 1.75;
  }
}
input[type="color"],
input[type="hexacolor"],
input[type="hexcolor"] {
  margin: 0;
  padding: 0;
  opacity: 0;
}
input[type="font"] {
  margin: 0;
  opacity: 0;
  padding: 0;
}
@keyframes font-image-placeholder {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
input[type="icon"] {
  margin: 0;
  opacity: 0;
  padding: 0;
}
@keyframes icon-image-placeholder {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em;
}
ul li {
  padding-left: 0.5em;
}
ul.features {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin: 3em 0;
}
ul.features li {
  border-top: solid 1px rgba(255, 255, 255, 0.075);
  position: relative;
  padding: 1.75em 0 0 2.5em;
  margin: 1.75em 0 0 0;
}
ul.features li:before {
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg' width='648' height='552' viewBox='0 0 648 552'%3E%3Cpath d='M225.3,517.7L2.1,293.1l68.1-67.7L226,382.3L578.1,35.6l67.4,68.4L225.3,517.7z' fill='%2333ada9' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.75em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 1.5em;
  content: "";
  position: absolute;
  top: 1.875em;
  left: 0;
  margin-top: 0.125em;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -ms-border-radius: 1.5em;
  -o-border-radius: 1.5em;
}
ul.features li:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
ul.features li:first-child:before {
  top: 0;
}
ul.features li h3 {
  margin: 0 0 0.5em 0;
}
ul.features li > :last-child {
  margin-bottom: 0;
}
ul.alt {
  list-style: none;
  padding-left: 0;
}
ul.alt li {
  border-top: solid 1px rgba(255, 255, 255, 0.075);
  padding: 0.5em 0;
}
ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}
ul.answers {
  list-style: none;
  padding-left: 0;
}
ul.answers > li {
  padding-left: 0;
  padding-top: 8em;
  position: relative;
}
ul.answers > li > :last-child {
  margin-bottom: 0;
}
ul.answers > li:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 4em;
  left: 0;
  border-top: solid 1px rgba(255, 255, 255, 0.075);
  height: 1em;
}
ul.answers > li:first-child {
  padding-top: 0;
}
ul.answers > li:first-child:before {
  display: none;
}
@media screen and (max-width: 736px) {
  ul.answers > li {
    padding-top: 6em;
  }
  ul.answers > li:before {
    top: 3em;
  }
}
ul.menu {
  padding-left: 0;
}
ul.menu li {
  display: inline-block;
  padding: 0 0 0 1.25em;
  border-left: solid 1px rgb(183 183 183);
  margin: 0 0 0 1.25em;
  line-height: 1;
}
ul.menu li:first-child {
  padding-left: 0;
  border-left: 0;
  margin-left: 0;
}
ul.menu li a {
  border-bottom: 0;
}
ul.icon-actions {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  list-style: none;
  padding-left: 0;
}
ul.icon-actions li {
  padding: 0;
}
ul.icon-actions li > a,
ul.icon-actions li > span {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0;
  height: inherit;
  text-align: center;
  position: relative;
  color: rgba(255, 255, 255, 0.375);
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  height: 2.5em;
  width: 2.5em;
}
ul.icon-actions li > a > svg,
ul.icon-actions li > span > svg {
  transition: fill 0.2s ease-in-out;
  display: block;
  width: 2em;
  height: 1.5em;
  fill: rgba(255, 255, 255, 0.375);
}
ul.icon-actions li > a:hover,
ul.icon-actions li > span:hover {
  color: #fff;
}
ul.icon-actions li > a:hover svg,
ul.icon-actions li > span:hover svg {
  fill: #fff;
}
ul.icon-actions li > span {
  color: rgba(255, 255, 255, 0.25);
  cursor: default;
}
ul.icon-actions li > span svg {
  fill: rgba(255, 255, 255, 0.25);
  opacity: 0.325;
}
ul.icon-actions li > span:hover {
  color: rgba(255, 255, 255, 0.25);
}
ul.icon-actions li > span:hover svg {
  fill: rgba(255, 255, 255, 0.25);
}
ul.actions {
  display: flex;
  cursor: default;
  list-style: none;
  padding-left: 0;
  margin-left: -1em;
}
ul.actions li {
  padding: 0 0 0 1em;
  vertical-align: middle;
}
ul.actions.special {
  justify-content: center;
  width: calc(100% + 1em);
}
ul.actions.stacked {
  flex-direction: column;
  margin-left: 0;
}
ul.actions.stacked li {
  padding: 0.7em 0 0 0;
}
ul.actions.stacked li:first-child {
  padding-top: 0;
}
ul.actions.or {
  flex-direction: column;
  margin-left: 0;
  margin-top: -0.5em;
  position: relative;
}
ul.actions.or:before {
  content: "OR";
  display: block;
  margin-bottom: 1.25em;
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.25);
}
ul.actions.or > li:first-child:after,
ul.actions.or > li:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.675em;
  width: 1.5em;
  height: 1px;
  background: rgba(255, 255, 255, 0.075);
}
ul.actions.or > li:first-child:before {
  left: calc(50% - 2.5em);
}
ul.actions.or > li:first-child:after {
  right: calc(50% - 2.5em);
}
@media screen and (max-width: 480px) {
  ul.actions:not(.fixed) {
    flex-direction: column;
    margin-left: 0;
    width: 100% !important;
  }
  ul.actions:not(.fixed) li {
    padding: 1em 0 0 0;
    text-align: center;
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
  }
  ul.actions:not(.fixed) li > * {
    width: 100%;
  }
  ul.actions:not(.fixed) li:first-child {
    padding-top: 0;
  }
  ul.actions:not(.fixed) li .button,
  ul.actions:not(.fixed) li button,
  ul.actions:not(.fixed) li input[type="button"],
  ul.actions:not(.fixed) li input[type="reset"],
  ul.actions:not(.fixed) li input[type="submit"] {
    width: 100%;
  }
  ul.actions:not(.fixed) li .button.icon:before,
  ul.actions:not(.fixed) li button.icon:before,
  ul.actions:not(.fixed) li input[type="button"].icon:before,
  ul.actions:not(.fixed) li input[type="reset"].icon:before,
  ul.actions:not(.fixed) li input[type="submit"].icon:before {
    margin-left: -2em;
  }
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: none;
  user-select: none;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out,    opacity 0.2s ease-in-out, color 0.2s ease-in-out;
  border-radius: 6px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  height: 3.3em;
  line-height: 3.3em;
  padding: 0 1.5em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 1);
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #373737;
}
.button:active,
.button:focus,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  outline: 0;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.75);
}
.button.icon,
button.icon,
input[type="button"].icon,
input[type="reset"].icon,
input[type="submit"].icon {
  padding-left: 1.35em;
}
.button.icon:before,
button.icon:before,
input[type="button"].icon:before,
input[type="reset"].icon:before,
input[type="submit"].icon:before {
  margin-right: 0.5em;
  color: rgba(255, 255, 255, 0.25);
}
.button.wide,
button.wide,
input[type="button"].wide,
input[type="reset"].wide,
input[type="submit"].wide {
  min-width: 16.5em;
}
.button.special,
button.special,
input[type="button"].special,
input[type="reset"].special,
input[type="submit"].special {
  background-color: #373737;
  color: #fff;
  font-weight: 600;
  box-shadow: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.button.special:hover,
button.special:hover,
input[type="button"].special:hover,
input[type="reset"].special:hover,
input[type="submit"].special:hover {
  background-color: #4e4e4e;
  color: #fff;
}
.button.special:active,
.button.special:focus,
button.special:active,
button.special:focus,
input[type="button"].special:active,
input[type="button"].special:focus,
input[type="reset"].special:active,
input[type="reset"].special:focus,
input[type="submit"].special:active,
input[type="submit"].special:focus {
  box-shadow: none;
}
.button.error,
button.error,
input[type="button"].error,
input[type="reset"].error,
input[type="submit"].error {
  background-color: #cc666b;
  box-shadow: none;
}
.button.error:hover,
button.error:hover,
input[type="button"].error:hover,
input[type="reset"].error:hover,
input[type="submit"].error:hover {
  background-color: #d2797e;
}
.button.error:active,
.button.error:focus,
button.error:active,
button.error:focus,
input[type="button"].error:active,
input[type="button"].error:focus,
input[type="reset"].error:active,
input[type="reset"].error:focus,
input[type="submit"].error:active,
input[type="submit"].error:focus {
  box-shadow: inset 0 0 0 2px #ffa4a9;
}
.button:disabled,
button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
  pointer-events: none !important;
  cursor: default;
  opacity: 0.25;
}
@keyframes defer-loading-spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.plan-card {
  border-radius: 6px;
  border: 0;
  background-color: rgba(71, 73, 88, 0.475);
  outline: 0;
  text-align: left;
  cursor: default;
  margin: 0 0 2em 0;
  position: relative;
  display: flex;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.plan-card > :last-child {
  margin-bottom: 0;
}
.plan-card > header {
  flex-grow: 0;
  flex-shrink: 0;
  background-color: rgba(71, 73, 88, 0.475);
  border-radius: 6px 0 0 6px;
  width: 12em;
  padding: 1.75em 1.5em;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -ms-border-radius: 6px 0 0 6px;
  -o-border-radius: 6px 0 0 6px;
}
.plan-card > header h3 {
  margin-bottom: 0;
}
.plan-card > ul {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 1.75em 1.5em;
  width: 100%;
}
.plan-card > ul li {
  padding-left: 2.25em;
  width: 50%;
  position: relative;
  margin-top: 0.875em;
}
.plan-card > ul li:nth-child(1) {
  margin-top: 0;
}
.plan-card > ul li:nth-child(2) {
  margin-top: 0;
}
.plan-card > ul li span {
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  font-size: 0.9em;
  border-bottom: dotted 1px transparent;
}
.plan-card > ul li span:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.25);
  cursor: help;
}
.plan-card > ul li:before {
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg' width='648' height='552' viewBox='0 0 648 552'%3E%3Cpath d='M225.3,517.7L2.1,293.1l68.1-67.7L226,382.3L578.1,35.6l67.4,68.4L225.3,517.7z' fill='%2333ada9' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.75em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 1.5em;
  content: "";
  position: absolute;
  top: 0.175em;
  left: 0;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -ms-border-radius: 1.5em;
  -o-border-radius: 1.5em;
}
@media screen and (max-width: 980px) {
  .plan-card {
    flex-direction: column;
  }
  .plan-card > header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    width: 100%;
    padding: 1.25em 1.5em;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
}
}
@media screen and (max-width: 736px) {
  .plan-card > header {
    padding: 1em 1.25em;
  }
  .plan-card > ul {
    padding: 1.25em;
  }
}
@media screen and (max-width: 360px) {
  .plan-card > ul li {
    width: 100%;
    margin-top: 0.75em;
  }
  .plan-card > ul li:nth-child(2) {
    margin-top: 0.75em;
  }
}
[data-tooltip] {
  position: relative;
}
[data-tooltip]:before {
  content: attr(data-tooltip);
  position: absolute;
  background: #13151b;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  padding: 1em 1.325em 1em 1.25em;
  border-radius: 6px;
  line-height: 1.6;
  text-align: left;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
[data-tooltip]:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
}
[data-tooltip]:after,
[data-tooltip]:before {
  transition: opacity 125ms ease-in-out, transform 125ms ease-in-out !important;
  transition-delay: 0s !important;
  pointer-events: none !important;
  opacity: 0;
  z-index: 10000;
}
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  transition: opacity 125ms ease-in-out, transform 125ms ease-in-out !important;
  transition-delay: 0.75s !important;
  transform: none !important;
  opacity: 1;
}
@media screen and (max-width: 736px) {
  [data-tooltip]:after,
  [data-tooltip]:before {
    display: none;
  }
}
[data-tooltip-mode="plan-feature"]:before {
  top: calc(100% + 1em);
  left: 0;
  width: 19em;
}
[data-tooltip-mode="plan-feature"]:after {
  top: calc(100% + 1em);
  left: 1em;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  border-bottom: solid 0.5em #13151b;
  margin-top: -0.5em;
}
[data-tooltip-mode="plan-feature"]:after,
[data-tooltip-mode="plan-feature"]:before {
  transform: translateY(-0.25rem);
}
[data-tooltip-mode="plan-feature"]:hover:after,
[data-tooltip-mode="plan-feature"]:hover:before {
  transition-delay: 175ms;
}
[data-tooltip-mode="dashboard-site-action"]:before {
  bottom: calc(100% - 1em + 0.25em);
  right: 0;
  width: auto;
}
[data-tooltip-mode="dashboard-site-action"]:after {
  bottom: calc(100% - 1em + 0.25em + 2px);
  right: 1em;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  border-top: solid 0.5em #13151b;
  margin-bottom: -0.5em;
}
[data-tooltip-mode="dashboard-site-action"]:after,
[data-tooltip-mode="dashboard-site-action"]:before {
  transform: translateY(0.25rem);
}
[data-tooltip-mode="dashboard-site-url"]:before {
  bottom: calc(100% - 0.75em);
  width: 24em;
}
[data-tooltip-mode="dashboard-site-url"]:after {
  bottom: calc(100% - 0.75em + 2px);
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  border-top: solid 0.5em #13151b;
  margin-bottom: -0.5em;
}
[data-tooltip-mode="dashboard-site-url"]:after,
[data-tooltip-mode="dashboard-site-url"]:before {
  transform: translateY(0.25rem);
  transition-delay: 0s;
}
[data-tooltip-mode="dashboard-site-url"]:hover:after,
[data-tooltip-mode="dashboard-site-url"]:hover:before {
  transition-delay: 0s;
}
[data-tooltip-mode="dashboard-site-url"][data-tooltip-style="negative"]:before {
  background-color: #cc666b;
}
[data-tooltip-mode="dashboard-site-url"][data-tooltip-style="negative"]:after {
  border-top-color: #cc666b;
}
[data-tooltip-mode="dashboard-nav-action"]:before {
  left: calc(100% + 1em - 1.375em);
  top: 0.575em;
}
[data-tooltip-mode="dashboard-nav-action"]:after {
  top: calc(50% - 0.575em);
  left: calc(100% + 1em - 1.375em);
  border-top: solid 0.5em transparent;
  border-bottom: solid 0.5em transparent;
  border-right: solid 0.5em #13151b;
  margin-left: calc(-0.5em + 2px);
}
[data-tooltip-mode="dashboard-nav-action"]:after,
[data-tooltip-mode="dashboard-nav-action"]:before {
  transform: translateX(-0.25rem);
}
[data-tooltip-mode="dashboard-nav-avatar"]:before {
  left: calc(100% + 1.375em - 1.375em);
  top: 0.575em;
}
[data-tooltip-mode="dashboard-nav-avatar"]:after {
  top: calc(50% - 1em);
  left: calc(100% + 1.375em - 1.375em);
  border-top: solid 0.5em transparent;
  border-bottom: solid 0.5em transparent;
  border-right: solid 0.5em #13151b;
  margin-left: calc(-0.5em + 2px);
}
[data-tooltip-mode="dashboard-nav-avatar"]:after,
[data-tooltip-mode="dashboard-nav-avatar"]:before {
  transform: translateX(-0.25rem);
}
[data-tooltip-mode="menu"]:before {
  top: calc(100% + 1em);
  right: 0;
  width: auto;
  font-size: 0.8em;
  padding: 0.625em 1.125em;
}
[data-tooltip-mode="menu"]:after {
  top: calc(100% + 1em);
  right: 1.625em;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  border-bottom: solid 0.5em #13151b;
  margin-top: -0.5em;
  font-size: 0.8em;
}
[data-tooltip-mode="menu"]:after,
[data-tooltip-mode="menu"]:before {
  transform: translateY(-0.25rem);
}
[data-tooltip-mode="properties-panel-action"]:before {
  bottom: calc(100% - 0.125em);
  left: 0.5em;
  width: auto;
  font-size: 0.8em;
  padding: 0.625em 1.125em;
  white-space: nowrap;
}
[data-tooltip-mode="properties-panel-action"]:after {
  bottom: calc(100% - 0.125em + 1px);
  left: 1.625em;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  border-top: solid 0.5em #13151b;
  margin-bottom: -0.5em;
  font-size: 0.8em;
}
[data-tooltip-mode="properties-panel-action"]:after,
[data-tooltip-mode="properties-panel-action"]:before {
  transform: translateY(0.25rem);
}
[data-tooltip-mode="panel"]:before {
  top: calc(100% + 1em);
  right: auto;
  left: 0.5em;
  width: auto;
  font-size: 0.8em;
  padding: 0.625em 1.125em;
  white-space: nowrap;
}
[data-tooltip-mode="panel"]:after {
  top: calc(100% + 1em);
  left: 1.625em;
  right: auto;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  border-bottom: solid 0.5em #13151b;
  margin-top: -0.5em;
  font-size: 0.8em;
}
[data-tooltip-mode="panel"]:after,
[data-tooltip-mode="panel"]:before {
  transform: translateY(-0.25rem);
}
[data-tooltip-mode="pro"]:before {
  top: calc(100% + 1em);
  right: -1em;
  width: auto;
  font-size: 0.8em;
  padding: 0.625em 1.125em;
}
[data-tooltip-mode="pro"]:after {
  top: calc(100% + 1em);
  right: 0.625em;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  border-bottom: solid 0.5em #13151b;
  margin-top: -0.5em;
  font-size: 0.8em;
}
[data-tooltip-mode="pro"]:after,
[data-tooltip-mode="pro"]:before {
  transform: translateY(-0.25rem);
  transition-delay: 0s;
}
[data-tooltip-mode="pro"]:hover:after,
[data-tooltip-mode="pro"]:hover:before {
  transition-delay: 0s;
}
[data-tooltip-mode="pro-fixed"]:before {
  top: calc(100% + 1em);
  right: -1em;
  width: 16em;
  font-size: 0.8em;
  padding: 0.625em 1.125em;
  white-space: normal;
}
[data-tooltip-mode="pro-fixed"]:after {
  top: calc(100% + 1em);
  right: 0.625em;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  border-bottom: solid 0.5em #13151b;
  margin-top: -0.5em;
  font-size: 0.8em;
}
[data-tooltip-mode="pro-fixed"]:after,
[data-tooltip-mode="pro-fixed"]:before {
  transform: translateY(-0.25rem);
  transition-delay: 0s;
}
[data-tooltip-mode="pro-fixed"]:hover:after,
[data-tooltip-mode="pro-fixed"]:hover:before {
  transition-delay: 0s;
}
[data-tooltip-mode="pro-menu"] {
  cursor: pointer !important;
}
[data-tooltip-mode="pro-menu"]:before {
  top: calc(100% + 1em);
  right: -0.5em;
  width: auto;
  font-size: 0.8em;
  padding: 0.625em 1.125em;
}
[data-tooltip-mode="pro-menu"]:after {
  top: calc(100% + 1em);
  right: 1.125em;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  border-bottom: solid 0.5em #13151b;
  margin-top: -0.5em;
  font-size: 0.8em;
}
[data-tooltip-mode="pro-menu"]:after,
[data-tooltip-mode="pro-menu"]:before {
  transform: translateY(-0.25rem);
  transition-delay: 0s;
}
[data-tooltip-mode="pro-menu"]:hover:after,
[data-tooltip-mode="pro-menu"]:hover:before {
  transition-delay: 0s;
}
[data-tooltip-mode="pro-suffixes-option"]:before {
  right: calc(100% + 1em - 0.375em);
  bottom: 0;
  width: 13.5em;
  padding: 0.625em 1.125em;
  font-size: 0.9em;
}
[data-tooltip-mode="pro-suffixes-option"]:after {
  top: calc(50% - 0.375em);
  right: calc(100% + 1em - 0.375em);
  border-top: solid 0.5em transparent;
  border-bottom: solid 0.5em transparent;
  border-left: solid 0.5em #13151b;
  margin-right: calc(-0.5em + 2px);
  font-size: 0.9em;
}
[data-tooltip-mode="pro-suffixes-option"]:after,
[data-tooltip-mode="pro-suffixes-option"]:before {
  transform: translateX(0.25rem);
}
[data-tooltip-mode="pro-suffixes-option"]:hover:after,
[data-tooltip-mode="pro-suffixes-option"]:hover:before {
  transition-delay: 0s;
}
[data-hint] {
  position: relative;
}
[data-hint]:before {
  content: attr(data-hint);
  position: absolute;
  background: #8d73d5;
  color: #fff;
  font-size: 0.9rem;
  padding: 1em 1.325em 1em 1.25em;
  border-radius: 6px;
  line-height: 1.6;
  text-align: left;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
[data-hint]:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
}
[data-hint]:after,
[data-hint]:before {
  transition: opacity 125ms ease-in-out, transform 125ms ease-in-out;
  transition-delay: 0s;
  pointer-events: none;
  opacity: 0;
  z-index: 10000;
}
[data-hint-mode="pro"]:before {
  top: calc(100% + 1em);
  right: -0.25em;
  width: auto;
  font-size: 0.8em;
  padding: 0.625em 1.125em;
}
[data-hint-mode="pro"]:after {
  top: calc(100% + 1em);
  right: 1.25em;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  border-bottom: solid 0.5em #8d73d5;
  margin-top: -0.5em;
  font-size: 0.8em;
}
[data-hint-mode="pro"]:after,
[data-hint-mode="pro"]:before {
  transform: translateY(-0.25rem);
  transition-delay: 0s;
}
[data-tooltip-mode="form-image-uploader-option"]:before {
  top: calc(100% + 1em);
  left: 0;
  width: auto;
  font-size: 0.8em;
  padding: 0.625em 1.125em;
  white-space: nowrap;
}
[data-tooltip-mode="form-image-uploader-option"]:after {
  top: calc(100% + 1em);
  left: 1.625em;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  border-bottom: solid 0.5em #13151b;
  margin-top: -0.5em;
  font-size: 0.8em;
}
[data-tooltip-mode="form-image-uploader-option"]:after,
[data-tooltip-mode="form-image-uploader-option"]:before {
  transform: translateY(-0.25rem);
}
@keyframes snippet-active {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.05);
  }
  75% {
    transform: scale(1);
  }
}
.upgrade-icon {
  transition: background-color 0.2s ease-in-out;
  display: inline-block;
  font-size: 1em;
  border: 0;
  width: 1.75em;
  height: 1.75em;
  line-height: 1.75em;
  text-align: center;
  white-space: nowrap;
  position: relative;
  vertical-align: middle;
  border-radius: 6px;
  margin-left: 0.25em;
  cursor: pointer;
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg' width='648' height='552' viewBox='0 0 408 552'%3E%3Cpath d='M336.6,216c0.2-10.4,0.1-23.1-0.6-36.7c-2.6-47.9-12.2-83.5-28.6-106C287.5,45.9,248.9,29.6,204,29.6s-83.5,16.3-103.4,43.6 c-16.4,22.5-26,58.1-28.6,106c-0.7,13.7-0.8,26.4-0.6,36.7H24v264h359.1l0.9-264H336.6z M139.4,101.5C150,87,175.3,77.6,204,77.6 s54,9.4,64.6,23.9c16.6,22.7,20.9,75.4,20.1,114.5H119.4C118.7,181.4,121.6,125.9,139.4,101.5z' fill='%23DED173' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.25em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
a.upgrade-icon:hover {
  background-color: rgba(71, 73, 88, 0.475);
}
.action-link {
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  display: inline-block;
  font-size: 0.9em;
  transition: color 0.2s ease-in-out;
  height: 3em;
  line-height: 3em;
  outline: 0;
}
.action-link:before {
  content: "";
  display: inline-block;
  height: 3em;
  line-height: 3em;
  position: relative;
  vertical-align: middle;
  width: 3em;
  margin-left: -0.75em;
  margin-right: -0.375em;
  margin-top: -0.1125em;
}
.action-link.add:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='648' height='552' viewBox='0 0 456 552'%3E%3Cpath d='M432,288H239.5v192.5h-24V288H24v-24h191.5V72.5h24V264H432V288z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5em;
}
.action-link:hover {
  color: #fff;
}
.action-link:not(.is-clicked):focus {
  color: #33ada9;
  transition: none;
}
.action-link:not(.is-clicked):focus.add:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='648' height='552' viewBox='0 0 456 552'%3E%3Cpath d='M432,288H239.5v192.5h-24V288H24v-24h191.5V72.5h24V264H432V288z' fill='%2333ada9' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5em;
}
@media screen and (max-width: 736px) {
  .action-link {
    font-size: 1em;
  }
}
.item-icon {
  align-items: center;
  display: inline-flex;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  background-image: linear-gradient(45deg, #695f8f 35%, #3d68a5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 0;
  border-radius: 6px;
  height: 3.5em;
  overflow: hidden;
  position: relative;
  width: 3.5em;
  vertical-align: middle;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.item-icon svg {
  fill: #ded173;
  width: 60%;
}
h2 .item-icon {
  height: 2.3333333333em;
  width: 2.3333333333em;
  margin-right: 0.6666666667em;
}
@media screen and (max-width: 736px) {
  h2 .item-icon {
    height: 1.6666666667em;
    width: 1.6666666667em;
    margin-right: 0.5em;
  }
}
.sticky-cart {
  position: fixed;
  width: 60px;
  height: 60px;
  background: #008cff;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  right: 25px;
  z-index: 999;
  left: auto;
  -webkit-box-shadow: 1px 1px 5px grey;
  -moz-box-shadow: 1px 1px 5px grey;
  box-shadow: 1px 1px 5px grey;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.sticky-cart:hover {
    background-color: #2a9fff;
}
.sticky-cart > div {
    vertical-align: middle;
    line-height: 1;
}
.sticky-cart a {
  border: none;
  display: inline-block;
  line-height: 15px;
}
.sticky-cart img {
  width: 30px;
  margin-left: -3px;
  margin-top: 3px;
}
#stickyItemCount {
  position: absolute;
  top: -2px;
  left: -7px;
  height: 25px;
  width: 25px;
  background: #ffb600;
  color: #000;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@media screen and (max-width: 992px) {
  .sticky-cart {
    width: 50px;
    height: 50px;
    top: 60%;
  }
  .sticky-cart img {
    width: 20px;
    margin-left: -3px;
  }
}
@media screen and (max-width: 736px) {
  #footer .menu li {
    margin: 0.75em 0.4em !important;
  }
  body#website.index #footer {
    margin: 2em 0 2em 0 !important;
    padding: 0 0.5em !important;
  }
    .sticky-cart {
      display: none;
    }
}
