body {
  --color-blue: #00cbdd;
  --color-cyan: #78e3ed;
  --color-purple: #6000d7;
  --color-red: #ff007b;
  --color-light-gray: #f6f7f8;
  --color-gray: #ccc;
  --color-dark-gray: #004763;
  --color-link: #0061cd;
}

/* latin */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: local("Nunito Regular"), local("Nunito-Regular"), url(/nunito-400.5eb34f5d.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  src: local("Nunito SemiBold"), local("Nunito-SemiBold"), url(/nunito-600.78717bb8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body,
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
}

#sno-app {
  width: 100%;
  overflow-x: hidden;
  height: 100%;
}

* {
  scroll-behavior: smooth;
  border: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  color: inherit;
  list-style-type: none;
  font-family: "Nunito";
  padding: 0;
  line-height: inherit;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline: none;
  background-color: transparent;
}

a {
  text-decoration: none;
}

*:not(input):not(textarea) {
  -webkit-user-select: none !important;
  -webkit-touch-callout: none !important;
}

::-webkit-search-cancel-button {
  display: none;
}

::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.hr {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid var(--color-gray);
}

body {
  line-height: 1.4;
  font-size: 1em;
  font-family: "Nunito";
}

h1 {
  line-height: 1.1;
  font-size: 3.125em;
}

h2 {
  line-height: 1.1;
  font-size: 2em;
}

h3 {
  line-height: 1.1;
  font-size: 1.5em;
}

h4 {
  line-height: 1.1;
  font-size: 1.125em;
}

h5 {
  line-height: 1.1;
  font-size: 1em;
}

h6 {
  line-height: 1.1;
  opacity: 0.5;
  font-size: 0.85em;
}

p,
.p2,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.5em 0;
}
p--first,
.p2--first,
h1--first,
h2--first,
h3--first,
h4--first,
h5--first,
h6--first {
  margin-top: 0;
}
p--last,
.p2--last,
h1--last,
h2--last,
h3--last,
h4--last,
h5--last,
h6--last {
  margin-bottom: 0;
}

.p2 {
  font-size: 1.2em;
  line-height: 1.3;
}

.fluff-top-big {
  margin-top: 2em;
}

.fluff-bottom-big {
  margin-bottom: 2em;
}

.fluff-top {
  margin-top: 1.25em;
}

.fluff-bottom {
  margin-bottom: 1.25em;
}

.fluff-top-small {
  margin-top: 0.75em;
}

.fluff-bottom-small {
  margin-bottom: 0.75em;
}
.alert--error {
  border: 1px solid #ff3300 !important;
  border-bottom: 3px solid #ff3300 !important;
}
.alert--error-text {
  color: #c30000;
}
.alert--success {
  background-color: #4bb543;
  border-color: #4bb543;
}
.alert--info {
  background-color: #009aff;
  border-color: #009aff;
}
.alert-box {
  position: relative;
  padding: 8px 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: white;
  text-align: center;
  width: 100%;
}
.alert-box--error {
  background-color: #ff3300;
  border-color: #ff3300;
}
.alert-box--success {
  background-color: #4bb543;
  border-color: #4bb543;
}
.alert-box--info {
  background-color: #009aff;
  border-color: #009aff;
}
.app-wrapper {
  overflow: hidden;
  display: flex;
  width: 100vw;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #fff;
}
.app-wrapper__top {
  overflow: hidden;
  flex: 1;
  display: flex;
  position: relative;
  margin-top: env(safe-area-inset-top);
}
.app-wrapper__bottom {
  flex: 0;
  position: relative;
}
.c-navigation {
  border-top: 1px solid #ddd;
  overflow: hidden;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.05);
  z-index: 1;
  position: relative;
  background-color: rgba(255, 255, 255, 0.4);
  padding-bottom: env(safe-area-inset-bottom);
}
.c-navigation.animate-expander-leave {
  height: 90px;
  transition: all 0.35s;
}
.c-navigation.animate-expander-leave-active {
  height: 0;
}
.c-navigation.animate-expander-enter {
  height: 0;
  transition: all 0.35s;
}
.c-navigation.animate-expander-enter-active {
  height: 90px;
}
.c-navigation--list {
  display: flex;
  list-style: none;
  margin: 0.3em 0;
  padding: 0;
  width: 100%;
  height: 100%;
  justify-content: space-around;
  align-items: baseline;
}
.c-navigation--list-element {
  flex-grow: 1;
  text-align: center;
  align-self: baseline;
  max-width: 33%;
}
.c-navigation--list-element:first-child .c-icon {
  border: 1px solid;
}
.c-navigation--list-element .touchable {
  transform: scale(1.0001);
}
.c-navigation--list-element .touchable--touching {
  transform: scale(0.975);
}
.c-navigation--list-element a {
  display: block;
  height: 100%;
  text-decoration: none;
  padding: 0.35em 0 0;
  color: #515151;
}
.c-navigation--list-element a .c-icon {
  display: block;
  border: 1px solid transparent;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  padding: 3px;
  color: #515151;
  border-radius: 50%;
}
.c-navigation--list-element a.active {
  color: var(--color-purple);
}
.c-navigation--list-element a.active .c-icon {
  background-color: var(--color-purple);
  color: white;
}
.c-navigation--list-element a span {
  font-size: 0.9em;
}
.c-icon {
  width: 1em;
  height: 1em;
  line-height: 1;
  display: block;
}
.c-icon svg {
  fill: currentColor;
  display: inline-block;
  width: inherit;
  height: inherit;
}

span.c-icon {
  display: inline-block;
  vertical-align: middle;
}
.touchable {
  transition: all 0.3s !important;
}
.touchable--touching {
  opacity: 0.5 !important;
  transition: none !important;
}
.c-arrow {
  stroke: #0095ff;
  width: 30px;
  height: 10px;
  margin-left: 8px;
}

.c-arrow--link {
  color: #0095ff;
  text-decoration: none;
}
.c-arrow--link:hover svg {
  animation: easeOutBounce 0.5s 0s forwards;
}

@keyframes easeOutBounce {
  0% {
    transform: translate(0px);
    -webkit-animation-timing-function: ease-in;
  }
  33% {
    transform: translate(2px);
    -webkit-animation-timing-function: ease-in;
  }
  50% {
    transform: translate(4px);
    -webkit-animation-timing-function: ease-in;
  }
  66% {
    transform: translate(9px);
    -webkit-animation-timing-function: ease-in;
  }
  82% {
    transform: translate(8px);
    -webkit-animation-timing-function: ease-in;
  }
  92% {
    transform: translate(4px);
    -webkit-animation-timing-function: ease-in;
  }
  97% {
    transform: translate(8px);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    transform: translate(10px);
    -webkit-animation-timing-function: ease-in;
  }
}
.c-arrow-link {
  display: block;
  padding: 1em;
  margin-bottom: -1px;
  border-bottom: 1px solid var(--color-light-gray);
  border-top: 1px solid var(--color-light-gray);
  display: flex;
  text-decoration: none;
  justify-content: space-between;
}
.c-arrow-link:first-of-type {
  border-top: none;
}
.container .c-arrow-link {
  margin-left: -15px;
  margin-right: -15px;
}
.c-arrow-link--pretitle {
  margin-bottom: 0.1em;
  font-size: 16px;
  font-weight: 300;
}
.c-arrow-link--title {
  line-height: 1.15;
  font-size: 20px;
}
.c-arrow-link--arrow {
  align-self: center;
  font-size: 1.25em;
}
.link {
  display: inline-block;
}
.link--disabled {
  opacity: 0.5;
}
.c-buttongroup {
  padding: 15px;
}
.c-buttongroup--align-bottom {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  padding-bottom: calc(15px + env(safe-area-inset-bottom));
}
.c-buttongroup--align-top {
  top: 10px;
  position: absolute;
  left: 10px;
  right: 10px;
}
.c-buttongroup--bg-grey {
  background-color: var(--color-light-gray);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  border-top: 1px solid #eee;
}
.c-buttongroup .c-button--full {
  margin-bottom: 15px;
}
.c-buttongroup .c-button--full:last-child {
  margin-bottom: 0;
}
.c-box {
  border: 1px solid black;
  min-height: 25vh;
  text-align: center;
  margin: 20px 10px;
  display: flex;
}
.c-box h2 {
  color: black;
  margin: auto;
}
.c-button {
  display: inline-block;
  padding: 10px 24px;
  text-align: center;
  color: #fff;
  background-color: var(--color-purple);
  border-radius: 3em;
  font-size: 20px;
  line-height: 1.25;
  box-sizing: border-box;
  margin-right: 10px;
  position: relative;
}
.c-button .c-icon {
  margin-left: 10px;
  width: 25px;
  height: 25px;
}
.c-button:last-of-type {
  margin-right: 0;
}
.c-button--secondary {
  background-color: white;
  color: black;
}
.c-button--grey {
  background-color: #dbe3e8;
  color: black;
}
.c-button--outlined {
  background-color: transparent;
  color: black;
  border: 2px solid #00ccde;
}
.c-button--plain {
  background: transparent;
  border-radius: none;
  min-width: 0;
  color: inherit;
  padding: 0;
  font-size: inherit;
}
.c-button--thin {
  padding: 8px;
  width: 176px;
  font-size: 16px;
}
.c-button--link {
  background: transparent;
  border-radius: none;
  min-width: 0;
  color: inherit;
  padding: 0;
  font-size: inherit;
  text-decoration: underline;
  color: var(--color-link);
}
.c-button--round {
  border: 1px solid #666;
  border-radius: 100%;
  background-color: transparent;
  min-width: 1em;
  width: unset;
  padding: 0.2em 0.4em;
  color: black;
}
.c-button--round:active {
  background-color: #00ccde;
}
.c-button--bordered {
  border: 2px solid #7511f1;
  background-color: transparent;
  color: inherit;
}
.c-button--wide {
  width: 100%;
  margin-bottom: 10px;
}
.c-button--wide:last-of-type {
  margin-bottom: 0;
}
.c-button--full {
  display: block;
  width: 100%;
  text-decoration: none;
}
.c-button--square {
  border-radius: 8px;
  color: inherit;
}
.c-button--loading {
  cursor: not-allowed;
  position: relative;
  height: 50px;
}
.c-button--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.c-button--loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 10px;
}
.c-button--loader div {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.c-button--loader div:nth-child(1) {
  left: 6px;
  animation: loader-1 0.6s infinite;
}
.c-button--loader div:nth-child(2) {
  left: 6px;
  animation: loader-2 0.6s infinite;
}
.c-button--loader div:nth-child(3) {
  left: 26px;
  animation: loader-2 0.6s infinite;
}
.c-button--loader div:nth-child(4) {
  left: 45px;
  animation: loader-3 0.6s infinite;
}
@keyframes loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.c-button--selected {
  background-color: var(--color-blue);
  color: white;
  border: 2px solid transparent;
}
.c-button--active {
  background-color: #78e3ed;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.c-card {
  border: 1px solid #dbe3e8;
  padding: 16px;
  border-radius: 8px;
}
.c-card--active {
  border: 1px solid var(--color-blue);
}
.c-card--active .c-icon--checkmark-heavy {
  background-color: var(--color-blue);
  color: white;
  border-radius: 50%;
  padding: 12px;
}
.c-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}
.c-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.c-checkbox--checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: white;
  border: 2px solid #dbe3e8;
  border-radius: 1px;
}
.c-checkbox--checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.c-checkbox input:checked ~ .c-checkbox--checkmark {
  background-color: #78e3ed;
  border: 2px solid #78e3ed;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cscript xmlns=''/%3E%3Cpath fill='%23000000' d='M3.22271902,14.0526178 C2.87526988,13.6233193 2.94162194,12.9936409 3.37092048,12.6461917 C3.80021902,12.2987426 4.42989743,12.3650946 4.77734656,12.7943932 L8.05943283,16.8501409 C8.12202765,16.9315449 8.25517851,16.9956847 8.41319332,16.9997949 C8.57393683,17.0039761 8.71661959,16.9446377 8.80229643,16.8467432 L19.2596246,5.32784126 C19.6308513,4.91892949 20.2632785,4.88837974 20.6721903,5.2596065 C21.0811021,5.63083325 21.1116518,6.26326048 20.7404251,6.67217226 L10.2961792,18.1763759 C9.82201794,18.7197828 9.1038871,19.0184364 8.36118784,18.9991176 C7.61575988,18.9797279 6.91418093,18.641772 6.48938406,18.0888188 L3.22271902,14.0526178 Z'/%3E%3C/svg%3E");
  background-position: center;
}
.c-checkbox input:checked ~ .c-checkbox--checkmark:after {
  display: inline-block;
}
.collapsable-block {
  overflow: hidden;
  transition: height 0.4s;
}
.container {
  padding: 15px;
  box-sizing: border-box;
}
.container--fill-height {
  min-height: 100%;
}
.container--blue {
  background-color: var(--color-blue);
  color: var(--color-dark-gray);
}
.container--gray {
  background-color: var(--color-light-gray);
}
.container--center {
  text-align: center;
}
.container--nopadding {
  padding: 0;
}
.c-container-header {
  text-align: center;
  margin: 24px 0;
}
.c-container-header h2 {
  color: var(--color-purple);
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}
.c-container-header--left {
  text-align: left;
}
.c-drawer {
  padding: 15px;
  background-color: var(--color-light-gray);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  border-top: 1px solid #eee;
}
.c-drawer-enter {
  visibility: hidden;
  height: 0;
  max-height: 0;
}
.c-drawer-enter-active {
  max-height: 0;
  height: 0;
  transition: max-height 0.5s ease-in-out;
}
.c-drawer-enter-done {
  height: auto;
  max-height: 600px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.c-drawer-exit {
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
}
.c-drawer-exit-active {
  height: 0;
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
}
.c-drawer-exit-done {
  visibility: hidden;
}
.error-boundary {
  height: 100vh;
  width: 100vw;
  padding: 2em;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
.error-boundary__title {
  font-size: 3em;
  flex: none;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1;
}
.error-boundary__description {
  font-size: 1.2em;
  flex: none;
  opacity: 0.75;
}
.page {
  display: flex;
  flex-wrap: nowrap;
  flex: 1;
  flex-direction: column;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.05);
  background-color: white;
  width: 100vw;
  bottom: 0;
}
.page--closebutton {
  align-self: flex-end;
  margin: 20px 20px 0;
}
.page--blue {
  background-color: var(--color-blue);
}
.page--loading {
  position: relative;
}
.page--standalone {
  height: 100%;
}
.page--popup {
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.05);
}
.page__fixed-view {
  flex: 0;
}
.page__scroll-view {
  flex: 1;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
.animate-bottom-enter .page__scroll-view, .animate-bottom-exit .page__scroll-view, .animate-top-enter .page__scroll-view, .animate-top-exit .page__scroll-view, .animate-left-enter .page__scroll-view, .animate-left-exit .page__scroll-view, .animate-right-enter .page__scroll-view, .animate-right-exit .page__scroll-view {
  overflow: hidden;
}
.page.animate-bottom-enter {
  position: absolute;
  transform: translateY(100vh);
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
}
.page.animate-bottom-enter-active {
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page.animate-bottom-exit {
  position: absolute;
  transform: translateY(0);
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
}
.page.animate-bottom-exit-active {
  transform: translateY(100vh);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page.animate-top-enter {
  position: absolute;
  transform: translateY(-100vh);
  left: 0;
  top: 0;
  z-index: 100;
  overflow: hidden;
}
.page.animate-top-enter-active {
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
}
.page.animate-top-exit {
  position: absolute;
  transform: translateY(0);
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
}
.page.animate-top-exit-active {
  transform: translateY(100vh);
  transition: transform 0.5s ease-in-out;
}
.page.animate-right-enter {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(100vw);
  z-index: 1;
  overflow: hidden;
}
.page.animate-right-enter-active {
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page.animate-right-exit {
  position: absolute;
  transform: translateX(0);
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1;
}
.page.animate-right-exit-active {
  transform: translateX(100vw);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page.animate-left-enter {
  position: absolute;
  transform: translateX(-100vw);
  z-index: 1;
  overflow: hidden;
  top: 0;
  left: 0;
}
.page.animate-left-enter-active {
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page.animate-left-exit {
  position: absolute;
  top: 0;
  overflow: hidden;
  left: 0;
  transform: translateX(0);
}
.page.animate-left-exit-active {
  transform: translateX(100vw);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page.animate-none-enter {
  display: block;
}
.page.animate-none-exit {
  display: none;
}

.overlay {
  background-color: white;
  z-index: 999999;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.overlay .videocontainer {
  text-align: center;
}
.overlay .videocontainer video {
  height: 100px;
  width: 100px;
  margin: 0 auto 20px;
  display: block;
}
.c-header--noborder {
  border: none;
}
.c-input,
.StripeElement {
  padding: 22px 12px 12px;
  color: black;
  font-size: 18px;
  background: transparent;
  outline: none;
  border-style: none;
  border-radius: 4px 4px 0 0;
  border: 1px solid #dbe3e8;
  border-bottom: 1px solid #767676;
}
.c-input::placeholder,
.StripeElement::placeholder {
  color: rgba(192, 192, 192, 0.8);
  font-size: 20px;
}
.c-input:focus,
.StripeElement:focus {
  border-bottom: 3px solid #00ccde;
  box-shadow: none;
  margin-bottom: -2px;
}
.c-input--focus,
.StripeElement--focus {
  border-bottom: 3px solid #00ccde;
  box-shadow: none;
  margin-bottom: -2px;
}
.c-input .filled,
.StripeElement .filled {
  border-bottom: 3px solid #767676;
  margin-bottom: -2px;
}
.c-input--invalid,
.StripeElement--invalid {
  border-color: #ff3300 !important;
}

.c-label {
  font-size: 16px;
  margin-bottom: 5px;
  color: black;
  width: 100%;
}
.c-loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 10px;
}

.c-loader div {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.c-loader div:nth-child(1) {
  left: 6px;
  animation: loader-1 0.6s infinite;
}

.c-loader div:nth-child(2) {
  left: 6px;
  animation: loader-2 0.6s infinite;
}

.c-loader div:nth-child(3) {
  left: 26px;
  animation: loader-2 0.6s infinite;
}

.c-loader div:nth-child(4) {
  left: 45px;
  animation: loader-3 0.6s infinite;
}

@keyframes loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.offline-banner {
  padding: 0.75em 1em;
  background-color: var(--color-red);
  color: #fff;
  text-align: center;
  animation: offline-banner-in 0.4s both;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
}

@keyframes offline-banner-in {
  from {
    transform: translateY(1em);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.c-pageheader {
  position: relative;
  height: 60px;
}
.c-pageheader--backbutton {
  position: absolute;
  height: 60px;
  left: 0;
}
.c-pageheader--backbutton .touchable {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 15px 0 50px;
}
.c-pageheader--backbutton .c-icon {
  position: absolute;
  left: 15px;
  top: 18px;
}
.c-pageheader--backbutton .c-icon svg {
  height: 24px;
  width: 24px;
}
.c-pageheader--header {
  text-align: center;
  padding: 14px 0;
}
.c-pageheader--header h3 {
  font-size: 16px;
}
.c-pageheader--closebutton {
  position: absolute;
  right: 15px;
  top: 15px;
}
.c-pageheader--closebutton button {
  width: 30px;
  white-space: nowrap;
  overflow: hidden;
}
.c-productlist > ul {
  list-style: none;
  padding: 0;
  scroll-snap-type: x mandatory;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  padding-bottom: 20px;
}
.c-productlist--product {
  height: 44vh;
  min-width: 70vw;
  text-align: center;
  scroll-snap-align: start;
  position: relative;
  margin-right: 20px;
  border-radius: 4px;
  border: 1px solid #00ccde;
  padding: 20px;
  padding-bottom: 100px;
}
.c-productlist--product .c-buttongroup {
  padding-top: 0;
}
.c-productlist--product h2 {
  font-size: 28px;
  margin: 0;
}
.c-productlist--product h3 {
  font-size: 18px;
}
.c-productlist--product p {
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 320px) {
  .c-productlist--product p {
    margin-bottom: -7px;
  }
}
.c-productlist--product a {
  text-decoration: none;
  color: inherit;
}
.c-productlist--one {
  display: flex;
  justify-content: center;
}
.c-productlist--one .c-productlist--product {
  margin-right: 0;
}
.c-productlist--qrcode svg {
  height: 200px;
}
@media (max-width: 320px) {
  .c-productlist--qrcode {
    height: 188px;
  }
}
.radio-list li {
  position: relative;
  margin-left: -1em;
  margin-right: -1em;
}
.radio-list input {
  opacity: 0;
  position: absolute;
}
.radio-list input:checked + span {
  background-color: var(--color-blue);
  color: #fff;
  font-weight: bold;
}
.radio-list input:checked + span .icon {
  opacity: 1;
}
.radio-list .icon {
  position: absolute;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  opacity: 0.25;
}
.radio-list label > span {
  display: block;
  font-size: 1.2em;
  padding: 1em 0.83em;
  border-bottom: 1px solid var(--color-light-gray);
}
.radio-list label > span .sub {
  display: block;
}
.c-row {
  padding: 15px;
}
.c-row--no-padding {
  padding: 0;
}
.c-row--hr {
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
}
.c-switch {
  position: relative;
  display: inline-block;
  width: 57px;
  height: 31px;
}
.c-switch input {
  display: none;
}
.c-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-switch .slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-switch .slider.round {
  border-radius: 34px;
}
.c-switch .slider.round:before {
  border-radius: 50%;
}
.c-switch input:checked + .slider {
  background-color: #2196f3;
}
.c-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.c-switch input:checked + .slider:before {
  transform: translateX(26px);
}
.c-switch--label {
  font-size: 16px;
  margin-right: 20px;
}

.switch-wrapper {
  display: flex;
  align-items: center;
}
.c-textblock {
  line-height: 1.4;
  font-size: 1.2em;
  font-family: "Nunito";
}
.c-textblock--centered {
  text-align: center;
}
.c-textblock h1 {
  line-height: 1.1;
  font-size: 40px;
  color: #6000d3;
}
.c-textblock h2 {
  line-height: 1.1;
  font-size: 2em;
}
.c-textblock h3 {
  line-height: 1.1;
  color: var(--color-purple);
  font-size: 1.5em;
}
.c-textblock h4 {
  line-height: 1.1;
  font-size: 1.125em;
}
.c-textblock h5 {
  line-height: 1.1;
  font-size: 1em;
}
.c-textblock h6 {
  line-height: 1.1;
  opacity: 0.5;
  font-size: 0.85em;
}
.c-textblock p,
.c-textblock h1,
.c-textblock h2,
.c-textblock h3,
.c-textblock h4,
.c-textblock h5,
.c-textblock h6 {
  margin: 0.5em 0;
}
.c-textblock p--first,
.c-textblock h1--first,
.c-textblock h2--first,
.c-textblock h3--first,
.c-textblock h4--first,
.c-textblock h5--first,
.c-textblock h6--first {
  margin-top: 0;
}
.c-textblock p--last,
.c-textblock h1--last,
.c-textblock h2--last,
.c-textblock h3--last,
.c-textblock h4--last,
.c-textblock h5--last,
.c-textblock h6--last {
  margin-bottom: 0;
}
.title-header {
  position: relative;
  padding: 5px;
  border-bottom: 1px solid #eee;
}
.title-header__left, .title-header__right {
  position: absolute;
  top: 17px;
  width: 20px;
}
.title-header__left {
  left: 10px;
}
.title-header__title {
  font-size: 1.1em;
  font-weight: bold;
  flex: 1;
  text-align: center;
}
.title-header__right {
  right: 10px;
}
.toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 15px;
}
.toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-gray);
  transition: 0.3s;
  border-radius: 34px;
}
.toggle .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 0;
  bottom: -7px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid var(--color-gray);
}

input:checked + .slider {
  background-color: var(--color-blue);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--color-gray);
}

input:checked + .slider:before {
  transform: translateX(30px);
  border: 2px solid black;
}
.c-loginform {
  height: 100vh;
}
.c-loginform iframe {
  width: 100%;
  min-height: 850px;
}
.c-loginform iframe .loaded {
  opacity: 1;
}
.page-myproducts .c-container-header h2 {
  font-size: 32px;
  margin-top: 0;
}
.page-myproducts .empty-state {
  text-align: center;
}
.page-myproducts .empty-state img {
  margin-top: -30px;
}
.page-myproducts .empty-state p {
  font-size: 18px;
  margin-top: 0;
}
.page-productdetails .c-container-header {
  margin: 0;
}
.page-productdetails .container--gray {
  min-height: 45vh;
  text-align: left;
}
.page-productdetails .container--gray--next-payment .c-card {
  margin: 16px 0;
}
.page-productdetails .container--gray--next-payment .c-card > div {
  display: flex;
  align-items: baseline;
}
.page-productdetails .container--gray--next-payment .c-card > div p {
  margin: 0 0 8px;
  font-size: 18px;
}
.page-productdetails .container--gray--next-payment .c-card > div .c-icon {
  margin-right: 16px;
  width: 24px;
  height: 24px;
}
.page-productdetails .container--gray--next-payment button {
  width: 191px;
}
.page-productdetails .container--gray h3 {
  margin: 48px 0 8px;
}
.page-productdetails .container--gray h5 {
  font-weight: 600;
}
.page-productdetails .container--gray h5:nth-child(4) {
  margin-top: 27px;
}
.page-productdetails .container {
  padding: 32px 15px;
}
.page-productdetails .container:last-child {
  padding: 8px 15px;
}
.page-productdetails .c-button {
  margin-bottom: 16px;
}
.page-productdetails .qrcode {
  text-align: center;
  margin: 0;
}
.page-productdetails .qrcode svg {
  width: 60%;
  margin: 0 auto;
}
.page-productdetails--validTo {
  padding: 8px;
  text-align: center;
  background-color: #b2f667;
  border-radius: 4px;
  margin-bottom: 16px;
}
.page-productdetails--validTo p {
  font-weight: 600;
}

.c-productdetails {
  text-align: center;
}
.c-productdetails h3 {
  margin: 16px;
  font-size: 20px;
  color: var(--color-purple);
}
.c-productdetails ul {
  margin: 16px 0;
}
.c-productdetails--userName {
  margin-bottom: 16px;
}
.c-productdetails--userName p {
  margin: 0;
}
.c-productdetails--status {
  background-color: var(--color-light-gray);
  text-align: center;
  padding: 0.5em;
  margin: 0 0 16px 0;
  border-radius: 2px;
}
.c-productdetails--transfer-button {
  margin-top: 32px;
}

.animate {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80%;
}
.animate object {
  width: 100%;
  height: auto;
  margin-left: 35px;
}
.page-transfer .redeemcode {
  text-align: center;
}
.page-transfer--userName {
  margin-bottom: 0;
}
.page-transfer--description p:nth-child(1), .page-transfer--description p:nth-child(2) {
  margin-bottom: 24px;
}
.page-transfer button {
  margin-top: 16px;
}
.page-redeem form {
  display: flex;
  flex-direction: column;
}
.page-redeem form .c-buttongroup {
  padding: 0;
  margin-top: 36px;
}
.page-redeem--product-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 80px;
  text-align: center;
}
.page-redeem--product-info img {
  height: 100px;
  width: 100px;
  margin: auto;
}
.page-redeem--product-info h1 {
  color: var(--color-purple);
}
.page-redeem--product-info h2 {
  display: flex;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  margin: auto;
}
.page-redeem--product-info h2 p {
  margin: 0 5px;
}
.page-redeem--product-info p {
  margin-bottom: 36px;
}
.page-buy ul {
  display: block;
  margin-top: 30px;
}
.page-buy ul li {
  border: 2px solid #dbe3e8;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 16px;
}
.page-buy ul li a {
  display: block;
}
.page-buy ul li h3 {
  padding: 23px 0;
  font-size: 28px;
}
.page-buy ul li p {
  clear: both;
  padding: 5px 0;
  font-size: 16px;
}
.page-buy header {
  padding: 0;
}
.page-buy header h2 {
  color: var(--color-purple);
}
.page-buy .c-logosymbol {
  background-color: var(--color-blue);
  color: white;
  border-radius: 100%;
  border: 2px solid var(--color-blue);
  padding: 0.2em;
  width: 65px;
  height: 65px;
  margin-right: 20px;
  float: left;
}
.page-buy .c-logosymbol--inverse {
  color: var(--color-blue);
  background-color: white;
}
.page-buy--wide-link {
  width: 100%;
}
.page-daypass h2 {
  font-size: 20px;
  font-weight: normal;
}
.page-daypass .c-select-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
  text-align: left;
}
.page-daypass .c-select-list li {
  border-radius: 8px;
  border: 2px solid #dbe3e8;
  padding: 16px;
}
.page-daypass .c-select-list li a {
  display: block;
}
.page-daypass .c-select-list li h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.page-subscription h2 {
  font-size: 20px;
  font-weight: normal;
}
.page-subscription .c-subscription-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 32px;
}
.page-subscription .c-subscription-group--container {
  display: flex;
  align-items: center;
}
.page-subscription .c-subscription-group--container svg {
  width: 24px;
}
.page-subscription .c-subscription-group .c-icon {
  width: auto;
  height: auto;
}
.page-subscription .c-subscription-group--description {
  margin-left: 24px;
}
.page-subscription .c-subscription-group--description p {
  margin: 0;
  font-size: 16px;
}
.page-subscription .c-subscription-group--description p:first-child {
  font-size: 20px;
  font-weight: 600;
}
.page-subscription .c-subscription-group .c-icon--chevron-right {
  margin-left: auto;
}
.page-subscription .link {
  display: block;
}
.page-subscriptionduration h2 {
  font-size: 20px;
  font-weight: normal;
}
.page-subscriptionduration p {
  margin-bottom: 9px;
}
.page-subscriptionduration .c-select-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.page-subscriptionduration .c-select-list li {
  border: 2px solid #dbe3e8;
  padding: 15px;
  margin: 0;
  border-radius: 8px;
  margin-bottom: 15px;
  width: 38%;
}
.page-subscriptionduration .c-select-list li a {
  display: block;
}
.page-subscriptionduration .c-select-list li .c-icon {
  width: 24px;
  height: auto;
  color: white;
  float: right;
  margin-top: 8px;
}
.c-ordersummary {
  border-top: black;
  position: relative;
}
.c-ordersummary h3 {
  font-size: 20px;
  font-weight: 300;
}
.c-ordersummary--expandbutton {
  position: absolute;
  top: 0;
  right: 5px;
  text-decoration: underline;
  color: var(--color-purple);
}
.c-ordersummary--ordertable {
  width: 100%;
  margin-bottom: 10px;
}
.c-ordersummary--ordertable tbody {
  display: flex;
  max-height: 60vh;
  overflow-y: scroll;
  flex-flow: wrap;
}
.c-ordersummary--ordertable tbody tr {
  width: 100%;
  flex-grow: 1;
  display: flex;
  /*td {
  	flex-grow: 1;
  }
  */
}
.c-ordersummary--ordertable tbody tr:last-child td {
  background-image: linear-gradient(to right, black 10%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x;
}
.c-ordersummary--removeline {
  flex-grow: 0 !important;
}
.c-ordersummary--orderline td {
  font-size: 16px;
  background-image: linear-gradient(to right, black 10%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 7px 1px;
  background-repeat: repeat-x;
  padding: 16px 0 8px;
}
.c-ordersummary--orderline td button {
  margin-left: 22px;
}
.c-ordersummary--orderline:first-of-type td {
  background: none;
}
.c-ordersummary--coupon {
  font-style: italic;
}
.c-ordersummary--coupon td {
  padding: 0 0 8px;
}
.c-ordersummary--coupon--orderlineamount {
  padding-right: 40px !important;
}
.c-ordersummary--addon td {
  padding-top: 0;
  padding-bottom: 16px;
}
.c-ordersummary--addon--orderlineamount {
  padding-right: 40px;
}
.c-ordersummary--sum td {
  font-size: 20px;
  font-weight: 800;
  padding: 10px 0;
}
.c-ordersummary--sum td p {
  margin: 0;
  display: inline-block;
}
.c-ordersummary--name {
  flex-grow: 1;
}
.page-terms h2 {
  color: var(--color-purple);
  font-size: 20px;
  font-weight: normal;
}
.page-terms h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}
.page-terms form {
  display: flex;
  flex-direction: column;
  margin: 16px 0 32px;
}
.page-terms form input {
  margin-bottom: 16px;
}
.page-terms form input:focus {
  margin-bottom: 14px;
}
.page-terms form > div {
  display: flex;
  justify-content: space-between;
}
.page-terms form > div > div {
  display: flex;
  flex-direction: column;
}
.page-terms form > div > div .postCode {
  width: 33%;
}
.page-terms form .sub-desc {
  font-size: 14px;
}
.page-terms ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
  margin-top: 24px;
}
.page-terms ul li {
  display: inline-flex;
  margin-bottom: 32px;
}
.page-terms ul li svg {
  align-self: center;
}
.page-terms ul li p {
  margin: 0 0 0 16px;
  max-width: 320px;
}
.page-terms--contract-link {
  margin-bottom: 32px;
}
.page-terms--checkbox {
  padding-bottom: 32px;
}
.page-terms--userName {
  color: var(--color-purple);
}
.page-quantity h2 {
  font-size: 20px;
  font-weight: normal;
}

.c-quantity-selector {
  width: 100%;
  margin: 15px 0;
}
.c-quantity-selector--row {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  background-image: linear-gradient(to right, black 10%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x;
}
.c-quantity-selector--priceclass {
  width: 100px;
}
.c-quantity-selector--priceclass h3 {
  margin: 0;
  font-size: 16px;
}
.c-quantity-selector--priceclass p {
  margin: 0;
  font-size: 14px;
}
.c-quantity-selector--quantity {
  margin: 0;
}

.c-quantitypicker {
  display: flex;
  align-items: center;
  width: 120px;
  background-color: var(--color-light-gray);
  border-radius: 40px;
}
.c-quantitypicker--selected {
  background-color: var(--color-cyan);
}
.c-quantitypicker button {
  height: 40px;
  width: 40px;
  background-color: white;
  border: 2px solid #dbe3e8;
  color: black;
  border-radius: 100%;
  line-height: 1em;
  font-size: 25px;
  font-weight: 600;
}
.c-quantitypicker button:active {
  transform: scale(0.97);
}
.c-quantitypicker span {
  width: 40px;
  text-align: center;
  font-size: 28px;
  padding: 0;
}
.page-payment h2 {
  color: var(--color-purple);
  font-size: 20px;
  font-weight: normal;
}
.page-payment .c-errormessage {
  background-color: var(--color-red);
  color: white;
  padding: 15px;
  margin: 15px 0;
}
.page-payment .c-confirmationmessage {
  background-color: white;
  padding: 15px;
  margin: 15px 0;
}

.c-paymentform {
  margin-top: 20px;
}
.c-paymentform h3 {
  color: var(--color-purple);
}
.c-paymentform--exp-cvc {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.c-paymentform--exp-cvc .c-label:first-child {
  margin-right: 8px;
}
.c-paymentform--exp-cvc .c-label:last-child {
  margin-bottom: 16px;
}
.page-receipt {
  text-align: center;
  padding-top: 0;
}
.page-receipt .container {
  padding-top: 0;
}
.page-receipt .header {
  position: relative;
  top: 0;
  z-index: 1000;
  animation: scale-in-ver-center 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both;
  opacity: 0;
}
.page-receipt .header h2 {
  color: var(--color-purple);
  font-size: 60px;
  margin: 0;
}
.page-receipt .header p {
  font-size: 20px;
}
.page-receipt .videocontainer {
  overflow: hidden;
  margin-top: -60px;
  z-index: 0;
}
.page-receipt .videocontainer video {
  position: relative;
  margin-top: -10px;
}
.page-receipt .c-alertbox {
  border: 1px solid var(--color-purple);
  text-align: center;
  padding: 20px;
  margin-top: -200px;
  z-index: 1000;
  position: relative;
  animation: scale-in-ver-center 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s both;
  opacity: 0;
}
.page-receipt .c-alertbox h3 {
  font-size: 30px;
  margin-top: 0;
}

@-webkit-keyframes scale-in-ver-center {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes scale-in-ver-center {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}
.page-summary h2 {
  color: var(--color-purple);
  font-size: 20px;
  font-weight: normal;
}
.page-summary .c-ordersummary h3 {
  display: none;
}
.page-summary .c-ordersummary--ordertable {
  border-bottom: 2px solid var(--color-purple);
}
.page-summary .c-ordersummary--sum {
  color: var(--color-purple);
}
.page-summary .c-ordersummary--sum td p {
  float: right;
  margin-right: 40px;
}
.page-profile .container:first-child {
  padding-bottom: 0;
}
.page-profile .user-header {
  display: flex;
  align-items: center;
}
.page-profile .user-header .c-icon {
  color: var(--color-purple);
  height: 40px;
  width: 40px;
  margin-right: 15px;
}
.page-profile button {
  margin-top: 0;
}

.c-user-list {
  overflow: hidden;
}
.c-user-list li {
  padding: 5px 0;
}
.c-user-list li h5 {
  color: #767676;
  font-weight: 300;
  padding-bottom: 0;
  margin-bottom: 0;
}
.c-user-list li p {
  margin-top: 5px;
}
.page-coupons h2 {
  font-size: 28px;
  font-weight: 600;
}
.page-coupons--coupons {
  margin: 24px 0;
}
.page-coupons--coupons h4 {
  font-size: 16px;
  margin: 0;
  font-weight: normal;
}
.page-coupons--coupons h3 {
  font-size: 18px;
  font-weight: 600;
}
.page-coupons h4 {
  font-weight: normal;
}
.page-coupon-code h2 {
  font-weight: normal;
  font-size: 20px;
}
.page-coupon-code form {
  display: flex;
  flex-direction: column;
}
.page-coupon-code form .c-buttongroup {
  margin-top: 36px;
  display: flex;
  padding: 0;
}
@media (max-width: 360px) {
  .page-coupon-code form .c-buttongroup button {
    font-size: 16px;
  }
}
.page-cards h3 {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 16px;
}
.page-cards .c-card {
  margin-bottom: 16px;
}
.page-cards .c-card > div {
  display: flex;
}
.page-cards .c-card > div .c-icon {
  width: 24px;
  height: 24px;
}
.page-cards .c-card > div p {
  margin: 3px 0 0 16px;
  font-size: 18px;
  font-weight: 600;
}
.page-cards .c-card p {
  margin-left: 40px;
}
.page-cards .c-card--active-container {
  position: absolute;
  right: 45px;
}
.page-cards .card-loading {
  height: 98px;
  width: 100%;
  border: 1px solid #dbe3e8;
  border-radius: 8px;
}

.animated-background, .page-cards .card-loading {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #fff;
  background: linear-gradient(to right, #fff 8%, #f6f6f6 18%, #fff 33%);
  background-size: 800px 104px;
  height: 98px;
  position: relative;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.page-add-card h2 {
  font-weight: normal;
  font-size: 20px;
}
.page-add-card--form {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 32px;
}
.page-add-card--form .c-label {
  width: 100%;
}
.page-add-card--form .c-label:first-child {
  margin-right: 8px;
}
.page-delete--mail {
  color: #0061cd;
  text-decoration: underline;
}

/*# sourceMappingURL=/source.faaf9863.css.map */