html.touch .passwordProtected .contentWrapper .innerContent .infoBlock .button:hover {
  background: #FF5C00;
}
.passwordProtected {
  text-align: center;
  position: relative;
  padding-top: 0 !important;
  min-height: 100vh;
}
.passwordProtected.inview .background {
  opacity: 1;
}
.passwordProtected.inview .contentWrapper .innerContent {
  opacity: 1;
  margin-top: 0;
  pointer-events: inherit;
}
.passwordProtected .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.3s ease-out;
  -moz-transition: opacity 0.6s 0.3s ease-out;
  -o-transition: opacity 0.6s 0.3s ease-out;
  transition: opacity 0.6s 0.3s ease-out;
}
.passwordProtected .background.overlay #colorCanvas {
  opacity: 0.6;
}
.passwordProtected .background #colorCanvas {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.passwordProtected .background .innerBackground {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  clip-path: polygon(0% 0%, 0% 100%, 38.75vw 100%, 38.75vw 25%, 61.25vw 25%, 61.25vw 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);
  background: #fff;
  opacity: 0.6;
}
.passwordProtected .contentWrapper {
  height: 100%;
  min-height: 50vw;
}
.passwordProtected .contentWrapper .innerContent {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 23.75vw;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 0.3125vw;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: margin-top 0.3s 0.15s, opacity 0.3s 0.15s, pointer-events 0.3s 0.15s;
  -moz-transition: margin-top 0.3s 0.15s, opacity 0.3s 0.15s, pointer-events 0.3s 0.15s;
  -ms-transition: margin-top 0.3s 0.15s, opacity 0.3s 0.15s, pointer-events 0.3s 0.15s;
  -o-transition: margin-top 0.3s 0.15s, opacity 0.3s 0.15s, pointer-events 0.3s 0.15s;
  transition: margin-top 0.3s 0.15s, opacity 0.3s 0.15s, pointer-events 0.3s 0.15s;
}
.passwordProtected .contentWrapper .innerContent .bars {
  height: 20.625vw;
  width: 100%;
  position: relative;
  margin-bottom: -0.0625vw;
}
.passwordProtected .contentWrapper .innerContent .bars .bar {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.25vw;
  background: #EAEAEA;
  border-radius: 0.625vw 0 0 0;
}
.passwordProtected .contentWrapper .innerContent .bars .bar:nth-child(2) {
  height: 1.25vw;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 0.625vw 0.625vw 0 0;
}
.passwordProtected .contentWrapper .innerContent .bars .bar:nth-child(3) {
  height: 100%;
  left: auto;
  position: absolute;
  top: 0;
  width: 1.25vw;
  right: 0;
  border-radius: 0 0.625vw 0 0;
}
.passwordProtected .contentWrapper .innerContent .infoBlock {
  background: #EAEAEA;
  padding: 2.5vw 1.25vw;
  text-align: left;
}
.passwordProtected .contentWrapper .innerContent .infoBlock .smallTitle {
  display: block;
  margin-bottom: 0.625vw;
}
.passwordProtected .contentWrapper .innerContent .infoBlock label {
  display: block;
  padding: 0 1.25vw;
  margin-bottom: 0.3125vw;
}
.passwordProtected .contentWrapper .innerContent .infoBlock input {
  line-height: 3.125vw;
  border-radius: 0.625vw !important;
  display: block;
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: #EAEAEA;
  font-family: 'Poppins';
  padding: 0 1.25vw;
  font-size: 1vw;
}
.passwordProtected .contentWrapper .innerContent .infoBlock .message {
  padding: 0.625vw 1.25vw;
  background: #ffc9c9;
  border-radius: 0.625vw;
  border: 2px solid #f4a5a5;
  font-size: 0.75vw;
  margin: 1.25vw 0;
}
.passwordProtected .contentWrapper .innerContent .infoBlock .button {
  border-radius: 0.625vw;
  cursor: pointer;
  background: #FF5C00;
  margin-top: 0.625vw;
  height: 3.125vw;
  color: #fff;
  text-align: center;
  line-height: 3.125vw;
  -webkit-transition: background 0.3s 0s ease-out;
  -moz-transition: background 0.3s 0s ease-out;
  -o-transition: background 0.3s 0s ease-out;
  transition: background 0.3s 0s ease-out;
}
.passwordProtected .contentWrapper .innerContent .infoBlock .button:hover {
  background: #e25d11;
}
.passwordProtected .contentWrapper .innerContent .infoBlock .extraInfo {
  margin-top: 0.625vw;
  padding: 0 0.625vw;
}
@media all and (max-width: 1080px) {
  .passwordProtected .contentWrapper {
    height: 100%;
    min-height: 74.072vw;
  }
  .passwordProtected .contentWrapper .innerContent {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 35.184vw;
    margin-top: 0.463vw;
  }
  .passwordProtected .contentWrapper .innerContent .bars {
    height: 30.555vw;
    margin-bottom: -0.093vw;
  }
  .passwordProtected .contentWrapper .innerContent .bars .bar {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1.852vw;
    border-radius: 0.926vw 0 0 0;
  }
  .passwordProtected .contentWrapper .innerContent .bars .bar:nth-child(2) {
    height: 1.852vw;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 0.926vw 0.926vw 0 0;
  }
  .passwordProtected .contentWrapper .innerContent .bars .bar:nth-child(3) {
    height: 100%;
    left: auto;
    position: absolute;
    top: 0;
    width: 1.852vw;
    border-radius: 0 0.926vw 0 0;
  }
  .passwordProtected .contentWrapper .innerContent .infoBlock {
    padding: 3.704vw 1.852vw;
  }
  .passwordProtected .contentWrapper .innerContent .infoBlock .smallTitle {
    margin-bottom: 0.926vw;
  }
  .passwordProtected .contentWrapper .innerContent .infoBlock label {
    padding: 0 1.852vw;
    margin-bottom: 0.463vw;
  }
  .passwordProtected .contentWrapper .innerContent .infoBlock input {
    line-height: 4.63vw;
    border-radius: 0.926vw !important;
    padding: 0 1.852vw;
    font-size: 1.481vw;
  }
  .passwordProtected .contentWrapper .innerContent .infoBlock .message {
    padding: 0.926vw 1.852vw;
    border-radius: 0.926vw;
    font-size: 1.111vw;
    margin: 1.852vw 0;
  }
  .passwordProtected .contentWrapper .innerContent .infoBlock .button {
    border-radius: 0.926vw;
    margin-top: 0.926vw;
    height: 4.63vw;
    line-height: 4.63vw;
  }
  .passwordProtected .contentWrapper .innerContent .infoBlock .extraInfo {
    margin-top: 0.926vw;
    padding: 0 0.926vw;
  }
}
@media all and (max-width: 580px) {
  .passwordProtected .contentWrapper {
    height: 100%;
    min-height: 146.549vw;
  }
  .passwordProtected .contentWrapper .innerContent {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 65.516vw;
    margin-top: 0.862vw;
  }
  .passwordProtected .contentWrapper .innerContent .bars {
    height: 56.895vw;
    margin-bottom: -0.172vw;
  }
  .passwordProtected .contentWrapper .innerContent .bars .bar {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3.448vw;
    border-radius: 1.724vw 0 0 0;
  }
  .passwordProtected .contentWrapper .innerContent .bars .bar:nth-child(2) {
    height: 3.448vw;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 1.724vw 1.724vw 0 0;
  }
  .passwordProtected .contentWrapper .innerContent .bars .bar:nth-child(3) {
    height: 100%;
    left: auto;
    position: absolute;
    top: 0;
    width: 3.448vw;
    border-radius: 0 1.724vw 0 0;
  }
  .passwordProtected .contentWrapper .innerContent .infoBlock {
    padding: 6.897vw 3.448vw;
  }
  .passwordProtected .contentWrapper .innerContent .infoBlock .smallTitle {
    margin-bottom: 1.724vw;
  }
  .passwordProtected .contentWrapper .innerContent .infoBlock label {
    padding: 0 3.448vw;
    margin-bottom: 0.862vw;
  }
  .passwordProtected .contentWrapper .innerContent .infoBlock input {
    line-height: 8.621vw;
    border-radius: 1.724vw !important;
    padding: 0 3.448vw;
    font-size: 2.759vw;
  }
  .passwordProtected .contentWrapper .innerContent .infoBlock .message {
    padding: 1.724vw 3.448vw;
    border-radius: 1.724vw;
    font-size: 2.069vw;
    margin: 3.448vw 0;
  }
  .passwordProtected .contentWrapper .innerContent .infoBlock .button {
    border-radius: 1.724vw;
    margin-top: 1.724vw;
    height: 8.621vw;
    line-height: 8.621vw;
  }
  .passwordProtected .contentWrapper .innerContent .infoBlock .extraInfo {
    margin-top: 1.724vw;
    padding: 0 1.724vw;
  }
}
/*# sourceMappingURL=password_protected.css.map */