/* fonts */
@font-face {
  font-family: TKBFuturaND;
  src: url("../assets/fonts/TKBFuturaND.ttf");
}
@font-face {
  font-family: NotoSans;
  src: url("../assets/fonts/NotoSans.ttf");
}

* {
  margin: 0%;
  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-color-social-primary]:hover,
  [data-color-social-secondary]:hover {
    opacity: 1 !important;
  }
  [data-button]:hover:not([disabled]) {
    opacity: 1 !important;
  }
}
@media (pointer: fine) {
  [data-button]:hover:not([disabled]) {
    opacity: 1 !important;
    background-color: #005D38 !important;
  }
}

[data-email] {
  position: relative;
  min-height: 100vh;
  background-color: black;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
}

.gtp-tile {
  background-color: white !important;
  border: 1px solid rgba(0, 93, 56, 0.5) !important;
}

body {
  position: relative;
}

.form-group {
  padding: 0 0.5rem;
}

.form-input {
  border: none;
  border-bottom: 1px solid rgba(48, 38, 32, 1);
  background-color: rgba(48, 38, 32, 0.04);
  padding: 0.5rem;
  border-radius: 0;
  margin: 0.25rem 0.5rem;
  text-align: left;
  width: calc(100% - 1.8rem);
}

.form-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: rgba(159, 211, 47, 1) !important;
}

.form-input::-webkit-input-placeholder {
  text-align: left;
  color: #000;
}

.form-input:-ms-input-placeholder {
  text-align: left;
  color: #000;
}

.form-input::-ms-input-placeholder {
  text-align: left;
  color: #000;
}

.form-input::placeholder {
  text-align: left;
  color: #000;
}

.custom-control {
  padding-left: 1.55rem;
}

.custom-control-label::before,
.custom-control-label::after {
  border-radius: 0 !important;
}

.custom-checkbox .custom-control-label::before {
  background-color: transparent !important;
  border: 1px solid #333333;
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
  top: calc(50% - 0.45rem);
}

.custom-checkbox .custom-control-label * {
  vertical-align: middle;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url("https://brame-campaign-data-storage.s3.amazonaws.com/campaign-data/a6daec5a-34ba-11ed-8e6d-2f688b808f69/assets/icons/check.png") !important;
  background-size: cover !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-image: none;
  background-color: transparent;
}

#main-content > div {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
}

a {
  color: #ffffff;
  text-decoration: none !important;
  font-weight: bold;
  border-bottom: 2px solid rgba(0, 93, 56, 1);
}

a:hover {
  opacity: 1 !important;
  border-bottom: 2px solid rgba(159, 211, 47, 1);
}

h1,
h2,
h3 {
  font-weight: bold;
}

.centered-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.logo-container {
  text-align: left;
  width: 100%;
}
.logo {
  margin: 1.5rem;
  margin-left: 5rem;
  max-width: 210px;
  max-height: 120px !important;
  object-fit: contain;
}

.img-container {
  margin: 0 auto;
  text-align: right;
}

.img-container img {
  max-height: 600px;
  width: 100%;
  object-fit: cover;
}

#game-view img {
  max-height: 600px;
  object-fit: cover;
}

.image-double {
  display: flex;
  justify-content: center;
}

.buttonCont {
  margin-top: 2rem;
}

.button-container {
  padding: 0;
  width: 100%;
  margin: 1rem auto;
}

.game-description {
  text-align: left;
}

button {
  padding: 0.5rem 0.75rem;
  min-width: 200px;
  max-width: 100%;
  font-size: 1rem;
  cursor: pointer;
  border: 2px solid;
  font-weight: normal;
}

button i {
  padding-left: 2px;
}

.button-container button:disabled {
  opacity: 0.45 !important;
}

.bottom-helper {
  height: 5rem;
}

.content {
  width: 100%;
  margin: auto;
  position: relative;
}

.content-film {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  z-index: -1;
}

.swipe-container .content-film {
  top: auto;
  bottom: 0;
  width: 100%;
  height: calc(100% - 8rem);
}

.content button {
  border: 2px solid;
  padding: 0.5rem 0.75rem;
}

.content-background {
  padding: 5rem;
  justify-content: center;
  align-items: center;
}

#game-view {
  border: none;
  width: 100%;
}
#swipe,
#quiz,
#survey {
  margin-top: 5%;
}
.copyright {
  text-align: left;
  margin-top: 2rem;
  margin-left: 6.5rem;
  padding: 0 1.5rem;
  width: 100%;
}
h1,
h2,
h3 {
  color: #662d91;
  font-size: 7vw;
}
h2 {
  color: #ffffff;
  margin: 0;
}
.text-1 {
  margin-top: 5%;
}
.photos {
  padding: 4px;
  width: 72vw;
  border: 2px solid #662d91;
  margin-top: 10%;
  margin-bottom: 15%;
}
.btn-border1 {
  border: 2px solid #662d91;
  padding: 2px;
  width: 65%;
  height: auto;
  margin-bottom: 15%;
}
button img {
  width: 6.5vw;
  position: relative;
  left: 7px;
}
.container-checkbox {
  width: 100%;
  margin-bottom: 20%;
  margin-top: 4%;
}
.wrapper-checkbox {
  position: relative;
  display: flex;
  padding: 4px;
}
label {
  margin-bottom: 0.1rem;
}

input[type="checkbox"],
[type="radio"] {
  appearance: none;
  width: 6vw;
  height: 6vw;
  background-color: transparent;
  border: 1px solid #662d91;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: auto;
  outline: none;
}

input[type="radio"] {
  border-radius: 50%;
}
input[type="checkbox"]:after,
input[type="radio"]:after {
  content: "\2610";
  color: #ffffff;
  display: none;
  position: relative;
  background-color: #ffffff;
  font-size: 3vw;
  height: auto;
  width: 4vw;
}
input[type="radio"]:after {
  border-radius: 50%;
}
input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
  display: block;
}
.time-size {
  font-size: 5.5vw;
}
.time {
  width: 3vw;
}
#quiz img {
  margin-bottom: 8%;
}
#answers {
  width: 88%;
  margin-bottom: 2%;
}
#answers button {
  width: 100%;
  margin-bottom: 3%;
}
#swiper {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 10%;
}
#swiper button {
  background: #662d91;
  width: 16vw;
  height: 16vw;
  padding: 0%;
  margin: auto;
}
#swiper button img {
  left: 0%;
  width: 6vw;
}
.true {
  width: 7vw !important;
}
.memory-card {
  width: 100%;
}

#outcome-title,
.introduction_headline,
.register_headline {
  margin-bottom: 1rem;
  word-break: break-word;
}

ul.social {
  list-style: none;
  margin: 0;
  margin-top: 2rem;
  margin-left: -3px;
  padding: 0;
  display: block;
  text-align: left;
  width: 100%;
}

ul.social li {
  margin: 3px;
  display: inline-block;
}

ul.social li a {
  text-decoration: none;
  border-bottom: none;
}

ul.social li a i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
}

ul.social li a i:hover {
  opacity: 0.5;
}

.privacy-policy {
  margin: 0 auto;
}

.privacy-policy .heading-style {
  text-align: left;
  margin: 2rem 0;
}

.privacy-policy h4 {
  font-weight: bold;
}

.privacy-policy ul {
  list-style: disc;
  margin: 0;
  justify-content: left;
  width: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.privacy-policy li {
  margin: 0;
  display: list-item;
  border-radius: unset;
}

@media only screen and (min-width: 1650px) {
  .content {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  #game-view {
    width: 75%;
  }

  #card-container {
    margin: auto;
  }

  #game-view {
    border: none;
    width: 100%;
  }
  .text-1 {
    margin-top: 2%;
  }
  .photos {
    width: 31vw;
    margin: 0%;
    position: absolute;
    margin-top: 5vw;
    left: 16%;
    border: 0.2vw solid #662d91;
    padding: 8px;
  }
  .btn-border1 {
    width: 20%;
    margin-bottom: 8%;
    margin-top: 2%;
    position: relative;
    left: 14%;
  }
  button {
    width: 200px;
    padding: 7px;
  }
  .inputs {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 1%;
  }
  .row-input {
    display: flex;
    width: 91%;
    margin-left: auto;
  }
  .container-checkbox {
    width: 100%;
    margin: 0%;
  }

  .checkbox-styling {
    padding: 0 1rem;
    margin-top: 0rem;
  }

  input[type="checkbox"],
  [type="radio"] {
    appearance: none;
    width: 1.5vw;
    height: 1.5vw;
    margin-left: 8%;
    margin-right: 2%;
  }
  button img {
    width: 2vw;
  }
  input[type="checkbox"]:after,
  input[type="radio"]:after {
    height: 70%;
    font-size: 0px;
    width: 70%;
  }
  .time-size {
    font-size: 2.5vw;
    margin-left: 32vw;
    margin-bottom: 2%;
  }
  .time {
    width: 1.5vw;
  }
  #answers {
    margin-top: 3%;
    margin-left: 50%;
    width: 50%;
    margin-bottom: 5%;
  }
  #answers button {
    width: 55%;
    margin-left: 8%;
    padding: 0.5rem 0.75rem;
  }
  #quiz {
    margin-top: 0%;
  }
  .container-survey {
    margin-left: 50%;
    margin-top: 8%;
    width: 50%;
    margin-bottom: 5%;
  }
  .container-survey label {
    font-size: 2vw;
    width: 65%;
  }

  #survey .btn-border1 {
    width: 20%;
    left: 15%;
  }
  .survey-text {
    margin-left: 33%;
  }
  textarea {
    margin-left: 54%;
    margin-top: 8%;
    width: 35%;
    margin-bottom: 1%;
    font-size: 2vw;
    height: 13vw;
    border: 0.4vw solid;
  }
  .survey-text-2 {
    margin-left: 20%;
  }
  .quiz-margin {
    margin-left: 30vw;
  }
  .swipe-text {
    width: 52%;
    margin-left: 5%;
  }
  #swipe img[src$="jpg"] {
    left: 34%;
  }
  #swiper button {
    width: 6vw;
    height: 6vw;
    margin-top: 20%;
    margin-bottom: 7%;
  }
  #swiper button img {
    left: 0%;
    width: 6vw;
    width: 3vw;
  }
  .true {
    width: 4vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .logo {
    margin: 1.5rem;
    margin-left: 1.5rem;
    max-width: 160px;
    max-height: 80px;
  }

  .copyright {
    margin-left: 0;
  }

  .gtp-tile-wrap {
    padding: 0 1.5rem;
  }

  .content-film {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 8rem);
  }

  .description {
    margin-left: 0;
    margin-right: 0;
  }

  .img-container, .image-double {
    margin: 0 auto;
    padding: 0 1.5rem;
  }

  .image-double {
    display: block;
    text-align: center;
  }

  #introduction {
    width: 90%;
  }

  #register {
    width: 90%;
  }

  #outcome-title,
  .introduction_headline,
  .register_headline {
    margin-top: 1rem;
  }

  .button-container {
    width: 100%;
    padding: 0 1rem;
    margin: 1.5rem 0;
  }
  .checkbox-styling {
    padding: 0 1rem;
    margin-top: 0rem;
  }
  .content {
    width: 100%;
  }

  .form-group {
    padding: 0 1rem;
  }
  .span-select {
    left: 1rem !important;
    width: calc(100% - 2.8rem) !important;
  }
}

/* MEMORY GAME */

#page-container {
  width: 100%;
  text-align: center;
}

#page-container .container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1650px;
}

#card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 1rem;
}

.game-item {
  display: flex;
  justify-content: center;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  margin: 10px;
}

.game-item img {
  -webkit-user-drag: none;
}

.memory-card {
  font-size: 0px;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  width: 12rem;
  height: 12rem;
  -webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 8px 5px rgba(0, 0, 0, 0.26);
}

.header-game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.header-game .time {
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2rem;
  width: 100%;
  line-height: 1;
  font-weight: bold;
}
.header-game .time-element {
  margin-bottom: 0;
}
.header-game .game-icon {
  background-color: #fff;
  mask: url("https://brame-campaign-data-storage.s3.amazonaws.com/campaign-data/a6daec5a-34ba-11ed-8e6d-2f688b808f69/assets/icons/stopwatch.svg") no-repeat center / contain;
  -webkit-mask: url("https://brame-campaign-data-storage.s3.amazonaws.com/campaign-data/a6daec5a-34ba-11ed-8e6d-2f688b808f69/assets/icons/stopwatch.svg") no-repeat center / contain;
  height: 24px;
  width: 24px;
}

.header-game .time span {
  display: block;
  margin-left: 0.5rem;
}

.header-game #timer {
  color: #c69c6d;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #page-container .container {
    min-height: 30rem;
  }

  .game-item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 18%;
  }

  .memory-card {
    width: 10rem;
    height: 10rem;
  }

  body #main-content .game .game-content .game__block a.btn {
    margin-bottom: 1rem;
    padding: 0.75rem 2rem;
  }

  .content {
    width: 100%;
  }
}
@media only screen and (min-width: 361px) and (max-width: 767px) {
  #page-container .container {
    padding: 0;
  }

  .header-game {
    margin-top: 1rem;
    padding: 0 0.5rem;
  }

  .header-game .time {
    padding: 0.5rem;
    font-size: 1.25rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 14px;
  }

  .game-item {
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
  }

  .memory-card {
    width: 31vw;
    height: 31vw;
  }

  body #main-content .game .game-content .game__block a.btn {
    margin-bottom: 1rem;
    padding: 0.75rem 2rem;
  }
}
@media only screen and (max-width: 360px) {
  #page-container .container {
    padding: 0;
  }

  .header-game {
    margin-top: 1rem;
    padding: 0 0.5rem;
  }

  .header-game .time {
    padding: 0.5rem;
    font-size: 1.25rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 14px;
  }

  .game-item {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }

  .memory-card {
    width: 32vw;
    height: 32vw;
  }

  body #main-content .game .game-content .game__block a.btn {
    margin-bottom: 1rem;
    padding: 0.75rem 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .game-item {
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
  }

  .memory-card {
    width: 12rem;
    height: 12rem;
  }
}

@media only screen and (min-width: 1650px) {
  .memory-card {
    width: 16rem;
    height: 16rem;
  }
}

/* QUIZ  */

.game {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.gtp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.gtp-tile-wrap {
  display: flex;
  flex-wrap: wrap;
}

#game-view .intro-img-container {
  max-width: 100%;
}

body #game-view .answer {
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  text-align: left;
  margin: 0.5rem 0;
  border: 2px solid;
  word-wrap: break-word;
  font-weight: normal;
}

body #game-view .answerSwipe {
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  text-align: center;
  margin: 0.5rem;
  border: 2px solid;
  word-wrap: break-word;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  #game-view .intro-img-container {
    margin-top: 2rem;
  }
  .intro-text-container {
    margin-top: 1rem;
    padding: 0 1.5rem;
    padding-bottom: 1.5rem;
  }
  .game {
    max-width: 80%;
    height: auto;
    margin: auto;
  }
  body #game-view .answer,
  body #game-view .answerSwipe {
    padding: 1rem;
  }
  .centered-flex {
    padding: 0 1.5rem;
  }
}

/* SWIPE  */

.swipe-img img {
  max-height: 450px !important;
  max-width: 60vw;
  object-fit: contain !important;
}

.swipe-container {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  padding-top: 0;
}

.game-container-swipe {
  width: 60%;
  margin: 0 auto;
}

.questionHeading {
  font-weight: bold;
}

.images {
  position: relative;
  margin: auto;
}

.answersSwipeContainer > div {
  display: flex;
}

.answerSwipe {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.mobileArrow {
  position: absolute;
  top: calc(50% - 30px);
  left: -7rem;
}

.arrowsSmallDeviceContainer {
  display: none;
}

.mobileArrow2 {
  position: absolute;
  top: calc(50% - 30px);
  right: -7rem;
}
.mirror {
  transform: scaleX(-1);
}

.arrowSwipe {
  font-size: 40px;
  padding: 18px;
}

.fa-play:before {
  margin-left: 4px;
}

@media only screen and (max-width: 520px) {
  .mobileArrowSmallDevice,
  .mobileArrowSmallDevice2 {
    font-size: 40px;
  }
  .arrowsSmallDeviceContainer {
    display: flex;
  }
  .mobileArrow,
  .mobileArrow2 {
    display: none;
  }

  .swipe-img img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .content-background {
    padding: 0;
  }

  .answersSwipeContainer > div {
    padding-left: 0;
    padding-right: 0;
  }

  .images {
    max-width: 100%;
  }
  .game {
    max-width: 100%;
  }

  .game-container-swipe {
    width: 100%;
  }
  body #game-view .answerSwipe {
    width: 90%;
  }

  .arrowSwipe {
    font-size: 30px;
    padding: 14px;
  }
  .mobileArrow,
  .mobileArrow2 {
    top: calc(50% - 25px);
  }
  .mobileArrow {
    left: -6rem;
  }
  .mobileArrow2 {
    right: -6rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .game-container-swipe {
    width: 80%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .game-container-swipe {
    width: 80%;
  }
}

#privacy_checbox_1 {
  text-align: left !important;
  display: inline-block;
}
#privacy_checbox_2 {
  text-align: left !important;
  display: inline-block;
}
#privacy_checbox_3 {
  text-align: left !important;
  display: inline-block;
}

/* new fields additional css */

select {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

select option {
  color: #000000;
}

input,
select {
  box-sizing: content-box;
}

input[type="date"] {
  padding: 0.5rem;
  cursor: pointer;
  width: calc(100% - 1.8rem);
  height: 24px;
}

/* additional css to manage centering selectpicker in safari */
#div-select {
  position: relative;
}

.span-select {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  width: calc(100% - 1.8rem);
}

/* cta buttons */
.cta-buttons {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-weight: normal;
}

.cta {
  display: none;
  min-width: 27%;
  min-height: 40px;
  padding: 5px;
  margin: 0;
  margin-right: 0.5rem;
  margin-top: 2rem;
}

#modal-container .btn-popup {
  border-radius: 0;
  padding: 0.5rem 0.75rem !important;
  font-weight: normal !important;
}

#modal-container .popup-title {
  font-family: TKBFuturaND, "sans-serif" !important;
  font-weight: bold;
  font-size: 28px !important;
  color: #302620 !important;
}

#modal-container .popup-text {
  color: #302620 !important;
}

.swal2-popup {
  border-radius: 0 !important;
}
.swal2-icon {
  border-color: #C3004A !important;
  color: #C3004A !important;
  border-radius: 0 !important;
}
.swal2-title {
  font-family: NotoSans;
}

.popup-text b, .popup-text strong {
  font-weight: bold;
}

/* --------------------------------------------------------------------------- */
/* ============================= SPIN THE WHEEL ============================== */
/* --------------------------------------------------------------------------- */
.po-none {
  pointer-events: none;
}
.spin-the-wheel {
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 1.5rem;
}
.wheel-content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.text-section,
.wheel-section {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: start;
}
.wheel-section {
  align-self: center;
}
.text-section {
  width: 100%;
  order: 2;
}
.legend {
  width: fit-content;
  display: flex;
  flex-direction: column;
  max-width: 480px;
}
.legend-element {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.legend-element span {
  line-height: 1.4;
  min-height: 1rem;
  margin-left: 20px;
}
.sector {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  flex-shrink: 0;
}
.sector > img {
  max-width: 100%;
  width: 40px;
  height: 40px;
  object-fit: contain !important;
}
.spin-the-wheel .button-container {
  padding: 0;
  width: auto;
}
.spin-the-wheel button {
  padding: 10px 20px;
  max-width: 300px;
}
.ticker-layer,
.center-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
}
.wheel-ticker {
  width: 44px;
  height: 44px;
  object-fit: contain !important;
  margin: auto -25px auto auto;
}
.wheel-center {
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
}
.canvas-container {
  width: 260px;
  height: 260px;
  border: 10px solid #005D38;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
canvas {
  width: 230px;
  height: 230px;
  transform: rotate(90deg);
  border-radius: 50%;
  cursor: pointer;
}
.spin-the-wheel .content-film {
  top: auto;
  bottom: 0;
  width: 100%;
  height: calc(100% - 8rem);
}
@media screen and (min-width: 410px) {
  .canvas-container {
    width: 380px;
    height: 380px;
  }
  canvas {
    width: 350px;
    height: 350px;
  }
}
@media screen and (min-width: 600px) {
  .canvas-container {
    width: 450px;
    height: 450px;
  }
  canvas {
    width: 420px;
    height: 420px;
  }
  .wheel-ticker {
    width: 62px;
    height: 62px;
  }
  .wheel-center {
    width: 64px;
    height: 64px;
  }
}
@media screen and (min-width: 800px) {
  .canvas-container {
    width: 480px;
    height: 480px;
  }
  canvas {
    width: 450px;
    height: 450px;
  }
}
@media screen and (min-width: 1024px) {
  .spin-the-wheel {
    flex-flow: row wrap;
    align-items: center;
    padding: 2rem 0;
  }
  .wheel-content {
    flex-direction: row;
  }
  .text-section,
  .wheel-section {
    flex: 0 0 45%;
  }
  .wheel-section {
    order: 2;
    align-items: flex-end;
  }
  .text-section {
    order: 1;
    align-items: flex-start;
  }
  .legend, .spin-the-wheel .button-container {
    margin-left: 5rem;
  }
  .spin-the-wheel .content-film {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 1400px) {
  .canvas-container {
    width: 600px;
    height: 600px;
  }
  canvas {
    width: 560px;
    height: 560px;
  }
}


/* ---------------------------------------------------------------------------- */
/* ================================= SURVEY =================================== */
/* ---------------------------------------------------------------------------- */

h3>span,
h3>span>span {
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-family: inherit;
}

#survey .button-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

#survey .button-container button {
    padding: 10px 20px;
    max-width: 240px;
    min-width: 100px;
    width: 100%;
}

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

.survey__picture-section,
.survey__text-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.survey__navigation,
.survey__question-text {
    display: flex;
    gap: 0;
    justify-content: center;
}

.survey__navigation {
    width: 100%;
    z-index: 5;
}

.survey__question-text {
    margin: 0 auto 20px;
    text-align: center;
}

.survey__question-text p {
    margin: 0;
}

.survey__navigation>button {
    padding: 10px 20px;
    margin: 10px 5px;
    min-width: 100px;
    max-width: 240px;
    width: 100%;
}

.survey__question-counter {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

.survey__question-counter h3 {
    margin: 0;
}

.survey__answers {
    margin: 20px auto;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    z-index: 10;
}

.text-answer {
    width: 100%;
    margin: 0;
    border-radius: 0;
}

.text-answer>textarea {
    all: unset;
    width: 100%;
    min-height: 150px;
    padding: 0.5rem;
    text-align: left;
    border: none;
    border-bottom: 1px solid rgba(48, 38, 32, 1);
    background-color: rgba(48, 38, 32, 0.04);
}

.text-answer>textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: rgba(159, 211, 47, 1) !important;
}

.single-answer label::before,
.single-answer label::after {
    border-radius: 50% !important;
}

.multiple-answer label,
.multiple-answer span,
.single-answer label,
.single-answer span {
    width: fit-content;
}

@media screen and (min-width: 768px) {
    .single-answer,
    .multiple-answer {
        flex-flow: row nowrap;
        gap: 50px;
    }
}

@media screen and (min-width: 1024px) {
    .survey__picture-section,
    .survey__text-section {
        width: 100%;
    }
    .survey__navigation {
        order: 5;
    }
}


/* ==================== SCALE ELEMENT ===================== */

.scale-container {
    width: fit-content;
    max-width: 1500px;
}

.scale {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: fit-content;
    margin: auto;
    gap: 20px;
}

.scale__line {
    width: 1px;
    height: 96%;
    margin: auto 0;
    background: white;
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
}

.scale__sector {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: fit-content;
    max-width: 300px;
    position: relative;
    z-index: 1;
}

.scale__sector__button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(236, 246, 213, 1);
    margin: 0;
    flex-shrink: 0;
    cursor: pointer;
    border: 1px solid #005D38;
    position: relative;
}

.scale__sector__text {
    margin: 0;
    line-height: 1.2;
    cursor: pointer;
    padding-left: 10px;
}

.scale__marker {
    transition: all .1s ease-out;
}

@media screen and (min-width: 1024px) {
    .scale-container {
        width: 100%;
    }
    .scale {
        width: 110%;
        min-height: auto;
        flex-direction: row;
        gap: 0;
        margin-top: 15px;
    }
    .scale__line {
        height: 2px;
        width: 91%;
        left: 0;
        right: 0;
        top: 2px;
        margin: 0 auto;
    }
    .scale__sector {
        width: 10%;
        height: auto;
        flex-direction: column;
        align-items: center;
    }
    .scale__sector__button {
        margin: -8px 0 0 0;
    }
    .scale__sector__text {
        margin: 0 5px;
        padding-left: 0;
        padding-top: 10px;
        text-align: center;
    }
}

.text-center.survey {
    z-index: 5;
}

#survey .middle-container img {
    width: 352px;
    height: 352px;
}

.survey__text-section {
    width: 100% !important;
}

.survey__text-section .custom-control-input:disabled~.custom-control-label {
    color: unset;
}

.single-answer label,
.multiple-answer label {
    flex-direction: column;
    justify-content: flex-start;
    width: fit-content;
    max-width: 700px;
    margin: 0 auto;
}


/* ----- single and multiple answers ------ */

.single-answer,
.multiple-answer {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.survey__answers-container {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media screen and (min-width: 768px) {
    .single-answer,
    .multiple-answer {
        flex-flow: row nowrap;
        gap: 50px;
    }
}

.custom-checkbox .survey-radio-button:checked ~ .custom-control-label::before {
  border-color: #005D38 !important;
}

.custom-checkbox .survey-radio-button:checked ~ .custom-control-label::after {
  position: absolute;
  content: "";
  display: block;
  transform: scale(0.6);
  border-radius: 50%;
  background-image: none !important;
}


/* ----- navigation ------ */

.survey__navigation {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    flex-flow: row wrap-reverse;
    justify-content: flex-start;
    gap: 20px;
}

.survey__navigation>button {
    width: unset;
    margin: 0;
    min-width: 200px;
    padding: 10px 20px;
}

@media screen and (max-width: 768px) {
    #survey {
        padding: 0 1.5rem;
    }
    .survey__navigation {
        justify-content: center;
        margin-left: 0;
    }
    .single-answer,
    .multiple-answer,
    .scale-container {
        margin: auto;
    }
    .text-answer {
      margin: 0 auto;
    }
    #survey .intro-text-container {
      padding: 0;
      padding-bottom: 1.5rem;
      margin-top: 1.5rem;
    }
}

@media screen and (max-width: 1024px) {
    .scale_last_visible {
        align-items: flex-end;
    }
    .single-answer,
    .multiple-answer {
        flex-direction: column;
        gap: 10px;
    }
    .survey__navigation {
        order: 5;
    }
    .scale__line {
        left: 9px;
        width: 2px !important;
    }
    .scale-container>.scale>.scale__sector {
        width: 100% !important;
    }
    #survey .custom-checkbox {
        text-align: left;
        margin: 2px 0;
    }
    .survey__text-section {
        width: 100%;
    }
    .content.survey {
        flex-direction: column;
    }
    .survey__navigation {
        order: 5;
    }
}

@media screen and (max-width: 600px) {
    .survey__navigation {
        flex-direction: column-reverse;
        align-items: center;
    }
}

span[data-answer-text] {
    font-size: 18px;
}

.scale__marker:after {
    content: "";
    background-color: #005D38;
    transition: all .1s ease-out;
    padding: 3;
    border-radius: 50%;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 2px;
    left: 2px;
}
.main-content>div {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1280px) {
  #modal-container {
    padding: 40px 35px !important;
  }
}