body {
  font-family: "Roboto", sans-serif;
  font-size: 1.25em;
  line-height: 1.25em;
  margin: 0px;
}
img#logo {
  width: 216.66px;
  position: relative;
  left: -52px;
}
p small {
  font-size: 10.833333px;
  color: #1d1d1b;
  font-weight: 300;
}
input {
  font-family: inherit;
  font-size: 32px
}
li {
  line-height: 35px;
  font-weight: 300;
  font-size: 21.6667px;
}
li:before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2210%22%20fill%3D%22%231509F1%22%20%2F%3E%3C%2Fsvg%3E);

  background-position: left 6px;
  background-size: contain;
  min-width: 0.9521484375rem;
  min-height: 30px;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: relative;
  letter-spacing: 0 !important;
  font-variant: normal !important;
  padding-right: 30px;

  line-height: 40px;
}
ul {
  list-style: none;
}

iframe.video {
  width:100%;
  height: 70%;
}
section {
  min-width: 1040px;
}
section div.inner {
  width: 936px;
  margin-left: auto;
  margin-right: auto;
  padding: 52px;
  padding-top: 20px;
}
section div.inner p {
  width: 90%;
  line-height: 2em;
}
section header {
  margin-bottom: 103px;
}
h1 {
  font-family: "Ubuntu", sans-serif;
  font-size: 41.1667px;
  color: black;
  letter-spacing: 0px;
  line-height: 1.5em;
  margin: 0px;
}
section button {
  position:relative;
  left: -52px;
  margin-top: 40px;
  margin-bottom: 100px;
  width: 10.5rem;
  height: 82px;

  padding: 0 2.0625rem;
  font-size: 22px;
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 0px;
  padding-left: calc(0.075rem + 2.0625rem);
  font-weight: 400;
  border-radius: 50px;
  background-color: #ff5722;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  white-space: nowrap;
  transition-duration: 0.25s;
  transition-property: background-color;
  transition-timing-function: ease;
}
button a {
  color: white;
  text-decoration: none;
}
button:hover {
  background-color: #ed501f;
}
@media (max-width: 1440px) {
  section div.inner p {
    width: 70%;
  }
}
@media (max-width: 1040px) {
  section div.inner p {
    width: 60%;
  }
}
@media (max-width: 736px) {
  img#logo {
    width: 183px;
  }
  section div.inner {
    max-width: 600px;
    padding: 30px;
    padding-top: 52px;
  }
  section div.inner p {
    width: 90%;
  }

  section {
    min-width: 100%;
    background-image: none;
  }

  @media (max-width: 500px) {
    section div.inner {
      width: 100%;
      padding: 30px;
      padding-top: 52px;
      max-width: 500px;
    }

    section div.inner p {
      width: 90%;
    }
    section {
      min-width: 100%;
      background-image: none;
    }
  }
}
