.webcomponent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 auto 10px;
  position: fixed;
  inset: 0;
  background-image: url(/img/back.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  overflow: hidden;
}
.webcomponent .arrow {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000;
  pointer-events: none;
}
.webcomponent .arrow img {
  width: 40px;
  height: auto;
}
.webcomponent .content-container {
  flex: 1;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.webcomponent .language-switcher {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  background: transparent;
  border: 2px solid #003D99;
  border-radius: 12px;
  padding: 3px;
  cursor: pointer;
  z-index: 100;
  font-family: "avory-i-pe-variable", sans-serif;
  font-weight: 700;
  width: fit-content;
}
.webcomponent .language-switcher .lang-option {
  padding: 10px 14px;
  color: #003D99;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  min-width: 55px;
}
.webcomponent .language-switcher .lang-option.active {
  background: #003D99;
  color: #FFCB27;
}
@media (max-width: 768px) {
  .webcomponent .language-switcher {
    top: 15px;
    right: 15px;
  }
  .webcomponent .language-switcher .lang-option {
    padding: 4px 10px;
    font-size: 14px;
    min-width: 45px;
  }
}
.webcomponent .content-container::-webkit-scrollbar {
  display: none;
}
.webcomponent hr {
  border: 0.5px solid #d1d1d1;
  width: -webkit-fill-available;
}
.webcomponent a {
  font-family: "Avenir";
  text-decoration: underline;
  color: #FFFFFF;
}
.webcomponent a:hover {
  color: #eae6e6;
}
.webcomponent .navbar {
  background-color: #FFCB27;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webcomponent .navbar img {
  max-width: 85px;
  width: 100%;
  height: auto;
  padding: 15px 0;
}
.webcomponent .image-container {
  margin: 40px auto 50px;
  max-width: 400px;
}
.webcomponent .image-container img {
  width: 100%;
  height: auto;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
.webcomponent .ty-page {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  font-family: "InspireTWDC", sans-serif;
}
@media (min-width: 360px) {
  .webcomponent .ty-page {
    max-width: 365px;
  }
}
@media (min-width: 520px) {
  .webcomponent .ty-page {
    max-width: 500px;
  }
}
@media (min-width: 750px) {
  .webcomponent .ty-page {
    max-width: 950px;
  }
}
.webcomponent .ty-page .title-1 {
  font-family: "avory-i-pe-variable", sans-serif;
  color: #FFCB27;
  font-size: 72px;
  font-weight: 700;
  line-height: 70px;
}
@media (min-width: 360px) {
  .webcomponent .ty-page .title-1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 450px) {
  .webcomponent .ty-page .title-1 {
    font-size: 52px;
    line-height: 50px;
  }
}
@media (min-width: 750px) {
  .webcomponent .ty-page .title-1 {
    font-size: 65px;
    line-height: 65px;
  }
}
.webcomponent .ty-page .subtitle {
  font-family: "avory-i-pe-variable", sans-serif;
  color: #FFCB27;
  font-size: 36px;
  font-weight: 700;
  margin-top: 30px;
}
.webcomponent .ty-page .text-1 {
  font-family: "Avenir";
  font-size: 22px;
  font-weight: 400;
}
.webcomponent .ty-page .text-2 {
  margin: auto;
  max-width: 500px;
  font-size: 22px;
}
.webcomponent .ty-page .registered {
  font-size: 12px;
  vertical-align: super;
  margin-left: 2px;
}
.webcomponent .ty-page ul {
  list-style-position: inside;
  padding-left: 0;
  margin: 0;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.webcomponent .ty-text {
  color: #DFE94F;
  font-size: 40px;
}
.webcomponent .sweepstake-controller {
  margin-top: 40px;
}
.webcomponent .laliga-footer {
  font-size: 16px;
  font-family: "InspireTWDC", sans-serif;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 800px;
}
.webcomponent .laliga-footer .footer-copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.webcomponent .laliga-footer .substar,
.webcomponent .laliga-footer .abtitle {
  justify-self: center;
  text-align: center;
  margin: 10px 0 30px;
}
.webcomponent .laliga-footer .substar {
  margin: 10px 0 7px;
}
.webcomponent .laliga-footer .abrules {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  z-index: 0;
  width: 100%;
  max-width: 271px;
  margin: 7px auto 20px;
}
@media (min-width: 360px) {
  .webcomponent .laliga-footer .abrules {
    font-size: 16px;
    max-width: 297px;
  }
}
@media (min-width: 768px) {
  .webcomponent .laliga-footer .abrules {
    max-width: 630px;
    margin: 15px auto 20px;
  }
}
@media (min-width: 1024px) {
  .webcomponent .laliga-footer .abrules {
    font-size: 15px;
    max-width: 457px;
  }
}
@media (min-width: 1280px) {
  .webcomponent .laliga-footer .abrules {
    font-size: 16px;
    max-width: 560px;
  }
}
@media (min-width: 1366px) {
  .webcomponent .laliga-footer .abrules {
    max-width: 630px;
  }
}
@media (min-width: 1440px) {
  .webcomponent .laliga-footer .abrules {
    max-width: 630px;
  }
}
.webcomponent .laliga-footer .abrules a {
  font-family: "Avenir";
  text-decoration: underline;
  font-weight: 600;
  color: #FFFFFF;
}
.webcomponent .laliga-footer .abrules a:hover {
  color: #eae6e6;
}
.webcomponent .laliga-footer .abrules b {
  font-family: "Avenir Bold";
  font-weight: 700;
  font-style: normal;
}
.webcomponent .laliga-footer .disney-cards {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  grid-gap: 25px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media (min-width: 767px) {
  .webcomponent .laliga-footer .disney-cards {
    grid-template-columns: auto auto;
    margin-top: 45px;
  }
}
@media (min-width: 1024px) {
  .webcomponent .laliga-footer .disney-cards {
    padding: 0 20px;
    grid-gap: 15px;
  }
}
@media (min-width: 1200px) {
  .webcomponent .laliga-footer .disney-cards {
    grid-gap: 20px;
  }
}
@media (min-width: 1366px) {
  .webcomponent .laliga-footer .disney-cards {
    grid-gap: 25px;
  }
}
.webcomponent .laliga-footer .disney-cards .card {
  width: 100%;
  max-width: 272px;
  height: auto;
  overflow: hidden;
  position: relative;
  border: none;
  border-radius: 0;
  background: none;
}
@media (min-width: 360px) {
  .webcomponent .laliga-footer .disney-cards .card {
    max-width: 320px;
  }
}
@media (min-width: 411px) {
  .webcomponent .laliga-footer .disney-cards .card {
    max-width: 360px;
  }
}
.webcomponent .laliga-footer .disney-cards .card img {
  width: 100%;
  max-width: 320px;
}
@media (min-width: 411px) {
  .webcomponent .laliga-footer .disney-cards .card img {
    max-width: 360px;
  }
}
@media (min-width: 1024px) {
  .webcomponent .laliga-footer .disney-cards .card img {
    max-width: 240px;
  }
}
@media (min-width: 1200px) {
  .webcomponent .laliga-footer .disney-cards .card img {
    max-width: 280px;
  }
}
@media (min-width: 1366px) {
  .webcomponent .laliga-footer .disney-cards .card img {
    max-width: 300px;
  }
}
.webcomponent .laliga-footer .disney-cards .card .card-text {
  position: absolute;
  bottom: 3px;
  transition: bottom 0.4s ease;
  left: 0;
  width: 100%;
  height: 42px;
  background-color: rgba(222, 238, 255, 0.6);
  display: grid;
  grid-template-columns: 1fr;
}
.webcomponent .laliga-footer .disney-cards .card .a-div {
  width: 100%;
  align-self: center;
  text-decoration: none;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 11.5px;
  display: grid;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0C2153;
  line-height: 15.6px;
}
.webcomponent .laliga-footer .disney-cards .card .a-div div {
  justify-self: end;
  margin-right: 5px;
}
.webcomponent .laliga-footer .disney-cards .card .zoom-image {
  transition: transform 0.4s ease;
}
.webcomponent .laliga-footer .disney-cards .card .card-text2 {
  position: absolute;
  bottom: 3px;
  transition: bottom 0.4s ease;
  left: 0;
  width: 100%;
  height: 42px;
  background-color: rgba(222, 238, 255, 0.6);
  display: grid;
  grid-template-columns: 1fr;
}
.webcomponent .laliga-footer .disney-cards .card .card-text2 .a-div2 {
  width: 100%;
  align-self: center;
  text-decoration: none;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 11.2px;
  display: grid;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0C2153;
  line-height: 15.6px;
}
.webcomponent .laliga-footer .disney-cards .card .card-text2 .a-div2 div {
  justify-self: end;
  margin-right: 1px;
}
.webcomponent .laliga-footer .disney-cards .card:hover .zoom-image {
  transform: scale(1.05);
}
.webcomponent .laliga-footer .disney-cards .card:hover .card-text,
.webcomponent .laliga-footer .disney-cards .card:hover .card-text2 {
  transition: bottom 0.3s ease;
  bottom: 0;
}
@media (min-width: 768px) {
  .webcomponent .laliga-footer .canada {
    width: 500px;
  }
}
.webcomponent .laliga-footer .footer-links {
  display: grid;
  margin: 80px auto 50px;
  font-style: normal;
}
@media (min-width: 360px) {
  .webcomponent .laliga-footer .footer-links {
    margin: 35px auto 60px;
  }
}
@media (min-width: 768px) {
  .webcomponent .laliga-footer .footer-links {
    margin: 55px auto 60px;
  }
}
@media (min-width: 1024px) {
  .webcomponent .laliga-footer .footer-links {
    width: 500px;
  }
}
@media (min-width: 1200px) {
  .webcomponent .laliga-footer .footer-links {
    width: 100%;
  }
}
.webcomponent .laliga-footer .footer-links ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  grid-auto-flow: row;
  align-items: center;
}
@media (min-width: 768px) {
  .webcomponent .laliga-footer .footer-links ul {
    flex-flow: row wrap;
    align-items: center;
  }
}
.webcomponent .laliga-footer .footer-links ul li {
  position: relative;
  justify-content: space-evenly;
  display: flex;
  align-items: center;
  margin: 3px 0;
}
.webcomponent .laliga-footer .footer-links ul li a {
  font-family: "Avenir";
  font-size: 14px;
  line-height: 31px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 400;
  color: #FFFFFF;
}
.webcomponent .laliga-footer .footer-links ul li a:hover {
  color: rgb(229.5, 229.5, 229.5);
  text-decoration: underline;
}
.webcomponent .laliga-footer .footer-links ul li:nth-child(5) {
  display: grid;
  grid-template-columns: 30px 150px;
  margin: 9px auto;
}
.webcomponent .laliga-footer .footer-links ul li:nth-child(5) div {
  align-self: start;
}
.webcomponent .laliga-footer .footer-links ul li:nth-child(5) a {
  line-height: 18px;
}
@media (min-width: 768px) {
  .webcomponent .laliga-footer .footer-links ul li:nth-child(5) {
    position: relative;
    justify-content: space-evenly;
    display: flex;
    align-items: center;
    margin: 3px 0;
  }
}
.webcomponent .laliga-footer .footer-links label {
  font-family: "Avenir";
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  display: block;
  text-align: center;
}
.webcomponent .laliga-footer .footer-links__divider {
  background: url(/img/mikey.png) no-repeat center center;
  background-size: 20px 15px;
  background-repeat: no-repeat;
  width: 25px;
  height: 17px;
  margin: 0px 8px 0;
}
.webcomponent .laliga-footer .disney-footer {
  margin: 20px auto 0;
  justify-self: center;
}
@media (min-width: 768px) {
  .webcomponent .laliga-footer .disney-footer {
    width: 120px;
  }
}
.content-form-oneid {
  font-family: "InspireTWDC", sans-serif !important;
  margin: 0 auto;
  text-align: center;
}
.content-form-oneid .oneid-title {
  max-width: 390px;
  text-align: center;
  color: #FFFFFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  width: 250px;
  margin-top: 10px;
  margin-bottom: 0px;
}
@media (min-width: 320px) {
  .content-form-oneid .oneid-title {
    width: 80%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    max-width: 280px;
  }
}
@media (min-width: 511px) {
  .content-form-oneid .oneid-title {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .content-form-oneid .oneid-title {
    max-width: 390px;
  }
}
.content-form-oneid #oneid-content {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.content-form-oneid #oneid-content input[type=text] {
  width: 280px;
  border: none !important;
  border-radius: 4px;
  padding: 12px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .content-form-oneid #oneid-content input[type=text] {
    width: 394px;
  }
}
.content-form-oneid #oneid-content input[type=text]:focus {
  box-shadow: none !important;
  outline: none;
}
.content-form-oneid #oneid-content input::placeholder {
  color: #0c1635;
}
.content-form-oneid #oneid-content .input-error-oneid {
  border-color: #FF4848 !important;
  border: 1px solid;
}
.content-form-oneid #oneid-content .check-input {
  display: grid;
  grid-template-columns: 0.5fr 23fr;
  align-items: flex-start;
}
.content-form-oneid #oneid-content .check-input label {
  text-align: left;
  margin-left: 9px;
  line-height: 22px;
  position: relative;
  color: #FFFFFF;
  margin-top: -2px;
  cursor: pointer;
}
.content-form-oneid #oneid-content .check-input:first-child {
  margin-bottom: 10px;
}
.content-form-oneid #oneid-content .check-input:first-child span {
  top: inherit;
}
.content-form-oneid #oneid-content .check-input input[type=checkbox] {
  accent-color: #FFFFFF;
  border: none !important;
}
.content-form-oneid #oneid-content .check-contain {
  width: 278px;
}
@media (min-width: 360px) {
  .content-form-oneid #oneid-content .check-contain {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .content-form-oneid #oneid-content .check-contain {
    width: 420px;
  }
}
.content-form-oneid #oneid-content .check-contain p {
  margin: 0;
  color: #FFFFFF;
  text-align: left;
  cursor: pointer;
}
.content-form-oneid #oneid-content .check-contain label.checkbox {
  display: grid !important;
  grid-template-columns: 20px auto;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 auto;
  padding: 0;
}
.content-form-oneid #oneid-content .check-contain label.checkbox input {
  width: 24px;
  height: 24px;
  border: none !important;
}
.content-form-oneid #oneid-content .check-contain label.checkbox input[type=checkbox] {
  align-self: start;
  margin-top: 0;
}
.content-form-oneid #oneid-content .check-contain label.checkbox a {
  color: #FFFFFF;
}
.content-form-oneid #oneid-content .check-contain label.checkbox span {
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 3px;
  width: 1rem;
  height: 1rem;
  background-color: #d4d7dc;
  border: none !important;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content-form-oneid #oneid-content .check-contain label.checkbox.default {
  margin-right: 1rem;
  padding-left: 0.75rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
}
.content-form-oneid #oneid-content .check-contain label.checkbox.default input[type=checkbox]:focus ~ span {
  border: none !important;
}
.content-form-oneid #oneid-content .check-contain label.checkbox.default span {
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 3px;
  width: 1rem;
  height: 1rem;
  background-color: #d4d7dc;
  border: none !important;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.content-form-oneid #oneid-content .check-contain .label-check {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  color: #FFFFFF;
  margin-left: 2px;
  text-align: left;
  line-height: 20px;
}
.content-form-oneid #oneid-content .check-contain .label-check a {
  text-decoration: underline;
}
.content-form-oneid #oneid-content .check-contain .label-check a:hover {
  color: #eae6e6;
}
.content-form-oneid #oneid-content .check-contain .label-check-error {
  color: #FF4848 !important;
  margin-left: 12px;
  text-align: left;
  line-height: 20px;
}
.content-form-oneid #oneid-content .check-contain .label-acheck-error {
  color: #FF4848 !important;
  text-align: left;
  line-height: 20px;
}
.content-form-oneid #oneid-content .text-error-oneid {
  bottom: -15px;
}
.content-form-oneid #oneid-content .btn-submit-oneid {
  font-family: "avory-i-pe-variable", sans-serif;
  border-radius: 2px;
  background: #FFCB27;
  text-decoration: none;
  width: 100%;
  height: 44px;
  margin: 25px auto 30px;
  font-size: 20px;
  letter-spacing: 1.4px;
  font-weight: 900;
  color: #0052D6;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .content-form-oneid #oneid-content .btn-submit-oneid {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.content-thank-padding {
  width: 100%;
  height: 150px;
}
.content-thank-oneid,
.content-view-date {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.content-thank-oneid image,
.content-view-date image {
  max-width: 100px;
}
.content-thank-oneid .image-thank-you,
.content-view-date .image-thank-you {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.content-thank-oneid .image-thank-you img,
.content-view-date .image-thank-you img {
  max-width: 200px;
  width: 100%;
  height: auto;
}
@media (min-width: 850px) {
  .content-thank-oneid .image-thank-you,
  .content-view-date .image-thank-you {
    flex-direction: row;
    justify-content: center;
  }
}
.content-thank-oneid .hidden,
.content-view-date .hidden {
  display: none !important;
}
.content-thank-oneid h2,
.content-view-date h2 {
  font-family: "avory-i-pe-variable", sans-serif;
  color: #FFCB27;
  font-size: 58px;
  margin: auto;
  font-weight: 700;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 60px;
}
@media (min-width: 360px) {
  .content-thank-oneid h2,
  .content-view-date h2 {
    font-size: 45px;
  }
}
@media (min-width: 768px) {
  .content-thank-oneid h2,
  .content-view-date h2 {
    width: 545px;
  }
}
@media (min-width: 1024px) {
  .content-thank-oneid h2,
  .content-view-date h2 {
    width: 500px;
  }
}
@media (min-width: 1366px) {
  .content-thank-oneid h2,
  .content-view-date h2 {
    width: 545px;
  }
}
.content-thank-oneid .title-1,
.content-view-date .title-1 {
  font-size: 72px;
  font-family: "avory-i-pe-variable", sans-serif !important;
  color: #FFCB27;
  font-weight: 700 !important;
}
@media (min-width: 360px) {
  .content-thank-oneid .title-1,
  .content-view-date .title-1 {
    font-size: 40px !important;
    line-height: 40px !important;
  }
}
@media (min-width: 450px) {
  .content-thank-oneid .title-1,
  .content-view-date .title-1 {
    font-size: 52px !important;
    line-height: 50px !important;
  }
}
@media (min-width: 750px) {
  .content-thank-oneid .title-1,
  .content-view-date .title-1 {
    font-size: 65px !important;
    line-height: 65px !important;
  }
}
.content-thank-oneid .subtitle,
.content-view-date .subtitle {
  font-family: "avory-i-pe-variable", sans-serif !important;
  color: #FFCB27;
  font-size: 36px !important;
  font-weight: 700 !important;
}
.content-thank-oneid p,
.content-view-date p {
  font-family: "Avenir" !important;
  color: #FFFFFF;
  font-size: 22px !important;
  width: 100%;
  max-width: 600px;
  margin: auto;
  margin-top: 10px !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .content-thank-oneid p,
  .content-view-date p {
    max-width: 700px;
    margin-top: 10px !important;
    margin-bottom: 40px;
  }
}
.content-thank-oneid p span,
.content-view-date p span {
  color: #F2B03C;
}
.content-thank-oneid .text-firstName,
.content-view-date .text-firstName {
  color: #101823;
  font-size: 18px;
}
.content-thank-oneid .btn-logout,
.content-view-date .btn-logout {
  cursor: pointer;
  font-size: 18px;
  color: #FFFFFF;
}
.content-thank-oneid .btn-thank-oneid,
.content-view-date .btn-thank-oneid {
  border-radius: 32px;
  border: 0.5px solid var(--stroke-white, #FFF);
  background:
    linear-gradient(
      180deg,
      #EDAE1A -16%,
      #FADF40 100%);
  width: 217px;
  height: 50px;
  color: #000C2D;
  border: none;
  border-radius: 60px;
  margin: 32px auto 50px;
}
.content-thank-oneid .contain-oneid.topbar,
.content-view-date .contain-oneid.topbar {
  margin-bottom: 30px;
}
.content-thank-oneid .oneid-share,
.content-view-date .oneid-share {
  display: grid;
  margin: 15px 0;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.content-thank-oneid .oneid-share :first-child,
.content-view-date .oneid-share :first-child {
  justify-self: end;
  margin-right: 10px;
}
.content-thank-oneid .oneid-share :last-child,
.content-view-date .oneid-share :last-child {
  justify-self: start;
  margin-left: 10px;
}
.rules {
  display: grid;
  justify-items: center;
  overflow-x: hidden;
  padding: 30px 15px 50px;
  box-sizing: border-box;
  background-image: url(/img/back.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.rules-content {
  width: 100%;
  max-width: 1000px;
  margin: 50px 10px 0;
  padding: 0 15px;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.rules-content a {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: 700;
}
.rules-content a:hover {
  color: #FFFFFF;
  opacity: 0.6;
}
.rules-content * {
  max-width: 100%;
  box-sizing: border-box;
}
@font-face {
  font-family: "Avenir";
  src: url(/fonts/AvenirNextforINTUIT-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Bold";
  src: url(/fonts/AvenirNextforINTUIT-Bold.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "InspireTWDC";
  src: url(/fonts/InspireTWDC-Roman.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
.form-universal {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 290px !important;
  margin: 20px 0px;
}
.form-universal .style-label {
  margin-top: 12px !important;
}
.form-universal .style-input {
  margin-bottom: 0 !important;
}
.form-universal .radio-contain {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.form-universal .radio-contain .this_radioption {
  align-items: center;
  color: white;
}
.form-universal .radio-contain [type=radio] {
  visibility: hidden;
}
.form-universal .radio-contain [type=radio]::before {
  border: 1px solid white;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  display: block;
  content: " ";
  cursor: pointer;
  visibility: visible;
}
.form-universal .radio-contain [type=radio]:checked::before {
  border-color: white !important;
  border: 1px solid white;
  background-color: #C94179 !important;
}
.form-universal .radio-contain label {
  color: white;
  font-size: 0.8rem !important;
}
.form-universal .radio-contain .style-label {
  display: inline-block;
}
.form-universal .input-success {
  border-color: #C94179 !important;
  color: white;
}
.form-universal .icon-input {
  fill: white !important;
  width: 10px;
  height: 10px;
  top: 45px !important;
}
.form-universal span {
  color: #FFFFFF !important;
}
.form-universal p {
  color: #FFFFFF !important;
}
.form-universal p a {
  color: inherit;
  text-decoration: underline;
}
.form-universal input {
  color: white;
  background-color: transparent;
}
.form-universal input:focus {
  border-color: #C94179;
  box-shadow: none;
  background-color: transparent;
}
.form-universal .checkbox p {
  margin-left: 1rem !important;
}
.form-universal .cf-turnstile {
  margin-top: 40px !important;
}
.form-universal .check-contain label.checkbox.default span {
  margin-right: 100px !important;
  width: 24px !important;
  height: 24px !important;
  border: solid 1px !important;
  background-color: transparent !important;
}
.form-universal .check-contain label.checkbox.default input[type=checkbox]:checked + span {
  accent-color: #C94179 !important;
  background-color: #C94179 !important;
}
.form-universal .btn-default {
  color: white !important;
  background-color: #C94179 !important;
  border: none !important;
  border-radius: 30px !important;
  width: 30% !important;
  margin: auto;
  margin-bottom: 3rem;
}
.form-universal .text-disclaimer {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
}
.form-universal input:-webkit-autofill,
.form-universal textarea:-webkit-autofill,
.form-universal select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px inherit inset !important;
  box-shadow: 0 0 0 1000px inherit inset !important;
  -webkit-text-fill-color: white !important;
  transition: background-color 9999s ease-in-out 0s;
}
@media (min-width: 320px) {
  .form-universal {
    max-width: 300px !important;
  }
  .form-universal .btn-default {
    width: 80% !important;
  }
}
@media (min-width: 411px) {
  .form-universal {
    max-width: 400px !important;
  }
  .form-universal .btn-default {
    width: 80% !important;
  }
}
@media (min-width: 768px) {
  .form-universal {
    max-width: 650px !important;
  }
  .form-universal .btn-default {
    width: 50% !important;
  }
}
@media (min-width: 1024px) {
  .form-universal {
    max-width: 770px !important;
  }
  .form-universal .btn-default {
    width: 50% !important;
  }
}
.container-loader {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 140px;
}
.container-loader h5 {
  color: white;
  font-size: 22px;
}
.container-loader .loader-animate {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 32px 0 #fff, -32px 0 #fff;
  position: relative;
  animation: flash-animate 0.5s ease-out infinite alternate;
  display: block;
}
@keyframes flash-animate {
  0% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 32px 0 rgba(255, 255, 255, 0.1333333333), -32px 0 #FFF;
  }
  50% {
    background-color: #FFF;
    box-shadow: 32px 0 rgba(255, 255, 255, 0.1333333333), -32px 0 rgba(255, 255, 255, 0.1333333333);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 32px 0 #FFF, -32px 0 rgba(255, 255, 255, 0.1333333333);
  }
}
/*# sourceMappingURL=style.css.map */
