:root {
  --blackBg: #000000;
  --whiteText: #ffffff;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, article {
  display: block;
}

body {
  line-height: 1;
}

.clear {
  clear: both;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

.cf {
  display: inline-block;
}

* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

img {
  border: 0;
  vertical-align: top;
}

a, button {
  text-decoration: none !important;
  cursor: pointer !important;
  border: 0;
}

a:focus, button:focus {
  outline: 0;
}

.text-center {
  text-align: center;
}

p {
  padding-bottom: 25px;
}

.d-block {
  display: block !important;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Neue Haas Grotesk Display Pro', Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  background-color: #000;
  line-height: 1.4;
  color: var(--whiteText);
  padding: env(safe-area-inset-top, 20px) env(safe-area-inset-right, 20px) env(safe-area-inset-bottom, 20px) env(safe-area-inset-left, 20px);
}

.containerOuter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.container {
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
  position: relative;
  padding-top: 80px;
}

.logo {
  display: inline-block;
  max-width: 450px;
}

.logo img {
  width: 100%;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 60px;
  text-align: center;
}

.footer {
  padding-top: 25px;
}

.title {
  font-size: 45px;
  font-family: 'Baloo 2', cursive;
  font-weight: 500;
  padding-bottom: 10px;
}

.bgBot {
  width: 100%;
}

.bgBot img {
  width: 100%;
}

@media screen and (orientation: portrait) {
  .bg {
    background-position: center bottom;
  }
}

@media screen and (orientation: portrait) {
  .bg {
    background-position: center bottom;
  }
}

@media (max-width: 1440px) {
  p {
    padding-bottom: 20px;
  }
  body {
    font-size: 25px;
  }
  .container {
    padding-top: 50px;
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .logo {
    max-width: 400px;
  }
  .header {
    padding-bottom: 40px;
  }
  .footer {
    padding-top: 15px;
  }
  .title {
    font-size: 34px;
    padding-bottom: 10px;
  }
}

@media (max-width: 991px) {
  p {
    padding-bottom: 15px;
  }
  body {
    font-size: 20px;
  }
  .container {
    padding-top: 35px;
  }
  .logo {
    max-width: 300px;
  }
  .header {
    padding-bottom: 30px;
  }
  .footer {
    padding-top: 5px;
  }
  .title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  p {
    padding-bottom: 15px;
  }
  body {
    font-size: 18px;
  }
  .container {
    padding-top: 20px;
  }
  .logo {
    max-width: 220px;
  }
  .header {
    padding-bottom: 15px;
    display: block;
  }
  .header .logo {
    margin: 10px 0;
  }
  .footer {
    padding-top: 10px;
  }
  .title {
    font-size: 25px;
    line-height: 1.3;
  }
}
/*# sourceMappingURL=styles.css.map */