* {
  margin: 0;
  padding: 0;
}
body,
html {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  font-family: 'Overpass', sans-serif;
}
.content-holder {
  width: 1126px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding: 40px 0 40px 0;
}
h1 {
  font-weight: 900;
  font-size: 35px;
  line-height: 70px;
  color: #6660AF;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 60px;
  }
}
h2 {
  font-weight: 900;
  font-size: 30px;
  line-height: 45px;
  color: #6660AF;
  margin: 15px 0 5px 0;
}
h3 {
  font-weight: 900;
  font-size: 23px;
  line-height: 25px;
  color: #6660AF;
  margin: 15px 0 5px 0;
}
p {
  font-weight: 300;
  font-size: 19px;
  line-height: 25px;
}
a {
  font-weight: 800;
  color: #6660AF;
  text-decoration: none;
}
.vi-show-desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .vi-show-desktop {
    display: block;
  }
}
.vi-show-desktop-inline {
  display: none;
}
@media only screen and (min-width: 768px) {
  .vi-show-desktop-inline {
    display: inline-block;
  }
}
.vi-hide-desktop {
  display: block;
}
@media only screen and (min-width: 768px) {
  .vi-hide-desktop {
    display: none;
  }
}
.vi-black-weight {
  font-weight: 900;
}
/*# sourceMappingURL=main.css.map */