html[data-browser*="iPad"] html[data-browser*="iPod"] html[data-browser*="iPhone"], :active {
  pointer-events: visibleFill;
  cursor: pointer;
  -webkit-tap-highlight-color: #fff0;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

.cs--cic--copyright__wrapper {
  color: #fff;
  text-align: center;
  background: #231f20;
  border: 2px solid #231f20;
  place-content: center;
  width: 100%;
  margin: 0 auto;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 900;
}

.cc--cic--copyrightlink {
  color: #0a4e8b;
}

.sp19--hp--signup__form--button {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .25rem;
  cursor: pointer;
  background: #231f20;
  border: 2px solid #231f20;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 900;
  transition: all .3s ease-in-out;
}

#hphouse--box--gryffindor, #hphouse--box--ravenclaw, #hphouse--box--hufflepuff, #hphouse--box--slytherin {
  z-index: 9;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.hpfluidcontainer {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.hpfluidcontainer--ravenclaw {
  background-image: url("ravenclaw-pattern-colorized.f035d954.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.hpfluidcontainer--gryffindor {
  background-image: url("gryffindor-pattern-colorized.b4d2d89c.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.hpfluidcontainer--hufflepuff {
  background-image: url("hufflepuff_patternshape_colorized.f7cde168.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.hpfluidcontainer--slytherin {
  background-image: url("slytherin-pattern-colorized.355c7297.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.hide-filter {
  visibility: hidden;
  display: none;
}

.show-filter {
  visibility: visible;
  display: block;
}

#spell--gryffindor, #spell--hufflepuff, #spell--ravenclaw, #spell--slytherin {
  visibility: hidden;
  display: none;
}

.hpfluidcontainer, .hpfluidcontainer #ripple {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
}

.hpfluidcontainer--ravenclaw, .hpfluidcontainer #ripple--ravenclaw {
  filter: url("#turbulence");
  background-image: url("ravenclaw-pattern-colorized.f035d954.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.hpfluidcontainer--gryffindor, .hpfluidcontainer #ripple--gryffindor {
  filter: url("#turbulence");
  background-image: url("gryffindor-pattern-colorized.b4d2d89c.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.hpfluidcontainer--hufflepuff, .hpfluidcontainer #ripple--hufflepuff {
  filter: url("#turbulence");
  background-image: url("hufflepuff_patternshape_colorized.f7cde168.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.hpfluidcontainer--slytherin, .hpfluidcontainer #ripple--slytherin {
  filter: url("#turbulence");
  background-image: url("slytherin-pattern-colorized.355c7297.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

svg {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

html, body {
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
}

@media (width <= 539px) {
  html, body {
    cursor: pointer;
  }
}

.sp19--hp--flex__wrapper {
  background: #e9e9e9;
  height: 100vh;
  margin: 0 auto;
  font-size: 1rem;
  position: relative;
}

.sp19--hp--form__wrapper {
  z-index: 9999;
  text-align: center;
  filter: drop-shadow(0 0 .45rem #000);
  background: url("https://images.vans.com/is/image/VansBrand/fa19_harrypotter_signup_page_background_copybox") center / cover no-repeat;
  border: 2px solid #000;
  width: 600px;
  height: 400px;
  margin: auto;
  display: grid;
  position: absolute;
  inset: 0;
}

@media (width <= 539px) {
  .sp19--hp--form__wrapper {
    width: 325px;
    height: 335px;
  }
}

@media (width >= 1200px) {
  .sp19--hp--form__wrapper {
    width: 606px;
    max-height: 43%;
  }
}

.sp19--hp--signup__form--logo {
  max-width: 50%;
  padding-bottom: 25px;
}

@media (width <= 539px) {
  .sp19--hp--signup__form--logo {
    width: 247px;
    padding-top: 21px;
  }
}

@media only screen and (-webkit-device-pixel-ratio >= 2), only screen and (-moz-device-pixel-ratio >= 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (resolution >= 192dpi), only screen and (resolution >= 2x) {
  .sp19--hp--signup__form--logo {
    min-height: unset;
    padding-top: 10px;
  }
}

.sp19--hp--signup__form {
  flex: auto;
  margin: 0 auto;
  padding-top: 50px;
}

@media (width <= 539px) {
  .sp19--hp--signup__form {
    max-width: 100%;
    max-height: 100%;
  }
}

@media only screen and (-webkit-device-pixel-ratio >= 2), only screen and (-moz-device-pixel-ratio >= 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (resolution >= 192dpi), only screen and (resolution >= 2x) {
  .sp19--hp--signup__form {
    min-height: unset;
    max-height: 51%;
    padding-top: 10px;
  }
}

@media (width >= 1200px) {
  .sp19--hp--signup__form {
    max-height: 51%;
  }
}

.sp19--hpcopyrightinfo__row {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: -80px;
  display: flex;
}

.hpcopytext {
  text-align: center;
  font-weight: 500;
}

@media (width <= 539px) {
  .hpcopytext {
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
  }
}

.hp--cpyright {
  max-width: 52%;
}

.hp--cpyright-txt {
  text-align: left;
  padding-top: 24px;
  padding-left: 15px;
  font-size: 8px;
  font-weight: 700;
}

@media (width <= 539px) {
  .hp--cpyright-txt {
    padding-left: 5px;
    font-size: 5px;
  }
}

.sp19--hpcopyrightinfo--vans__col {
  vertical-align: text-bottom;
  flex: 3;
}

@media (width <= 539px) {
  .sp19--hpcopyrightinfo--vans__col {
    flex: 2;
    padding-left: 5px;
    font-size: 5px;
  }
}

.sp19--hpcopyrightinfo--wizardry__col {
  flex: 2;
}

@media (width <= 539px) {
  .sp19--hpcopyrightinfo--wizardry__col {
    flex: 1;
  }
}

.sp19--hp--flex__row {
  flex-flow: wrap;
  width: 100%;
  height: 50vh;
  display: flex;
}

@media (width <= 539px) {
  .sp19--hp--flex__row {
    width: 100%;
    height: 46%;
  }
}

.sp19--hp--flex__col {
  flex-direction: column;
  flex: 1;
  min-height: 100%;
  display: flex;
}

.sp19--hp--gryffindor {
  background: #dfa753 url("http://images.vans.com/is/image/VansBrand/fa19_harrypotter_signup_page_desktop_gryffindor_patternshape_1005x605?wid=1005") center repeat-x;
}

.sp19--hp--slytherin {
  background: #485344 url("http://images.vans.com/is/image/VansBrand/fa19_harrypotter_signup_page_desktop_slytherin_patternshape_1005x605?wid=1005&fmt=png8-alpha") center repeat-x;
}

.sp19--hp--ravenclaw {
  background: #9d9fa2 url("http://images.vans.com/is/image/VansBrand/fa19_harrypotter_signup_page_desktop_ravenclaw_patternshape_1005x605?wid=1005&fmt=png8-alpha") center repeat-x;
}

.sp19--hp--hufflepuff {
  background: #dc992b url("http://images.vans.com/is/image/VansBrand/fa19_harrypotter_signup_page_desktop_hufflepuff_patternshape_1005x605?wid=1005&fmt=png8-alpha") center repeat-x;
}

.hp--hufflepuff--logo {
  z-index: 8888;
  position: absolute;
  bottom: 11px;
  right: 17px;
}

.hp--slytherin--logo {
  z-index: 8888;
  position: absolute;
  bottom: 11px;
  left: 17px;
}

.hp--gryffindor--logo {
  z-index: 8888;
  position: absolute;
  top: 11px;
  left: 17px;
}

.hp--ravenclaw--logo {
  z-index: 8888;
  position: absolute;
  top: 11px;
  right: 17px;
}

@keyframes slit-in-diagonal-1 {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
    transform: translateZ(-800px)rotate3d(1, 1, 0, 90deg);
  }

  54% {
    opacity: 1;
    animation-timing-function: ease-in-out;
    transform: translateZ(-160px)rotate3d(1, 1, 0, 87deg);
  }

  100% {
    animation-timing-function: ease-out;
    transform: translateZ(0)rotate3d(1, 1, 0, 0);
  }
}

@keyframes fade-in-top {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-in-blurred-top {
  0% {
    transform-origin: 50% 0;
    filter: blur(40px);
    opacity: 0;
    transform: translateY(-1000px)scaleY(2.5)scaleX(.2);
  }

  100% {
    transform-origin: 50%;
    filter: blur();
    opacity: 1;
    transform: translateY(0)scaleY(1)scaleX(1);
  }
}

@keyframes slide-in-elliptic-left-bck {
  0% {
    transform-origin: 200%;
    opacity: 0;
    transform: translateX(-800px)rotateY(-30deg)scale(6.5);
  }

  100% {
    transform-origin: -600px;
    opacity: 1;
    transform: translateX(0)rotateY(0)scale(1);
  }
}
