@font-face {
  font-family: Montserrat-Regular;
  src: url("../assets/fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: Montserrat-Bold;
  src: url("../assets/fonts/Montserrat-Bold.ttf");
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  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;
}


  .logo-container {
    background-color: #ff7e21;
    text-align: center;
    padding: 0.7rem 0;
    margin-bottom: 2rem;
    min-height: 3.5rem;
  }

  .logo-container img {
    max-width: 150px;
    max-height: 50px;
    object-fit: contain;

  }
  
  .pink {
    color: #ff7e21;
    font-weight: 700;
  }
  
  .privacy-policy {
    text-align: left;
    color: #fff;
  }

  #main-copyright-text {
    display: inline-block;
  }

  body {
    position: relative;
  }
  
  .custom-btn {
    padding: .7rem 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
    font-size: 1.15rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 0px;
    border: 1px solid;
    margin-bottom: 0.5rem;
    cursor: pointer;
  }
  
  .custom-btn:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .register-container {
    margin-top: 2rem;
  }

  .submit-container > div {
    margin-top: 1.5rem;
  }
  a {
    color: #ff7e21;
    font-weight: bold;
  }
  
  .heading-style {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 2rem;
    padding: 5px 1rem;
  }

  .time h3 {
    margin: 0;
  }

  #register .heading-style {
    margin-bottom: 1rem;
  }
  
  p.copyright {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    margin-bottom: 0;
  }

  .introduceParagraph {
    margin-top: 2rem;
    margin-bottom: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .introduceParagraph2 {
    margin-top: 1.5rem;
    margin-bottom: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }



  .copyright {
    background-color: #ff7e21;
    padding: 1rem;
    margin-top: 2rem;
  }
  
  p.copyright a {
    color: #ff7e21;
  }
  
  img.logo {
    margin-top: 1rem;
  }
  
  ul.social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    margin-top: 1.5rem;
  }
  
  ul.social li {
    margin: 0.5rem;
    display: inline-block;
  }
  
  ul.social li a {
    text-decoration: none;
  }
  
  ul.social li a i {
    width: 40px;
    height: 40px;
    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;
    background-color: #fff;
    color: #111;
    font-size: 22px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  ul.social li a i:hover {
    background-color: #ff7e21;
    color: #fff;
  }
  
  form {
    width: 95%;
    margin: 0 auto;
  }
  
  form .form-group {
    margin-bottom: 0.5rem;
    text-align: left;
  }
  
  form .form-group label {
    font-weight: 400;
    color: #fff;
  }
  
  form .form-group input.form-control {
    background-color: transparent;
    border: 1px solid #ff7e21;
    padding: 1.5rem 1rem;
    border-radius: 0;
    color: #fff;
  }
  
  button img {
    width: 20px;
    height: 20px;
    margin-left: .5rem;
  }
  
  .game-info {
    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;
  }
  
  .game-info .timer {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-top: 1.5rem;
    font-size: 1.5rem;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .game-info .timer img {
    margin-right: .35rem;
  }
  
  .question-text {
    margin: 2rem auto;
  }

  .answer {
    text-transform: inherit;
    padding: .7rem 2.5rem;
    margin: .5rem 0;
    font-weight: bold;
  }
  
  body .main-content {
    min-height: 100vh;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    position: relative;
    box-shadow: 0 0 6px lightslategrey;
  }
  
  body .main-content .page {
    margin: 0 auto;
    width: 70%;
    max-width: 1200px;
  }
  
  body .main-content img.spotlight-left {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  body .main-content img.spotlight-right {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  
  body .main-content .image {
    margin: 2rem 0;
    position: relative;
  }
  
  body .main-content .image::before {
    content: '';
    position: absolute;
    height: 220px;
    width: 450px;
    background: transparent;
    border: 5px solid #ff7e21;
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
    padding: 1.5rem;
    margin: 0 auto;
    bottom: 30px;
    left: 23%;
  }
  
  body .main-content .image img.border-img {
    width: 80%;
    margin-top: 50px;
  }
  
  body .main-content  img.main-img {
    max-width: 50%;
    max-height: 20rem;
    -o-object-fit: contain;
    object-fit: contain;
    border: 6px solid #ffffff;
    box-shadow: 0 0 6px lightslategrey;
  }
  
  .game {
    max-width: 100%;
    max-height: 22rem;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
    border: 6px solid #ffffff;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.26);
  }

  body .main-content > div {
    position: relative;
  }
  
  body .main-content .first-screen, body .main-content .game__block, body .main-content .great-job, body .main-content .thank-you  {
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
  }

  body .main-content .first-screen .custom-btn {
      margin-top: 2rem;
  }
  
  body .main-content .game__block {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  body .main-content .game__block .border-polygon {
 
    background: transparent;

    margin: 0 auto;
  }
  
  body .main-content .game__block .border-polygon .game-items {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    width: 95%;
    margin: 0 auto;
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
  }
  
  .game-block {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  body .main-content .game__block .border-polygon .game-items .game-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    max-width: 22%;
    margin: .5rem .5rem;
  }
  
  body .main-content .game__block .border-polygon .game-items .game-item img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 130px;
    width: 100%;
  }
  
  body .main-content .game__quiz .custom-btn {
    width: 100%;
    text-transform: inherit;
    padding: .75rem 2.5rem;
    margin: .5rem 0;
    font-weight: 400;
  }
  
  body .main-content .game__survey {
    display: none;
  }
  
  body .main-content .game__survey .custom-checkbox {
    margin: 0;
  }
  
  body .main-content .game__survey .custom-checkbox .custom-control-label {
    color: #fff;
  }
  
  body .main-content .game__survey .custom-checkbox .custom-control-label::before {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
  }
  
  body .main-content .game__survey .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    width: 10px;
    height: 10px;
    background: #ff7e21;
    left: -20.5px;
    top: 7px;
  }
  
  body .main-content .game__survey__radio {
    display: none;
  }
  
  body .main-content .game__survey__radio .custom-radio {
    margin: .75rem 0;
  }
  
  body .main-content .game__survey__radio .custom-radio .custom-control-label {
    color: #fff;
  }
  
  body .main-content .game__survey__radio .custom-radio .custom-control-label::before {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  
  body .main-content .game__survey__radio .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    width: 10px;
    height: 10px;
    background: #ff7e21;
    left: -20.5px;
    top: 7px;
    border-radius: 50%;
  }
  
  body .main-content .game__survey__text {
    display: none;
  }
  
  body .main-content .game__survey__text textarea {
    background: transparent;
    border-radius: 0;
    border-color: #ff7e21;
    margin-left: 1.5rem;
    width: 90%;
    color: #fff;
    padding: 8px 14px;
  }
  
  body .main-content .game__survey__text textarea::-webkit-input-placeholder {
    color: #fff;
  }
  
  body .main-content .game__survey__text textarea:-ms-input-placeholder {
    color: #fff;
  }
  
  body .main-content .game__survey__text textarea::-ms-input-placeholder {
    color: #fff;
  }
  
  body .main-content .game__survey__text textarea::placeholder {
    color: #fff;
  }
  
  body .main-content .game__swipe {
    display: none;
  }
  
  body .main-content .game__swipe .game-controls {
    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;
  }
  
  body .main-content .game__swipe .game-controls .box {
    width: 80px;
    height: 80px;
    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;
    background-color: #ff7e21;
    border-radius: 50%;
  }
  
  body .main-content .game__swipe .game-controls .arrow img {
    max-width: 75px;
  }
  
  body .main-content .game__swipe .game-controls .arrow.arrow-left {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  body .main-content .game__swipe .game-info {
    margin-bottom: 3rem;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
  
  body .main-content .game__swipe .game-info .timer {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-top: 1.5rem;
    font-size: 2rem;
    margin-bottom: 0;
    margin-left: 2rem;
    margin-bottom: 1.5rem;
  }
  
  body .main-content .game__swipe a.btn {
    width: 100%;
    text-transform: inherit;
    padding: .75rem 2.5rem;
    margin: .5rem 0;
  }
  
  body .main-content .great-job {
    display: none;
  }

  .registerHeadingParagraph {
    margin-bottom: 2rem;
  }
  
  body .main-content .thank-you {
    display: none;
  }

  .custom-checkbox {
    color: white;
  }

  
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff7e21;
}

.custom-checkbox {
  margin: 0;
  font-size: 15px;
}

.outcome-text-container {
  margin-top: 2rem;
}


.custom-checkbox .custom-control-label::before {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid white;
}


.privacy-policy .container {
  max-width: 100% !important;
}

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

.privacy-policy .heading-style-container {
  display: flex;
  justify-content: center;
  align-items:center;
  margin-left: -15px;
  margin-right: -15px;
  min-height: 70px;
  margin-bottom: 2rem;
}
.privacy-policy .heading-style-container .heading-style {
  text-align: center;
  margin: 0;
}

.checkbox-padding {
  margin-top: 0.5rem;
}

  
  /*
  *   Responsive
  */
  @media only screen and (min-width: 1280px) and (max-width: 1650px) {

    
    h2.heading-style {
      font-size: 2rem;
    }
    p {
      font-size: 1rem !important;
    }
    img.camera {
      width: 100%;
    }
    .container {
      width: 100%;
    }

    body .main-content .page {
      width: 70%;
    }
   
    body .main-content .image::before {
      left: 21%;
    }
    body .main-content .image img.border-img {
      margin-top: 25px;
    }
    body .main-content .image img.main-img {
      width: 270px;
      height: 270px;
    }
    body .main-content .game__block .col-md-6.offset-3 {
      margin-left: 0 !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
    }
    body .main-content .game__block .col-md-6.offset-3 button {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 47%;
              flex: 0 0 47%;
      max-width: 47%;
    }
    body .main-content .thank-you .mt-5 {
      margin-top: 1.5rem !important;
    }
  }
  

  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
 
    .col-md-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
    }
    .offset-3 {
      margin-left: 0 !important;
    }
    h2.heading-style {
      font-size: 3rem;
    }
    p {
      font-size: 1.3rem !important;
    }
    p.copyright {
      font-size: 1rem !important;
      margin-top: 1.5rem;
    }
    .custom-btn {
      font-size: 1.2rem !important;
    }
    ul.social {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    form {
      width: 75%;
      margin: 1rem auto;
    }
    form .form-group {
      width: 100%;
      margin: .5rem 0;
    }
    form button {
      margin-top: 1.5rem;
    }
    body .main-content .page {
      width: 80%;
    }
    body .main-content .spotlight-left {
      width: 40%;
    }
    body .main-content .spotlight-right {
      width: 40%;
    }
    body .main-content .image::before {
      left: 17%;
    }
    body .main-content .first-screen {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    body .main-content .first-screen p.w-75 {
      width: 90% !important;
    }
    body .main-content .first-screen p.w-75 br {
      display: none;
    }
    body .main-content .game__block {
      text-align: center;
    }

    body .game__block .border-polygon .game-items .game-item img {
      -o-object-fit: cover;
      object-fit: cover;
      height: 100px !important;
      width: 100%;
  }

  body .main-content .game__block .border-polygon .game-items .game-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 20%;
    max-width: 20%;
    margin: .5rem .5rem;
}
    body .main-content .game__block button {
      width: 75%;
      margin: .5rem auto;
    }
    body .main-content .game__quiz .custom-btn {
      width: 75% !important;
    }
    body .main-content .great-job {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    body .main-content .great-job .description {
      padding: 1rem;
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
    }
    body .main-content .great-job .description form .row .col-md-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      text-align: left;
      padding-left: 10px;
      padding-right: 10px;
    }
    body .main-content .thank-you {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
    }
  }
  
  @media only screen and (min-width: 321px) and (max-width: 767px) {
    

    body .main-content  img.main-img {
      max-width: 85%;
      border: 6px solid #ffffff;
      box-shadow: 0 0 6px lightslategrey;
    }
    
    .offset-3 {
      margin-left: 0 !important;
    }
    h2.heading-style {
      font-size: 1.75rem;
    }
    p {
      font-size: .9rem !important;
    }
    p.copyright {
      font-size: .9rem !important;
      margin-top: 1.5rem;
    }
    .custom-btn {
      font-size: 1rem !important;
    }
    .container {
      width: 100%;
    }
    form {
      width: 100%;
    }
    form .form-group {
      width: 100%;
    }
    form button {
      margin-top: 1rem;
    }
    .game-info .timer {
      font-size: 1.15rem;
    }

    body .main-content .page {
      width: 90%;
    }
    body .main-content .spotlight-left {
      width: 50%;
    }
    body .main-content .spotlight-right {
      width: 50%;
    }
    body .main-content .image::before {
      height: 120px;
      width: 80%;
      bottom: 20%;
      left: 10%;
    }
    body .main-content .image img.main-img {
      width: 200px;
      height: 200px;
    }
    body .main-content .image img.border-img {
      width: 100%;
    }
    body .main-content .first-screen {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    body .main-content .first-screen h2 {
      margin-top: 3rem;
    }
    body .main-content .first-screen p.w-75 br {
      display: none;
    }
    body .main-content .game__block {
      text-align: center;
    }

    body .main-content .game__block .border-polygon .game-items .item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 43%;
              flex: 0 0 43%;
      max-width: 43%;
      margin: 4px;
    }
    body .main-content .game__block .border-polygon .game-items .item img {
      height: 120px;
    }
    body .main-content .game__quiz .game-info {
      margin-top: 3rem;
    }
    body .main-content .great-job {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    
    }
    body .main-content .great-job form .row .col-md-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      text-align: left;
      padding-left: 10px;
      padding-right: 10px;
    }
    body .main-content .game__swipe .w-75 {
      width: 90% !important;
    }
    body .main-content .game__swipe .game-controls .box {
      width: 60px;
      height: 60px;
    }
    body .main-content .game__swipe .game-controls .box img {
      width: 20px;
      height: 20px;
    }
    body .main-content .game__swipe .game-controls .arrow {
      width: 50px;
      height: 50px;
    }
    body .main-content .thank-you {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
    }

   
    .padding-game-row {
      padding: 1rem !important;
    }

    body .main-content .game__block .border-polygon .game-items .game-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
      flex: 0 0 38%;
      max-width: 38%;
      margin: .5rem .5rem;
  }

    body .main-content .game__block .border-polygon .game-items .game-item img {
      -o-object-fit: cover;
      object-fit: cover;
      height: 100px;
      width: 100%;
  }

  ul.social li a i {
    width: 2rem;
    height: 2rem;
    font-size: 22px;
  }

  #outcome-text, #outcome-text2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  }
  
  @media only screen and (max-width: 320px) {

    body .main-content img.main-img {
      max-width: 80%;
    }

    .offset-3 {
      margin-left: 0 !important;
    }
    img.logo {
      width: 80%;
    }
    h2.heading-style {
      font-size: 1.5rem;
    }
    .game-info .timer {
      font-size: 1.5rem;
      margin: 1rem .5rem;
    }
    p {
      font-size: .9rem !important;
    }
    p.copyright {
      font-size: .9rem !important;
      margin-top: 1.5rem;
    }
    .custom-btn {
      font-size: .9rem !important;
    }
    ul.social li a i {
      width: 2rem;
      height: 2rem;
      font-size: 22px;
    }
    .container {
      width: 100%;
    }
    form {
      width: 100%;
    }
    form .form-group {
      width: 100%;
    }
    form button {
      margin-top: 0.5rem;
    }

    body .main-content .page {
      width:90%;
    }
    body .main-content .spotlight-left {
      width: 50%;
    }
    body .main-content .spotlight-right {
      width: 50%;
    }
    body .main-content .image::before {
      height: 120px;
      width: 80%;
      bottom: 15px;
      left: 10%;
    }
    body .main-content .image img.main-img {
      width: 150px;
      height: 150px;
    }
    body .main-content .image img.border-img {
      width: 100%;
    }
    body .main-content .first-screen {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    body .main-content .first-screen h2 {
      margin-top: 3rem;
    }
    body .main-content .first-screen p.w-75 {
      width: 90% !important;
    }
    body .main-content .first-screen p.w-75 br {
      display: none;
    }
    body .main-content .game__block {
      text-align: center;
    }



    body .main-content .game__block .border-polygon .game-items .item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 43%;
              flex: 0 0 43%;
      max-width: 43%;
      margin: 4px;
    }

    body .main-content .game__block .border-polygon .game-items .game-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%;
      margin: .5rem .5rem;
  }

  .padding-game-row {
    padding: 1rem !important;
  }


  body .main-content .game__block .border-polygon .game-items .game-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 90px;
    width: 100%;
  }


  body .main-content .game__block .border-polygon .game-items .item img {
    height: 120px;
  }
  body .main-content .game__quiz .game-info {
    margin-top: 3rem;
  }
  body .main-content .great-job {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
   
  }
  body .main-content .great-job form .row .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  body .main-content .game__swipe .w-75 {
    width: 90% !important;
  }
  body .main-content .game__swipe .game-controls .box {
    width: 60px;
    height: 60px;
  }
  body .main-content .game__swipe .game-controls .box img {
    width: 20px;
    height: 20px;
  }
  body .main-content .game__swipe .game-controls .arrow {
    width: 50px;
    height: 50px;
  }
  body .main-content .thank-you {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  
  #outcome-text, #outcome-text2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* MEMORY GAME */

#page-container{
    text-align: center;
}
#card-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1rem;
}

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

#timer {
    font-weight: bold;
}

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

.memory-card {
    font-size:0px;
    cursor:pointer;
    display:flex;
    justify-content:center;
    align-items:center;
    object-fit: cover;
    width: 12rem;
    height: 12rem;
    -moz-box-shadow: 0 0 10px  grey;
    -webkit-box-shadow: 0 0 10px  grey;
    box-shadow: 0 0 10px  grey;
}

.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%;
}

.header-game .game-icon {
    background-color: #fff;
    mask: url("https://brame-campaign-data-storage.s3.amazonaws.com/campaign-data/769ee464-e2d8-11eb-95bc-c5f952266884/assets/icons/stopwatch.svg") no-repeat center / contain;
    -webkit-mask: url("https://brame-campaign-data-storage.s3.amazonaws.com/campaign-data/769ee464-e2d8-11eb-95bc-c5f952266884/assets/icons/stopwatch.svg") no-repeat center / contain;
    height: 20px;
    width: 20px;
}

#game-time, #question {
    padding-right: .5rem;;
    text-transform: uppercase;
}

.header-game .time {
    opacity: .9;
    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;
    margin-bottom: 2rem;
    font-weight: 900;
    font-size: 2rem;
    text-transform: uppercase;
}

.header-game .time img {
    width: 30px;
    height: 30px;
}

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

.header-game .time-element {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1278px) {
  .game-item {
    flex-basis: 20%;
  }
  .memory-card {
    width: 8rem;
    height: 8rem;
  }
}

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

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

    body #main-content .game .game-content .game__block a.btn {
        margin-bottom: 1rem;
        padding: .75rem 2rem;
    }
}
@media only screen and (min-width: 361px) and (max-width: 767px) {
    
    .header-game {
        margin-top: 1rem;
    }

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

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

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

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

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

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

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

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

/* register  */

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: none;
  background-color: #48535E;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: transparent !important;
}

.custom-control-label::before {
  border: 1px solid #48535E;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: none;
  width: 10px;
  height: 10px;
  top: 7px;
  left: -21px;
}



input:checked~.custom-control-label::before {
  color: none; 
}
input[type="checkbox"] {
  border: 1px solid;
}

.form-control {
  padding: 1.5rem 1rem;
  background-color: transparent;
}

/* quiz  */

.content {
  width: 100%;
  margin: auto;
  padding: 0 1rem;
  flex-direction: column;
}

.questionHeading {
  font-weight: 800;
}

@media only screen and (min-width: 450px) and (max-width: 766px) {
  .content {
    width: 80%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .content {
    width: 60%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content {
    width: 60%;
  }
}


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

/* SWIPE  */ 

.introduction-img {
  position: relative;
  height: 330px;
  width: 330px;
}

.introduction-img img {
  position: absolute;
  left:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.swipe-container {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 0 0.5rem;
}

.game-container-swipe {
  width: 60%;
  margin: 0rem auto;
  padding: 0 1rem;
  border-radius: 1.5rem;
}

.questionHeading {
  text-transform: uppercase;
}

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

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

/*quiz same button content height*/

.game-controls-container {
  display: flex;
  flex: 1;
}

.game-controls {
  display: flex;
  flex: 1;
}


body #game-view .answerSwipe {
  white-space: normal;
  word-wrap: break-word;
  margin: 0.5rem auto;
  padding: .7rem;
  font-weight: bold;
  display: flex !important;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.arrowsSmallDeviceContainer {
  display: none;
}

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

.arrowSwipe {
  font-size: 60px;
}

@media only screen and (max-width: 520px) {

  .mobileArrowSmallDevice, .mobileArrowSmallDevice2 {
      font-size: 40px;
  }
  .arrowsSmallDeviceContainer {
      display: flex;
  }
  .mobileArrow, .mobileArrow2 {
      display: none;
  }
}

@media only screen and (max-width: 767px) {

  .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: 50px;
  }
  .mobileArrow, .mobileArrow2 {
      top: calc(50% - 25px);
  }
  .mobileArrow {
    left: -5rem;
  }
  .mobileArrow2 {
    right: -5rem;
  }
  .introduction-img {
    height: 240px;
    width: 240px;
  }
  
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .game-container-swipe {
      width: 80%;
      padding: 1rem;
  }
  .introduction-img {
    height: 290px;
    width: 290px;
}
}


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