@-moz-keyframes show-cross-bottom {
  0% {
      transform: none
  }

  20%,to {
      left: 7px;
      right: 7px;
      transform: translateY(-5px)
  }
}

@-webkit-keyframes show-cross-bottom {
  0% {
      transform: none
  }

  20%,to {
      left: 7px;
      right: 7px;
      transform: translateY(-5px)
  }
}

@-o-keyframes show-cross-bottom {
  0% {
      transform: none
  }

  20%,to {
      left: 7px;
      right: 7px;
      transform: translateY(-5px)
  }
}

@keyframes show-cross-bottom {
  0% {
      transform: none
  }

  20%,to {
      left: 7px;
      right: 7px;
      transform: translateY(-5px)
  }
}

@-moz-keyframes show-cross-top {
  0% {
      transform: none
  }

  20% {
      transform: translateY(5px)
  }

  to {
      left: 7px;
      right: 7px;
      transform: rotate(-90deg) translateX(-5px)
  }
}

@-webkit-keyframes show-cross-top {
  0% {
      transform: none
  }

  20% {
      transform: translateY(5px)
  }

  to {
      left: 7px;
      right: 7px;
      transform: rotate(-90deg) translateX(-5px)
  }
}

@-o-keyframes show-cross-top {
  0% {
      transform: none
  }

  20% {
      transform: translateY(5px)
  }

  to {
      left: 7px;
      right: 7px;
      transform: rotate(-90deg) translateX(-5px)
  }
}

@keyframes show-cross-top {
  0% {
      transform: none
  }

  20% {
      transform: translateY(5px)
  }

  to {
      left: 7px;
      right: 7px;
      transform: rotate(-90deg) translateX(-5px)
  }
}

@-moz-keyframes hide-cross-bottom {
  0% {
      transform: rotate(-90deg) translateX(5px)
  }

  30% {
      transform: translateY(-5px)
  }

  to {
      transform: none
  }
}

@-webkit-keyframes hide-cross-bottom {
  0% {
      transform: rotate(-90deg) translateX(5px)
  }

  30% {
      transform: translateY(-5px)
  }

  to {
      transform: none
  }
}

@-o-keyframes hide-cross-bottom {
  0% {
      transform: rotate(-90deg) translateX(5px)
  }

  30% {
      transform: translateY(-5px)
  }

  to {
      transform: none
  }
}

@keyframes hide-cross-bottom {
  0% {
      transform: rotate(-90deg) translateX(5px)
  }

  30% {
      transform: translateY(-5px)
  }

  to {
      transform: none
  }
}

@-moz-keyframes hide-cross-top {
  0% {
      transform: rotate(-90deg) translateX(-5px)
  }

  30% {
      transform: translateY(5px)
  }

  to {
      transform: none
  }
}

@-webkit-keyframes hide-cross-top {
  0% {
      transform: rotate(-90deg) translateX(-5px)
  }

  30% {
      transform: translateY(5px)
  }

  to {
      transform: none
  }
}

@-o-keyframes hide-cross-top {
  0% {
      transform: rotate(-90deg) translateX(-5px)
  }

  30% {
      transform: translateY(5px)
  }

  to {
      transform: none
  }
}

@keyframes hide-cross-top {
  0% {
      transform: rotate(-90deg) translateX(-5px)
  }

  30% {
      transform: translateY(5px)
  }

  to {
      transform: none
  }
}

.account-chargesWrapper {
  margin-bottom: 20px;
  margin-left: 12px;
  margin-right: 12px
}

.account-chargeTable .account-chargeRow span,.account-chargesTable td,.account-chargesWrapper td {
  text-transform: capitalize
}

.account-cancelSubscriptionButton {
  padding-top: 20px
}

.account-chargesTable {
  width: 100%;
  background: #fff!important;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  padding: 10px;
  border-spacing: 0
}

.account-dateFilters,.account-filters {
  display: flex;
  flex-wrap: wrap
}

.account-chargesTable th {
  border-bottom: 1px solid #dcdcdc
}

.account-chargesTable td {
  white-space: nowrap
}

.account-chargesTable tr {
  border: 1px solid #dcdcdc!important;
  border-radius: 4px;
  margin-bottom: 10px
}

.account-chargesTable span,.account-serialRow span {
  display: inline-block
}

.account-chargesTable tbody tr td {
  background: #fff!important;
  border-radius: 4px
}

.account-filter {
  margin-right: 50px;
  position: relative;
  margin-bottom: 30px
}

.account-filter label {
  font-weight: 800
}

.account-filter input {
  margin-left: 10px;
  display: block;
  border-radius: 4px;
  padding: 8px 12px;
  box-sizing: border-box;
  border: 1px solid transparent;
  box-shadow: 0 0 0 1px transparent inset;
  line-height: 24px;
  transition: all .2s ease;
  text-align: inherit;
  font: inherit;
  background: #fff;
  color: #535558;
  border-color: #e8e8e9
}

@media screen and (max-width:40em) {
  .account-chargesTable {
      background: 0 0!important;
      padding: 0;
      border: 0
  }

  .account-chargeRow {
      padding: 0
  }
}

.account-serialsTable {
  width: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #dcdcdc
}

.account-serialsTableHeading {
  font-weight: 600
}

.account-serialsTable {
  margin-top: 1rem;
  border-spacing: 0!important
}

.account-chargesTable th,.account-serialsTable td,.account-serialsTable th {
  background: 0 0!important;
  text-align: left
}

.account-serialsTable tr {
  text-align: left
}

.account-serialsTable td {
  border-top: 1px solid #e8e8e9
}

.account-responsiveTable {
  width: 100%
}

.account-responsiveTable td .account-tdBefore {
  display: none
}

@media screen and (max-width:40em) {
  .account-serialsTable {
      padding: 0;
      background: 0 0;
      border: 0 solid #dcdcdc
  }

  .account-responsiveTable table,.account-responsiveTable tbody,.account-responsiveTable td,.account-responsiveTable th,.account-responsiveTable thead,.account-responsiveTable tr {
      display: block
  }

  .account-responsiveTable thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
      border-bottom: 2px solid #333
  }

  .account-responsiveTable tbody tr {
      border: 1px solid #000;
      padding: .25em
  }

  .account-responsiveTable td.account-pivoted {
      border: 0!important;
      position: relative;
      padding-left: calc(50% + 10px)!important;
      text-align: left!important;
      white-space: pre-wrap;
      overflow-wrap: break-word
  }

  .account-responsiveTable td .account-tdBefore {
      position: absolute;
      display: block;
      left: 1rem;
      width: calc(50% - 20px);
      white-space: pre-wrap;
      overflow-wrap: break-word;
      text-align: left!important;
      font-weight: 600
  }
}

.account-serialRow {
  background: #fff!important;
  border: 1px solid #dcdcdc!important;
  border-radius: 4px;
  text-transform: capitalize;
  margin-bottom: 5px
}

.account-registeredEmail {
  text-transform: lowercase;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px
}

.account-serialRow svg {
  width: 24px;
  height: 24px
}

.account-serialNumber {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0;
  background: #dcdcdc;
  border-radius: 4px;
  padding: 5px
}

.account-actionButton {
  background: red;
  border: 1px solid #ff0
}

.account-userDetails {
  word-break: break-all
}

.account-licence {
  display: flex;
  flex-wrap: wrap;
  text-transform: capitalize;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 10px;
  justify-content: space-between
}

.account-licenceDetails {
  display: flex;
  margin-right: 20px
}

.account-licence dd,.account-subscription dd {
  display: inline-block;
  font-weight: 700
}

.account-licence dt {
  text-transform: none
}

.account-licenceImage {
  margin-right: 20px;
  position: relative
}

.account-licenceImage,.account-licenceImage svg,.account-subscriptionImage svg {
  width: 100px;
  height: 100px
}

@media (max-width:849px) {
  .account-buttons {
      flex-grow: 1;
      margin: 10px 0 0
  }
}

.account-switchModalContent p {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.account-subscription {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 10px;
  justify-content: space-between;
  vertical-align: center
}

.account-subscription:hover {
  background: #fff
}

.account-subscription dd {
  text-transform: capitalize
}

.account-licence dt,.account-subscription dt {
  display: inline-block;
  margin-right: 10px
}

.account-subscriptionImageContainer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start
}

.account-subscriptionImage {
  margin-right: 20px;
  position: relative;
  height: 100px;
  width: 100px
}

.account-productName {
  font-size: 130%;
  font-weight: 700
}

.account-textColumn {
  margin-right: 20px
}

.account-active {
  color: #6cc04a
}

.account-unactive {
  color: #e73e51
}

.account-tickIcon {
  width: 40px!important;
  height: 40px!important;
  fill: #6cc04a;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 50%
}

.account-subscriptionDetails {
  display: flex
}

.account-buttons {
  flex-direction: column;
  display: flex;
  justify-content: center;
  margin: 0
}

@media (max-width:849px) {
  .account-buttons {
      flex-grow: 1;
      margin: 10px 0 0
  }
}

.account-buttons a,.account-buttons span {
  margin-bottom: 5px;
  flex-shrink: 1
}

.account-locked {
  text-align: center
}

.account-dashboard,.account-profileWrapper {
  margin-bottom: 20px;
  margin-left: 12px;
  margin-right: 12px
}

.account-serialFormTextInput {
  display: flex;
  width: 100%;
  flex-basis: 100%;
  box-sizing: border-box;
  margin: 30px 0;
  background: #dcdcdc!important;
  font-weight: 700!important;
  font-family: monospace!important;
  font-size: 1.5rem!important;
  margin-bottom: 10px!important
}

.account-registerProductModal {
  position: absolute;
  top: 30%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin-right: -50%;
  transform: translate(-50%,-50%);
  padding: 40px;
  border: 2px solid #6cc04a;
  border-radius: 4px;
  background: 0 0;
  text-align: center
}

.account-registerProductModal:focus {
  outline: 0!important
}

.account-registerProductModalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,.95)
}

.account-balanceDetails {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 15px;
  justify-content: space-between;
  vertical-align: center
}

.account-verifyWrapper {
  text-align: center
}

.account-forgotPasswordForm {
  width: 50%;
  padding: 20px;
  background: #f2f2f2;
  border-radius: 4px
}

.account-closeIcon {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #e73e51;
  padding: 20px;
  border-radius: 50%;
  margin-bottom: 24px
}

.account-pageContentWrapper {
  flex: auto;
  min-height: 60vh
}

.account-withSubNav {
  margin-top: 64px
}

@media (min-width:750px) {
  .account-withSubNav {
      margin-top: 0
  }
}

.account-nav {
  margin-bottom: 25px
}

.account-navButton {
  display: inline-block;
  margin-right: 1rem
}

.account-button {
  background: #6cc04a;
  margin: 0
}

.account-button:hover {
  background: #79d653
}

.account-button:active {
  background: #52b12c
}

.account-button:disabled {
  opacity: .5
}

.account-red.account-inverted:active {
  color: #fff;
  fill: #fff;
  transition-timing-function: linear,linear,linear,cubic-bezier(.175,.2,.32,2.5),cubic-bezier(.175,.2,.32,2.5)
}

.account-inverted:focus {
  background: rgba(108,192,74,.2)
}

.account-inverted:hover {
  background: #6cc04a
}

.account-icon svg {
  fill: inherit;
  width: 100%;
  height: 100%;
  transition: fill .15s linear
}

.account-orange {
  color: #fff;
  fill: #fff;
  background: #e67e3c
}

.account-orange:hover {
  color: #fff;
  text-decoration: none
}

.account-orange:active {
  transform: scale(.98);
  transition-timing-function: linear,cubic-bezier(.175,.2,.32,2.5),cubic-bezier(.175,.2,.32,2.5)
}

.account-orange:hover {
  background: #ec8c50
}

.account-orange:active {
  background: #dc6b23
}

.account-blue,.account-orange,.account-red {
  display: inline-block;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 16px;
  border: 0;
  outline: 0;
  border-radius: 4px;
  cursor: pointer;
  transition-property: background-color,transform;
  transition-duration: .15s;
  transition-timing-function: linear,cubic-bezier(.25,.46,.45,.94),cubic-bezier(.25,.46,.45,.94)
}

.account-blue {
  color: #fff;
  fill: #fff;
  background: #288dc1
}

.account-blue:hover {
  color: #fff;
  text-decoration: none
}

.account-blue:active {
  transform: scale(.98);
  transition-timing-function: linear,cubic-bezier(.175,.2,.32,2.5),cubic-bezier(.175,.2,.32,2.5)
}

.account-blue:hover {
  background: #3ea9e0
}

.account-blue:active {
  background: #247dab
}

.account-red {
  background: #e73e51
}

.account-red:hover {
  text-decoration: none
}

.account-red:active {
  transform: scale(.98);
  transition-timing-function: linear,cubic-bezier(.175,.2,.32,2.5),cubic-bezier(.175,.2,.32,2.5)
}

.account-red:hover {
  background: #f96576
}

.account-red:active {
  background: #d0394a
}

.account-red.account-inverted {
  padding: 11px 19px;
  transition: background-color .15s,border-color .15s,color .15s,transform .15s;
  transition-timing-function: linear,linear,linear,cubic-bezier(.25,.46,.45,.94),cubic-bezier(.25,.46,.45,.94);
  background: 0 0;
  border-style: solid;
  border-width: 1px
}

.account-red.account-inverted:focus {
  background: rgba(231,62,81,.2)
}

.account-red.account-inverted:hover {
  background: #e73e51
}

.account-blue.account-inverted {
  padding: 11px 19px;
  transition: background-color .15s,border-color .15s,color .15s,transform .15s;
  transition-timing-function: linear,linear,linear,cubic-bezier(.25,.46,.45,.94),cubic-bezier(.25,.46,.45,.94);
  background: 0 0;
  border-style: solid;
  border-width: 1px;
  border-color: #288dc1;
  color: #288dc1;
  fill: #288dc1
}

.account-blue.account-inverted:active,.account-blue.account-inverted:hover {
  color: #fff;
  fill: #fff
}

.account-blue.account-inverted:active {
  transition-timing-function: linear,linear,linear,cubic-bezier(.175,.2,.32,2.5),cubic-bezier(.175,.2,.32,2.5)
}

.account-blue.account-inverted:focus {
  background: rgba(40,141,193,.2)
}

.account-blue.account-inverted:hover {
  background: #288dc1;
  border-color: #288dc1
}

.account-blue.account-inverted:active {
  border-color: #247dab
}

.account-pageWrapper {
  display: flex
}

.account-columnWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  box-sizing: border-box;
  overflow-x: hidden;
  width: 100%
}

.account-button {
  padding: 12px 20px;
  color: #fff;
  fill: #fff;
  font-size: 16px;
  line-height: 16px;
  border: 0;
  outline: 0;
  border-radius: 4px;
  cursor: pointer;
  transition-property: background-color,transform;
  transition-duration: .15s;
  transition-timing-function: linear,cubic-bezier(.25,.46,.45,.94),cubic-bezier(.25,.46,.45,.94);
  background: #288dc1
}

.account-button:hover {
  color: #fff;
  text-decoration: none
}

.account-button:active {
  transform: scale(.98);
  transition-timing-function: linear,cubic-bezier(.175,.2,.32,2.5),cubic-bezier(.175,.2,.32,2.5)
}

.account-button:hover {
  background: #3ea9e0
}

.account-button:active {
  background: #247dab
}

.account-button,.account-button span {
  display: inline-block
}

.account-dummyButton {
  opacity: .5;
  cursor: not-allowed
}

.account-button.account-hovered {
  color: #fff;
  text-decoration: none
}

.account-inverted {
  padding: 11px 19px;
  transition: background-color .15s,border-color .15s,color .15s,transform .15s;
  transition-timing-function: linear,linear,linear,cubic-bezier(.25,.46,.45,.94),cubic-bezier(.25,.46,.45,.94);
  background: 0 0;
  border-style: solid;
  border-width: 1px;
  border-color: #288dc1;
  color: #288dc1;
  fill: #288dc1
}

.account-inverted:active,.account-inverted:hover {
  color: #fff;
  fill: #fff
}

.account-inverted:active {
  transition-timing-function: linear,linear,linear,cubic-bezier(.175,.2,.32,2.5),cubic-bezier(.175,.2,.32,2.5)
}

.account-inverted:focus {
  background: rgba(40,141,193,.2)
}

.account-inverted:hover {
  background: #288dc1;
  border-color: #288dc1
}

.account-inverted:active {
  border-color: #247dab
}

.account-inverted.account-hovered {
  background: #288dc1;
  border-color: #288dc1
}

.account-white {
  border-color: #fff;
  color: #fff;
  fill: #fff
}

.account-white:focus {
  background: rgba(255,255,255,.2)
}

.account-white:hover {
  background: #fff;
  border-color: #fff
}

.account-red,.account-white:active {
  border-color: #fff
}

.account-white:hover {
  color: #288dc1
}

.account-red {
  color: #fff;
  fill: #fff;
  background: #f33e4f
}

.account-red.account-inverted:hover:focus,.account-red:focus {
  background: rgba(255,255,255,.2)
}

.account-red.account-inverted:hover:hover,.account-red:hover {
  background: #fff;
  border-color: #fff
}

.account-red.account-inverted:hover:active,.account-red:active {
  border-color: #fff
}

.account-red:hover {
  background: #f35a69
}

.account-red:active {
  background: #cd3443
}

.account-red a[href],.account-red:hover {
  color: #fff
}

.account-red:focus {
  background: #f96576
}

.account-red.account-inverted {
  border-color: #f33e4f;
  color: #f33e4f;
  fill: #f33e4f;
  background: #fff
}

.account-red.account-inverted:focus {
  background: rgba(243,62,79,.2)
}

.account-red.account-inverted:active {
  border-color: #f33e4f;
  background: #fff
}

.account-red.account-inverted:hover {
  background: #fff;
  border-color: #fff;
  color: #fff;
  fill: #fff;
  background: #f33e4f
}

.account-red.account-inverted:hover:active,.account-red.account-inverted:hover:hover {
  background: #f33e4f
}

.account-dark:hover {
  color: #fff;
  background: #272729;
  border-color: #272729
}

.account-green {
  border-color: #fff;
  color: #fff;
  fill: #fff;
  background: #6cc04a
}

.account-green:focus {
  background: rgba(255,255,255,.2)
}

.account-green:hover {
  background: #fff;
  border-color: #fff
}

.account-green:active {
  border-color: #fff
}

.account-green:hover {
  background: #79d653
}

.account-green:active {
  background: #52b12c
}

.account-green.account-inverted {
  padding: 11px 19px;
  transition: background-color .15s,border-color .15s,color .15s,transform .15s;
  transition-timing-function: linear,linear,linear,cubic-bezier(.25,.46,.45,.94),cubic-bezier(.25,.46,.45,.94);
  background: 0 0;
  border-style: solid;
  border-width: 1px;
  border-color: #6cc04a;
  color: #6cc04a;
  fill: #6cc04a
}

.account-green.account-inverted:active,.account-green.account-inverted:hover {
  color: #fff;
  fill: #fff
}

.account-green.account-inverted:active {
  transition-timing-function: linear,linear,linear,cubic-bezier(.175,.2,.32,2.5),cubic-bezier(.175,.2,.32,2.5)
}

.account-green.account-inverted:focus {
  background: rgba(108,192,74,.2)
}

.account-green.account-inverted:hover {
  background: #6cc04a;
  border-color: #6cc04a
}

.account-green.account-inverted:active {
  border-color: #6cc04a
}

.account-green a[href],.account-green:hover {
  color: #fff
}

.account-green:focus {
  background: #79d653
}

.account-white.account-hovered {
  color: #288dc1;
  border-color: #fff;
  background: #fff
}

.account-light {
  color: #f2f2f2;
  fill: #f2f2f2;
  border-color: #f2f2f2
}

.account-dark {
  color: #535558;
  fill: #535558;
  border-color: #535558
}

.account-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 14px;
  position: relative
}

.account-fullWidth {
  width: 100%;
  box-sizing: border-box;
  text-align: center
}

.account-menuButton {
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 16px;
  box-sizing: content-box;
  padding: 15px 10px;
  transform: translateX(10px) translateY(1px);
  transition: transform .4s cubic-bezier(.165,.84,.44,1);
  -webkit-tap-highlight-color: transparent
}

.account-label {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  white-space: nowrap;
  text-indent: 105%;
  overflow: hidden
}

.account-menuButton::after,.account-menuButton::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 20%;
  overflow: hidden
}

.account-menuButton::before {
  top: 10px
}

.account-menuButton.account-isUsed::before {
  animation: hide-cross-top .4s cubic-bezier(.165,.84,.44,1);
  animation-fill-mode: forwards
}

.account-menuButton::after {
  bottom: 10px
}

.account-menuButton.account-isUsed::after {
  animation: hide-cross-bottom .4s cubic-bezier(.165,.84,.44,1);
  animation-fill-mode: forwards
}

.account-menuButtonOpen {
  transform: translateX(10px) translateY(1px) rotate(45deg)
}

.account-menuButtonOpen.account-isUsed::before {
  animation: show-cross-top .4s cubic-bezier(.165,.84,.44,1);
  animation-fill-mode: forwards
}

.account-menuButtonOpen.account-isUsed::after {
  animation: show-cross-bottom .4s cubic-bezier(.165,.84,.44,1);
  animation-fill-mode: forwards
}

.account-cardMessage>a[href] {
  color: #000
}

.account-cardMessage>a.account-supportLink {
  color: #000;
  text-decoration: underline
}

.account-infoCard {
  padding: 20px;
  display: flex;
  align-items: stretch;
  border-radius: 4px;
  margin-bottom: 24px
}

.account-infoCardInner {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column
}

.account-infoCardInner>:first-child {
  margin-top: 0
}

.account-infoCardInner>:last-child {
  margin-bottom: 0
}

.account-infoCard a[href] {
  color: #fff;
  outline: 0;
  text-decoration: none
}

.account-infoCard h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem
}

@media (min-width:544px) {
  .account-infoCard h3 {
      margin-bottom: 1.5rem
  }
}

.account-infoCard p {
  margin-bottom: 1rem
}

.account-card {
  background: #a65a95;
  background: #e73e51
}

.account-cardDetail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
  margin-right: 15px
}

.account-cardIcon {
  border-radius: 5px
}

.account-card {
  background: #288dc1;
  background: #6cc04a
}

.account-cardTitle {
  color: #288dc1
}

.account-cardMessage {
  color: #000
}

.account-linkButton {
  width: 100%
}

.account-card {
  background: #fff;
  border: 1px solid #6cc04a;
  color: #6cc04a;
  margin: 20px 12px;
  flex: 1;
  cursor: pointer;
  transition: all .2s
}

.account-card:hover {
  color: #fff;
  background: #6cc04a
}

.account-card:hover .account-addIcon svg {
  fill: #fff
}

.account-cardTitle {
  font-weight: 700;
  margin-bottom: 10px
}

label {
  font-weight: 700
}

.account-cardCta {
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: opacity .1s linear
}

.account-cardCta:focus,.account-cardCta:hover {
  opacity: .6
}

.account-addIcon {
  text-align: left;
  float: right
}

.account-addIcon svg {
  fill: #6cc04a;
  margin-bottom: 10px
}

.account-input {
  display: block;
  border-radius: 4px;
  padding: 8px 12px;
  box-sizing: border-box;
  border: 1px solid transparent;
  box-shadow: 0 0 0 1px transparent inset;
  line-height: 24px;
  transition: all .2s ease;
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none
}

.account-input:focus {
  outline: 0
}

.account-inputSmall {
  font-size: 12px
}

.account-inputDark {
  background: #323234;
  color: #fafafa
}

.account-inputDark:focus {
  color: #fafafa;
  border-color: #888b8d
}

.account-inputDarkError,.account-inputDarkError:focus {
  border-color: #cd3443
}

.account-inputDark::placeholder {
  color: #e8e8e9
}

.account-inputLight {
  background: #fff;
  color: #535558;
  border-color: #e8e8e9
}

.account-inputLight:focus {
  box-shadow: 0 0 0 1px #4d96eb inset
}

.account-inputLightError,.account-inputLightError:focus {
  box-shadow: 0 0 0 1px #f33e4f inset
}

.account-iconClassName {
  stroke: #535558
}

.account-modal {
  background: #fff
}

@media (max-width:543px) {
  .account-modal {
      top: 50%
  }
}

.account-modal:focus {
  outline: 0!important
}

.account-header svg {
  stroke: #000;
  cursor: pointer;
  margin-bottom: 10px
}

@media (max-width:543px) {
  .account-content {
      max-width: 90%;
      min-width: 0
  }
}

.account-content button {
  margin-top: 15px
}

.account-loadingWrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  justify-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px
}

.account-modal {
  position: absolute;
  margin-top: 20px;
  top: 30%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin-right: -50%;
  transform: translate(-50%,-50%);
  border: 0 solid #dcdcdc;
  border-radius: 4px;
  background: 0 0;
  text-align: center;
  min-width: 300px;
  max-height: calc(100vh - 6rem);
  overflow-y: auto
}

.account-header {
  padding: 20px 20px 0;
  display: flex;
  justify-content: space-between
}

.account-content {
  padding: 20px
}

.account-content p {
  margin-top: 10px
}

.account-modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,.9);
  backdrop-filter: blur(2px);
  z-index: 100
}

.account-stepsWrapper p {
  text-align: center
}

.account-formLabel {
  display: flex;
  flex-basis: 33.33333333%
}

.account-errorContainer {
  margin-top: 1rem
}

.account-textHeader {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #288dc1
}

.account-inverted {
  background-color: #fafafa
}

@media (min-width:544px) {
  .account-wrapper {
      padding-left: 12px;
      padding-right: 12px
  }
}

.account-content {
  box-sizing: border-box;
  min-width: 0;
  padding-left: 8px;
  padding-right: 8px;
  flex-grow: 0;
  flex-basis: 100%;
  max-width: 100%
}

@media (min-width:544px) {
  .account-content {
      padding-left: 12px;
      padding-right: 12px
  }
}

.account-title {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  padding-bottom: 5px
}

@media (min-width:544px) {
  .account-title {
      font-size: 48px;
      line-height: 56px
  }
}

.account-inverted .account-title {
  color: #288dc1
}

.account-intro {
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
  color: #fff
}

@media (min-width:544px) {
  .account-intro {
      font-size: 18px
  }
}

@media (min-width:850px) {
  .account-intro {
      max-width: 587px
  }
}

.account-inverted .account-intro {
  color: #545559
}

.account-headlessLayout {
  display: block
}

.account-register {
  width: 100%;
  max-width: 500px;
  margin: 0 auto
}

.account-header {
  margin-bottom: 50px;
  font-size: 50px
}

.account-turnstyle {
  margin-top: 30px;
  margin-bottom: 30px
}

.account-header {
  display: block
}

.account-account,.account-formTextInput,.account-stepsWrapper {
  margin-bottom: 20px
}

.account-account {
  background: #fff;
  border-radius: 4px;
  padding: 20px
}

.account-profileForm {
  width: 100%;
  border-radius: 4px;
  text-align: left
}

.account-validationError {
  text-align: left;
  color: #e73e51;
  font-size: 90%
}

.account-licenceContainer {
  border: 1px solid red;
  padding: 20px
}

.account-formLabel {
  display: block;
  box-sizing: border-box;
  font-size: 80%;
  font-weight: 700
}

.account-formTextInput {
  width: 100%;
  max-width: 500px
}

.account-formFooter {
  margin-top: 10px
}

.account-formFooter button {
  margin: 10px 10px 10px 0
}

.account-deleteModal {
  color: #e73e51;
  text-align: left
}

.account-deleteEmail input {
  width: 100%;
  margin: 20px 0
}

.account-mainSection {
  flex-basis: 100%;
  flex-grow: 1
}

@media (min-width:850px) {
  .account-mainSection {
      flex-basis: 75%
  }
}

.account-signInWrapper {
  min-height: 100vh;
  width: 100%
}

.account-signIn {
  max-width: 400px;
  width: 100%;
  padding: 20px;
  border-radius: 4px;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box
}

.account-header {
  justify-items: center;
  flex-direction: row;
  text-align: center;
  color: #6cc04a
}

.account-roliIcon {
  width: 95px;
  height: 95px
}

.account-arrowIcon {
  justify-content: center;
  margin-top: 10px;
  width: 20px;
  height: 20px;
  transform: rotate(0deg);
  fill: #999
}

.account-formLegend {
  font-size: 20px;
  text-align: center
}

.account-passwordHelp,.account-validationHelp {
  text-align: center;
  font-size: 80%;
  margin-bottom: 20px
}

.account-validationHelp {
  margin-top: 20px;
  margin-bottom: 10px
}

.account-signInButton {
  width: 200px;
  margin-bottom: 30px
}

.account-createAccount {
  margin-top: 20px;
  text-align: center
}

.account-formFooter {
  font-size: 80%
}

.account-basketWrapper h4 {
  margin: 20px 0
}

.account-signInForm {
  width: 100%
}

.account-loginError {
  color: #c50000;
  text-align: center
}

.account-registerContainer {
  margin-top: 10px
}

.account-verified {
  font-weight: 700;
  margin-bottom: 10px
}

.account-deleteConfirmationInput {
  margin-bottom: 15px;
}

.account-pageHeader {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1176px;
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
  margin: 48px auto
}

@media (min-width:544px) {
  .account-pageHeader {
      padding-left: 12px;
      padding-right: 12px
  }
}

.account-container {
  box-sizing: border-box;
  min-width: 0;
  padding-left: 8px;
  padding-right: 8px;
  flex-grow: 0;
  flex-basis: 100%;
  max-width: 100%
}

@media (min-width:544px) {
  .account-container {
      padding-left: 12px;
      padding-right: 12px
  }
}

.account-card {
  display: flex;
  align-items: flex-end;
  background: #888b8d;
  border-radius: 4px;
  height: 240px
}

@media (min-width:544px) {
  .account-card {
      height: 320px
  }
}

@media (min-width:850px) {
  .account-card {
      height: 480px
  }
}

.account-content {
  margin: 24px
}

@media (min-width:544px) {
  .account-content {
      margin: 48px
  }
}

.account-subtitle,.account-title {
  color: #fafafa
}

.account-subtitle {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -.5px
}

@media (min-width:544px) {
  .account-subtitle {
      font-size: 20px
  }
}

@media (min-width:850px) {
  .account-subtitle {
      font-size: 24px
  }
}

.account-cta {
  margin-top: 24px
}

.account-metaSidebarSection {
  flex-grow: 1
}

@media (min-width:544px) {
  .account-metaSidebarSection {
      display: block;
      flex-grow: 1
  }
}

@media (min-width:850px) {
  .account-metaSidebarSection {
      flex-basis: 33.33333333333333%;
      display: block
  }
}

@media (min-width:1176px) {
  .account-metaSidebarSection {
      flex-basis: 25%
  }
}

.account-confirmPayment p {
  text-align: left
}

.account-basketProperties {
  width: 100%;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 16px;
  border-radius: 4px
}

.account-basketPropertiesHeader {
  font-weight: 700;
  width: 150px
}

.account-basketProperties td {
  background: 0 0;
  padding: 0
}

tr {
  background: 0 0
}

.account-termsAgreementContainer {
  margin-bottom: 20px
}

.account-termsAgreementContainer a {
  text-decoration: underline
}

.account-checkbox {
  margin-right: 7px
}

.account-panelWrapper {
  min-height: 100vh;
  width: 100%
}

.account-panel {
  max-width: 400px;
  width: 100%;
  padding: 20px;
  border-radius: 4px;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box
}

.account-basketSuccess p {
  text-align: center
}

.account-basketWrapper p {
  text-align: left
}

.account-paymentPlans {
  margin-bottom: 20px
}

.account-cycleSelection:first-child,.account-cycleSelectionActive:first-child {
  margin-right: 20px!important
}

.account-planNotAvailable {
  border: 1px solid #288dc1;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  font-weight: 800;
  margin-bottom: 20px
}

.account-planNotAvailableTitle {
  color: #288dc1;
  font-size: 120%
}

.account-funnelWrapper a,.account-quantity {
  margin-bottom: 20px
}

.account-volumeDiscount {
  font-weight: 800;
  margin-top: 10px;
  color: #288dc1
}

.account-basketError p,.account-basketSuccess {
  text-align: center
}

.account-basketSuccess svg {
  width: 100px;
  height: 100px;
  fill: #6cc04a;
  display: inline-block
}

.account-downloadLink {
  margin-top: 20px
}

.account-basketWrapper {
  width: 100%
}

.account-basketContainer {
  max-width: 600px;
  margin: 0 auto 200px
}

.account-basketForm input {
  -webkit-appearance: radio;
  font: inherit;
  width: 100px
}

.account-loginQuestion {
  text-align: center;
  margin-bottom: 200px
}

.account-loginQuestion button {
  text-align: center;
  margin: 10px;
  width: 100px
}

.account-discount {
  color: #6cc04a
}

.account-cycleSelection {
  display: block
}

.account-cycleSelection:first-child,.account-cycleSelectionActive:first-child {
}

.account-subtotalPrice {
  font-weight: 700;
  font-size: 150%
}

.account-basketSummary {
  background: #dcdcdc
}

.account-checkbox {
  -webkit-appearance: checkbox
}

.account-seatInput {
  display: inline-block;
  border: 1px solid red
}

.account-backButton {
  margin-top: 20px
}

.account-basketError {
  text-align: center;
  margin-top: 50px
}

.account-basketError svg {
  display: block;
  margin: auto;
  width: 90px;
  height: 90px;
  fill: #6cc04a;
  background: #e73e51;
  border-radius: 50%;
  padding: 20px
}

.account-message {
  text-align: center
}

.account-basketForm,.account-basketForm p {
  text-align: left
}

.account-radio {
  display: none!important
}

.account-paymentPlans {
  display: flex
}

.account-cycleSelection,.account-cycleSelectionActive {
  border: 1px solid #288dc1;
  display: flex;
  flex-direction: column;
  width: 50%;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  transition: all .2s;
  padding: 20px;
  justify-content: space-between
}

.account-cycleSelection {
  background: #fff
}

.account-cycleSelectionActive {
  background: #288dc1;
  display: block;
  color: #fff
}

.account-paymentTypeTitle {
  font-size: 140%;
  font-weight: 700
}

.account-couponFields input {
  display: inline-block
}

.account-couponFields svg {
  width: 20px;
  height: 20px;
  fill: #6cc04a;
  margin-top: 10px;
  margin-left: 10px
}

.account-orderProcessing,.account-orderProcessing p {
  text-align: center
}

.account-orderProcessing svg {
  width: 100px;
  height: 100px;
  fill: #6cc04a
}

.account-loadingIcon {
  margin-top: 30px;
  margin-bottom: 30px
}

.account-billingForm p {
  text-align: left
}

.account-paymentMethods {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px
}

.account-paymentDetailsForm {
  margin-top: 15px;
  margin-bottom: 15px
}

.account-paymentDetailsForm legend,.account-paymentMethodRadios {
  display: none
}

.account-paymentMethod,.account-paymentMethodActive {
  border: 1px solid #dcdcdc;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border-radius: 4px;
  transition: all .2s;
  padding: 10px;
  justify-content: space-between
}

.account-paymentMethod {
  background: #fff
}

.account-paymentMethodActive {
  background: #288dc1;
  color: #fff
}

.account-detailHeader {
  font-weight: 700;
  display: block;
  margin-bottom: 10px
}

.account-detailFooter {
  display: block;
  margin-bottom: 10px;
  margin-top: 20px
}

.account-totalPrice {
  font-weight: 700;
  font-size: 150%
}

.account-discountDescription {
  padding-left: 7px
}

.account-taxNotice {
  margin-top: 10px
}

.account-taxTerms {
  font-size: 50%;
  margin-top: 10px
}

.account-chargeTitle {
  color: #288dc1;
  font-weight: 800
}

.account-summarySection {
  padding-bottom: 1.5rem
}

.account-addressAndCard {
  display: flex;
  margin-bottom: 16px;
  background: #fff;
  padding: 16px;
  flex-wrap: wrap;
  border: 1px solid #dcdcdc;
  border-radius: 4px
}

.account-customerAddress {
  flex-basis: 50%;
  flex-shrink: 0;
  margin-bottom: 10px
}

.account-billingDetail {
  flex-basis: 100%;
  display: block
}

@media (min-width:850px) {
  .account-formInput {
      min-width: 400px
  }
}

.account-paymentDetailsForm label {
  font-weight: 700;
  font-size: 80%
}

.account-textInput {
  width: 100%;
}

.account-paymentDetailsForm fieldset {
  border: 0
}

.account-selectField {
  display: block;
  border: 0;
  border-radius: .25rem;
  padding: .5rem .75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: .0625rem solid transparent;
  -webkit-box-shadow: 0 0 0 .0625rem transparent inset;
  box-shadow: 0 0 0 .0625rem transparent inset;
  font-size: 1rem;
  line-height: 1.5rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none;
  background: #fff;
  color: #535558;
  border-color: #e8e8e9;
  width: 100%;
  margin-bottom: 5px
}

.account-paymentDetailsForm button {
  width: 100%!important
}

.account-required {
  float: right;
  font-size: 80%
}

.account-discountDescription {
  font-weight: 700
}

.account-basketSummary {
  background: #fff;
  padding: 16px;
  border: 1px solid #dcdcdc;
  margin-bottom: 30px;
  border-radius: 4px
}

.account-subscriptionChange {
  margin-top: 20px
}

.account-creditNotice {
  margin: 20px 0
}

.account-price {
  font-size: 110%;
  margin-bottom: 16px;
  font-weight: 500
}

.account-modificationTitle {
  font-size: 130%;
  font-weight: 900;
  color: #288dc1
}

.account-modificationTitle p {
  margin-bottom: 10px
}

.account-shopClosed {
  text-align: center
}

.account-shopClosed svg {
  background: #e73e51;
  padding: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 30px
}

.account-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1176px;
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
  align-items: flex-start;
  margin: 48px auto;
  font-size: 16px;
  line-height: 1.5
}

@media (min-width:544px) {
  .account-wrapper {
      padding-left: 12px;
      padding-right: 12px
  }
}

.account-wrapper h1 {
  font-size: 32px;
  margin-bottom: 32px
}

.account-wrapper h2 {
  font-size: 28px;
  margin-bottom: 28px
}

.account-wrapper h3 {
  font-size: 24px;
  margin-bottom: 24px
}

.account-wrapper p {
  margin-bottom: 16px
}

.account-wrapper ol,.account-wrapper ul {
  margin-bottom: 16px;
  padding-left: 32px
}

.account-wrapper table {
  font-size: 16px;
  margin-bottom: 24px;
  border-spacing: 2px
}

.account-wrapper td,.account-wrapper th {
  background: #f2f2f2;
  padding: 8px
}

.account-wrapper img {
  max-width: 100%
}

.account-stripeInput {
  margin-top: 0;
  padding: 12px;
  border: 1px solid #e8e8e9;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 20px
}

.account-hidden {
  visibility: hidden;
  margin: 0;
  padding: 0
}

.account-funnelWrapper {
  width: 100%;
  text-align: center
}

.account-buttonWrapper {
  margin-top: 40px
}

.account-juceIcon {
  width: 100%;
  height: 100px;
  margin-bottom: 35px
}

.account-hidden {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  text-indent: 105%;
  overflow: hidden;
  border: 0;
  background: 0 0
}

.account-pageContent {
  flex: 1
}

#livechat-full {
  bottom: 50px!important
}

@media (min-width:544px) {
  h1 {
      font-size: 72px;
      line-height: 66px
  }
}

@media (min-width:544px) {
  h2 {
      font-size: 48px;
      line-height: 56px
  }
}

@media (min-width:544px) {
  h3 {
      font-size: 32px;
      line-height: 40px
  }
}

@media (min-width:544px) {
  h4 {
      font-size: 24px;
      line-height: 32px
  }
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
  margin: 0;
  padding: 0
}

body,h4 {
  line-height: 24px
}

body {
  margin: 0;
  font-size: 16px;
  padding: 0;
  font-family: "HelveticaNeue","Helvetica Neue","HelveticaNeueRoman","HelveticaNeue-Roman","Helvetica Neue Roman","Helvetica","Tahoma","Geneva","Arial",sans-serif;
  color: #535558;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fafafa
}

html {
  font-size: 100%;
  letter-spacing: -.03em
}

@media (min-width:544px) {
  body {
      font-size: 18px
  }
}

button,input,keygen,select,textarea {
  font: inherit;
  -webkit-appearance: none
}

a {
  color: #323232;
  text-decoration: none;
  transition: color .15s linear
}

img,svg {
  vertical-align: top
}

.account-forgotPassword {
  width: 100%;
  text-align: center
}

.account-forgotPasswordForm {
  box-sizing: border-box;
  margin: 0 auto
}

fieldset,img,svg {
  border: 0
}

.account-formLegend {
  overflow: hidden;
  width: 1px;
  height: 1px;
  position: absolute
}

.account-formFooter {
  text-align: center
}

.account-formInput {
  display: block;
  align-items: center;
  margin-bottom: 18px;
  text-align: left
}

.account-formTextInput {
  display: flex;
  flex-basis: 100%;
  box-sizing: border-box
}

.account-signInLabel {
  display: block
}

.account-padlockIcon {
  width: 100%;
  height: 200px;
  fill: #6cc04a;
  margin-bottom: 20px
}

h1,h2,h3 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700
}

@media (min-width:544px) {
  h1 {
      font-size: 72px;
      line-height: 66px
  }
}

h2,h3 {
  font-size: 32px;
  line-height: 40px
}

@media (min-width:544px) {
  h2 {
      font-size: 48px;
      line-height: 56px
  }
}

h3 {
  font-size: 24px;
  line-height: 32px
}

@media (min-width:544px) {
  h3 {
      font-size: 32px;
      line-height: 40px
  }
}

h4 {
  font-size: 18px
}

@media (min-width:544px) {
  h4 {
      font-size: 24px;
      line-height: 32px
  }
}
