@font-face {
  font-family: HelveticaNeue;
  src: url(../fonts/HelveticaNeue.eot);
  src: url(../fonts/HelveticaNeue.eot) format('embedded-opentype'), url(../fonts/HelveticaNeue.woff2) format('woff2'), url(../fonts/HelveticaNeue.woff) format('woff'), url(../fonts/HelveticaNeue.ttf) format('truetype'), url(../fonts/HelveticaNeue.svg#HelveticaNeue) format('svg');
  font-weight: 400;
}
@font-face {
  font-family: AvenirNext;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/avenir-next-regular.woff") format("woff");
}
@font-face {
  font-family: AvenirNext;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/avenir-next-medium.woff") format("woff");
}
@font-face {
  font-family: AvenirNext;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/avenir-next-demi.woff") format("woff");
}
.slide {
  display: none;
}
.slidebuttons {
  margin: 15px 0;
}
.slide_next,
.slide_previous {
  position: relative;
}
.slide_next {
  background: #2BBBAD;
  float: right;
}
.percentage_wrapper {
  clear: both;
  background-color: #CC0000;
  height: 20px;
  width: 100%;
}
.percentage_done {
  background-color: #2BBBAD;
  height: 20px;
}
.percentage_text {
  background-color: #2BBBAD;
  height: 20px;
  float: right;
}
.hide_when_not_valid {
  display: none;
}
.recaptcha_button_next_container {
  display: none;
}
.button {
  display: inline-block;
  margin: 10px 15px 5px 0;
  padding: 10px 20px;
  background-color: red;
  cursor: pointer;
  border-radius: 4px;
}
.dropdown {
  margin: 10px;
}
.checkPassword,
.checkEmail,
.checkNickname {
  display: none;
}
::-ms-clear {
  display: none;
}
#emailsupportbox {
  display: none;
}
#tags-list ul {
  position: absolute;
  left: 0 !important;
  top: 75px !important;
  width: 100% !important;
  z-index: 10 !important;
  padding: 0 5px!important;
  line-height: normal !important;
  text-align: left;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}
.ui-menu .ui-menu-item {
  width: 100% !important;
  padding: 5px !important;
  box-sizing: border-box !important;
  border: none !important;
  background: #FFFFFF !important;
}
.ui-menu .ui-menu-item:hover,
.ui-menu .ui-menu-item:focus {
  border: none !important;
  background: #f1f1f1 !important;
}
* {
  margin: 0;
  padding: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html,
body {
  height: 100%;
}
body {
  color: #444;
  font: 400 16px / normal "Bree Serif", serif;
  font-style: normal;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  min-height: 100%;
  flex-direction: column;
}
header {
  background: #fff;
  padding: 10px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
main {
  flex: 1;
  background: #dbd7e6;
}
footer {
  background: rgba(255, 255, 255, 0.84);
  padding: 20px 10px 30px;
  text-align: center;
  position: relative;
  bottom: 0;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .75em;
}
h1 {
  font-size: 2.8vw;
  line-height: 1.1em;
  margin-bottom: 0;
  margin: auto;
}
h2 {
  font-size: 1.75em;
  line-height: 1;
  margin: 5px;
  font-weight: 400;
}
h3 {
  font-size: 1.5rem;
  text-align: center;
  margin: 15px 0;
}
em {
  font-style: italic;
}
b,
strong {
  font-weight: 700;
}
a {
  color: #3af;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #61bdff;
  text-decoration: none;
}
p {
  font-size: 1.75em;
  line-height: normal;
  margin-bottom: 10px;
  padding: 0 20px;
}
/* Captcha */
.captcha {
  display: flex;
  justify-content: center;
  width: 100%;
}
.logo {
  font-family: 'Chicle', cursive;
  font-size: calc(1em + 1vw);
  word-wrap: break-word;
  color: #c3b3b6;
  display: flex;
  align-items: center;
}
.logo .icon {
  width: 64px;
  height: 64px;
  margin: 0 5px 10px 0;
  opacity: 0.78;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.smallfont {
  font-size: 1em;
}
.note {
  font-size: 0.875em;
  width: 100%;
  display: block;
  text-align: center;
}
.center {
  text-align: center;
  width: 100%;
}
.line {
  text-decoration: line-through;
}
.indent {
  display: block;
  margin: 15px 20px 0;
}
.container {
  max-width: 700px;
  margin: 0 auto 125px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px;
}
.flex {
  display: flex;
  justify-content: center;
}
.between-select {
  line-height: 70px;
}
.customer_email_address {
  word-wrap: break-word;
  font-size: 0.875em;
  text-align: center;
  width: 100%;
  display: block;
}
.smallblock {
  max-width: 400px;
  margin: 5px auto;
  text-align: center;
}
.clock-container {
  text-align: center;
}
.clock {
  font-size: 2.5em;
  color: #222;
}
.clock.warning {
  color: #ff4d4d;
}
/* Background images per slide */
.slide {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  min-height: 100vh;
  min-height: -webkit-calc(17vh);
  min-height: -moz-calc(17vh);
  min-height: calc(100vh - 83px);
  padding: 2% 20px 20px;
}
@media only screen and (max-width: 480px) {
  h3 {
    margin-bottom: 0;
  }
}
.bg1 {
  background-image: url("../images/2018_15_221_background1.jpg");
}
.bg2 {
  background-image: url("../images/2018_15_221_background2.jpg");
}
.bg3 {
  background-image: url("../images/2018_15_221_background3.jpg");
}
.bg4 {
  background-image: url("../images/2018_15_221_background4.jpg");
}
.bg5 {
  background-image: url("../images/2018_15_221_background5.jpg");
}
.bg6 {
  background-image: url("../images/2018_15_221_background6.jpg");
}
body.girl .bg1 {
  background-image: url("../images/2018_15_105_background1.jpg");
}
body.girl .bg2 {
  background-image: url("../images/2018_15_105_background2.jpg");
}
body.girl .bg3 {
  background-image: url("../images/2018_15_105_background3.jpg");
}
body.girl .bg4 {
  background-image: url("../images/2018_15_105_background4.jpg");
}
body.girl .bg5 {
  background-image: url("../images/2018_15_105_background5.jpg");
}
body.girl .bg6 {
  background-image: url("../images/2018_15_105_background6.jpg");
}
/* Speech bubbles */
.bubble {
  display: inline-block;
  position: relative;
  padding: 15px;
  margin: 125px 0 15px;
  border: 4px solid rgba(127, 127, 127, 0.84);
  background: rgba(255, 255, 255, 0.84);
  border-radius: 10px;
  max-width: 520px;
  width: auto;
}
.bubble.small {
  max-width: 325px;
  left: 50px;
  margin: 5px 0 0;
  top: -10px;
}
.bubble.left {
  margin-left: 0;
}
.bubble.right {
  margin-right: 0;
}
.bubble:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 40px;
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: rgba(127, 127, 127, 0.84) transparent;
  display: block;
  width: 0;
}
.bubble:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 47px;
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.94) transparent;
  display: block;
  width: 0;
}
.bubble.top:before {
  top: -20px;
  bottom: auto;
  left: auto;
  left: 40px;
  border-width: 0 20px 20px;
}
.bubble.top:after {
  top: -13px;
  bottom: auto;
  left: auto;
  left: 47px;
  border-width: 0 13px 13px;
}
.bubble.left:before {
  top: 12px;
  bottom: auto;
  left: -29px;
  border-width: 13px 29px 13px 0;
  border-color: transparent rgba(127, 127, 127, 0.84);
}
.bubble.left:after {
  top: 16px;
  bottom: auto;
  left: -21px;
  border-width: 9px 21px 9px 0;
  border-color: transparent rgba(255, 255, 255, 0.94);
}
.bubble.right:before {
  top: 10px;
  bottom: auto;
  left: auto;
  right: -30px;
  border-width: 15px 0 15px 30px;
  border-color: transparent rgba(127, 127, 127, 0.84);
}
.bubble.right:after {
  top: 16px;
  bottom: auto;
  left: auto;
  right: -21px;
  border-width: 9px 0 9px 21px;
  border-color: transparent rgba(255, 255, 255, 0.94);
}
/* Error notification input fields */
#Question1Answers span,
#Question2Answers span,
#Question3Answers span,
.hearts {
  color: #ff4d4d;
}
.validation_conditions.smallfont {
  text-align: center;
}
/* List with checkmarks */
ul,
ul.checkmarks {
  list-style-type: none;
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
  margin: 15px 0;
  text-align: center;
}
ul.checkmarks li {
  margin-bottom: 5px;
}
ul.checkmarks li:before {
  color: #66c796;
  content: '✓';
  font-weight: 700;
  margin-right: 5px;
}
/* Icons of trustworthiness */
.icons-trust {
  font-size: 12px;
  margin: 20px 0;
}
.icons-trust li {
  display: inline-block;
  padding: 0 20px;
}
.icons-trust li .fas,
.icons-trust li .fab {
  color: #2BBBAD;
  font-size: 3em;
  margin: 0 0 5px;
}
.icons-trust li span,
.smallfont span {
  display: block;
}
/* Buttons */
.btn-row {
  margin-top: 15px;
  display: flex;
  flex-direction: column-reverse;
}
.btn-row span {
  margin: 0 auto!important;
}
.button,
.slide_next,
.slide_previous {
  display: inline-block;
  margin: 10px 5px auto;
  padding: 15px 30px;
  color: #444;
  background-color: rgba(176, 255, 174, 0.84);
  border: 3px solid #fff;
  border-radius: 10px;
  font-size: 1.75em;
  font-weight: 400;
  cursor: pointer;
  white-space: normal;
  text-align: center;
  text-transform: lowercase;
}
.button:first-letter,
.slide_next:first-letter,
.slide_previous:first-letter {
  text-transform: uppercase;
}
.button:hover,
.slide_next:hover,
.slide_previous:hover,
.slide_next:focus,
.slide_previous:focus,
.button:focus,
.preferedgender > div > div:nth-of-type(2):hover,
.preferedgender > div > div:nth-of-type(2):focus {
  background-color: rgba(26, 201, 159, 0.84);
  border: 3px solid #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button {
  margin: 5px;
}
.btn-secondary,
.preferedgender > div > div:nth-of-type(2),
.isgender > div > div:nth-of-type(2) {
  color: #444;
  background-color: rgba(255, 255, 255, 0.64);
}
.slide_previous.btn-secondary {
  display: inline-block;
  margin: 0 10px 70px 0;
  padding: 5px 20px;
  color: #444;
  font-weight: 400;
  cursor: pointer;
  border: none;
  font-size: 1.313em;
  background-color: transparent;
}
.preferedgender > div,
.isgender > div {
  display: flex;
}
.preferedgender > div > div:first-of-type {
  order: 1;
}
.isgender > div > div:first-of-type {
  order: 1;
}
.fa,
.fab,
.fal,
.far,
.fas {
  position: relative;
  top: 2px;
}
/* Form elements */
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #444;
}
input::-ms-clear {
  display: none;
}
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder {
  border-bottom: none;
  color: #b8b8b8;
  text-decoration: none;
}
::-moz-placeholder {
  color: #b8b8b8;
  text-decoration: none;
}
:-ms-input-placeholder {
  color: #b8b8b8;
  text-decoration: none;
}
select,
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  display: block;
  padding: 10px 15px;
  height: auto;
  border-radius: 3px;
  color: #444;
  font-size: 1.438em;
  line-height: normal;
  border: 3px solid rgba(127, 127, 127, 0.84);
}
select {
  background: #fff url("../images/2018_15_221_arrowdown.png") right center no-repeat;
  padding: 10px 40px 10px 13px;
}
select option {
  padding: 0 4px;
  font-size: 1em;
}
input[type="text"],
input[type="email"] {
  padding: 10px 40px;
  margin: 5px auto 0;
  width: 100%;
}
input[type="checkbox"] {
  cursor: pointer;
  padding: 0;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  margin: 0 5px 0 0;
}
label,
.section-head,
.between-select {
  display: inline-block;
  font-size: 1.313em;
  margin: 0 15px;
}
.section-head {
  margin: 15px 0 10px;
}
/* Input validated with a checkmark */
.checkNickname,
.checkPassword,
.checkEmail {
  position: absolute;
  z-index: 1;
  font-size: 1.313em;
  right: 50px;
  top: -3px;
}
.fa.fa-check-circle {
  color: #2BBBAD !important;
}
/* Icons inside input fields */
.wrapper {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.wrapper .fa {
  color: #dadada;
  position: absolute;
  left: 15px;
  font-size: 1.313em;
  top: 17px;
}
.dropdown {
  margin: 10px auto;
}
/* Terms & conditions */
.terms {
  display: flex;
  justify-content: center;
  margin: 15px;
  width: 100%;
  max-width: 400px;
}
.terms span {
  margin: 0 0 0 -15px;
}
.mailboxprovider {
  display: none;
}
.mailboxprovider:hover {
  border-bottom: 1px solid transparent;
}
/* Email autocomplete */
#tags-list ul {
  position: absolute;
  left: 0 !important;
  top: 52px !important;
  width: 100% !important;
  z-index: 10 !important;
  padding: 0 !important;
  line-height: normal !important;
  text-align: left;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  right: 0;
  margin: 0 auto;
}
#tags-list ul li {
  padding: 0 5px;
  font-size: 1em;
}
/* Animation fadeInUp */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.magictime {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/* Swap */
.swap {
  animation-name: swap;
}
@-webkit-keyframes swap {
  0% {
    opacity: 0;
    transform-origin: 0 100%;
    transform: scale(0, 0) translate(-400px, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scale(1, 1) translate(0, 0);
  }
}
@keyframes swap {
  0% {
    opacity: 0;
    transform-origin: 0 100%;
    transform: scale(0, 0) translate(-400px, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scale(1, 1) translate(0, 0);
  }
}
/* Animation delay */
.delay {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
/* Disclaimer footer */
#overlay-content {
  background-color: rgba(0, 0, 0, 0.84);
  width: 100%;
  padding: 20px;
  position: fixed;
  bottom: 0;
  margin: 0;
  color: #fff;
  font-size: 0.75em;
  text-align: left;
  z-index: 9999;
}
#popup1 {
  float: left;
  width: 75%;
  padding-left: 10%;
}
#popup1 p {
  display: block;
  margin: 0 0 10px;
  font-size: 1.125em;
}
#popup2 {
  float: right;
  width: 20%;
  padding-right: 10%;
  margin-top: -5px;
}
.popupbutton {
  text-transform: uppercase;
  border-radius: 4px;
  border: 0;
  transition: 0.2s ease-out;
  color: #fff;
  cursor: pointer;
  margin: 10px 5px 15px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  text-align: center;
  display: inline-block;
  padding: 15px 20px;
  vertical-align: middle;
  font-size: 1em;
  position: relative;
  float: left;
  white-space: normal;
  background: #2BBBAD;
}
.trans-bg {
  color: #fff;
  max-width: 450px;
  display: inline-block;
  width: 96%;
  background: rgba(0, 0, 0, 0.64);
  border-radius: 10px;
  padding: 20px 10px;
  margin: 0 auto;
}
.trans-bg .slide_previous {
  color: #fff;
}
/* Progress bar */
.percentage_wrapper {
  clear: both;
  background: #cc0000;
  height: 20px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.percentage_done {
  background: #30cfc0;
  height: 20px;
  line-height: 20px;
}
.percentage_text {
  background: #30cfc0;
  height: 20px;
  float: right;
  padding: 0 10px;
  color: #fff;
}
/* Responsive structure */
@media only screen and (max-width: 1024px) {
  .terms span {
    margin: 0 0 0 -10px;
  }
}
@media only screen and (max-width: 768px) {
  header {
    flex-direction: column;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  p {
    font-size: 1.188em;
  }
  .slide {
    padding: 10px  0 20px;
    width: 100%;
  }
  .button {
    width: 50%;
  }
  .checkmarks {
    margin-bottom: 10px;
  }
  .bubble {
    margin: 140px 0 15px;
  }
  .bg1 {
    background-image: url("../images/2018_15_221_backgroundmobile1.jpg");
  }
  .bg2 {
    background-image: url("../images/2018_15_221_backgroundmobile2.jpg");
  }
  .bg3 {
    background-image: url("../images/2018_15_221_backgroundmobile3.jpg");
  }
  .bg4 {
    background-image: url("../images/2018_15_221_backgroundmobile4.jpg");
  }
  .bg5 {
    background-image: url("../images/2018_15_221_backgroundmobile5.jpg");
  }
  .bg6 {
    background-image: url("../images/2018_15_221_backgroundmobile6.jpg");
  }
  body.girl .bg1 {
    background-image: url("../images/2018_15_105_backgroundmobile1.jpg");
  }
  body.girl .bg2 {
    background-image: url("../images/2018_15_105_backgroundmobile2.jpg");
  }
  body.girl .bg3 {
    background-image: url("../images/2018_15_105_backgroundmobile3.jpg");
  }
  body.girl .bg4 {
    background-image: url("../images/2018_15_105_backgroundmobile4.jpg");
  }
  body.girl .bg5 {
    background-image: url("../images/2018_15_105_backgroundmobile5.jpg");
  }
  body.girl .bg6 {
    background-image: url("../images/2018_15_105_backgroundmobile6.jpg");
  }
  .percentage_wrapper {
    box-shadow: 0 -5px 35px -5px rgba(0, 0, 0, 0.64);
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 4vw;
  }
  .bubble {
    margin: 100px 0 15px;
    padding: 5px;
  }
  .bubble.small {
    left: 15px;
  }
  .button {
    font-size: 1.313em;
    margin: 5px auto;
    padding: 15px 10px;
    width: 100%;
  }
  button .answer_clicked {
    margin: 5px auto;
  }
  .preferedgender > div,
  .isgender > div,
  .isgender > div,
  .isgender > div {
    flex-direction: column;
  }
  #tags-list ul li {
    line-height: 2.063em;
  }
  .terms {
    padding-right: 20px;
  }
  #popup1 {
    width: 100%;
    padding: 5px;
    margin-top: 5px;
  }
  #popup2 {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  select {
    width: 100%;
  }
  footer {
    padding: 10px 5px 30px;
  }
  .slide_next,
  .slide_previous {
    font-size: 1.313em;
  }
  h1,
  .h1 {
    margin-top: 0;
  }
  h2 {
    font-size: 1.313rem;
  }
  .bubble.small {
    max-width: 250px !important;
    margin: 0 auto;
  }
  .checkPassword,
  .checkEmail,
  .checkNickname {
    font-size: 1em;
    right: 40px;
    top: 0;
  }
  .terms {
    max-width: 260px;
  }
}
@media only screen and (max-width: 320px) {
  input[type="text"] {
    padding: 10px 30px 10px 40px;
  }
}
.bubble-shown .bubble {
  display: inline-block !important;
}
.userLocation .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.2em;
  top: .1em !important;
  margin-right: .3em !important;
  margin-left: .2em;
}
.userLocation .flag-icon.flag-icon-squared {
  width: 30px;
  height: 30px;
}
.userLocation.masked-round .flag-icon-squared {
  border-radius: 50%;
}
/*.userLocation.masked-heart .flag-icon-squared {
	-webkit-mask-image: url('../images/heart-mask.svg');
	-ms-mask-image: url('../images/heart-mask.svg');
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-image: url('../images/heart-mask.svg');
	mask-size: 100% 100%;
	mask-repeat: no-repeat;
}*/
.squared .flag-icon-ad,
.flag-icon-ad.flag-icon-squared {
  background-image: url(../flags/1x1/ad.svg);
}
h3 {
  font-size: 1.6vw;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 2em;
}
.visible-mobile {
  display: none;
}
.visible-desktop {
  display: block;
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 4vw;
    margin-left: 0;
  }
  h1 {
    margin-bottom: 1vw;
  }
  .userLocation .flag-icon {
    top: .2em;
  }
  .visible-mobile {
    display: block;
  }
  .visible-desktop {
    display: none;
  }
}
.userLocation {
  white-space: nowrap;
}
/* =========================================================================
   Purple Style
 =========================================================================== */
.style-purple header {
  background: #290356;
  color: #fff;
}
.style-purple footer {
  background: rgba(41, 3, 86, 0.8);
  color: #fff;
}
.style-purple .clock {
  color: #fff;
}
.style-purple .percentage_wrapper {
  background: #cd2e80;
}
.style-purple .percentage_done,
.style-purple .percentage_text {
  background: #95b412;
}
.style-purple .button,
.style-purple .slide_next {
  display: inline-block;
  background-color: #95b412;
  border: 1px solid #95b412;
  white-space: nowrap;
  text-transform: lowercase;
  border-radius: 27px;
  position: relative;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-weight: 400;
  padding: 0 30px;
  text-decoration: none;
  margin: 0 10px 10px;
  font-size: 24px;
  height: 54px;
  line-height: 52px;
  min-width: 120px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6);
  transition: all .2s;
}
.style-purple .button:hover,
.style-purple .slide_next:hover,
.style-purple .slide_next:focus,
.style-purple .button:focus {
  background-color: #95b412;
  border: 1px solid #95b412;
  color: #fff;
}
.style-purple .btn-secondary,
.style-purple .btn-secondary:hover {
  color: #cd2e80;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: #cd2e80;
}
.style-purple .btn-secondary:hover {
  color: #cd2e80;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: #cd2e80;
}
.style-purple.btn-secondary-bg .button,
.style-purple.btn-secondary-bg .slide_next {
  box-shadow: 0 0 0 4px #fff;
}
.style-purple.btn-secondary-bg .btn-secondary {
  background-color: #fff;
}
.style-purple.btn-primary-bg .button,
.style-purple.btn-primary-bg .slide_next {
  box-shadow: 0 0 0 4px #fff;
}
.style-purple.btn-primary-bg .btn-secondary {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6);
}
.style-purple .bubble {
  background: #fff;
}
.style-purple .bubble:after {
  border-color: #fff transparent;
}
.style-purple.font2 {
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.style-purple.big-buttons .button,
.style-purple.big-buttons .slide_next {
  border-radius: 32px;
  padding: 0 30px;
  height: 64px;
  line-height: 62px;
  min-width: 120px;
}
.style-purple.buttons-hover .btn-primary:hover {
  background-color: #b3d231;
  border-color: #b3d231;
}
.style-purple.buttons-hover .btn-secondary:hover {
  background-color: #fff;
  box-shadow: 0 0 0 4px #fff;
}
.style-purple.transparent-bubble .bubble {
  background: rgba(255, 255, 255, 0.7);
}
.style-purple.transparent-bubble .bubble:after {
  border-color: rgba(255, 255, 255, 0.8) transparent;
}
/* =========================================================================
   Yellow Style
 =========================================================================== */
.style-yellow header,
.style-yellow footer {
  background-color: #fffc01;
  background-image: url(../images/yellow-background.jpg);
  background-position: center;
  color: #000;
}
.style-yellow .clock {
  color: #000;
}
.style-yellow .percentage_wrapper {
  background: #f0e5fc;
}
.style-yellow .percentage_done,
.style-yellow .percentage_text {
  background: #7000e3;
}
.style-yellow .button,
.style-yellow .slide_next {
  display: inline-block;
  background-color: #7000e3;
  border: 1px solid #7000e3;
  white-space: nowrap;
  text-transform: lowercase;
  border-radius: 10px;
  position: relative;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-weight: 400;
  padding: 0 30px;
  text-decoration: none;
  margin: 0 10px 12px;
  font-size: 24px;
  height: 64px;
  line-height: 62px;
  min-width: 140px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6);
  transition: all .2s;
}
.style-yellow .button:hover,
.style-yellow .slide_next:hover,
.style-yellow .slide_next:focus,
.style-yellow .button:focus {
  background-color: #7000e3;
  border: 1px solid #7000e3;
  color: #fff;
}
.style-yellow .btn-secondary {
  color: #f23c57;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: #f23c57;
}
.style-yellow .btn-secondary:hover {
  color: #f23c57;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: #f23c57;
}
.style-yellow.btn-secondary-bg .button,
.style-yellow.btn-secondary-bg .slide_next {
  box-shadow: 0 0 0 4px #fff;
}
.style-yellow.btn-secondary-bg .btn-secondary {
  background-color: #fff;
}
.style-yellow.btn-primary-bg .button,
.style-yellow.btn-primary-bg .slide_next {
  box-shadow: 0 0 0 4px #fff;
}
.style-yellow.btn-primary-bg .btn-secondary {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6);
}
.style-yellow .bubble {
  background: #fff;
}
.style-yellow .bubble:after {
  border-color: #fff transparent;
}
.style-yellow.font2 {
  font-family: 'AvenirNext', sans-serif;
}
.style-yellow.buttons-hover .btn-primary:hover {
  background-color: #9936ff;
  border-color: #9936ff;
}
.style-yellow.buttons-hover .btn-secondary:hover {
  background-color: #fff;
  box-shadow: 0 0 0 4px #fff;
}
.style-yellow.transparent-bubble .bubble {
  background: rgba(255, 255, 255, 0.7);
}
.style-yellow.transparent-bubble .bubble:after {
  border-color: rgba(255, 255, 255, 0.8) transparent;
}
/* =========================================================================
   Sinderlight Style
 =========================================================================== */
.style-sinderlight {
  font-family: ProximaNova, sans-serif;
  color: #424242;
}
.style-sinderlight header .userLocation .flag-icon.flag-icon-squared {
  font-size: .9em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  top: 0 !important;
  margin-right: .3em !important;
  margin-left: 0;
}
.style-sinderlight h1 {
  color: #424242;
}
.style-sinderlight .btn-primary,
.style-sinderlight .btn-secondary {
  border-radius: 27px;
  min-height: 44px;
  position: relative;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-weight: 400;
  padding: 0 30px;
  text-decoration: none;
  font-size: 24px;
  height: 54px;
  line-height: 54px;
  min-width: 150px;
  border: none;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.27);
  background: #fd5068;
  background: -moz-linear-gradient(left, #fd5068 0%, #ff7854 100%);
  background: -webkit-linear-gradient(left, #fd5068 0%, #ff7854 100%);
  background: linear-gradient(to right, #fd5068 0%, #ff7854 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd267d', endColorstr='#ff7854', GradientType=1);
  transition: all .2s linear;
}
.style-sinderlight .btn-primary {
  background-size: 100% auto;
}
.style-sinderlight .btn-primary:hover,
.style-sinderlight .btn-primary:active {
  background-size: 200% auto;
}
.style-sinderlight .btn-secondary {
  background: none;
  border: 1px solid #fd5068;
  color: #fd5068;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 52px;
}
.style-sinderlight .btn-secondary:hover,
.style-sinderlight .btn-secondary:active {
  background: #fd5068;
  color: #fff;
}
.style-sinderlight.big-buttons .btn-primary,
.style-sinderlight.big-buttons .btn-secondary {
  font-size: 28px;
  border-radius: 32px;
  height: 64px;
  line-height: 62px;
  padding: 0 40px;
}
.style-sinderlight .percentage_wrapper {
  background: #ffeef1;
}
.style-sinderlight .percentage_text,
.style-sinderlight .percentage_done {
  background: #fd5068;
}
.style-sinderlight .clock.warning {
  color: #fd5068;
}
.style-sinderlight .slide {
  min-height: -webkit-calc(17vh);
  min-height: -moz-calc(17vh);
  min-height: calc(100vh - 83px);
}
@media (max-width: 1239px) {
  .style-sinderlight .slide {
    min-height: -webkit-calc(40vh);
    min-height: -moz-calc(40vh);
    min-height: calc(100vh - 60px);
  }
}
@media only screen and (max-width: 480px) {
  .style-sinderlight h1 {
    margin-bottom: 0;
  }
}
.style-sinderlight header {
  position: relative;
}
.style-sinderlight header .userLocation.squared {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  font-size: 38px;
  margin-top: 6px;
}
.style-sinderlight.no-header .slide {
  min-height: 100vh;
}
.style-sinderlight.no-header header {
  padding: 0;
}
.style-sinderlight.no-header header h1 {
  display: none;
}
/* =========================================================================
   NextDoor2 1-w1 Style
 =========================================================================== */
.style-nextdoor2 header {
  background: #faa30c;
}
.style-nextdoor2 .button,
.style-nextdoor2 .slide_next,
.style-nextdoor2 .slide_previous {
  font-weight: bold;
  background-color: rgba(250, 163, 12, 0.6);
}
.style-nextdoor2 .btn-secondary,
.style-nextdoor2 .preferedgender > div > div:nth-of-type(2),
.style-nextdoor2 .isgender > div > div:nth-of-type(2) {
  background-color: rgba(180, 180, 180, 0.64);
}
.style-nextdoor2 .button:hover,
.style-nextdoor2 .slide_next:hover,
.style-nextdoor2 .slide_previous:hover,
.style-nextdoor2 .slide_next:focus,
.style-nextdoor2 .slide_previous:focus,
.style-nextdoor2 .button:focus,
.style-nextdoor2 .preferedgender > div > div:nth-of-type(2):hover,
.style-nextdoor2 .preferedgender > div > div:nth-of-type(2):focus {
  background-color: #006eb7;
}
.style-nextdoor2 footer {
  color: #fff;
  background-color: rgba(123, 31, 143, 0.84);
}
.style-nextdoor2 .clock {
  color: #fff;
}
.style-nextdoor2 .clock-container > b {
  letter-spacing: 1px;
}
.style-nextdoor2 ul#usps {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}
.style-nextdoor2 ul#usps li {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  padding: 0 25px;
  margin-bottom: 20px;
}
.style-nextdoor2 ul#usps li span {
  line-height: 16px;
  display: block;
}
.style-nextdoor2 ul#usps li span img {
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .style-nextdoor2 footer {
    padding-top: 10px;
  }
  .style-nextdoor2 ul#usps {
    margin-top: 0;
  }
  .style-nextdoor2 ul#usps li {
    padding: 0 10px;
    margin-bottom: 0;
  }
  .style-nextdoor2 ul#usps li span img {
    padding-bottom: 10px;
  }
  .style-nextdoor2 .clock {
    font-size: 2.1em;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .style-nextdoor2 footer {
    position: relative;
  }
  .style-nextdoor2 .container {
    margin-bottom: 80px;
  }
}
/* Pixel 2XL landscape & iPhone X landscape */
@media (min-width: 800px) and (max-width: 825px) and (max-height: 500px) and (orientation: landscape) {
  .style-nextdoor2 footer {
    position: relative;
  }
  .style-nextdoor2 .container {
    margin-bottom: 80px;
  }
}
@media (max-width: 325px) and (max-height: 600px) and (orientation: portrait) {
  .style-nextdoor2 .container {
    margin-bottom: 200px;
  }
}
/* =========================================================================
   Timerv2 Style
 =========================================================================== */
.style-timerv2 header {
  color: #fff;
  background: #000;
}
.style-timerv2 .button,
.style-timerv2 .slide_next,
.style-timerv2 .slide_previous {
  color: #fff;
  font-weight: bold;
  background-color: #00a7ea;
}
.style-timerv2 .btn-secondary,
.style-timerv2 .preferedgender > div > div:nth-of-type(2),
.style-timerv2 .isgender > div > div:nth-of-type(2) {
  background-color: #ccc;
}
.style-timerv2 .button:hover,
.style-timerv2 .slide_next:hover,
.style-timerv2 .slide_previous:hover,
.style-timerv2 .slide_next:focus,
.style-timerv2 .slide_next:active,
.style-timerv2 .slide_previous:focus,
.style-timerv2 .slide_previous:active,
.style-timerv2 .button:focus,
.style-timerv2 .button:active {
  background-color: #0083b7;
}
.style-timerv2 .btn-secondary:hover,
.style-timerv2 .btn-secondary:focus,
.style-timerv2 .btn-secondary:active,
.style-timerv2 .preferedgender > div > div:nth-of-type(2):hover,
.style-timerv2 .preferedgender > div > div:nth-of-type(2):active,
.style-timerv2 .preferedgender > div > div:nth-of-type(2):focus {
  background-color: #878787;
}
.style-timerv2 footer {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}
.style-timerv2 .clock {
  color: #f20000;
}
.style-timerv2 .clock.warning {
  color: #ff4d4d;
}