@charset "UTF-8"; * {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1em;
}

h1, .h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  line-height: 3.2rem;
  margin-bottom: .3em;
}

h3, .h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  line-height: 2rem;
  margin-bottom: .2em;
}

p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
  line-height: 1.3rem;
}

.background {
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  transition: opacity .5s linear;
  z-index: -1;
  width: 100%;
  height: auto;
  text-align: center;
}

.episod-image {
  position: relative;
  overflow: hidden;
  z-index: -1;
}

.btn {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 350px;
  bottom: 0;
}

button {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  background-color: #d93b23;
  padding: 40px 50px;
  font-size: 4em;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease 0s;
  outline: none;
}

button:hover {
  background-color: rgb(156, 17, 20);
  -moz-transition: background-color .25s ease-in-out,color .25s ease-in-out;
  -webkit-font-smoothing: antialiased;
  transition: all .2s ease-out;
  box-shadow: 0 15px 40px 0 hsla(0,0%,75.7%,.5);
}

.reveal {
  border-radius: 10px;
}

input[type="text"],input[type="tel"],input[type="email"],input[type="date"],textarea,select {
  height: 60px;
  font-size: 1.4em;
  padding: 10px 25px;
  margin-bottom: 0.5rem;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0 12px 34px 0 hsla(0,0%,75.7%,.3);
  transition: transform .15s ease,box-shadow .15s ease;
  transform: translateY(0);
  will-change: transform,box-shadow;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: text;
  text-align: start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px!important;
  max-width: 100%;
  outline: none;
  box-sizing: border-box;
  background-color: #dfe4eb!important;
  color: #222;
  border: none;
  outline: none!important;
  width: 100%;
}

input[type="submit"] {
  background-color: rgb(217, 60, 35);
  box-shadow: inset 0 0 0 100px hsla(0,0%,100%,.15)!important;
  color: rgb(255,255,255)!important;
  cursor: default;
  font-size: 1.6em;
  display: block;
  width: 100%;
  height: 60px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  margin-top: 1.6rem;
  border-radius: 8px;
  padding: 10px 25px;
  opacity: none;
}

.sbmt {
  margin-top: 20px!important;
}

input[type="submit"]:hover {
  background-color: rgb(156, 17, 20);
}

input[type="text"]:hover,input[type="tel"]:hover,input[type="email"]:hover,input[type="date"]:hover,textarea:hover,select:hover {
  background-color: #fff!important;
  -moz-transition: background-color .25s ease-in-out,color .25s ease-in-out;
  -webkit-font-smoothing: antialiased;
  transition: all .2s ease-out;
  outline: 0;
}

label {
  font-size: 1.1em;
  text-align: start;
}

input[type="text"]:focus,input[type="tel"]:focus,input[type="email"]:focus,textarea:focus {
  box-shadow: 0 15px 40px 0 hsla(0,0%,75.7%,.5);
  background-color: #fff!important;
}

::-webkit-input-placeholder {
  color: #888!important;
}

::-moz-placeholder {
  color: #888!important;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #888!important;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #888!important;
}

input:focus::-webkit-input-placeholder {
  color: transparent!important;
}

input:focus:-moz-placeholder {
  color: transparent!important;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent!important;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent!important;
}

/* IE 10+ */
@media screen and (max-width: 480px) {
  button {
    font-size: 1.3em;
    line-height: 1.5rem;
    padding: 20px 20px;
  }

  .background {
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    transition: opacity .5s linear;
    z-index: -1;
    width: 100%;
    height: auto;
    text-align: center;
    background-image: url(../img/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    height: 100%;
  }

  picture {
    visibility: hidden;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  button {
    font-size: 1.5em;
    line-height: 1.7rem;
    padding: 20px 30px;
  }

  .background {
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    transition: opacity .5s linear;
    z-index: -1;
    width: 100%;
    height: auto;
    text-align: center;
    background-image: url(../img/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    height: 100%;
  }

  picture {
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1240px) {
  button {
    font-size: 2.7em;
    line-height: 2.7rem;
    padding: 30px 40px;
  }

  .background {
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    transition: opacity .5s linear;
    z-index: -1;
    width: 100%;
    height: auto;
    text-align: center;
    background-image: url(../img/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    height: 100%;
  }

  picture {
    visibility: hidden;
  }
}

.close-button {
  float: right;
  font-size: 2em;
  cursor: pointer;
}

.input.valid {
  border: 1px solid #59c78d !important;
}

.input.invalid {
  border: 1px solid #f66666 !important;
}