/* ----- Jetsetty Theme ----- */
/* ----- SETUP ----- */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap");
body {
  font-family: "Poppins", sans-serif;
  margin-top: 0;
  background-color: #fdfdfd;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 .99C4 .445 4.444 0 5 0c.552 0 1 .45 1 .99v4.02C6 5.555 5.556 6 5 6c-.552 0-1-.45-1-.99V.99zm6 8c0-.546.444-.99 1-.99.552 0 1 .45 1 .99v4.02c0 .546-.444.99-1 .99-.552 0-1-.45-1-.99V8.99z' fill='%2366b5df' fill-opacity='0.10' fill-rule='evenodd'/%3E%3C/svg%3E");
}

/* ----- never remove - needed on all TXM themes ----- */
.view-filters.form-group {
  display: none;
}

.form-group {
  margin-bottom: 0;
}

.form-actions {
  text-align: center;
  margin: 0 auto;
}

/* ----- HEADER ----- */
header {
  margin: 0;
  background: #ededed;
  padding: 8px 5px 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #F0F0F0;
}
header img.img-responsive {
  margin: 5px 0 0;
  padding: 0;
  width: 85px;
  height: auto;
}

/* ----- PROGRESS STEPS ----- */
.progress-steps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-left: -10px;
}
.progress-steps .number > div {
  color: #000000;
}
.progress-steps .field--item .steps .number {
  width: 20px;
  height: 20px;
  line-height: 19px !important;
  border: 1px solid #86bbe4;
  font-size: 12px;
}
.progress-steps .field--item:last-child .steps .number {
  border: 1px solid rgba(0, 0, 0, 0);
}
.progress-steps .field--item:last-child .steps .number img {
  animation: none;
}
.progress-steps .field--item:not(:last-child) .steps .number::after {
  background-color: #a5a5a5;
  left: 18px;
  top: 8px;
}
.progress-steps .steps.active .number {
  background: #86BBE4;
}
.progress-steps #utm-progressbar-img {
  vertical-align: -webkit-baseline-middle;
  width: 30px;
  height: auto;
  margin: -10px 0 0 -3px;
}

.progress-wrap .progress {
  height: 15px;
  margin: 8px auto 3px auto;
  max-width: 190px;
  border: 1px solid #cccccc;
}

/* ----- FOOTER ----- */
footer {
  background: #2e2e2e;
  color: #ffffff;
  margin-top: 50px;
}
footer .footer {
  margin: 0 auto;
  border: none;
  padding: 0;
}
footer .footer-wrap {
  text-align: center;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  font-size: 11px;
}
footer .footer-links ul {
  padding: 0;
  margin: 0;
}
footer .footer-links ul li {
  padding: 8px 0;
  font-size: 14px;
  list-style: none;
}
footer .footer-links ul li a {
  color: #ffffff;
  padding: 1px 5px 0;
  font-size: 11px;
}
footer .main-footer-links ul li:first-child {
  padding-top: 0;
}
footer .footer-copy {
  font-size: 11px;
  margin: 8px 0;
}

/* ----- LANDING ----- */
.landing-wrap {
  color: #0A0A0A;
  margin-bottom: 25px;
}
.landing-wrap .container {
  color: #0A0A0A;
  padding: 0px;
}
.landing-wrap .container:first-child {
  padding: 15px 0px;
  width: 100%;
  max-width: 700px;
}
.landing-wrap .container .dynamicImageBackground {
  text-align: -webkit-center;
}
.landing-wrap .container .dynamicImageBackground .dynamicImage-container {
  margin-top: 15px;
}
.landing-wrap .container .dynamicImageBackground .dynamicImage-container::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  background: #86BBE4;
  opacity: 0.2;
  height: 70px;
  z-index: -1;
  top: 45%;
}
.landing-wrap hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.landing-wrap hr:first-child {
  margin-top: 0px !important;
}
.landing-wrap .dynamicImageBackground .dynamicImage a.image-url {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
.landing-wrap .dynamicImageBackground .dynamicImage a.image-url:hover {
  text-decoration: none;
}
.landing-wrap .js-dynamicImageNextPage .img-responsive {
  width: 100%;
  max-width: 310px;
  border-radius: 10px;
  z-index: 5;
}
.landing-wrap .deco-headline {
  color: #86BBE4;
  font-weight: 800;
  font-size: 16px;
}
.landing-wrap h1.headline {
  margin: 12px 0 16px;
}
.landing-wrap h1.headline p {
  color: #333333;
  font-weight: 900;
  font-size: 32px;
  line-height: 28px;
}
.landing-wrap .headline-wrap .main-headline {
  color: #0A0A0A;
  font-size: 14px;
}
.landing-wrap .headline-wrap .hr-line {
  border: 0;
  border-top: 0.5px solid #aeaeae;
  width: 90%;
}
.landing-wrap .secondary-headline {
  background-color: rgba(134, 187, 255, 0.3);
  font-weight: 600;
  margin-top: 20px;
  font-size: 16px;
  padding: 10px;
}
.landing-wrap .secondary-headline:before {
  width: 30px;
  height: 15px;
  background: transparent url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 437.08 298.16'%3E%3Cpath d='M437.08,275.11c-2.25,8.24-6.08,15.6-14.28,19.04-4.57,1.92-9.83,3.05-14.78,3.07-53.5,.21-106.99,.13-160.49,.13-72.56,0-145.12,0-217.69,0C10.49,297.35,0,286.9,0,267.64c0-79.25,0-158.5,0-237.75C0,10.63,10.49,.18,29.84,.18,154.76,.18,279.68,.34,404.6,0c17.75-.05,28.94,7.41,32.48,22.42v252.69ZM17.45,122.62c0,1.89,0,3.28,0,4.68,0,46.81,0,93.62,0,140.42,0,9.34,2.89,12.21,12.28,12.21,125.91,0,251.83,0,377.74,0,9.13,0,12.14-2.94,12.15-11.92,.02-46.95,.01-93.9,0-140.85,0-1.49-.17-2.99-.26-4.54H17.45Zm.28-52.65H419.35c.1-1.36,.27-2.61,.27-3.85,.02-12.38,.05-24.75,0-37.13-.04-8.18-3.2-11.39-11.37-11.39-126.46-.02-252.91-.02-379.37,0-8.2,0-11.36,3.18-11.4,11.35-.06,12.38-.02,24.75,0,37.13,0,1.25,.16,2.49,.26,3.89Z'/%3E%3Cpath d='M157.56,175.06c25.44,0,50.88-.01,76.33,.01,6.12,0,9.35,2.14,10.42,6.67,1.16,4.91-1.84,9.59-6.81,10.42-1.67,.28-3.4,.22-5.1,.22-50.03,.01-100.06,.01-150.09,0-1.7,0-3.43,.05-5.1-.22-4.1-.66-7.12-4.27-7.17-8.34-.06-4.22,3.07-7.94,7.38-8.56,1.68-.24,3.4-.21,5.1-.21,25.02-.01,50.03,0,75.05,0Z'/%3E%3Cpath d='M122.51,210.04c14.21,0,28.43-.09,42.64,.05,7.04,.07,11.21,5.57,9,11.54-1.45,3.93-4.55,5.69-8.62,5.73-5.97,.06-11.94,.03-17.91,.03-21.89,0-43.78,0-65.67,0-1.56,0-3.15,.04-4.68-.21-4.31-.73-7.39-4.51-7.26-8.7,.13-4.25,3.31-7.98,7.73-8.2,6.81-.33,13.64-.2,20.46-.22,8.1-.03,16.2,0,24.3,0Z'/%3E%3C/svg%3E");
  content: " ";
  display: inline-block;
  background-position: center;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.landing-wrap .cta-wrap {
  margin-top: 10px;
}

/* ----- FORM----- */
.webform {
  background: #f6faff;
  box-shadow: 0 5px 8px rgba(88, 88, 88, 0.4);
  padding: 20px 20px 40px;
  width: 100%;
  max-width: 700px;
  margin: 20px auto;
  border: 1px solid #ebebeb;
  border-radius: 6px;
}
.webform a {
  color: #062f52;
}
.webform h2.subheadline {
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
}
.webform p.headline-main {
  font-size: 20px;
  color: #75b9f2;
  font-weight: 600;
  margin-bottom: 5px;
  text-shadow: -0.3px 0.3px 0.5px rgba(0, 0, 0, 0.3);
}
.webform p.headline-secondary {
  font-size: 14px;
  margin-bottom: 10px;
  text-shadow: -0.1px 0.1px 0.5px rgba(0, 0, 0, 0.3);
  line-height: 20px;
}
.webform input.form-control {
  height: 100%;
  width: 100%;
  font-size: 16px;
  border: 1.5px solid #777777;
  padding: 11px 12px 9px;
  margin: 0 auto 10px;
}
.webform select.form-control {
  height: 100%;
  width: 100%;
  font-size: 16px;
  border: 1.5px solid #777777;
  margin: 0;
  padding: 14px 15px 14px;
}
.webform legend {
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: 600;
  padding-top: 10px;
  border-bottom: none;
  margin: 0 auto 5px;
}
.webform label {
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: 600;
}
.webform .select-wrapper:after {
  top: 25px;
  right: 2px;
  color: #1a1e92;
}
.webform div[id*=edit-gender] .form-item-gender label {
  font-size: 18px;
  font-weight: 400;
}
.webform div[id*=edit-gender] ul.parsley-errors-list li {
  margin-top: 30px;
  position: absolute;
}
.webform .form-item-subscribe {
  margin: 10px auto;
  font-size: 11px;
}
.webform .webform-action {
  text-align: center;
}
.webform .webform-submit {
  text-align: center;
}

#edit-actions {
  text-align: -webkit-center;
}

/* ----- PARSLEY ----- */
.webform .parsley-errors-list {
  padding: 0;
  margin: 0;
  border: none !important;
}
.webform .parsley-errors-list li {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #d30408;
  letter-spacing: 0.5px;
  padding: 10px 0 5px 0;
}
.webform .form-control:focus {
  border-color: #4ca0fa;
  outline: none;
}
.webform #birthday-error {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #d30408;
  letter-spacing: 0.5px;
  padding: 10px 0 5px 0;
}
.webform input.parsley-error {
  border: 1px solid #d30408;
}
.webform select.parsley-error {
  border: 1px solid #d30408;
}
.webform .select-wrapper select.parsley-error {
  border: 1px solid #d30408;
}

/* ---- ZAN ---- */
#zeeto {
  box-shadow: 0 5px 8px rgba(88, 88, 88, 0.4);
  width: 100%;
  max-width: 700px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  background: #f6faff;
  padding: 15px 20px 10px;
  margin: 20px auto 15px;
  padding: 10px 20px 30px;
  margin: 20px auto;
}
#zeeto .zan-campaign-container.zan-soi-campaign-container {
  padding: 0;
}

.zan-wrap .dyn-copy {
  box-shadow: 0 5px 8px rgba(88, 88, 88, 0.4);
  width: 100%;
  max-width: 700px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  background: #f6faff;
  padding: 15px 20px 10px;
  margin: 20px auto 15px;
  text-align: center;
  padding: 13px 20px 15px;
}
.zan-wrap .dyn-copy span {
  text-transform: capitalize;
}
.zan-wrap p.headline-main {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 3px;
  text-shadow: -0.3px 0.3px 0.5px rgba(0, 0, 0, 0.2);
}

.webform p.headline-secondary {
  font-size: 14px;
  text-shadow: -0.1px 0.1px 0.5px rgba(0, 0, 0, 0.3);
}

.linkout-wrap p.headline-main {
  color: #75b9f2;
  font-weight: 600;
}

/* ----- BUTTON ----- */
.btn-main {
  font-weight: 800;
  height: auto;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 50px;
  padding: 20px 0 18px;
  font-size: 27px;
  margin: 10px auto 10px;
  width: 100%;
  max-width: 350px;
  background: linear-gradient(180deg, #7C7AE0, #5553CD);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  border: 1px solid #201f72;
  color: #ffffff;
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main:active:hover,
.btn-main:active:focus,
.btn-main:hover:focus,
.btn-main:disabled,
.btn-main[disabled]:hover {
  background: linear-gradient(180deg, #47468e, #282679);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  border: 1px solid #201f72;
  color: #ffffff !important;
  outline: none !important;
}

button .button-submit {
  margin-top: 30px;
}

/* ---- MATCH ---- */
#views_slideshow_cycle_teaser_section_product_carousel-block_1 {
  width: 100%;
  margin: 10px auto 20px auto;
}

.match-wrap .progress-blockmatch-wrap {
  background: #edf3f9;
  box-shadow: 0 5px 8px rgba(88, 88, 88, 0.4);
  width: 100%;
  max-width: 700px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  margin: 20px auto 40px;
  text-align: center;
}
.match-wrap .main-title {
  font-size: 24px;
  color: #75b9f2;
  font-weight: 600;
  padding: 20px 0 0;
  text-shadow: -0.3px 0.3px 0.5px rgba(0, 0, 0, 0.2);
}
.match-wrap .progress {
  height: 40px;
}
.match-wrap .progress-bar-info {
  background-color: #63c3dd;
}
.match-wrap .percentage {
  font-size: 40px;
  font-weight: 800;
  margin: 20px auto 40px;
  color: #75b9f2;
}

.progress-blockmatch-wrap img {
  margin: 0 auto;
  width: 100%;
  max-width: 270px;
}

/* ----- EOP ----- */
.modal.in .modal-dialog {
  width: 100%;
  max-width: 360px;
}

.modal-dialog {
  margin: 0 auto;
}

.game-wrap .dyn-copy {
  padding: 13px 10px 15px;
}
.game-wrap p.headline-main {
  font-size: 20px;
  color: #75b9f2;
  font-weight: 600;
  margin: 0 auto;
  text-shadow: -0.3px 0.3px 0.5px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.game-wrap p.headline-secondary {
  font-size: 14px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  text-shadow: -0.1px 0.1px 0.5px rgba(0, 0, 0, 0.3);
}
.game-wrap .card-game .back {
  border-radius: 25px;
}
.game-wrap .card-game .front {
  border-radius: 25px;
}
.game-wrap .card-game .front img.draw-image {
  top: 25%;
}
.game-wrap .modal-header {
  display: none;
}

.game-modal .btn-main {
  max-width: 170px;
  font-size: 18px;
  padding: 10px 20px;
  margin-top: 20px;
}

.game-modal .btn-main a,
.game-modal .btn-main a:hover,
.game-modal .btn-main a:focus,
.game-modal .btn-main a:active,
.game-modal .btn-main a:active:hover,
.game-modal .btn-main a:active:focus,
.game-modal .btn-main a:hover:focus,
.game-modal .btn-main a:disabled,
.game-modal .btn-main[disabled] a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* ----- PULSE ----- */
.pulse {
  -webkit-animation: pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite;
}

/* ----- MEDIA QUERY ----- */
@media (min-width: 375px) {
  .btn-main {
    max-width: 350px;
  }
}
@media (min-width: 460px) {
  .game-wrap .card-game .back,
  .game-wrap .card-game .front {
    border-radius: 30px;
  }
}
@media (min-width: 530px) {
  .game-wrap .card-game .back,
  .game-wrap .card-game .front {
    border-radius: 35px;
  }
}
@media (min-width: 600px) {
  .landing-wrap .container:first-child {
    background: #f6faff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    z-index: -2;
    margin-top: 20px;
    padding: 25px 0px 40px;
  }
  .landing-wrap .container .dynamicImageBackground .dynamicImage-container::before {
    opacity: 0;
  }
  .zan-soi-campaign-container .zan-headline {
    margin: 15px 0 5px !important;
  }
  .zan-tcpa-campaign-container .zan-headline {
    margin: 15px 0 5px !important;
  }
  .game-wrap .card-game .back {
    border-radius: 40px;
  }
  .game-wrap .card-game .front {
    border-radius: 40px;
  }
}
@media (min-width: 680px) {
  .game-wrap .card-game .back,
  .game-wrap .card-game .front {
    border-radius: 50px;
  }
}
@media (min-width: 768px) {
  .landing-wrap .deco-headline {
    font-size: 18px;
  }
  .landing-wrap h1.headline {
    margin: 20px 0 30px;
  }
  .landing-wrap h1.headline p {
    font-size: 50px;
    line-height: 45px;
  }
  .landing-wrap .headline-wrap .main-headline {
    font-size: 16px;
  }
  .webform {
    padding: 30px 60px 60px;
  }
  .webform p.headline-main {
    font-size: 24px;
  }
  .webform p.headline-secondary {
    font-size: 18px;
    margin: 10px 0 20px;
  }
  .webform .select-wrapper:after {
    right: 6px;
  }
  .webform label {
    font-size: 18px;
  }
  .webform legend {
    font-size: 18px;
  }
  .webform input.form-control {
    font-size: 20px;
  }
  .webform select.form-control {
    padding: 15px;
    font-size: 20px;
  }
  #zeeto {
    padding: 20px 30px 50px;
  }
  #zeeto .zan-linkout-campaign-container {
    padding-top: 0;
    padding-top: 30px;
  }
  .zan-wrap p.headline-main {
    font-size: 18px;
    padding: 0 140px;
  }
  .btn-main {
    font-size: 38px;
    max-width: 450px;
  }
  .match-wrap .main-title {
    font-size: 34px;
  }
  .modal.in .modal-dialog {
    width: 100%;
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  header img.img-responsive {
    margin: 10px 0 0;
  }
  footer .footer-links ul li a:hover {
    text-decoration: none;
  }
  .match-wrap .main-title {
    font-size: 44px;
  }
  .progress-steps {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .game-wrap .card-game .back {
    border-radius: 65px;
  }
  .game-wrap .card-game .front {
    border-radius: 65px;
  }
}
@media (min-width: 1200px) {
  .game-wrap .card-game .back,
  .game-wrap .card-game .front {
    border-radius: 80px;
  }
}