/* ================================================================================= */
/* ----------------------------------GLOBAL STYLES---------------------------------- */
/* ================================================================================= */
* {
  overflow-wrap: break-word;
  word-break: break-word;
}
@media only screen and (max-width: 768px) {
  .privacy-policy {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
/* ---------------------PREVENT STICKY BUTTONS ON TOUCH DEVICES--------------------- */
@media (pointer: coarse) {
  [data-color-link-primary]:hover,
  [data-color-link-secondary]:hover,
  [data-menu]:hover,
  [data-button]:hover,
  [data-color-social-primary]:hover,
  [data-color-social-secondary]:hover {
    opacity: 1 !important;
  }
}
[data-email] {
  position: relative;
  min-height: 100vh;
  background-color: black;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
}
body {
  position: relative;
}
:root {
  --yellow: #ffed00;
  --black: #000000;
  --white: #ffffff;
}
a,
a:hover {
  text-decoration: none !important;
}
h1,
h2 {
  margin-bottom: 30px;
}
p,
h3 {
  margin-bottom: 20px;
}
.heading-style {
  text-align: center;
}
.row {
  margin: 0;
}
h3 > span,
h3 > span > span {
  color: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
}
/* ================================================================================= */
/* ----------------------------------INTRODUCTION----------------------------------- */
/* ================================================================================= */
.content {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.logo {
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
  margin: 20px 0 -25px 0;
  box-shadow: 0 0 6px #0000003d;
}
.content-wrap img {
  box-shadow: 0 0 6px #0000003d;
}
.content-wrap {
  margin: auto;
}
.page__image {
  margin-bottom: 25px;
  width: 100%;
  max-width: 600px;
}
.button-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
}
button {
  min-width: 200px;
  padding: 13px 20px;
  width: fit-content;
}
button span {
  line-height: 1;
}
.header,
.footer {
  width: 100%;
  height: auto;
}
.header {
  margin-bottom: 50px;
}
.footer {
  display: flex;
  justify-content: center;
  align-items: baseline;
  text-align: center;
  margin-bottom: 10px;
}
.footer span,
.footer a {
  line-height: 1;
}
.content-wrap {
  width: 90%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/* ================================================================================= */
/* --------------------------------GUESS THE PICTURE-------------------------------- */
/* ================================================================================= */

.game__image-wrap {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 25px auto;
}
.game__image-wrap img {
  max-width: 100%;
  object-fit: contain;
  max-height: 28rem;
}
.game-info {
  width: 100%;
}
.answers-container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.answers-container > a,
.swipe-wrap a {
  display: block;
  padding: 20px 10px;
  width: 100%;
  max-width: 400px !important;
  box-shadow: 0 0 6px #0000003d;
}
.gtp-tile-wrap {
  display: flex;
  flex-flow: row wrap;
  gap: none;
}
@media screen and (min-width: 768px) {
  .answers-container > a {
    width: unset;
    flex: 0 0 45%;
  }
}
/* ================================================================================= */
/* -----------------------------------MEMORY GAME----------------------------------- */
/* ================================================================================= */
.memory-wrap {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
#card-container {
  width: fit-content;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.memory-wrap #time-wrap {
  margin: 0 auto 20px auto;
}
.game-item {
  width: 130px;
  height: 130px;
  box-shadow: 0 0 6px #0000003d;
}
.game-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media screen and (min-width: 360px) {
  #card-container {
    width: 320px;
  }
  .game-item {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 769px) {
  #card-container {
    width: 420px;
  }
  .game-item {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  #card-container {
    width: 850px;
  }
  .memory-wrap {
    max-width: 850px;
  }
  .game-item {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .memory-wrap #time-wrap {
    margin: 50px auto;
  }
  #card-container {
    width: 1050px;
  }
  .game-item {
    width: 250px;
    height: 250px;
  }
}
@media screen and (min-width: 1400px) {
  #card-container {
    width: 1250px;
  }
  .memory-wrap {
    max-width: 1250px;
  }
  .game-item {
    width: 300px;
    height: 300px;
  }
}
/* ================================================================================= */
/* ----------------------------PERSONALITY TEST AND QUIZ---------------------------- */
/* ================================================================================= */
.pt__game-info {
  width: 100%;
}
.swipe-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}
.swipe-icon i {
  font-size: 40px;
}
#icon-left {
  display: flex;
  justify-content: flex-end;
}
#icon-left i {
  margin-right: 5px;
}
#icon-right i {
  margin-left: 5px;
}
.swipe-wrap {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 15px;
  margin: auto;
}
.swipe-wrap > div {
  flex: 0 0 47%;
}
div[data-mode-swipe],
div[data-mode-click] {
  margin-bottom: 30px;
}
@media screen and (min-width: 320px) {
  .swipe-icon {
    margin: 0 25px;
  }
}

/* ================================================================================= */
/* ------------------------------------REGISTER------------------------------------- */
/* ================================================================================= */
.form-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 15px;
}
.form-box div {
  flex-basis: 100%;
}
input,
select {
  width: 100%;
  min-height: 50px;
  text-align: center;
  border: unset;
  border-bottom: 1px solid;
  border-radius: 0;
  background-color: transparent;
  outline: none;
}
.custom-checkbox > input {
  min-height: unset;
}
select {
  height: 100%;
}
#div-select {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.span-select {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.checkbox-box span,
.checkbox-box a {
  line-height: 1.2;
}

.check-row {
  margin-bottom: 10px;
}
.custom-checkbox .custom-control-label::before {
  border: none;
  border-radius: 50%;
  background-color: transparent;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(https://brame-campaign-resources.s3.eu-central-1.amazonaws.com/email/assets/custom/viega/check-black.png);
  background-size: 100%;
  background-position: center center;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: calc(50% - 10px);
}
/* make calendar icon white */
::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
@media screen and (min-width: 600px) {
  .form-box div {
    flex-basis: 48%;
  }
  .check-row {
    margin-left: 15px;
  }
}
/* ================================================================================= */
/* -------------------------------------OUTCOME------------------------------------- */
/* ================================================================================= */
/* -----------------------------------CTA BUTTONS----------------------------------- */
.cta-buttons {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 10px auto;
}
.cta {
  display: none;
  min-width: 150px;
  min-height: 45px;
  padding: 5px 10px;
  margin: 10px;
}
/* -------------------------------------SOCIALS------------------------------------- */
.social {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  width: 100%;
}
.social li {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 6px;
}
.social li a {
  text-decoration: none;
  display: flex;
  width: 100%;
  height: 100%;
}
.social li a i {
  margin: auto;
  font-size: 18px !important;
}
.social li:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* ================================================================================= */
/* -------------------QUIZ POPUP MODAL AND BUTTON STYLE OVERRIDE-------------------- */
/* ================================================================================= */
/* quiz popup modal and button */
#modal-container {
  border-radius: 5px !important;
}
#modal-confirm-btn {
  border-radius: 5px !important;
  box-shadow: 0 0 6px #0000003d !important;
}
