* {
  box-sizing: border-box; }

html,
body {
  margin: 0;
  width: 100%;
  height: 100%; }

body {
  position: relative;
  color: #141414;
  margin: 0;
  padding: 0;
  font-family: "Open sans";
  background: #f8f9fb;
  scrollbar-face-color: black;
  scrollbar-track-color: black;
  scrollbar-arrow-color: black;
  scrollbar-shadow-color: black; }
  body ::-webkit-scrollbar {
    width: 4px;
    background: transparent; }
  body ::-webkit-scrollbar-thumb {
    width: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2.5px; }

#__next {
  height: 100%;
  display: flex; }

h1 {
  font-family: "Open Sans"; }

h2 {
  font-family: "Vollkorn";
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  vertical-align: middle;
  display: inline-block;
  color: #0c0e13;
  padding: 10px 0; }

h3 {
  font-weight: 400; }

li {
  list-style: none; }

a {
  color: white;
  text-decoration: none; }

a:hover {
  opacity: 1;
  text-decoration: none;
  cursor: pointer; }

:focus {
  outline: none; }

button {
  outline: none; }

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

input:-webkit-autofill {
  -webkit-text-fill-color: black !important; }

.wrapper___3-zYr {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex; }

.titleBar___fh6og {
  -webkit-app-region: drag;
  width: 100%;
  height: 30px;
  position: fixed; }

.content___2teBc {
  flex: 1;
  margin-top: 200px;
  padding-left: 50px;
  padding-right: 50px; }
  .content___2teBc.isDemo___2FM53 {
    margin-top: 270px; }

.sidebar___2Y_tp {
  flex: 0 0 250px; }

.notices___2i4gD {
  position: fixed;
  top: 0;
  left: 5px;
  right: 5px;
  z-index: 10; }

.buttons___1j1bM {
  height: 100%; }

@media (max-width: 768px) {
  .content___2teBc {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 130px; }
  .sidebar___2Y_tp {
    flex: none; } }

.wrapper___1YsCz {
  width: 250px;
  display: flex;
  flex-direction: column;
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  text-align: center;
  padding-bottom: 40px;
  position: fixed;
  left: 0;
  bottom: 2px;
  padding-top: 20px;
  color: white; }
  .wrapper___1YsCz.isPlaying___xCE9a {
    padding-bottom: 70px; }

.channel___104Oh {
  flex: 1;
  flex-direction: column;
  width: calc(100% - 30px); }

.controls___2N4t- {
  flex: 1;
  display: flex;
  margin-top: 30px;
  position: relative;
  z-index: 2;
  align-items: center; }

.title___Tvl1S, .notPlaying___1xLwE {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 800;
  display: block;
  margin-top: 5px;
  letter-spacing: 1px; }

.notPlaying___1xLwE {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: -30px; }

.song___2q9rL {
  font-weight: 400;
  font-size: 12px;
  font-family: "open sans";
  margin-top: 10px;
  display: block;
  width: 100%;
  height: 20px; }

.nowPlaying___2BQWC {
  font-size: 8px;
  text-transform: uppercase;
  opacity: .3;
  letter-spacing: 2px; }

.wave___3OBE_ {
  position: absolute;
  bottom: 0;
  left: 0; }

.toggle___2JvGx {
  display: none; }

.image___n0s_4 {
  width: 100px;
  height: 100px;
  background-size: cover; }

.airplay___3WSsU {
  border: none;
  background: none;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  padding: 0; }
  .airplay___3WSsU img {
    width: 25px;
    height: 25px; }

.appicon___NsFRr {
  width: 90px; }

.animation___1XdV2 {
  display: none; }
  .animation___1XdV2.current___2_pcI {
    display: block; }

@media (max-width: 768px) {
  .wrapper___1YsCz {
    position: fixed;
    width: 100%;
    background: #10131d;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 50px;
    padding-bottom: 0;
    transition: all .2s ease;
    flex-direction: row;
    padding-bottom: 20px; }
    .wrapper___1YsCz.isPlaying___xCE9a {
      padding-bottom: 20px; }
    .wrapper___1YsCz .song___2q9rL {
      display: none; }
    .wrapper___1YsCz.open___clncZ {
      height: 100%;
      max-height: 1000px;
      transition: all .2s ease;
      flex-direction: column; }
      .wrapper___1YsCz.open___clncZ .song___2q9rL {
        display: block; }
    .wrapper___1YsCz.closed___4fNkq {
      text-align: left; }
      .wrapper___1YsCz.closed___4fNkq .title___Tvl1S, .wrapper___1YsCz.closed___4fNkq .notPlaying___1xLwE {
        padding-left: 20px; }
    .wrapper___1YsCz.hasNotBeenPlayed___38Fws {
      display: none; }
  .open___clncZ .image___n0s_4 {
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .closed___4fNkq .airplay___3WSsU {
    display: none; }
  .closed___4fNkq .image___n0s_4 {
    width: 47px;
    height: 47px;
    z-index: 2;
    position: relative;
    margin-right: 10px; }
  .closed___4fNkq .controls___2N4t- {
    flex: 0 0 50px;
    margin-top: 0;
    z-index: 2;
    position: relative; }
  .closed___4fNkq .song___2q9rL {
    margin-top: 2px; }
  .closed___4fNkq .channel___104Oh {
    z-index: 2;
    position: relative; }
  .closed___4fNkq .title___Tvl1S, .closed___4fNkq .notPlaying___1xLwE {
    font-size: 12px; }
  .nowPlaying___2BQWC {
    display: none; } }

.wrapper___2Z6-4 {
  margin: 0 auto; }

@media (max-width: 768px) {
  .channels___10ByU {
    margin-left: 0; } }

.wrapper___wVacv {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 150px;
  margin-left: -50px;
  margin-right: 20px; }

.title___3eyqn {
  font-size: 40px;
  font-family: "Vollkorn";
  letter-spacing: 2px;
  font-weight: 600;
  position: relative; }

.subtitle___1MIzk {
  max-width: 300px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  margin-top: 10px;
  font-weight: 300;
  letter-spacing: .5px;
  font-family: "Open Sans";
  margin-bottom: 30px; }

@media (max-width: 768px) {
  .wrapper___wVacv {
    margin-left: -10px;
    margin-right: 10px; } }

.channel___3VOtU {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 50px;
  margin-top: 50px;
  margin-bottom: 150px;
  flex-basis: calc(25% - 50px);
  max-width: 300px;
  box-shadow: 2px 2px 50px rgba(20, 33, 109, 0.3);
  border-radius: 3px;
  position: relative;
  outline: none; }
  .channel___3VOtU:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  .channel___3VOtU:hover {
    cursor: pointer;
    box-shadow: 2px 2px 50px rgba(20, 33, 109, 0.4); }
    .channel___3VOtU:hover .image___1-oHg {
      position: relative; }
      .channel___3VOtU:hover .image___1-oHg:after {
        content: "";
        display: block;
        border-left: 75px solid white;
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .channel___3VOtU.isPlaceholder___3Jt1c {
    box-shadow: 2px 2px 50px rgba(20, 33, 109, 0.1);
    pointer-events: none; }
    .channel___3VOtU.isPlaceholder___3Jt1c .image___1-oHg {
      background-color: #f8f9fb; }
    .channel___3VOtU.isPlaceholder___3Jt1c .control___1-Qkx {
      opacity: 0.05; }
    .channel___3VOtU.isPlaceholder___3Jt1c .title___2Ocf2 {
      height: 15px;
      width: 60%;
      margin-top: 5px;
      background-color: rgba(0, 0, 0, 0.03); }
    .channel___3VOtU.isPlaceholder___3Jt1c .description___1lxoZ {
      width: 100%; }
      .channel___3VOtU.isPlaceholder___3Jt1c .description___1lxoZ:after {
        content: "";
        display: block;
        width: 80%;
        height: 12px;
        background-color: rgba(0, 0, 0, 0.03);
        margin-top: 4px; }
      .channel___3VOtU.isPlaceholder___3Jt1c .description___1lxoZ:before {
        content: "";
        display: block;
        width: 100%;
        height: 12px;
        background-color: rgba(0, 0, 0, 0.03); }

.image___1-oHg {
  background-color: #f8f9fb;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 3px; }

.content___1NlKe {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  color: black;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 10px; }

.contentHeader___1XFY9 {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.title___2Ocf2 {
  font-family: "Vollkorn";
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  vertical-align: middle;
  display: inline-block;
  color: #0c0e13;
  padding: 8px 0 10px 0;
  width: 100%;
  padding-right: 10px; }

.subtitle___3bCql {
  font-size: 10px;
  font-weight: 600;
  padding: 0;
  margin-top: -3px;
  text-transform: uppercase;
  font-family: "Open Sans"; }

.description___1lxoZ {
  margin-top: 5px;
  color: #0c0e13;
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans"; }

.control___1-Qkx {
  vertical-align: middle;
  display: inline-flex;
  align-items: center; }

.like___1OC1W {
  font-size: 30px;
  line-height: 0;
  padding: 0;
  color: black;
  position: relative;
  background: transparent;
  border: none;
  display: block;
  margin-right: 5px;
  cursor: pointer;
  margin-right: 10px; }
  .like___1OC1W .filled___3R9KZ {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.1s ease-in; }
  .like___1OC1W:hover, .like___1OC1W.liked___2UtwA {
    color: #f1a9af; }
    .like___1OC1W:hover .filled___3R9KZ, .like___1OC1W.liked___2UtwA .filled___3R9KZ {
      opacity: 1; }

.energy___3eiRs {
  position: absolute;
  bottom: 13px;
  right: 15px; }

.name___39Mvu {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media (max-width: 1650px) {
  .title___2Ocf2 {
    font-size: 15px; } }

@media (max-width: 1450px) {
  .title___2Ocf2 {
    font-size: 14px; }
  .channel___3VOtU {
    margin-left: 30px;
    flex-basis: calc(33.333% - 30px);
    margin-bottom: 150px; } }

@media (max-width: 980px) {
  .channel___3VOtU {
    margin-left: 20px;
    flex-basis: calc(50% - 20px);
    margin-bottom: 70px; } }

@media (max-width: 768px) {
  .title___2Ocf2 {
    font-size: 10px;
    padding-bottom: 10px; }
  .subtitle___3bCql {
    font-size: 8px;
    padding-top: 2px; }
  .control___1-Qkx {
    display: none; }
  .description___1lxoZ {
    margin-top: 0;
    width: 100%;
    height: 20px;
    font-size: 10px; } }

@keyframes pulse___2gs69 {
  0% {
    transform: scale(0.9); }
  90% {
    transform: scale(1); }
  100% {
    transform: scale(0.9); } }

.wrapper___35ftj {
  cursor: pointer;
  border: 2px solid black;
  border-radius: 50%;
  outline: none;
  transition: transform 0.1s ease-out; }
  .wrapper___35ftj.loading___3hL1i {
    border: none !important; }
  .wrapper___35ftj:not(.loading___3hL1i).active___1I7xg, .wrapper___35ftj.activeOnHover___3chcv:hover {
    animation: pulse___2gs69 1s infinite;
    transform: scale(0.9); }
    .wrapper___35ftj:not(.loading___3hL1i).active___1I7xg .play___2jWij, .wrapper___35ftj.activeOnHover___3chcv:hover .play___2jWij {
      border-left: 12px solid #f1a9af; }
  .wrapper___35ftj.disabled___16zOv {
    opacity: 0.5;
    cursor: inherit; }
  .wrapper___35ftj.white___oorlW {
    border: 2px solid white; }
    .wrapper___35ftj.white___oorlW .stop___d_Sfu {
      background: white; }
    .wrapper___35ftj.white___oorlW .play___2jWij {
      border-left: 12px solid white; }

.stop___d_Sfu,
.play___2jWij {
  top: 50%;
  left: 50%;
  position: relative;
  transform: translate(-50%, -50%);
  transform-origin: top left; }
  .stop___d_Sfu:hover,
  .play___2jWij:hover {
    opacity: 0.95; }

.stop___d_Sfu {
  background: black;
  width: 12px;
  height: 12px;
  border-radius: 2px; }

.play___2jWij {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 12px solid black;
  border-bottom: 8px solid transparent;
  margin-left: 1px; }

.loader___2TPLI {
  position: absolute; }

.wrapper___2UtCk {
  height: 100px;
  width: 100%; }

.canvas___1o_gd {
  width: 100%;
  height: 100px; }

@media (max-width: 768px) {
  .wrapper___2UtCk {
    height: 50px; }
  .canvas___1o_gd {
    height: 50px; } }

.wrapper___32INF {
  display: flex;
  height: 22px;
  width: 32px;
  justify-content: space-between; }

.bar___1iIJK {
  background: rgba(255, 255, 255, 0.3);
  width: 11%;
  margin-top: auto; }
  .bar___1iIJK.active___2Yg0v {
    box-shadow: 2px 2px 10px rgba(20, 33, 109, 0.7);
    background: white; }
  .bar___1iIJK:nth-of-type(1) {
    height: 20%; }
  .bar___1iIJK:nth-of-type(2) {
    height: 40%; }
  .bar___1iIJK:nth-of-type(3) {
    height: 60%; }
  .bar___1iIJK:nth-of-type(4) {
    height: 80%; }
  .bar___1iIJK:nth-of-type(5) {
    height: 100%; }

.wrapper___2zOAm {
  margin-left: -50px;
  margin-right: -50px; }

.publishButton___1XuJa {
  margin-left: 10px; }

.entryImage___24701 {
  width: 100px;
  height: 100px; }

.entryTitle___1S2mZ {
  font-size: 21px;
  margin-bottom: 15px;
  font-weight: 500; }

.entryButtons___2R_V5 {
  display: flex;
  justify-content: space-between; }

.openEntry___1hVa6 {
  max-width: 100%;
  width: 600px; }

.entryHeader___H3CDT {
  display: flex;
  justify-content: space-between; }

.entryId___zf8aI {
  font-size: 12px; }

.listImage___1VWWE {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center; }

.locations___1i315 {
  margin-right: -50px;
  margin-left: -50px; }

.addDescription___1kdVn {
  margin-bottom: 20px; }

.addLocationContent___2rvhs {
  text-align: center; }

.costDescription___1Qf61 {
  margin-top: 20px; }

.addLocation___z2AWU {
  margin-top: 30px;
  margin-bottom: 30px; }

.wrapper___jhZNB {
  padding-bottom: 50px; }

.list___2vqWf {
  margin-left: -50px;
  margin-right: -50px; }

.actions___3mDWK {
  margin-top: 30px; }

.title___2FHY9 {
  margin-top: 50px; }

.addSubscriptionModal___1BZTd {
  text-align: center; }

.terminated___2DSym {
  margin-bottom: 30px; }

.wrapper___jEuuB {
  padding-bottom: 100px; }

.users___1LuIM {
  margin-right: -50px;
  margin-left: -50px; }

.inviteUser___3kxeI {
  width: 600px;
  margin-bottom: 100px; }

.title___1vF58 {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  font-weight: 600; }

.subtitle___3_mDp {
  font-size: 13px;
  color: #0c0e13;
  line-height: 1.3;
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: .5px; }

.row___R-fZC {
  display: flex;
  flex: 1; }

.input___3x1oG {
  flex: 1;
  padding-right: 10px; }

.wrapper___31jm5 {
  max-width: 100%;
  width: 600px; }

.notice___PaYro {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7); }

.list___wyBST {
  margin-left: -50px;
  margin-right: -50px; }

.wrapper___h0wfj {
  padding-top: 30px;
  display: flex;
  margin: 0 auto;
  flex-direction: column; }

.title___jKLpX {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 15px; }

.channelName___1KQeB {
  margin-right: 10px;
  font-weight: 400;
  font-size: 10px;
  margin-top: 5px; }

.name___3ZN3N {
  display: inline-block;
  margin-right: 5px; }

.graph___31lAv {
  width: 100%; }

.general___2zvBp {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }

.number___3dsJQ {
  padding: 40px;
  display: inline-block; }
  .number___3dsJQ .value___nlnGA {
    font-size: 36px;
    line-height: 25px;
    display: block;
    font-family: "Open sans"; }
  .number___3dsJQ .title___jKLpX {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.6); }

.wrapper___2G2WS {
  display: flex;
  flex-direction: column; }

.legends___3WsF7 {
  padding: 0 50px;
  font-size: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  display: flex; }

.legend____2sPf {
  flex: 1; }

.entries___3JDaY {
  border-top: 1px solid rgba(117, 115, 199, 0.1);
  border-bottom: 1px solid rgba(117, 115, 199, 0.03); }

.entry___5IfHa {
  width: 100%;
  height: 40px;
  padding: 0 50px;
  display: flex;
  flex: 1;
  align-items: center;
  outline: none; }
  .entry___5IfHa:nth-of-type(2n) {
    background-color: rgba(117, 115, 199, 0.03); }
  .entry___5IfHa:not(.openEntry___26vT4) {
    cursor: pointer; }
  .entry___5IfHa.openEntry___26vT4 {
    height: auto;
    padding: 40px; }

.value___2j70t {
  flex: 1;
  font-size: 12px;
  user-select: none;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 10px; }
  .value___2j70t.small___3Jygx {
    font-size: 9px; }

@keyframes scrollLeft___3kX2f {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(-100%); } }

@keyframes scrollLeftOnce___1GfE1 {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-100%); } }

.wrapper___1XWWD {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  white-space: nowrap; }
  .wrapper___1XWWD .text1___1tr8t,
  .wrapper___1XWWD .text2___3kV_5,
  .wrapper___1XWWD .text3___3yY1r {
    transform: translateX(100%);
    min-width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    align-items: center;
    display: flex; }
  .wrapper___1XWWD.scrolling___3WBQN .text1___1tr8t,
  .wrapper___1XWWD.scrolling___3WBQN .text2___3kV_5,
  .wrapper___1XWWD.scrolling___3WBQN .text3___3yY1r {
    padding-right: 20px; }
  .wrapper___1XWWD:not(.scrolling___3WBQN) .text1___1tr8t,
  .wrapper___1XWWD:not(.scrolling___3WBQN) .text2___3kV_5 {
    display: none; }
  .wrapper___1XWWD .text2___3kV_5 {
    animation-delay: 5s; }
  .wrapper___1XWWD .text3___3yY1r {
    transform: translateX(0%); }
  .wrapper___1XWWD.scrolling___3WBQN:hover .text1___1tr8t, .wrapper___1XWWD.scrolling___3WBQN.active___3WBhG .text1___1tr8t, .wrapper___1XWWD.active___3WBhG:hover .text1___1tr8t, .wrapper___1XWWD.active___3WBhG.active___3WBhG .text1___1tr8t {
    animation: scrollLeft___3kX2f 10s linear 0s infinite; }
  .wrapper___1XWWD.scrolling___3WBQN:hover .text2___3kV_5, .wrapper___1XWWD.scrolling___3WBQN.active___3WBhG .text2___3kV_5, .wrapper___1XWWD.active___3WBhG:hover .text2___3kV_5, .wrapper___1XWWD.active___3WBhG.active___3WBhG .text2___3kV_5 {
    animation: scrollLeft___3kX2f 10s linear 5s infinite; }
  .wrapper___1XWWD.scrolling___3WBQN:hover .text3___3yY1r, .wrapper___1XWWD.scrolling___3WBQN.active___3WBhG .text3___3yY1r, .wrapper___1XWWD.active___3WBhG:hover .text3___3yY1r, .wrapper___1XWWD.active___3WBhG.active___3WBhG .text3___3yY1r {
    animation: scrollLeftOnce___1GfE1 5s linear 0s 1 normal forwards; }

.wrapper___3u3q6 {
  width: 250px;
  height: 100%;
  position: fixed;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  background: #0c0e13;
  padding-bottom: 390px; }
  .wrapper___3u3q6:after {
    content: "";
    display: block;
    opacity: 0.1;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), black 95%);
    height: 100%;
    width: 50px;
    position: absolute;
    right: -50px;
    top: 0; }

.menu___3Mf-H {
  height: 100%; }

.menuButton___JWsot {
  display: none; }

.logotype___NCnF9 {
  height: 12px;
  margin-top: 30px;
  margin-left: 30px; }

.menuLink___2-xlh {
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
  font-weight: 400;
  color: white;
  margin-bottom: 15px;
  padding: 0;
  letter-spacing: 0.5px;
  user-select: none; }
  .menuLink___2-xlh ion-icon,
  .menuLink___2-xlh span {
    vertical-align: bottom; }
  .menuLink___2-xlh ion-icon {
    font-size: 16px;
    margin-right: 5px;
    transition: all 0.1s ease-in; }
  .menuLink___2-xlh span {
    font-size: 12px; }
  .menuLink___2-xlh:hover ion-icon {
    color: #f1828c;
    transform: scale(1.1); }
  .menuLink___2-xlh.active___3xNe_ {
    position: relative; }
    .menuLink___2-xlh.active___3xNe_:before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #f1828c;
      display: block;
      position: absolute;
      margin-left: -16px;
      margin-top: 10px; }

.menuWrapper___2krgq {
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 10px;
  padding-top: 50px;
  height: 100%;
  overflow-y: scroll; }

.adminTitle___ShuJp {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: 10px;
  margin-top: 30px;
  user-select: none; }

@media (max-width: 768px) {
  .wrapper___3u3q6 {
    width: auto;
    z-index: 2; }
    .wrapper___3u3q6:after {
      display: none; }
    .wrapper___3u3q6.open___dVBDD .menu___3Mf-H {
      display: block; }
    .wrapper___3u3q6.open___dVBDD .menuButton___JWsot {
      color: white; }
  .logotype___NCnF9 {
    margin-top: 22px;
    margin-left: 55px; }
  .menuWrapper___2krgq {
    padding-top: 34px;
    padding-left: 34px; }
  .menuButton___JWsot {
    display: block;
    color: #0c0e13;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 25px;
    padding: 15px;
    z-index: 9999;
    background: none;
    border: none; }
  .menu___3Mf-H {
    display: none; }
  .menuLink___2-xlh {
    margin-bottom: 18px; }
    .menuLink___2-xlh span {
      font-size: 16px; }
    .menuLink___2-xlh ion-icon {
      font-size: 21px;
      margin-right: 10px; } }

.notice___36O9w {
  width: calc(100% - 10px);
  height: 40px;
  position: relative;
  top: 5px;
  left: 5px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-top: 5px;
  color: white;
  letter-spacing: .5px; }
  .notice___36O9w.alert___2NblL {
    border: 1px solid red;
    background: rgba(255, 0, 0, 0.7); }
  .notice___36O9w.warning___xDzOD {
    border: 1px solid yellow;
    background: rgba(255, 255, 0, 0.7); }
  .notice___36O9w.info___3xDKB {
    border: 1px solid #48ca48;
    background: rgba(72, 202, 72, 0.7); }

.wrapper___2pOOu {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0c0e13;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center; }

body.loaded .wrapper___2pOOu.preload___1kweh {
  display: none; }

.content___2iKsS {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }

.logotype___9ty5r {
  height: 18px;
  display: block;
  flex: 1;
  margin-bottom: 40px; }

.loader___15qCZ {
  flex: 1; }

.header___3FY0w {
  position: fixed;
  backface-visibility: hidden;
  left: 250px;
  right: 0;
  top: 0;
  z-index: 2;
  background: #f8f9fb;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.1s ease-out;
  overflow: hidden;
  height: 140px;
  padding: 30px 0 0 50px; }
  .header___3FY0w.isDemo___1T6Iu {
    height: 210px; }
  @media (min-width: 768px) {
    .header___3FY0w.scrolled___3lDS- {
      height: 30px;
      transition: all 0.1s ease-in;
      padding-top: 6px; }
      .header___3FY0w.scrolled___3lDS- .title___1jsrV {
        font-size: 15px;
        transition: all 0.1s ease-in; }
      .header___3FY0w.scrolled___3lDS- .subtitle___ItN3M,
      .header___3FY0w.scrolled___3lDS- .button___3rigN {
        opacity: 0; } }
  @media (max-width: 768px) {
    .header___3FY0w {
      left: 0;
      position: absolute;
      z-index: 1;
      height: 160px;
      padding-top: 50px; }
      .header___3FY0w.isDemo___1T6Iu {
        height: 260px; } }

.title___1jsrV {
  font-size: 30px;
  font-family: "Vollkorn";
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
  color: #0c0e13;
  transition: all 0.1s ease-out; }

.subtitle___ItN3M {
  max-width: 600px;
  color: #0c0e13;
  font-size: 12px;
  margin-top: 0;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: "Open Sans"; }

.button___3rigN {
  background: #23e2a7;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  height: 50px;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  color: white;
  margin-top: 20px;
  cursor: pointer;
  outline: none;
  letter-spacing: 2px;
  font-family: "Open Sans";
  text-align: center;
  letter-spacing: 0.14px;
  opacity: 1;
  padding: 0; }
  .button___3rigN:hover {
    opacity: 0.9; }
  @media (max-width: 768px) {
    .button___3rigN {
      max-width: calc(100% - 25px); } }

.userWrapper___2nYm8 {
  position: fixed;
  z-index: 2;
  top: 3px;
  right: 10px; }
  @media (max-width: 768px) {
    .userWrapper___2nYm8 {
      top: 13px; } }

.user___3uTZc {
  margin-right: -10px;
  font-size: 10px;
  border: none;
  background: none;
  color: rgba(12, 14, 19, 0.8);
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.2px; }
  .user___3uTZc span,
  .user___3uTZc .image___HcJcY {
    vertical-align: middle; }
  .user___3uTZc .image___HcJcY {
    margin-left: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #eee;
    background-size: cover;
    display: inline-block; }
    .user___3uTZc .image___HcJcY.initials___WacJz {
      font-weight: 600;
      line-height: 20px;
      color: #999; }

.wrapper___1y6tK {
  position: relative; }

.dropdown___1APxI {
  position: absolute;
  right: 0;
  width: 100%;
  border-radius: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #0c0e13;
  box-shadow: 2px 2px 50px rgba(20, 33, 109, 0.3);
  margin-top: 5px; }

.item___P8gqS {
  background: transparent;
  border: none;
  color: white;
  text-align: left;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 5px 15px; }
  .item___P8gqS:hover {
    background: #3162d2; }

.status___2tWSo {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4261;
  box-shadow: 0 0 15px rgba(255, 66, 97, 0.6); }
  .status___2tWSo.active___2RddA {
    background: #56f356;
    box-shadow: 0 0 15px rgba(86, 243, 86, 0.8); }

.wrapper___27lLx {
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  padding: 10px; }

.image___2wLzP {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.1); }

h2.title___3D6vf {
  font-family: "Vollkorn";
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  vertical-align: middle;
  display: inline-block;
  color: #0c0e13;
  padding: 10px 0; }

@keyframes arrow___apO2v {
  0% {
    transform: scale(1) translateX(-60%);
    opacity: .5; }
  96% {
    transform: scale(0.8) translateX(-30%);
    opacity: 1; }
  100% {
    transform: scale(1) translateX(-60%);
    opacity: .5; } }

.wrapper___1aObm {
  display: inline-block;
  position: relative; }
  .wrapper___1aObm.loading___2xDdE .button___JBZvn {
    color: #f1a9af; }
  .wrapper___1aObm.loading___2xDdE:hover .button___JBZvn {
    box-shadow: 0 0 5px rgba(241, 169, 175, 0.2);
    transform: scale(1); }
    .wrapper___1aObm.loading___2xDdE:hover .button___JBZvn + .icon___2TM0q {
      opacity: 0; }
  .wrapper___1aObm.small___I1Rbg .button___JBZvn {
    height: 25px; }
  .wrapper___1aObm.small___I1Rbg:hover .button___JBZvn {
    color: white; }
  .wrapper___1aObm.transparent___3laat .button___JBZvn {
    background: transparent;
    color: rgba(12, 14, 19, 0.8);
    box-shadow: none;
    font-weight: 800;
    font-size: 11px; }
    .wrapper___1aObm.transparent___3laat .button___JBZvn + .icon___2TM0q {
      display: none; }
  .wrapper___1aObm.transparent___3laat:hover .button___JBZvn {
    transform: scale(1);
    color: #0c0e13;
    box-shadow: 0 0 10px rgba(20, 33, 109, 0.1); }
  .wrapper___1aObm.alert___2B7DT .button___JBZvn {
    background: #f1828c;
    box-shadow: 0 0 5px rgba(241, 130, 140, 0.5); }
  .wrapper___1aObm.alert___2B7DT:hover .button___JBZvn {
    color: white; }
  .wrapper___1aObm.approve___zJiEF .button___JBZvn {
    background: #8bec8b;
    box-shadow: 0 0 5px rgba(139, 236, 139, 0.5); }
  .wrapper___1aObm.approve___zJiEF:hover .button___JBZvn {
    color: #8bec8b; }
  .wrapper___1aObm:hover .button___JBZvn {
    transform: scale(0.97);
    box-shadow: 0 0 5px rgba(241, 169, 175, 0.2);
    color: #f1a9af; }
    .wrapper___1aObm:hover .button___JBZvn + .icon___2TM0q {
      opacity: 1;
      animation: arrow___apO2v .8s infinite;
      animation-timing-function: ease-out; }

.button___JBZvn {
  background: #f1a9af;
  border: none;
  height: 40px;
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(241, 169, 175, 0.5);
  padding: 0 15px;
  cursor: pointer; }

.icon___2TM0q {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 25px;
  color: white;
  z-index: 3;
  pointer-events: none;
  opacity: 0; }

.loader___3VlAN {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20px; }

.number___D_wa_ {
  padding: 40px;
  display: inline-block; }

.value___I_Ngd {
  font-size: 36px;
  line-height: 25px;
  display: block;
  font-family: "Open sans"; }

.title___2Rino {
  font-size: 11px;
  color: #0c0e13;
  font-weight: 600; }

.wrapper___1xnRT {
  height: 25px;
  line-height: 25px;
  width: 100%; }
  .wrapper___1xnRT.open___2EbGP .current___2yqst {
    display: none; }
  .wrapper___1xnRT.open___2EbGP .dropdown___2Q6PJ {
    display: block; }
  .wrapper___1xnRT.open___2EbGP .selectWrapper___39WnO {
    background-color: #f4f5f9;
    height: auto;
    box-shadow: 0 0 10px rgba(20, 33, 109, 0.13);
    z-index: 9; }
  .wrapper___1xnRT.open___2EbGP .arrow___2TPxk {
    transform: rotate(0); }
  .wrapper___1xnRT:hover .selectWrapper___39WnO {
    box-shadow: 0 0 10px rgba(20, 33, 109, 0.13); }

.selectWrapper___39WnO {
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(20, 33, 109, 0.08);
  height: 25px;
  width: 100%;
  position: relative; }

.current___2yqst {
  height: 25px;
  font-size: 12px;
  background: transparent;
  border: none;
  width: 100%;
  padding: 0 25px 0 10px;
  cursor: pointer;
  display: block; }

.arrow___2TPxk {
  border-bottom: 4px solid #0c0e13;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 7px;
  top: 11px;
  transform: rotate(180deg);
  z-index: 3;
  cursor: pointer; }

.checkbox___2JAjN {
  width: 15px;
  height: 15px;
  background: white;
  display: inline-block;
  margin-right: 5px;
  border-radius: 4px;
  vertical-align: middle;
  line-height: 15px;
  border: 1px solid rgba(20, 33, 109, 0.1);
  box-shadow: inset 0 0 5px rgba(20, 33, 109, 0.08);
  font-size: 20px;
  line-height: 20px;
  position: relative; }
  .checkbox___2JAjN > * {
    position: absolute;
    top: -3px;
    left: -3px; }

.option___YjBXu {
  line-height: 15px;
  border: none;
  background: transparent;
  padding: 5px 15px;
  cursor: pointer;
  display: block;
  width: 100%; }
  .option___YjBXu:hover {
    background: rgba(0, 0, 0, 0.01);
    font-weight: 500; }

.dropdown___2Q6PJ {
  display: none;
  max-height: 350px;
  overflow-y: scroll; }

.wrapper___1w2zw {
  position: relative;
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(20, 33, 109, 0.1);
  border-radius: 4px; }
  .wrapper___1w2zw.hasButton___3ZsoB {
    display: flex; }
    .wrapper___1w2zw.hasButton___3ZsoB .input___3-MWc {
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px; }
  .wrapper___1w2zw.hasContent___2fk14 .input___3-MWc ~ .title___2lEWe {
    top: 2px;
    left: 10px;
    font-size: 9px;
    color: rgba(12, 14, 19, 0.4); }

.input___3-MWc {
  height: 40px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(12, 14, 19, 0.7);
  padding: 10px 10px 5px 10px;
  width: 100%;
  outline: none;
  border-radius: 4px; }
  .input___3-MWc:focus ~ .title___2lEWe {
    top: 2px;
    left: 10px;
    font-size: 9px;
    color: rgba(12, 14, 19, 0.4); }

.title___2lEWe {
  color: rgba(12, 14, 19, 0.7);
  position: absolute;
  font-size: 12px;
  top: 12px;
  left: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all .2s ease; }

.button___qpGr0 {
  background: #f1a9af;
  border: none;
  height: 40px;
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 15px;
  cursor: pointer; }
  .button___qpGr0:hover {
    opacity: .7; }

.wrapper___2kBpl {
  display: none;
  background: rgba(12, 14, 19, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  justify-content: center;
  align-items: center; }
  .wrapper___2kBpl.active___28cPT {
    display: flex; }

.modal___1eCpc {
  background: white;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px; }

.content___2LucE {
  display: flex;
  flex: 1; }

.title___37-c3 {
  font-size: 13px;
  padding-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  display: flex;
  color: rgba(12, 14, 19, 0.8); }

.buttons___2rr7h {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px; }
  .buttons___2rr7h > *:first-of-type {
    margin-right: 30px; }

@keyframes pop___1ymSl {
  50% {
    transform: scale(1.2); } }

.wrapper___xbetG {
  position: absolute;
  background-color: rgba(130, 255, 94, 0.5);
  font-weight: 600;
  padding: 15px;
  color: #4e4e4e;
  letter-spacing: 0.5px;
  font-size: 11px;
  border-radius: 4px;
  text-transform: uppercase;
  border: 1px solid rgba(130, 255, 94, 0.8);
  animation: pop___1ymSl 0.1s linear 1, pop___1ymSl 0.1s linear 1;
  animation-delay: 0s, 3.9s; }

.red___3b5un {
  background-color: rgba(255, 0, 0, 0.5);
  border-color: rgba(255, 0, 0, 0.8); }

.wrapper___4ZwBl {
  width: 100%;
  height: 100%;
  display: flex;
  overflow-y: hidden;
  background-color: white; }
  .wrapper___4ZwBl a {
    text-align: center;
    font-weight: 600;
    letter-spacing: 0;
    color: #3b3b3b;
    opacity: 1;
    font-size: 12px;
    display: block;
    margin-top: 10px; }
    .wrapper___4ZwBl a:first-of-type {
      margin-top: 30px; }
    .wrapper___4ZwBl a:hover {
      text-decoration: underline; }
    .wrapper___4ZwBl a.titleLink___3osxQ:hover {
      text-decoration: none; }
  .wrapper___4ZwBl .formScrollWrapper___3jh_R {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    flex: 1 1 50%; }
  .wrapper___4ZwBl .formWrapper___2Bbf5 {
    width: 100%;
    background-color: white;
    margin: auto;
    min-height: 0px; }
    .wrapper___4ZwBl .formWrapper___2Bbf5 .content___1pYD- {
      width: 100%;
      margin: 80px 0px; }
  .wrapper___4ZwBl .contentWrapper___2TxGg {
    background-image: url("/static/GMA_image.png");
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 50%;
    background-color: pink;
    padding: 100px; }
  .wrapper___4ZwBl .subTitle___2r7jo {
    text-align: center;
    font-family: "Vollkorn", serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 23px;
    letter-spacing: 0;
    color: #3b3b3b;
    margin-bottom: 35px; }
  .wrapper___4ZwBl .subTitleDot___24GpY {
    text-align: center;
    font-family: "Vollkorn", serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    color: #f9cacf; }
  .wrapper___4ZwBl .title___1vISO {
    text-align: center;
    font-family: "Vollkorn", serif;
    font-weight: 900;
    font-size: 32px;
    letter-spacing: 0;
    color: #222222;
    opacity: 1;
    margin-bottom: 15px; }
  .wrapper___4ZwBl .onlyMobile___3XS7l {
    display: none; }
  .wrapper___4ZwBl .onlyDesktop___2h2Tk {
    display: inherit; }

@media (max-width: 768px) {
  .wrapper___4ZwBl .contentWrapper___2TxGg {
    display: none;
    background-color: black; }
  .wrapper___4ZwBl .titleDot___2o6us {
    color: #f9cacf; }
  .wrapper___4ZwBl .onlyMobile___3XS7l {
    display: inherit; }
  .wrapper___4ZwBl .onlyDesktop___2h2Tk {
    display: none; } }

.sectionBreakIconSingle___1mUdW {
  display: none;
  width: 34px;
  height: 8px;
  margin: 0px auto;
  background-color: #f5bbc7;
  border-radius: 100px;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .sectionBreakIconSingle___1mUdW {
      display: inherit; } }

.box___1s_cg {
  width: 40px;
  height: 40px;
  background-color: blue; }

.button___3k3t7 {
  background: #23e2a7;
  border: none;
  display: block;
  max-width: 300px;
  height: 50px;
  margin: auto;
  margin: 0 auto;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  color: white;
  margin-top: 20px;
  cursor: pointer;
  outline: none;
  letter-spacing: 2px;
  font-family: "Open Sans";
  text-align: center;
  letter-spacing: 0.14px;
  opacity: 1;
  padding: 0; }
  .button___3k3t7:hover {
    opacity: 0.9; }

.buttonErrorMode___3qeiW {
  background: #ff6c6c;
  box-shadow: 0px 0px 6px #f74242d0;
  border-radius: 2px; }

button:disabled {
  opacity: 0.5; }

a.button___3k3t7 {
  vertical-align: middle;
  line-height: 34px; }

.error___34cu2 {
  font-size: 12px;
  letter-spacing: 0;
  color: #ff4e4e;
  opacity: 1;
  text-align: center;
  margin: 8px auto; }

@media (max-width: 768px) {
  .button___3k3t7 {
    width: 100%; } }

.content___r-K_j {
  background: #222222;
  margin: -50px;
  display: flex;
  flex: 1;
  padding: 100px 50px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  text-align: center; }

.logotype___ERmC0 {
  height: 20px;
  margin-bottom: 80px; }

.daysLeft___1LZJk {
  font-size: 20px;
  font-weight: 600;
  font-family: "Open Sans";
  margin-bottom: 30px; }

.continue___2msKT {
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans";
  margin-bottom: 30px; }

.button___2uCZk {
  border: 2px solid white;
  border-radius: 20px;
  height: 40px;
  background: none;
  color: white;
  text-transform: uppercase;
  padding: 10px 25px;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.1s ease; }
  .button___2uCZk:hover {
    transform: scale(1.05); }

.addCreditCard___7gwAd {
  margin-bottom: 20px; }
  .addCreditCard___7gwAd .button___2uCZk {
    border-color: #f1a9af;
    color: #f1a9af; }

.discountInfo___2iIX5 {
  font-size: 12px;
  text-align: center;
  width: 350px;
  padding-top: 30px; }

.input___3HqC0 {
  width: 100%;
  max-width: 300px;
  height: 38px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  opacity: 1;
  outline: none;
  text-align: center;
  background: transparent;
  padding: 0px 10px;
  text-align: left;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  font-family: "Open Sans", serif;
  letter-spacing: 0;
  color: #3b3b3b;
  background: #ffffff; }
  .input___3HqC0.error___1t0-0 {
    background: #ffffff;
    border: 1px solid #ff4545; }

.errorMessage___3BIZQ {
  position: absolute;
  text-align: right;
  font-weight: 400;
  height: 12px;
  font-size: 12px;
  letter-spacing: 0;
  color: #ff4e4e;
  right: 10px;
  top: calc(50% + 6px); }

.wrapper___3O0U2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px; }

@media (max-width: 768px) {
  .input___3HqC0 {
    font-size: 16px; } }

.errorField___2g4Vz {
  font-size: 12px;
  letter-spacing: 0;
  width: 100%;
  height: 0px;
  max-width: 300px;
  color: #ff4e4e;
  opacity: 1;
  text-align: left; }

.inputTitle___Zfmuz {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0;
  color: #3b3b3b;
  opacity: 1;
  font-weight: 600;
  user-select: none;
  pointer-events: none;
  width: 100%;
  max-width: 300px; }
  .inputTitle___Zfmuz.leftAlign___1MUM1 {
    text-align: left; }

.ingress___b6tnk {
  text-align: center;
  font-family: "Open Sans", serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 20px;
  padding: 0px 15px 40px 15px;
  width: 100%;
  max-width: 380px;
  margin: 0px auto;
  color: #222222;
  opacity: 1; }

.wrapper___11vXd {
  color: white; }

.loader___VZpHI {
  display: flex;
  justify-content: center; }

.message___1Vq4R {
  text-align: center;
  color: white; }

.message___3Edj8 {
  font-size: 12px;
  padding: 25px;
  text-align: center;
  max-width: 380px;
  padding: 10px;
  width: 100%;
  margin: auto; }

.loader___19ze3 {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-direction: column; }

.paymentButton___21kVr {
  width: 50%;
  margin-left: 25%; }

.successText___1dp7n {
  display: block;
  text-align: center;
  font-size: 18px; }

.description___17EOG {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  line-height: 1.4;
  letter-spacing: 0.5px; }

.cardElement___2jzKk {
  border: 1px solid white;
  border-radius: 17px;
  height: 34px;
  color: white;
  line-height: 34px;
  padding-left: 10px;
  margin-left: 10%;
  margin-top: 10px;
  width: 80%; }

@media (max-width: 768px) {
  .cardElement___2jzKk {
    margin-left: 3%;
    width: 94%; } }

.input___3l7v7 {
  width: 100%;
  max-width: 300px;
  height: 38px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  opacity: 1;
  outline: none;
  text-align: center;
  background: transparent;
  padding: 0px 15px;
  text-align: left;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans", serif;
  font-size: 14px;
  letter-spacing: 0;
  color: #3b3b3b;
  background: #ffffff; }
  .input___3l7v7.error___1jt5j {
    background: #ffffff;
    border: 1px solid #ff4545; }

.wrapper___18y_L {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px; }

.errorField___2h4BY {
  font-size: 12px;
  letter-spacing: 0;
  width: 100%;
  height: 0px;
  max-width: 300px;
  color: #ff4e4e;
  opacity: 1;
  text-align: left; }

.wrapper___3AlrV {
  margin-bottom: 80px; }

.description___Z7cmq {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  line-height: 1.4;
  letter-spacing: 0.5px; }

.extraMargin___2c9lG {
  margin: 30px 0px; }

.paymentButton___1QM7y {
  width: 80%;
  margin-left: 10%; }

.success___2otP6 {
  font-size: 13px;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
  margin: 20px 50px;
  color: #5f2e2e;
  border-radius: 4px;
  line-height: 1.5;
  text-align: center; }
  .success___2otP6 h2 {
    margin-bottom: 10px;
    color: red; }

.success___2otP6 {
  background: #97f593; }

.terms___2594R {
  font-size: 12px;
  max-width: 300px;
  width: 100%;
  margin: 20px auto;
  text-align: center; }
  .terms___2594R label {
    padding-left: 20px; }
  .terms___2594R a {
    text-decoration: underline;
    display: inline !important; }

.switch___1IUnM {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px; }

/* Hide default HTML checkbox */
.switch___1IUnM input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider___1YHXY {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5e5e5;
  border-radius: 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.slider___1YHXY:before {
  position: absolute;
  content: "";
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 24px;
  left: -12px;
  top: -5px;
  height: 24px;
  background: #acacac;
  border: 1px solid #ffffff;
  opacity: 1;
  border-radius: 12px; }

input:checked + .slider___1YHXY {
  background: #85ebbf;
  border-radius: 12px; }

input:checked + .slider___1YHXY:before {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
  background: #54dba0; }

.text___1xD5W {
  margin-left: 20px; }

.wrapper___3II4z {
  font-size: 12px;
  max-width: 300px;
  width: 100%;
  margin: 25px auto 0px;
  padding: 10px;
  text-align: center;
  border: 1px solid transparent; }
  .wrapper___3II4z.error___315Tp {
    background: #ffffff;
    border: 1px solid #ff4545; }
  .wrapper___3II4z a {
    text-decoration: underline;
    display: inline !important; }

.errorField___3k2aU {
  font-size: 12px;
  letter-spacing: 0;
  width: 100%;
  height: 25px;
  max-width: 300px;
  color: #ff4e4e;
  opacity: 1;
  text-align: left;
  margin: auto; }

.wrapper___5rC4k {
  color: white; }

.description___3onEu {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  line-height: 1.4;
  letter-spacing: .5px; }

.error___2bIJU,
.success___11afu {
  font-size: 13px;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
  margin: 20px 50px;
  color: #5f2e2e;
  border-radius: 4px;
  line-height: 1.5;
  text-align: center; }
  .error___2bIJU h2,
  .success___11afu h2 {
    margin-bottom: 10px;
    color: red; }

.success___11afu {
  background: #97f593; }

.message___1oEuo {
  text-align: center; }

