/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
/* CSS files add styling rules to your content */
.FuturaPT-Book {
  font-family: FuturaPT-Book;
  font-weight: normal;
  font-style: normal;
}

.FuturaPT-Medium {
  font-family: FuturaPT-Medium;
  font-weight: normal;
  font-style: normal;
}

.FuturaPT-Demi {
  font-family: FuturaPT-Demi;
  font-weight: normal;
  font-style: normal;
}

.FuturaPT-Bold {
  font-family: FuturaPT-Bold;
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
}

body {
  font-family: helvetica, arial, sans-serif;
  background: #000;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

@media (max-width: 950px) {
  body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body::-webkit-scrollbar {
  display: none;
}

textarea.message::-webkit-scrollbar {
  display: none;
}

h1 {
  font-style: italic;
  color: #373fff;
}

a.link-in-text {
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

a.link-in-text:hover {
  color: #19DCF5;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

a.link-in-text:focus {
  color: #19DCF5;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.faded {
  opacity: 0.3;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hidden {
  display: none !important;
}

.ccount {
  background: #FF2994;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #fff;
  border-radius: 2rem;
  font-size: 0.7rem;
  font-family: FuturaPT-Medium;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: 1rem;
  margin-top: 1rem;
}

@media (max-width: 950px) {
  .ccount {
    width: 4rem;
    height: 4rem;
    font-size: 1.2rem;
  }
}
.card {
  width: 72rem;
  height: 48rem;
  /*   background: #fff; */
  margin-bottom: 18rem;
  position: sticky;
  position: -webkit-sticky;
  bottom: -56%;
  top: -56%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.2);
  /* transform: translateX(0rem) translateY(0rem) !important; */
  overflow: hidden;
  z-index: 1;
}
.card:nth-child(1) {
  transform: rotateZ(4deg);
}
.card:nth-child(2) {
  transform: rotateZ(5deg);
}
.card:nth-child(3) {
  transform: rotateZ(2deg);
}
.card:nth-child(4) {
  transform: rotateZ(5deg);
}
.card:nth-child(5) {
  transform: rotateZ(1deg);
}
.card:nth-child(6) {
  transform: rotateZ(2deg);
}
.card:nth-child(7) {
  transform: rotateZ(-5deg);
}
.card:nth-child(8) {
  transform: rotateZ(0deg);
}
.card:nth-child(9) {
  transform: rotateZ(-4deg);
}
.card:nth-child(10) {
  transform: rotateZ(2deg);
}
.card:nth-child(11) {
  transform: rotateZ(-5deg);
}
.card:nth-child(12) {
  transform: rotateZ(0deg);
}
.card:nth-child(13) {
  transform: rotateZ(4deg);
}
.card:nth-child(14) {
  transform: rotateZ(-4deg);
}
.card:nth-child(15) {
  transform: rotateZ(-2deg);
}
.card:nth-child(16) {
  transform: rotateZ(-2deg);
}
.card:nth-child(17) {
  transform: rotateZ(-3deg);
}

.card.notSticky {
  position: relative;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 2557px) {
  .card {
    width: 72rem;
    height: 48rem;
  }
}
@media (max-width: 2200px) {
  .card {
    width: 60rem;
    height: 40rem;
  }
}
@media (max-width: 1680px) {
  .card {
    width: 50rem;
    height: 33.4rem;
  }
}
@media (max-width: 1440px) {
  .card {
    top: -61%;
    bottom: -61%;
  }
}
@media (max-width: 1440px) and (max-height: 754px) {
  .card {
    top: -63%;
    bottom: -63%;
  }
}
@media (max-width: 1257px) {
  .card {
    bottom: -40%;
    top: -40%;
    width: 39rem;
    height: 26rem;
    background: #fff;
    margin-bottom: 5rem;
  }
}
@media (max-width: 1024px) {
  .card {
    bottom: -40%;
    top: -40%;
    width: 34rem;
    height: 22.7rem;
    background: #fff;
  }
}
@media (max-width: 950px) {
  .card {
    width: auto;
    height: 62.5vw;
    bottom: -44%;
    top: -44%;
  }
}
@media (max-width: 700px) {
  .card {
    width: auto;
    height: 14rem;
    bottom: -25%;
    top: -25%;
    margin-bottom: 5rem;
    z-index: 1;
  }
}
.card img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.card-content {
  width: 100%;
  height: 100%;
  /* 100% */
  background: white;
  top: 0;
  z-index: 4;
  position: absolute;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
}

@media (max-width: 950px) {
  .card-content {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* overflow: scroll; */
    padding: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 100;
  }
}
.content {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem 1rem 1rem;
}

@media (max-width: 1220px) {
  .content {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem 0 0;
  }
}
@media (max-width: 950px) {
  .content {
    width: 100%;
    padding: 9rem 0 0;
  }
}
.content p {
  font-family: FuturaPT-Medium;
  line-height: 1.6rem;
  font-size: 0.84rem;
}

@media (max-width: 1220px) {
  .content p {
    font-family: FuturaPT-Medium;
    line-height: 1.1rem;
    font-size: 0.65rem;
  }
}
@media (max-width: 950px) {
  .content p {
    line-height: 186%;
    font-size: 1.2rem;
  }
}
.content h4 {
  font-family: FuturaPT-Bold;
  letter-spacing: 0.1rem;
  font-size: 0.8rem;
  margin-bottom: 0;
  margin-top: 0;
}

@media (max-width: 1220px) {
  .content h4 {
    font-family: FuturaPT-Bold;
    letter-spacing: 0.1rem;
    font-size: 0.7rem;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 950px) {
  .content h4 {
    font-size: 1rem;
  }
}
.line {
  width: auto;
  height: 100%;
  border: 0.5px solid #000;
}

@media (max-width: 950px) {
  .line {
    border: 1px solid #000;
    margin-top: 5rem;
    margin-bottom: 3rem;
    width: 100%;
    height: 0;
  }
}
.address-form textarea {
  border: none;
}

.address-form {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1220px) {
  .address-form {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 950px) {
  .address-form {
    width: 100%;
  }
}
.send-options {
  width: 100%;
  height: 2rem;
  /*     background: red; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 3rem;
}

@media (max-width: 1220px) {
  .send-options {
    width: 100%;
    height: 2rem;
    /* background: red; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2rem;
  }
}
@media (max-width: 950px) {
  .send-options {
    width: 100%;
    height: 100%;
    /* background: red; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.send-options .button {
  font-size: 0.44rem;
  padding: 1rem;
  letter-spacing: 0.1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-right: 0.5rem;
  height: 100%;
}

@media (max-width: 1220px) {
  .send-options .button {
    font-size: 0.24rem;
    padding: 1rem;
    letter-spacing: 0.1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    margin-right: 0.5rem;
    height: 100%;
  }
}
@media (max-width: 950px) {
  .send-options .button {
    font-size: 1rem;
    padding: 2rem;
    letter-spacing: 0.2rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}
.mobile-button {
  display: none;
  margin-bottom: 2rem;
}

@media (max-width: 950px) {
  .mobile-button {
    display: initial;
    margin-top: 1rem;
    width: 100%;
    background: #FF2994 !important;
    box-shadow: 0 14px #000 !important;
    border: 0 !important;
  }
}
.form-type {
  width: 100%;
}

@media (max-width: 950px) {
  .form-type {
    display: flex;
    flex-direction: column;
  }
}
.form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 1;
  transition: all 0.5s ease;
}

@media (max-width: 1220px) {
  .form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 950px) {
  .form-wrap {
    padding: 0;
  }
}
p.mobile-note {
  font-size: 1.12rem;
  font-family: Futura-Medium;
  margin-top: 0;
  padding-bottom: 0.6rem;
  line-height: 154%;
  display: none !important;
  color: #666;
}

@media (max-width: 950px) {
  p.mobile-note {
    display: block !important;
  }
}
.link-holder {
  position: fixed;
  width: 100%;
  height: 108vh;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
  z-index: 2020;
  transition: all 0.5s ease;
}

.link-holder.higher {
  height: 100%;
  transition: all 0.5s ease;
}

.paper-slip {
  margin: 1rem;
  padding: 1.5rem;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
  border: 2px solid #000;
}

.paper-slip p {
  font-family: Futura-Medium;
  font-size: 1.4rem;
  padding-bottom: 1rem;
}

input.output-send-link {
  width: 100%;
  padding: 0.75rem;
  font-family: Futura-Medium;
  border: 2px solid #000;
  font-size: 1rem;
  margin-bottom: 2rem;
}

button.button.done {
  margin-right: 0;
  font-size: 1.2rem;
  /* padding: 1rem; */
}

.transparent {
  opacity: 0;
  transition: all 0.5s ease;
}

.form-wrap h4 {
  font-family: FuturaPT-Bold;
  letter-spacing: 0.1rem;
  font-size: 0.8rem;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 1rem;
}

@media (max-width: 950px) {
  .form-wrap h4 {
    font-family: FuturaPT-Bold;
    letter-spacing: 0.1rem;
    font-size: 1.15rem;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 1rem;
  }
}
.form-wrap input[type=text] {
  font-size: 0.84rem;
  padding: 0.5rem 0.5rem 0.5rem 0;
  font-family: FuturaPT-Medium;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 1rem;
  outline: none;
}

@media (max-width: 1220px) {
  .form-wrap input[type=text] {
    font-size: 0.76rem;
    padding: 0.5rem 0.5rem 0.5rem 0;
    font-family: FuturaPT-Medium;
    color: #000;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    margin-bottom: 1rem;
    outline: none;
  }
}
@media (max-width: 950px) {
  .form-wrap input[type=text] {
    font-size: 1.42rem;
    padding: 0.75rem 0.75rem 0.75rem 0;
    font-family: FuturaPT-Medium;
    color: #000;
    border: none;
    border-bottom: 2px solid #000;
    width: 100%;
    margin-bottom: 1rem;
    outline: none;
  }
}
.form-type.tweeting {
  margin-bottom: 10rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 1220px) {
  .form-type.tweeting {
    margin-bottom: 2rem;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.form-type.mailing {
  margin-bottom: 3.55rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  display: none !important;
}

@media (max-width: 1220px) {
  .form-type.mailing {
    margin-bottom: 3.55rem;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
  }
}
.form-type.linking {
  margin-bottom: 4rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

@media (max-width: 1220px) {
  .form-type.linking {
    margin-bottom: 1rem;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
  }
}
.form-type.mailing::after {
  content: " ";
  width: 107%;
  height: 99%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  z-index: 1;
  position: absolute;
  top: -5px;
  left: -5px;
  opacity: 0;
  font-family: FuturaPT-Bold;
  text-align: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 0.8rem;
  letter-spacing: 0.2rem;
  -webkit-transition: all 0.5s ease 1.5s;
  -o-transition: all 0.5s ease 1.5s;
  transition: all 0.5s ease 1.5s;
}

.card.sending .form-type.mailing::after {
  content: " ";
  width: 107%;
  height: 99%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  z-index: 1;
  position: absolute;
  top: -5px;
  left: -5px;
  opacity: 0.1;
  font-family: FuturaPT-Bold;
  text-align: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 0.8rem;
  letter-spacing: 0.2rem;
  -webkit-transition: all 0.5s ease 1.5s;
  -o-transition: all 0.5s ease 1.5s;
  transition: all 0.5s ease 1.5s;
}

.form-type.mailing::before {
  content: "COMING SOON";
  width: 107%;
  height: 99%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  z-index: 2;
  position: absolute;
  top: -5px;
  left: -5px;
  opacity: 0;
  font-family: FuturaPT-Bold;
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
  -webkit-transition: all 0.5s ease 1.5s;
  -o-transition: all 0.5s ease 1.5s;
  transition: all 0.5s ease 1.5s;
}

.card.sending .form-type.mailing::before {
  content: "COMING SOON";
  width: 107%;
  height: 99%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  z-index: 2;
  position: absolute;
  top: -5px;
  left: -5px;
  opacity: 1;
  font-family: FuturaPT-Bold;
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
  -webkit-transition: all 0.5s ease 1.5s;
  -o-transition: all 0.5s ease 1.5s;
  transition: all 0.5s ease 1.5s;
}

textarea.message {
  resize: none;
  width: 100%;
  margin-top: 1rem;
  border: none;
  font-size: 0.84rem;
  font-family: FuturaPT-Medium;
  -webkit-font-smoothing: antialiased;
  color: #000;
  height: auto;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-sizing: border-box;
  padding: 0.5rem;
}

@media (max-width: 1220px) {
  textarea.message {
    font-size: 0.68rem;
  }
}
@media (max-width: 950px) {
  textarea.message {
    font-size: 1.2rem;
  }
}
textarea.message:focus {
  outline: none;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 950px) {
  textarea.message:focus {
    border: 2px solid #000;
  }
}
.stamp {
  position: absolute;
  top: 2rem;
  right: 2rem;
  height: 4.6rem;
  width: 4rem;
  background: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.9rem;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}

@media (max-width: 1220px) {
  .stamp {
    position: absolute;
    top: 1rem;
    right: 1rem;
    height: 3.6rem;
    width: 3rem;
    background: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.65rem;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
    /* transform: scale(.7); */
  }
}
.card.sending .stamp {
  -webkit-box-shadow: -4px 4px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: -4px 4px 0 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}

.card-holder {
  /*   background: #000; */
  width: 84vw;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 12rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 2200px) {
  .card-holder {
    width: 72vw;
  }
}
@media (max-width: 1440px) and (max-height: 754px) {
  .card-holder {
    padding-top: 8rem;
  }
}
@media (max-width: 1220px) {
  .card-holder {
    /* background: #000; */
    width: 72vw;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* flex-wrap: wrap; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 1024px) {
  .card-holder {
    width: 66vw;
  }
}
@media (max-width: 950px) {
  .card-holder {
    width: 100%;
    padding: 1.25rem;
  }
}
@media (max-width: 950px) {
  .card-holder.locked {
    position: relative;
    z-index: 100;
    height: 100%;
  }
}
.card-holder.widen {
  width: 100%;
}

.piled {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.isStuck {
  -webkit-transform: rotateZ(0deg) !important;
  transform: rotateZ(0deg) !important;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.flipped {
  /*   transform: rotateZ(0deg) rotateY(180deg) scale(2) translateX(-4rem)
     translateY(0rem) !important;
   z-index: 2;
   top: 34vh;
   order: -1;
   left: 45vw; */
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  z-index: 4;
}

@media (max-width: 1680px) {
  /*   .flipped {
     transform: rotateZ(0deg) rotateY(180deg) scale(1.8) translateX(-9rem)
       translateY(3rem) !important;
   } */
}
@media (max-width: 950px) {
  .flipped {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    position: fixed;
    top: 0;
    z-index: 1000;
    -webkit-transform: rotateY(180deg) translateX(-100%) !important;
    transform: rotateY(180deg) translateX(-100%) !important;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: auto;
    background: #fff;
  }
}
.sending {
  /*   transform:rotateZ(0deg) rotateY(180deg) scale(2) translateX(-10rem) translateY(5rem) !important;  OLD INITIAL STATE*/
  /*   transform:rotateZ(0deg) rotateY(180deg) scale(1.8) translateX(7rem) translateY(3rem) !important;  OLD SENDING STATE*/
  /*   transform: rotateZ(0deg) rotateY(180deg) scale(1.8) translateX(13rem)
     translateY(-2rem) !important; */
}

.card.flipped img {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* display: none; */
  z-index: 0;
  position: relative;
  pointer-events: none;
}

.card.flipped .card-content {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 950px) {
  .card.flipped .card-content {
    pointer-events: all !important;
  }
}
.flipped img.stamp-img {
  opacity: 1;
  width: 100%;
}

.flipped img.close-img {
  opacity: 1;
  width: 100%;
}

/* .close {
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  top: 0.8rem;
  left: 0.8rem;
  background: #000;
  box-sizing: border-box;
  padding: 0.4rem;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
} */
.close {
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  top: 0.8rem;
  left: 0.8rem;
  background: #FF2994;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-shadow: 0 6px black;
  box-shadow: 0 6px black;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1220px) {
  .close {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.3rem;
  }
}
@media (max-width: 950px) {
  .close {
    width: 2rem;
    height: 2rem;
    padding: 0.3rem;
  }
}
.close:hover {
  top: 1.15rem;
  -webkit-box-shadow: 0 0 black;
  box-shadow: 0 0 black;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button-group {
  position: fixed;
  /*     background: #fff; */
  bottom: 4rem;
  right: 4rem;
  width: auto;
  height: auto;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 950px) {
  .button-group {
    z-index: 101;
    display: none;
  }
}
body.locked .button-group {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.button {
  background: #000;
  color: #fff;
  padding: 1.5rem 2rem;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 2rem;
  font-family: FuturaPT-Bold;
  letter-spacing: 0.2rem;
  min-width: 11rem;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.button:hover {
  background: #fff;
  color: #000;
  border: 2px solid #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.button.tweet {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

@media (max-width: 950px) {
  .button.tweet {
    border: 2px solid #000;
  }
}
.button.mail {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  display: none !important;
}

@media (max-width: 950px) {
  .button.mail {
    border: 2px solid #000;
  }
}
.button.mail:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

@media (max-width: 950px) {
  .button.mail:hover {
    /*   border: 2px solid  #000; */
  }
}
.button.link {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.button.link:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

@media (max-width: 950px) {
  .button.link {
    border: 2px solid #000;
  }
}
.button.active {
  background: yellow;
  border: 1px solid yellow;
  color: black;
}

@media (max-width: 950px) {
  .button.active {
    border: 2px solid yellow;
  }
}
.button.mail,
.button.tweet {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  text-decoration: none;
}

.button-group .button:last-of-type {
  margin: 0;
}

.back {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #444 !important;
  color: #fff;
  border: 2px solid #444;
}

.back:hover {
  opacity: 1;
  pointer-events: initial;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #444 !important;
  color: #fff;
  border: 2px solid #444;
}

.button-group .button {
  background: #FF2994;
  -webkit-box-shadow: 0 12px black;
  box-shadow: 0 12px black;
  border: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.button-group .button:hover {
  background: #FF2994;
  -webkit-box-shadow: 0 0 black;
  box-shadow: 0 0 black;
  border: 0;
  background: #000;
  top: 12px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.showbutton {
  pointer-events: initial;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.stamp::before {
  content: " ";
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: -3;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}

.card.sending .stamp::before {
  content: " ";
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0.65rem;
  right: 0.65rem;
  position: absolute;
  z-index: -3;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}

body.locked {
  overflow: hidden;
}

/* @media (max-width: 950px) {
body.locked {
    overflow-x: hidden;
    overflow-y: scroll;
}
} */
.info {
  position: fixed;
  left: 3rem;
  top: 3rem;
  width: 24rem;
  height: auto;
  /* background: red; */
  z-index: 0;
  padding: 2rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 1300px) {
  .info {
    position: fixed;
    left: 3rem;
    top: 3rem;
    width: 22rem;
    height: auto;
    /*     background: red; */
    z-index: 0;
    padding: 2rem;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media (max-width: 1220px) {
  .info {
    position: fixed;
    left: 1rem;
    top: 1rem;
    width: 21rem;
    height: auto;
    /* background: red; */
    z-index: 0;
    padding: 2rem;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media (max-width: 950px) {
  .info {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1rem;
  }
}
.button,
.ccount,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong {
  -webkit-font-smoothing: antialiased;
}

.info h2 {
  font-family: FuturaPT-Bold;
  color: #fff;
  font-size: 2.4rem;
  line-height: 158%;
}

@media (max-width: 1300px) {
  .info h2 {
    font-family: FuturaPT-Bold;
    color: #fff;
    font-size: 2.2rem;
    line-height: 158%;
  }
}
@media (max-width: 1220px) {
  .info h2 {
    font-family: FuturaPT-Bold;
    color: #fff;
    font-size: 1.8rem;
    line-height: 158%;
  }
}
@media (max-width: 950px) {
  .info h2 {
    font-size: 1.8rem;
    line-height: 158%;
  }
}
.info p {
  font-family: FuturaPT-Medium;
  color: #fff;
  font-size: 1.4rem;
  line-height: 152%;
}

@media (max-width: 1300px) {
  .info p {
    font-family: FuturaPT-Medium;
    color: #fff;
    font-size: 1.2rem;
    line-height: 152%;
  }
}
@media (max-width: 1220px) {
  .info p {
    font-family: FuturaPT-Medium;
    color: #fff;
    font-size: 1.12rem;
    line-height: 152%;
  }
}
@media (max-width: 950px) {
  .info p {
    font-size: 1.2rem;
    line-height: 152%;
  }
}
strong {
  font-size: 1.3rem;
  font-family: FuturaPT-Bold;
}

@media (max-width: 1300px) {
  strong {
    font-size: 1.1rem;
  }
}
@media (max-width: 950px) {
  strong {
    font-size: 1rem;
  }
}
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0) rotate(-2deg);
    transform: translate3d(-1px, 0, 0) rotate(-2deg);
    pointer-events: none;
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0) rotate(1deg);
    transform: translate3d(2px, 0, 0) rotate(1deg);
    pointer-events: none;
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0) rotate(-3deg);
    transform: translate3d(-4px, 0, 0) rotate(-3deg);
    pointer-events: none;
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0) rotate(2deg);
    transform: translate3d(4px, 0, 0) rotate(2deg);
    pointer-events: initial;
  }
}
@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0) rotate(-2deg);
    transform: translate3d(-1px, 0, 0) rotate(-2deg);
    pointer-events: none;
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0) rotate(1deg);
    transform: translate3d(2px, 0, 0) rotate(1deg);
    pointer-events: none;
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0) rotate(-3deg);
    transform: translate3d(-4px, 0, 0) rotate(-3deg);
    pointer-events: none;
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0) rotate(2deg);
    transform: translate3d(4px, 0, 0) rotate(2deg);
    pointer-events: initial;
  }
}
.copied-alert {
  position: absolute;
  left: -24rem;
  top: -0.25rem;
  background: #000;
  padding: 1rem;
  color: #fff;
  font-family: Futura-Bold;
  letter-spacing: 0.2rem;
  opacity: 0;
}

.copied-alert.flash {
  animation: flash 2s ease both;
  transition: all 0.5s ease;
}

@-webkit-keyframes flash {
  10%, 90% {
    opacity: 0;
  }
  20%, 80% {
    opacity: 1;
  }
  30%, 50%, 70% {
    opacity: 0;
  }
  40%, 60% {
    opacity: 1;
  }
}
@keyframes flash {
  10%, 90% {
    opacity: 0;
  }
  20%, 80% {
    opacity: 1;
  }
  30%, 50%, 70% {
    opacity: 0;
  }
  40%, 60% {
    opacity: 1;
  }
}
.cookie-warning {
  position: fixed;
  bottom: 0;
  background-color: #222;
  color: #fff;
  font-family: FuturaPT-Medium, sans-serif;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10000000;
  -webkit-font-smoothing: antialiased;
}

.cookie-warning.cookie-warning--hidden {
  bottom: -200px;
  transition: bottom 0.6s ease-in;
}

.cookie-warning--text {
  padding: 15px;
}

.cookie-warning--link {
  color: #fff;
  text-decoration: underline;
}

.cookie-warning--hide {
  cursor: pointer;
}

.cookie-warning--hide-x {
  height: 18px;
  padding: 0 15px;
}

.cookie-warning.cookie-warning--hidden {
  bottom: -200px;
  transition: bottom 0.6s ease-in;
}

.legal-footer {
  height: 20px;
  box-sizing: border-box;
  padding: 25px;
  width: 100%;
  font-family: FuturaPT-Medium, HK-grotesk-regular, sans-serif;
  background: #222;
  display: flex;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  align-content: space-between;
  position: absolute;
  bottom: 0px;
  color: #fff;
}

.legal-footer a {
  text-decoration: underline;
  padding-right: 1rem;
  color: #fff;
}

.legal-footer.legal {
  display: inline-block;
}

@media (max-width: 700px) {
  .legal-footer {
    height: auto;
    display: flex;
    justify-content: flex-start;
    justify-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    position: relative;
    bottom: 0px;
    color: #fff;
    z-index: 999;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .legal-footer .legal {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
  }

  .legal-footer a {
    width: 100%;
    padding-bottom: 5px;
  }
}

/*# sourceMappingURL=style.css.map */
