/* Text Elements */

h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 48px;
  font-family: 'Roboto Condensed', cursive;
}

h1.heading-2 {
  text-align: center;
  text-transform: none;
  text-shadow: #78828c 2px 2px 5px;
  font-weight: 400;
  font-size: 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -webkit-transition-delay: 0s, 0s;
     -moz-transition-delay: 0s, 0s;
       -o-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  -webkit-transition-timing-function: ease, ease;
     -moz-transition-timing-function: ease, ease;
       -o-transition-timing-function: ease, ease;
          transition-timing-function: ease, ease;
  -webkit-transition-duration: 0s, .3s;
     -moz-transition-duration: 0s, .3s;
       -o-transition-duration: 0s, .3s;
          transition-duration: 0s, .3s;
  -webkit-transition-property: all, all;
     -moz-transition-property: all, all;
       -o-transition-property: all, all;
          transition-property: all, all;
}

h6.heading-1 {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
}

p.paragraph.paragraph-3 {
  margin-top: 16px;
}

p.paragraph span.paragraph-text-2 {
  text-decoration: underline;
  font-weight: 700;
}

p.paragraph span.paragraph-text-3 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-4 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-5 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-6 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-7 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-8 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-9 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-10 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-11 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-12 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-13 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-14 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-15 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-16 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-17 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-18 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-19 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-20 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-21 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-22 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-23 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-24 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-25 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-26 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-27 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-28 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-29 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-30 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-34 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-32 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-33 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-35 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-36 {
  font-weight: 600;
}

a.link-text.logo-footer {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 20px 0;
  width: auto;
  color: #ffff04;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 900;
  font-size: 19px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
}

a.link-text.footer-link {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Syne', sans-serif;
}

a.link-text.logo-footer:hover {
  color: #b5b5b5;
}

a.link-text.footer-link:hover {
  color: #fff;
}

/* Interaction Elements */

a.link-button.btn {
  margin: 10px;
  padding-right: 0;
  padding-left: 0;
  min-width: 150px;
  max-width: 150px;
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background-color: #5e5955;
  box-shadow: rgba(168, 170, 182, 1) 0 2px 2px 0, rgba(0, 0, 0, .12) 0 3px 1px -2px, rgba(0, 0, 0, .2) 0 1px 5px 0;
  color: #ffff04;
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 31px;
}

a.link-button.btn:hover {
  background-color: #ffff04;
  box-shadow: rgba(0, 0, 0, 1) 0 2px 2px 0, rgba(0, 0, 0, .12) 0 3px 1px -2px, rgba(0, 0, 0, .2) 0 1px 5px 0;
  color: #000;
  text-shadow: #78828c 2px 2px 5px;
}

/* Layout Elements */

body.body-1 {
  padding-right: 16px;
  padding-left: 16px;
  background-color: #000;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 95, 40, 1) 66%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 95, 40, 1) 66%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 95, 40, 1) 66%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(255, 95, 40, 1) 66%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container-grid.bg-content-size-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  min-height: auto;
  max-width: 1370px;
  max-height: none;
  height: 200px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

.container-grid.container-footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 48px auto;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 300px;
  max-width: 1370px;
  border-width: .0625rem;
  border-style: solid;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, .5);

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container-grid.footer-3-columns {
  display: grid;
  max-width: none;
  width: 100%;

  grid-template-columns: 100%;
  grid-template-rows: repeat(3 , auto);
}

.container-grid.container-content-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 16px;
  width: auto;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

div.responsive-picture {
  max-width: none;
}

.container-grid.hero-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  max-width: 1200px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container-grid.cover-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  min-height: auto;
  max-width: 1370px;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../fade.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 100% 100%;
  background-repeat: repeat;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  background-blend-mode: normal;
}

.container-grid.section-2-areas {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  min-height: auto;
  max-width: 1370px;
  border-radius: 20px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  grid-area: area-6;
}

.container-grid.grid-2-areas {
  display: grid;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  min-width: 0;
  min-height: auto;
  max-width: none;
  width: 100%;

  grid-template-areas: 'area-1' 'area-2';
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2 , minmax(40vh, auto));
  grid-row-gap: 48px;
  grid-column-gap: 48px;
}

.rule.footer-rule {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  max-width: 1680px;
}

.rule.footer-rule hr {
  border-top-color: #fff;
}

.container-grid.nav-bar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  min-height: 120px;
  max-width: 1370px;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

a.responsive-picture.picture-link-1 {
  min-width: 40px;
  max-width: 40px;
}

.container-grid.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}

.container-grid.cover-section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  min-height: auto;
  max-width: 1370px;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../fade.png'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../fade.png'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../fade.png'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image: url('../fade.png'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll, scroll, scroll;
  background-position: left top, left top, left top;
  background-clip: border-box, border-box, border-box;
  background-origin: padding-box, padding-box, padding-box;
  background-size: 100% 100%, auto auto, auto auto;
  background-repeat: repeat, repeat, repeat;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-blend-mode: normal, normal, normal;
}

.container-grid.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.rule.rule-1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 75%;
}

.html-element.html-element-3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.container-grid.container-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 20px;
  padding-right: 0;
  padding-left: 0;
  width: 95%;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

div.responsive-picture.picture-1 {
  width: 100%;
}

video.content-size-video {
  max-height: 300px;
}

.container-grid.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  width: 89.69%;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.container-11 {
  width: 89.69%;
}

li.list-item-link.list-item-link-1 > a {
  color: #ffff04;
}

.container-grid.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

li.list-item-link.list-item-link-1:hover > a {
  color: #0084ff;
}

@media screen and (min-width: 20rem) {
  div.responsive-picture.picture-1 {
    max-width: 400px;
  }

  .container-grid.container-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container-grid.cover-section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-grid.container-9 {
    width: 95%;
  }
}

@media screen and (min-width: 28.75rem) {
  /* Text Elements */

  h6.heading-1 {
    text-decoration: underline;
  }

  .container-grid.footer-3-columns {
    grid-template-columns: auto;
  }

  div.responsive-picture.picture-1 {
    max-width: 400px;
  }
}

@media screen and (min-width: 35.3125rem) {
  .container-grid.container-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 37.5625rem) {
  /* Text Elements */

  h1 {
    font-size: 52px;
  }

  div.responsive-picture.picture-1 {
    max-width: 1200px;
  }

  .container-grid.container-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    width: auto;
  }

  div.responsive-picture.picture-2 {
    max-width: 600px;
  }

  .container-grid.container-9 {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  a.link-text.logo-footer {
    margin-top: 8px;
    padding-top: 4px;
    padding-right: 24px;
    padding-bottom: 4px;
  }

  .container-grid.footer-3-columns {
    grid-template-columns: repeat(3 , 33.3%);
    grid-template-rows: auto;
  }

  .container-grid.grid-2-areas {
    grid-template-areas: 'area-1 area-2';
    grid-template-columns: repeat(2 , 1fr);
    grid-template-rows: auto;
  }
}

@media screen and (min-width: 52.4375rem) {
  .container-grid.cover-section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 60rem) {
  .container-grid.container-9 {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }
}

@media screen and (min-width: 62.0625rem) {
  /* Text Elements */

  h1 {
    font-size: 70px;
  }

  h6.heading-1 {
    margin-top: 12px;
    margin-bottom: 0;
    text-decoration: underline;
    font-weight: 600;
  }

  p.paragraph.paragraph-3 {
    margin: 0 0 0 20px;
  }

  ul.unorder-list.browser-default {
    margin-right: 20px;
    margin-left: 20px;
  }

  .container-grid.container-11 {
    display: grid;
    width: auto;
  }

  div.responsive-picture.picture-2 {
    min-width: 25%;
    max-width: 800px;
  }

  .container-grid.container-10 {
    min-width: 40%;
  }

  .container-grid.container-14 {
    margin-top: 20px;
  }

  .container-grid.container-9 {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-align: start;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media screen and (min-width: 75.0625rem) {
  /* Text Elements */

  h1 {
    font-size: 56px;
  }

  ul.unorder-list.browser-default {
    max-width: 800px;
    border: .0625rem solid #0084ff;
    border-radius: 20px;
  }

  .container-grid.container-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container-grid.container-10 {
    min-width: 30%;
  }

  div.responsive-picture.picture-2 {
    max-width: 800px;
  }

  .container-grid.container-9 {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media screen and (min-width: 80rem) {
  /* Text Elements */

  h1.heading-2 {
    margin-bottom: 0;
  }

  p.paragraph.paragraph-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  p.paragraph span.paragraph-text-1 {
    font-weight: 600;
  }

  p.paragraph.paragraph-1 {
    margin-top: 16px;
    margin-bottom: 0;
  }

  p.paragraph.paragraph-4 {
    margin-top: 0;
    margin-bottom: 16px;
  }

  p.paragraph span.paragraph-text-30 {
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-31 {
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-32 {
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-33 {
    font-weight: 600;
  }

  ul.link-list.browser-default {
    width: auto;
  }

  /* Interaction Elements */

  a.link-button.btn {
    background-color: #5e5955;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: rgba(0, 132, 255, .26);
  }

  div.responsive-picture.picture-2 {
    min-width: 30%;
    max-width: 800px;
  }

  .container-grid.container-14 {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 10px;
    margin-bottom: 0;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container-grid.container-11 {
    margin-right: 0;
    margin-left: 20px;
    max-width: none;
  }

  .container-grid.container-10 {
    padding-top: 0;
    min-width: 30%;
  }

  .rule.rule-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  li.list-item-link.list-item-link-1 > a {
    color: #ffff04;
  }

  video.html-video-1 {
    max-width: none;
  }

  .container-grid.cover-section-2 {
    margin-top: 20px;
  }

  .container-grid.container-9 {
    margin-top: 16px;
    margin-bottom: 16px;
    width: 90%;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container-grid.container-6 {
    margin-top: 0;
    margin-bottom: 0;
  }
}