[data-v-4fd22c58] .modal-mask {
  min-width: 100vw;
  max-width: 100vw;
  background-color: rgb(0, 1, 29);
}
[data-v-4fd22c58] .modal-container {
  width: 100%;
  height: 100%;
  background-color: rgb(0, 1, 29);
}
.close[data-v-2ca672d7] {
  top: 16px;
  right: 20px;
}
.input-field[data-v-cad51352] {
  width: 100%;
  height: 3rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  background-color: transparent;
  --text-opacity: 1;
  color: #00011D;
  color: rgba(0, 1, 29, var(--text-opacity));
}
.input-field.dark[data-v-cad51352] {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-color: #b3b3b3;
}
.floating-label[data-v-cad51352] {
  position: absolute;
  color: #b3b3b3;
  left: 12px;
  top: calc(50% - 12px);
  transition: all 0.3s;
}
input:focus + .floating-label[data-v-cad51352],
input.value + .floating-label[data-v-cad51352] {
  left: 0px;
  transform: scale(0.75) translateY(-32px);
  background-color: white;
  padding-left: 6px;
  padding-right: 6px;
  color: #534cda;
}
input:focus + .floating-label.dark[data-v-cad51352],
input.value + .floating-label.dark[data-v-cad51352] {
  --bg-opacity: 1;
  background-color: #00011D;
  background-color: rgba(0, 1, 29, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}
input[data-v-cad51352]:focus {
  border-color: #333333;
}
.floating-check[data-v-cad51352] {
  --text-opacity: 1;
  color: #DBFF00;
  color: rgba(219, 255, 0, var(--text-opacity));
  position: absolute;
  top: calc(50% - 12px);
  right: 12px;
}
input:focus + .floating-label.invisibleLabel[data-v-cad51352],
input.value + .floating-label.invisibleLabel[data-v-cad51352] {
  opacity: 0;
}
input.error[data-v-cad51352] {
  border-color: #ee5951;
}
input.error + .floating-label[data-v-cad51352],
.error-icon[data-v-cad51352],
.error-message[data-v-cad51352] {
  color: #ee5951;
}
.notification-icon[data-v-cad51352],
.notification-message[data-v-cad51352] {
  color: #c67e10;
}
input[readonly][data-v-cad51352] {
  color: #b3b3b3;
  cursor: auto;
}
input[readonly].value + .floating-label[data-v-cad51352] {
  color: #b3b3b3;
}
.text-ellipsis[data-v-cad51352] {
  text-overflow: ellipsis;
}
input[data-v-cad51352]:-webkit-autofill,
input[data-v-cad51352]:-webkit-autofill:hover,
input[data-v-cad51352]:-webkit-autofill:focus,
input[data-v-cad51352]:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  box-shadow: 0 0 0px 1000px transparent inset !important;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #b3b3b3 !important;
}
.text-4d4d4d[data-v-db97f550] {
  color: #4d4d4d;
}
[data-v-db97f550] .modal-body {
  border-radius: 12px;
}
@media (min-width: 640px) {
.login-container[data-v-db97f550] {
    max-width: 475px;
}
}
.right-\[26px\][data-v-5680af7f] {
  right: 26px;
}
input[data-v-294682f2] {
  opacity: 0;
  width: 0;
  height: 0;
}
.box[data-v-294682f2] {
  width: 18px;
  height: 18px;
  position: relative;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #00011D;
  border-color: rgba(0, 1, 29, var(--border-opacity));
  border-radius: 0.25rem;
}
input:checked + .box[data-v-294682f2] {
  border: none;
  --bg-opacity: 1;
  background-color: #00011D;
  background-color: rgba(0, 1, 29, var(--bg-opacity));
}
input:checked + .box[data-v-294682f2]::before {
  content: "";
  display: inline-block;
  border-right: 2px solid #171717;
  border-bottom: 2px solid #171717;
  width: 4px;
  height: 8px;
  transform: rotate(45deg);
  top: 5px;
  left: 7px;
  transition: all 0.3s;
  position: absolute;
}
input:checked + .box.bright[data-v-294682f2]::before {
  border-right-color: white;
  border-bottom-color: white;
}
@media (min-width: 1024px) {
.box[data-v-294682f2] {
    width: 15px;
    height: 15px;
}
input:checked + .box[data-v-294682f2]::before  {
    top: 3px;
    left: 5px;
}
}
@keyframes spin{
  to{
    transform:rotate(360deg)
  }
}

.tf-v1-popup{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.75);
  transition:opacity .25s ease-in-out;
  z-index:10001;
  display:flex;
  align-items:center;
  justify-content:center
}

.tf-v1-popup .tf-v1-iframe-wrapper{
  position:relative;
  transition:opacity .25s ease-in-out;
  min-width:360px;
  min-height:360px
}

.tf-v1-popup .tf-v1-iframe-wrapper iframe{
  width:100%;
  height:100%;
  border:none;
  overflow:hidden;
  border-radius:8px
}

.tf-v1-popup .tf-v1-close{
  display:block;
  padding:0;
  margin:0;
  position:absolute;
  font-size:32px;
  font-weight:normal;
  line-height:24px;
  width:24px;
  height:24px;
  text-align:center;
  text-transform:none;
  cursor:pointer;
  opacity:.75;
  transition:opacity .25s ease-in-out;
  text-decoration:none;
  color:#000;
  top:-34px;
  right:0;
  background:none;
  border:none;
  border-radius:0
}

.tf-v1-popup .tf-v1-close:hover{
  opacity:1
}

@media(min-width: 481px){
  .tf-v1-popup .tf-v1-close{
    color:#fff !important
  }
}

.tf-v1-popup .tf-v1-spinner{
  border:3px solid #aaa;
  font-size:40px;
  width:1em;
  height:1em;
  border-radius:.5em;
  box-sizing:border-box;
  animation:spin 1s linear infinite;
  border-top-color:#fff;
  position:absolute;
  top:50%;
  left:50%;
  margin:-20px 0 0 -20px
}

@media(max-width: 480px){
  .tf-v1-popup{
    width:100% !important;
    height:100% !important
  }

  .tf-v1-popup .tf-v1-iframe-wrapper{
    position:relative;
    transition:opacity .25s ease-in-out;
    min-width:100%;
    min-height:100%
  }

  .tf-v1-popup .tf-v1-iframe-wrapper iframe{
    border-radius:0
  }

  .tf-v1-popup .tf-v1-close{
    display:block;
    padding:0;
    margin:0;
    position:absolute;
    font-size:32px;
    font-weight:normal;
    line-height:24px;
    width:24px;
    height:24px;
    text-align:center;
    text-transform:none;
    cursor:pointer;
    opacity:.75;
    transition:opacity .25s ease-in-out;
    text-decoration:none;
    color:#000;
    top:6px;
    right:8px;
    background:none;
    border:none;
    border-radius:0
  }

  .tf-v1-popup .tf-v1-close:hover{
    opacity:1
  }
}

@media(max-width: 480px)and (min-width: 481px){
  .tf-v1-popup .tf-v1-close{
    color:#fff !important
  }
}.sub-link[data-v-64285f72] {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --text-opacity: 0.75;
}
.sub-link[data-v-64285f72]:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}
.bg-pattern[data-v-0ee26470] {
  background: url(https://assets.motionarray.com/backgrounds/mobile-signup-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 148px;
  background-position: top;
}
.bg-pattern-small[data-v-0ee26470] {
  background-size: 100% 88px;
}
.or[data-v-0ee26470] {
  color: #828282;
}
.or[data-v-0ee26470]:before {
  content: '';
  width: 100%;
  display: block;
  height: 1px;
  background-color: #efefef;
  position: absolute;
  top: 50%;
  z-index: -1;
}
[data-v-0ee26470] .modal-header path {
  fill: #828282;
}
[data-v-0ee26470] .modal-body {
  background-color: white;
  border-radius: 12px;
}
[data-v-0ee26470] .modal-container {
  margin-top: 0;
  padding-top: 6px;
}
.signup-modal[data-v-0ee26470] .modal-container {
  padding-top: 0;
  overflow-y: initial;
}
.signup-modal[data-v-0ee26470] .modal-container .close {
  color: #fff;
}
@media (min-width: 640px) {
.bg-pattern[data-v-0ee26470] {
    background: transparent;
}
.right-side[data-v-0ee26470] {
    max-width: 500px;
}
[data-v-0ee26470] .modal-header path {
    fill: white;
}
[data-v-0ee26470] .modal-container {
    margin-top: 6px;
    padding-top: 0;
}
}
@media (max-width: 639px) {
[data-v-0ee26470] .modal-body {
    height: 100%;
}
}
#site-app[data-v-44fed1f7] {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /**
  * This allows percentage height to work down the DOM tree.
  * We have to set a deterministic height so percentage height works
  * instead of the initial value of "auto".
  * The min-height will be the starting height.
  */
  height: 0;
  /**
   * 45px = NavMenu height
   * 164px = NavMenu + PromoHoliday (with graphics)
   * 125px = NavMenu + PromoIncentive
  */
  padding-top: 125px;
}
#site-app.no-promo[data-v-44fed1f7] {
  padding-top: 45px;
}
#site-app.dunning[data-v-44fed1f7] {
  padding-top: 200px;
}
#site-app.promo-referral[data-v-44fed1f7] {
  padding-top: 138px;
}
#site-app.promo-reactivation[data-v-44fed1f7] {
  padding-top: 178px;
}
@media (min-width: 640px) {
#site-app.promo-reactivation[data-v-44fed1f7] {
    padding-top: 154px;
}
#site-app.promo-reactivation.holiday-promo[data-v-44fed1f7] {
    padding-top: 89px;
}
}
@media (min-width: 768px) {
#site-app.dunning[data-v-44fed1f7] {
    padding-top: 180px;
}
}
@media (min-width: 1024px) {
#site-app.dunning[data-v-44fed1f7] {
    padding-top: 60px;
}
#site-app.promo-referral[data-v-44fed1f7] {
    padding-top: 109px;
}
#site-app.no-promo[data-v-44fed1f7],
  #site-app.holiday-promo[data-v-44fed1f7],
  #site-app.no-promo.holiday-promo[data-v-44fed1f7] {
    padding-top: 122px;
}
#site-app.promo-reactivation[data-v-44fed1f7] {
    padding-top: 196px;
}
#site-app.promo-reactivation.holiday-promo[data-v-44fed1f7] {
    padding-top: 176px;
}
}
@media (min-width: 1280px) {
#site-app.promo-reactivation[data-v-44fed1f7] {
    padding-top: 198px;
}
#site-app.promo-reactivation.holiday-promo[data-v-44fed1f7] {
    padding-top: 179px;
}
}
.modal-mask[data-v-09e88115] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
  z-index: 999;
}
.modal-mask.fullscreen[data-v-09e88115] {
  margin-top: 0;
  z-index: 1000;
}
.modal-container[data-v-09e88115] {
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 1100px;
  background-color: #fff;
  border-radius: 0;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  margin-top: 6px;
}
.fullscreen .modal-container[data-v-09e88115] {
  margin-top: 0;
}
.modal-body[data-v-09e88115] {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fullscreen .modal-body[data-v-09e88115] {
  margin-top: 56px;
}
.close[data-v-09e88115] {
  position: absolute;
  cursor: pointer;
  color: #828282;
  top: 10px;
  right: 20px;
}
@media (min-width: 640px) {
.close[data-v-09e88115] {
    right: -26px;
    top: -26px;
    color: white;
}
.modal-container[data-v-09e88115] {
    width: auto;
    height: auto;
    border-radius: 12px;
    overflow-y: initial;
    max-height: 100%;
}
.modal-mask[data-v-09e88115] {
    margin-top: 0;
    background-color: rgba(0,0,0,0.8);
}
.fullscreen .modal-body[data-v-09e88115] {
    margin-top: 0;
}
}
@media (orientation: landscape) and (max-height: 480px) {
.modal-mask[data-v-09e88115] {
    z-index: 1000;
}
.modal-container[data-v-09e88115] {
    height: 100%;
    border-radius: 0;
}
.close[data-v-09e88115] {
    top: 0;
}
}
.-mt-\[2px\][data-v-d17c945a] {
  margin-top: -2px;
}
.text-\[\#171717\][data-v-d17c945a] {
  color: #171717;
}
.social-btn[data-v-d17c945a] {
  width: 155px;
  transition: 0.3s all;
}
.social-btn-mobile[data-v-d17c945a] {
  width: 100%;
}
.social-btn[data-v-d17c945a]:hover {
  opacity: 0.9;
}
.or[data-v-d17c945a] {
  color: #828282;
}
.or[data-v-d17c945a]:before {
  content: '';
  width: 100%;
  display: block;
  height: 1px;
  background-color: #efefef;
  position: absolute;
  top: 50%;
  z-index: -1;
}
@media (min-width: 640px) {
.social-btn[data-v-d17c945a] {
    width: 180px;
}
}
.tooltip.top .tooltip-text-wrapper[data-v-159fdaf1] {
  bottom: 100%;
  padding-bottom: 16px;
}
.tooltip.bottom .tooltip-text-wrapper[data-v-159fdaf1] {
  top: 100%;
  padding-top: 10px;
}
.tooltip.top .triangle[data-v-159fdaf1] {
  bottom: calc(100% + 8px);
}
.tooltip.bottom .triangle[data-v-159fdaf1] {
  top: calc(100% + 2px);
  transform: translateX(-50%) rotate(-180deg);
}
.tooltip-text-wrapper[data-v-159fdaf1] {
  left: -40px;
  z-index: 1;
  transform: translateX(20px);
  margin-left: 50%;
}
.tooltip-text[data-v-159fdaf1] {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.tooltip:hover .tooltip-text-wrapper[data-v-159fdaf1] {
  display: block;
}
.tooltip-text-wrapper[data-v-159fdaf1]:hover {
  display: block;
}
.tooltip.disabled:hover .tooltip-text-wrapper[data-v-159fdaf1] {
  display: none;
}
.triangle[data-v-159fdaf1] {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 0;
  -webkit-filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.2));
  z-index: 9;
  transform: translateX(-50%);
  margin-left: 50%;
  display: none;
}
.tooltip:hover .triangle[data-v-159fdaf1] {
  display: block;
}
.tooltip.disabled:hover .triangle[data-v-159fdaf1] {
  display: none;
}
@media (min-width: 640px) {
.tooltip:hover .tooltip-text-wrapper[data-v-159fdaf1] {
    right: auto;
    left: auto;
    transform: translateX(-50%);
}
}
.input-field[data-v-36b72a49] {
  width: 100%;
  border-radius: 0.375rem;
  height: 3rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-right: 2rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  background-color: transparent;
  --text-opacity: 1;
  color: #FFFDFA;
  color: rgba(255, 253, 250, var(--text-opacity));
  border: 1px solid #B3B3B3;
  font-family: 'Artlist Sans';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.input-field.focused[data-v-36b72a49] {
  --border-opacity: 1;
  border-color: #FFFDFA;
  border-color: rgba(255, 253, 250, var(--border-opacity));
  --text-opacity: 1;
  color: #FFFDFA;
  color: rgba(255, 253, 250, var(--text-opacity));
}
label[data-v-36b72a49],
.placeholder[data-v-36b72a49] {
  position: absolute;
  pointer-events: none;
  color: #B3B3B3;
  left: 12px;
  top: calc(50% - 12px);
  transition: all 0.3s;
}
.placeholder[data-v-36b72a49] {
  opacity: 0;
}
.input-field.empty.focused ~ .placeholder[data-v-36b72a49] {
  opacity: 1;
}
.input-field.focused + label[data-v-36b72a49],
.input-field:not(.empty) + label[data-v-36b72a49] {
  left: 0px;
  transform: scale(0.75) translateY(-32px);
  background-color: white;
  padding-left: 6px;
  padding-right: 6px;
  color: #534CDA;
}
.input-field.invalid[data-v-36b72a49],
.input-field.empty[data-v-36b72a49] {
  border: 1px solid #ee5951;
}
.input-field.empty.field-updated[data-v-36b72a49] {
  border: 1px solid #B3B3B3;
}
.input-field.empty ~ .placeholder[data-v-36b72a49] {
  color: #ee5951;
}
.input-field.invalid + label[data-v-36b72a49],
.input-field.empty + label[data-v-36b72a49] {
  color: #ee5951;
}
.input-field.empty.focused[data-v-36b72a49] {
  --border-opacity: 1;
  border-color: #FFFDFA;
  border-color: rgba(255, 253, 250, var(--border-opacity));
  --text-opacity: 1;
  color: #FFFDFA;
  color: rgba(255, 253, 250, var(--text-opacity));
}
.field[data-v-36b72a49] {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.error-message[data-v-36b72a49] {
  color: #ee5951;
}
.text-\[\#534cda\][data-v-92c8f32e] {
  color: #534cda;
}
.text-\[\#808080\][data-v-92c8f32e] {
  color: #808080;
}
.forgot-password[data-v-92c8f32e]:hover {
  color: #534cda;
}
[data-v-92c8f32e] .checkbox > span {
  margin-right: 0.5rem;
}
button[data-v-92c8f32e]:disabled {
  opacity: 0.7;
}
.text-\[32px\][data-v-a78715c2] {
  font-size: 32px;
}
[data-v-a78715c2] .modal-container {
  margin-top: 0;
}
@media (min-width: 640px) {
.container[data-v-a78715c2] {
    max-width: 368px;
}
}
.text-\[\#666666\][data-v-4e8e180b] {
  color: #666666;
}
.text-\[\#b3b3b3\][data-v-4e8e180b] {
  color: #b3b3b3;
}
.text-\[\#534cda\][data-v-4e8e180b] {
  color: #534cda;
}
.text-\[\#333333\][data-v-4e8e180b] {
  color: #333333;
}
.text-\[\#b2b2b2\][data-v-4e8e180b] {
  color: #b2b2b2;
}
.bg-\[\#f2f2f2\][data-v-4e8e180b] {
  background-color: #f2f2f2;
}
.dropdown[data-v-4e8e180b] {
  border: 1px solid #666666;
  border-radius: 10px;
}
.dropdown-options[data-v-4e8e180b] {
  background-color: #4d4d4d;
  border-radius: 20px 20px 0 0;
  transition: all 0.3s;
  box-shadow: rgb(0 0 0 / 30%) 0px 3px 10px;
}
.dropdown-options.autoscroll[data-v-4e8e180b] {
  max-height: 300px;
  overflow-y: auto;
}
.dropdown-options.has-search[data-v-4e8e180b] {
  max-height: none;
  height: 100vh;
  border-radius: 0;
  z-index: 9999;
  margin-top: 0;
}
.dropdown-options.bright[data-v-4e8e180b] {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.dropdown-options.bright li[data-v-4e8e180b] {
  color: #333333;
}
.dropdown-options.bright li[data-v-4e8e180b]:not(.separator):hover {
  background-color: #f2f2f2;
}

/* Chrome, Edge, and Safari */
.autoscroll[data-v-4e8e180b]::-webkit-scrollbar-button {
  display: none;
}
.autoscroll[data-v-4e8e180b]::-webkit-scrollbar {
  width: 10px;
}
.autoscroll[data-v-4e8e180b]::-webkit-scrollbar-track {
  border-radius: 50px;
  background: transparent;
  margin-top: 8px;
  margin-bottom: 8px;
}
.autoscroll[data-v-4e8e180b]::-webkit-scrollbar-thumb {
  background-color: #232323;
  border-radius: 16px;
  border: 2px solid #373737;
}
li[data-v-4e8e180b] {
  transition: all 0.3s;
}
li[data-v-4e8e180b]:not(.separator):not(.separator):hover {
  background-color: #666666;
}
li.active[data-v-4e8e180b]:after {
  content: "";
  position: absolute;
  right: 32px;
  top: calc(50% - 8px);
  height: 16px;
}
.overlay[data-v-4e8e180b] {
  background-color: rgba(0, 0, 0, 0.6);
}
.close[data-v-4e8e180b] {
  color: #b2b2b2;
}
.close span[data-v-4e8e180b] {
  position: absolute;
  right: 32px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
}
.close span[data-v-4e8e180b]:before,
.close span[data-v-4e8e180b]:after {
  position: absolute;
  left: 16px;
  content: " ";
  height: 16px;
  width: 1px;
  background-color: #b2b2b2;
}
.close span[data-v-4e8e180b]:before {
  transform: rotate(45deg);
}
.close span[data-v-4e8e180b]:after {
  transform: rotate(-45deg);
}
.ellipsis[data-v-4e8e180b] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
input[data-v-4e8e180b] {
  color: #b3b3b3;
  border: 1px solid #B3B3B3;
  border-radius: 10px;
}
input.bright[data-v-4e8e180b] {
  color: inherit;
}
input[data-v-4e8e180b]::selection {
  background-color: rgba(130, 123, 255, 0.15);
}
.search-arrow[data-v-4e8e180b] {
  position: absolute;
  top: 12px;
  right: 20px;
}
.search-arrow i[data-v-4e8e180b] {
  color: #666666;
}
.floating-label[data-v-4e8e180b] {
  color: #b3b3b3;
  left: 12px;
  top: calc(50% - 12px);
  transition: all 0.3s;
}
input:focus + .floating-label[data-v-4e8e180b],
input.value + .floating-label[data-v-4e8e180b],
.floating-label.has-value[data-v-4e8e180b] {
  color: #534cda;
  left: 0px;
  transform: scale(0.75) translateY(-32px);
  background-color: white;
  padding-left: 6px;
  padding-right: 6px;
}
input[data-v-4e8e180b]:focus {
  border-color: #534CDA;
}
input.error[data-v-4e8e180b] {
  border-color: #ee5951;
}
input.error[data-v-4e8e180b]::placeholder,
input.error + .floating-label[data-v-4e8e180b] {
  color: #ee5951;
}
@media (min-width: 768px) {
.dropdown-options[data-v-4e8e180b] {
    border-radius: 10px !important;
}
.dropdown-options.has-search[data-v-4e8e180b] {
    max-height: 300px;
    height: auto;
    z-index: 10;
    margin-top: 8px;
}
li.active[data-v-4e8e180b]:after {
    right: 16px;
}
}
input[data-v-4e8e180b]:-webkit-autofill,
input[data-v-4e8e180b]:-webkit-autofill:hover,
input[data-v-4e8e180b]:-webkit-autofill:focus,
input[data-v-4e8e180b]:-webkit-autofill:active  {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  box-shadow: 0 0 0px 1000px transparent inset !important;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #B3B3B3 !important;
}
.error[data-v-6812f68c] {
  background: rgba(242, 134, 131, 0.18);
}
.footer[data-v-005e3b32] {
  max-width: 1720px;
}
[data-v-005e3b32] .footer-link {
  font-size: 0.75rem;
  font-weight: 500;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --text-opacity: 0.75;
  letter-spacing: 0.25px;
}
[data-v-005e3b32] .footer-link:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}
@media (min-width: 1280px) {
.xl\:border-424242[data-v-005e3b32] {
    border-color: #424242;
}
}
.-mt-\[2px\][data-v-cc2c3828] {
  margin-top: -2px;
}
.text-\[\#171717\][data-v-cc2c3828] {
  color: #171717;
}
.text-\[\#4664BD\][data-v-cc2c3828] {
  color: #4664BD;
}
.social-btn[data-v-cc2c3828] {
  width: 155px;
  transition: 0.3s all;
}
.social-btn[data-v-cc2c3828]:hover {
  opacity: 0.9;
}
@media (min-width: 640px) {
.social-btn[data-v-cc2c3828] {
    width: 180px;
}
}
.promo-block-mobile[data-v-81375694] {
  background:url('/assets/images/site/home/bg-holiday-mobile.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.text-\[\#828282\][data-v-43665f51] {
  color: #828282;
}
.or[data-v-43665f51]:before {
  content: '';
  width: 100%;
  display: block;
  height: 1px;
  background-color: #efefef;
  position: absolute;
  top: 50%;
  z-index: -1;
}
.left-side[data-v-728a112a] {
  background-image: url(https://assets.motionarray.com/signup-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.features-ul li[data-v-728a112a] {
  max-width: 350px;
}
.features-ul li.promo[data-v-728a112a] {
  max-width: 385px;
}
.features-ul li[data-v-728a112a] {
  margin-top: 1rem;
  font-variant-numeric: lining-nums;
}
.features-ul i[data-v-728a112a] {
  padding-right: 0.75rem;
  font-size: 1rem;
  --text-opacity: 1;
  color: #534CDA;
  color: rgba(83, 76, 218, var(--text-opacity));
}
.features-ul .promo i[data-v-728a112a] {
  color: #0a00b5;
  padding-top: 2px;
}
.features-ul + img.mt-12[data-v-728a112a] {
  width: 90%;
  margin: auto;
  margin-top: 2rem;
}
.text-gradient[data-v-728a112a] {
  background: linear-gradient(to right, #9555CD, #D40263);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (orientation: landscape) and (max-height: 480px) {
.left-side[data-v-728a112a] {
    display: none;
}
}
.referral-title[data-v-728a112a] {
  max-width: 300px;
}
.title-gradient[data-v-728a112a] {
  background: linear-gradient(127deg, #534cda 0%, #ffbec7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1024px) {
.referral-title[data-v-728a112a] {
    max-width: 350px;
}
}
.bg[data-v-74afed2a] {
  background-image: url('/assets/images/site/reactivation-mobile-bg-left.png'),
    url('/assets/images/site/reactivation-mobile-bg-right.png');
  background-position: top left, bottom right;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
.bg[data-v-74afed2a] {
    background-image: url('/assets/images/site/reactivation-bg.png');
    background-size: cover;
    background-position: top left;
}
}
.h-\[27px\][data-v-9f7b6b8e] {
  height: 27px;
}
.text-\[10px\][data-v-5d93f862] {
  font-size: 10px;
}
.title[data-v-527dda58] {
  margin: 40px 16px 25px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  --text-opacity: 1;
  color: #DFE0FF;
  color: rgba(223, 224, 255, var(--text-opacity));
}
.icon[data-v-527dda58] {
  --text-opacity: 1;
  color: #FFFDFA;
  color: rgba(255, 253, 250, var(--text-opacity));
}
body.overflow-hidden .promo-block-mobile {
  display: none;
}
.container[data-v-10140940] {
  max-width: 1450px;
}
.left[data-v-10140940],
.right[data-v-10140940] {
  width: 100%;
}
@media (min-width: 1024px) {
.bg[data-v-10140940] {
    background-size: 100% 200px;
}
.left[data-v-10140940] {
    width: 330px;
}
.right[data-v-10140940] {
    width: calc(100% - 330px);
}
}
@media (min-width: 1920px) {
.\33xl\:max-w-\[1720px\][data-v-10140940] {
    max-width: 1720px;
}
}
.navmenu {
  z-index: 1000;
}
.filter-shadow {
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.15));
}
.bg-\[\#02031F\] {
  background-color: #02031F;
}
@media (min-width: 640px) {
body.overflow-hidden .navmenu {
    z-index: auto;
}
}
.promo-block[data-v-ef3ec3b4] {
  background: url('/assets/images/site/home/bg-holiday.jpg');
  background-repeat: no-repeat;
  background-size: auto;
}
.text-\[\#20458D\][data-v-ef3ec3b4] {
  color: #20458D;
}
.error-message[data-v-2645ba10] {
  color: #ee5951;
}
.user-dropdown[data-v-2138c4bf] {
  min-width: 297px;
}
.divider[data-v-2138c4bf]{
  height: 1px;
}
.bg-hover[data-v-2138c4bf]:hover{
  background-color: #F1EADC;
}
.suggestion-box-shadow[data-v-4759e3f6] {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
}
.w-\[28px\][data-v-4759e3f6] {
  width: 28px;
}
.h-\[28px\][data-v-4759e3f6] {
  height: 28px;
}
.py-\[10px\][data-v-4759e3f6] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.z-\[11\][data-v-4759e3f6] {
  z-index: 11;
}
.bg-\[\#1C1D36\][data-v-4759e3f6] {
  background-color: #1C1D36;
}
.nav-arrow {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 0.875rem;
}
.subcat {
  margin: 22px 16px 12px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  --text-opacity: 1;
  color: #DFE0FF;
  color: rgba(223, 224, 255, var(--text-opacity));
}
.account-links {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 10px;
}
.account-link {
  height: 45px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 700;
}
.drawer-link {
  display: block;
  cursor: pointer;
}
.drawer-link__content {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #595A77;
  border-color: rgba(89, 90, 119, var(--border-opacity));
  --text-opacity: 1;
  color: #DFE0FF;
  color: rgba(223, 224, 255, var(--text-opacity));
}
.subcategory-icon > svg > path:first-child {
  fill: #b2b2b2;
}
.subcategory-icon > svg > path:last-child {
  fill: #fff;
}
.selected-category {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.account-link--outline {
  border-width: 1px;
  --border-opacity: 1;
  border-color: #FFFDFA;
  border-color: rgba(255, 253, 250, var(--border-opacity));
  --text-opacity: 1;
  color: #FFFDFA;
  color: rgba(255, 253, 250, var(--text-opacity));
}
.account-link--primary {
  --bg-opacity: 1;
  background-color: #DBFF00;
  background-color: rgba(219, 255, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #00011D;
  color: rgba(0, 1, 29, var(--text-opacity));
}
.text-\[10px\] {
  font-size: 10px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.mr-\[6px\] {
  margin-right: 6px;
}
.px-\[4px\] {
  padding-right: 4px;
  padding-left: 4px;
}
.border-color[data-v-24aa329e] {
  border-bottom-color: #1C1E3D;
}
@media (min-width: 1920px) {
.\33xl\:max-w-\[1720px\][data-v-24aa329e] {
    max-width: 1720px;
}
}
.submenu-box-shadow[data-v-04b51cbe] {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
}
.py-\[10px\][data-v-04b51cbe] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ml-\[6px\][data-v-04b51cbe] {
  margin-left: 6px;
}
.border-b-\[3px\][data-v-04b51cbe] {
  border-bottom-width: 3px;
}
.mt-\[7px\][data-v-04b51cbe] {
  margin-top: 7px;
}
.mr-\[6px\][data-v-04b51cbe] {
  margin-right: 6px;
}
.mt-\[60px\][data-v-04b51cbe] {
  margin-top: 60px;
}
.text-\[10px\][data-v-04b51cbe] {
  font-size: 10px;
}
.py-\[2px\][data-v-04b51cbe] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.px-\[4px\][data-v-04b51cbe] {
  padding-right: 4px;
  padding-left: 4px;
}
.text-\[26px\][data-v-05df68dc] {
  font-size: 26px;
}
.form__title[data-v-05df68dc] {
  --text-opacity: 1;
  color: #FFFDFA;
  color: rgba(255, 253, 250, var(--text-opacity));
}
.success[data-v-05df68dc] {
  background-color: #96cd89;
}
.form__title[data-v-38310ae8] {
  color: #4d4d4d;
  font-family: 'Artlist Sans';
}
.success[data-v-38310ae8] {
  background-color: #96cd89;
}
.user-links[data-v-34cef820] {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.whitespace-nowrap[data-v-34cef820] {
  white-space: nowrap;
}
.cta[data-v-34cef820] {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  height: 27px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;
  --bg-opacity: 1;
  background-color: #DBFF00;
  background-color: rgba(219, 255, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #00011D;
  color: rgba(0, 1, 29, var(--text-opacity));
  font-size: 12px;
  cursor: pointer;
}
.referral-gradient[data-v-34cef820] {
  background: linear-gradient(180deg, #d40263 0%, #9555cd 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.pt-\[14px\] {
  padding-top: 14px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.bg-\[\#f2f2f2\][data-v-74bcbbd8] {
  background-color: #f2f2f2;
}
.bg-\[\#827bff\][data-v-74bcbbd8] {
  background-color: #827bff;
}
.bg-\[\#ffd165\][data-v-74bcbbd8] {
  background-color: #ffd165;
}
.bg-\[\#ef5454\][data-v-74bcbbd8] {
  background-color: #ef5454;
}
.text-\[\#b2b2b2\][data-v-74bcbbd8] {
  color: #b2b2b2;
}
.text-\[\#827bff\][data-v-74bcbbd8] {
  color: #827bff;
}
.box[data-v-74bcbbd8] {
  padding: 1.25rem;
  color: #b2b2b2;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}
span[data-v-74bcbbd8] {
  display: inline-block;
  height: 0.5rem;
  float: left;
  border-radius: 10px;
}
.action-cancel[data-v-a0f38194]:hover {
  --text-opacity: 1;
  color: #00011D;
  color: rgba(0, 1, 29, var(--text-opacity));
}
.al-btn[data-v-a0f38194]:disabled {
  opacity: 0.7;
  cursor: auto;
}
.field[data-v-196362c2] {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.field.cc-field[data-v-196362c2] {
  margin-top: 0;
  margin-bottom: 0;
}
.left-half[data-v-196362c2],
.right-half[data-v-196362c2] {
  width: 100%;
}
[data-v-196362c2] .country-field .al-dropdown input[type='text'],[data-v-196362c2] .country-field .al-dropdown input[type='text']:focus {
  background-color: transparent;
}
[data-v-196362c2] .country-field .al-dropdown input[type='text']:not(.error),[data-v-196362c2] .country-field .al-dropdown input[type='text']:not(.error):focus {
  border-width: 1px;
  --border-opacity: 1;
  border-color: #B3B3B3;
  border-color: rgba(179, 179, 179, var(--border-opacity));
}
[data-v-196362c2] .country-field .al-dropdown input:focus + .floating-label,[data-v-196362c2] .country-field .al-dropdown input.value + .floating-label,[data-v-196362c2] .country-field .al-dropdown .floating-label.has-value {
  --bg-opacity: 1;
  background-color: #00011D;
  background-color: rgba(0, 1, 29, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}
[data-v-196362c2] .country-field .al-dropdown .search-arrow i {
  --text-opacity: 1;
  color: #B3B3B3;
  color: rgba(179, 179, 179, var(--text-opacity));
}
[data-v-196362c2] .country-field .dropdown-options {
  --bg-opacity: 1;
  background-color: #2D2E4A;
  background-color: rgba(45, 46, 74, var(--bg-opacity));
  --text-opacity: 1;
  color: #FFFDFA;
  color: rgba(255, 253, 250, var(--text-opacity));
}
[data-v-196362c2] .country-field .dropdown-options li:hover {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --bg-opacity: .05;
}
button[data-v-222666bc]:disabled {
  opacity: 0.7;
}
.input-field[data-v-7b771fdf] {
  width: 100%;
  border-radius: 0.375rem;
  height: 3rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-right: 2rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  background-color: transparent;
  border: 1px solid #B3B3B3;
}
.input-field.dark[data-v-7b771fdf] {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --text-opacity: .80;
}
.floating-label[data-v-7b771fdf] {
  position: absolute;
  pointer-events: none;
  color: #B3B3B3;
  left: 12px;
  top: calc(50% - 12px);
  transition: all 0.3s;
}
input:focus + .floating-label[data-v-7b771fdf],
input.value + .floating-label[data-v-7b771fdf] {
  left: 0px;
  transform: scale(0.75) translateY(-32px);
  background-color: white;
  padding-left: 6px;
  padding-right: 6px;
  color: #534cda;
}
input:focus + .floating-label.dark[data-v-7b771fdf],
input.value + .floating-label.dark[data-v-7b771fdf] {
  --bg-opacity: 1;
  background-color: #00011D;
  background-color: rgba(0, 1, 29, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}
input[data-v-7b771fdf]:focus {
  border-color: #333333;
}
.floating-check[data-v-7b771fdf] {
  --text-opacity: 1;
  color: #DBFF00;
  color: rgba(219, 255, 0, var(--text-opacity));
  position: absolute;
  top: calc(50% - 12px);
  right: 12px;
}
input:focus + .floating-label.invisibleLabel[data-v-7b771fdf],
input.value + .floating-label.invisibleLabel[data-v-7b771fdf] {
  opacity: 0;
}
input.error[data-v-7b771fdf] {
  border-color: #ee5951;
}
input.error + .floating-label[data-v-7b771fdf],
.error-icon[data-v-7b771fdf],
.error-message[data-v-7b771fdf] {
  color: #ee5951;
}
input[readonly][data-v-7b771fdf] {
  opacity: 0.6;
}
input[data-v-7b771fdf]:-webkit-autofill,
input[data-v-7b771fdf]:-webkit-autofill:hover,
input[data-v-7b771fdf]:-webkit-autofill:focus,
input[data-v-7b771fdf]:-webkit-autofill:active  {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  box-shadow: 0 0 0px 1000px transparent inset !important;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #B3B3B3 !important;
}
.top-block[data-v-13a9055b] {
  height: 45px;
  padding-left: 16px;
  padding-right: 16px;
}
.grey-btn[data-v-13a9055b] {
  width: 15px;
}
body.overflow-hidden .top-block[data-v-13a9055b] {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.content[data-v-02e948ac] {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
}
.ml-\[10px\][data-v-02e948ac] {
  margin-left: 10px;
}
.text-\[10px\][data-v-02e948ac] {
  font-size: 10px;
}
.px-\[10px\][data-v-02e948ac] {
  padding-left: 10px;
  padding-right: 10px;
}
.py-\[10px\][data-v-02e948ac] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.whitespace-nowrap[data-v-02e948ac]{
  white-space: nowrap;
}
.bg-\[\#111224\][data-v-02e948ac] {
  background-color: #111224;
}
input.error[data-v-0c0ae967] {
  border-color: #ee5951;
}
input.error + .floating-label[data-v-0c0ae967],
.error-icon[data-v-0c0ae967],
.error-message[data-v-0c0ae967] {
  color: #ee5951;
}
.promo[data-v-a2a49aa8] {
  background: linear-gradient(270deg, #534CDA 0%, #DE8D98 100%);
  height: 90px;
}
body.overflow-hidden .w-full .promo-referral-block[data-v-a2a49aa8] {
  display: none;
}
@media (min-width: 1280px) {
.promo[data-v-a2a49aa8] {
    height: 50px;
}
}
.text-\[\#4d4d4d\][data-v-5d05fb94] {
  color: #4d4d4d;
}
[data-v-5d05fb94] .text-\[\#827bff\] {
  color: #827bff;
}
[data-v-5d05fb94] .dropdown {
  color: #4d4d4d;
}
[data-v-5d05fb94] .dropdown .ellipsis i {
  margin-right: 0.25rem;
  font-weight: 700;
}
[data-v-5d05fb94] .dropdown-options li i {
  margin-right: 0.5rem;
}
.text-\[26px\][data-v-65c47d2b] {
  font-size: 26px;
}
.al-btn[data-v-65c47d2b]:disabled {
  opacity: 0.7;
  cursor: auto;
}
.delete-account[data-v-65c47d2b] {
  --text-opacity: 1;
  color: #CCCBCE;
  color: rgba(204, 203, 206, var(--text-opacity));
}
.field[data-v-530a92f0] {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.field.cc-field[data-v-530a92f0] {
  margin-top: 0;
  margin-bottom: 0;
}
.left-half[data-v-530a92f0],
.right-half[data-v-530a92f0] {
  width: 100%;
}
.bg-gradient[data-v-c05b6fd6] {
  background: linear-gradient(270deg, #534cda 0%, #de8d98 100%);
}
@media (min-width: 1024px) {
.lg\:h-\[50px\][data-v-c05b6fd6] {
    height: 50px;
}
}
.text-\[\#b2b2b2\][data-v-60bc6d74] {
  color: #b2b2b2;
}
.text-\[\#666666\][data-v-60bc6d74] {
  color: #666666;
}
.text-\[\#827bff\][data-v-60bc6d74] {
  color: #827bff;
}
.bg-\[\#f2f2f2\][data-v-60bc6d74] {
  background-color: #f2f2f2;
}
ul[data-v-60bc6d74] {
  padding-right: 1.5rem;
  box-shadow: 10px 4px 6px -7px rgba(0, 0, 0, 0.05);
}
li.divider[data-v-60bc6d74] {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #80808E;
}
li a[data-v-60bc6d74] {
  color: #b2b2b2;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: block;
}
li a[data-v-60bc6d74]:hover {
  background: rgba(255, 255, 255, 0.12);
  color: white;
}
li.active a[data-v-60bc6d74] {
  background: rgba(255, 255, 255, 0.12);
  color: white;
  border-left: 5px solid #DBFF00;
  border-radius: 4px;
}
li a:hover i[data-v-60bc6d74],
li.active a i[data-v-60bc6d74] {
  font-weight: 700;
}
li i[data-v-60bc6d74] {
  padding-right: 0.75rem;
}
.footer-li a[data-v-60bc6d74] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 10px;
  background-color: transparent !important;
}

/*# sourceMappingURL=extracted-vue-styles-al.css.map*/