/* Text Elements */

h1.heading-3 {
  min-width: 10px;
  max-width: 90%;
  width: 90%;
  color: #e69600;
  text-align: center;

  justify-self: auto;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
}

h1.heading-1 {
  margin-top: 34px;
  margin-bottom: 16px;
  min-width: 10px;
  max-width: 90%;
  max-height: none;
  color: #fff;
  text-align: center;
  font-size: 42px;
  line-height: 32px;

  -webkit-text-stroke-color: #e69600;
  -webkit-text-stroke-width: 1px;
}

h1.heading-2 {
  display: block;
  max-width: 500px;
  width: 400px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 28px;

  grid-area: auto / auto / auto / auto;
  -webkit-box-flex: 4;
  -webkit-flex: 4 9;
     -moz-box-flex: 4;
      -ms-flex: 4 9;
          flex: 4 9;
}

p.paragraph span.paragraph-text-20 {
  line-height: 1.17;
}

p.paragraph.paragraph-4 {
  min-width: 10px;
  max-width: 90%;
  width: auto;
  color: #fff;
  text-indent: 0;
  font-size: 18px;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  line-height: 22px;

  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

p.paragraph.paragraph-2 {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  min-width: 10px;
  max-width: 90%;
  width: auto;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;

  grid-area: auto /auto/ auto / auto;
  justify-self: auto;
  -webkit-box-flex: 5;
  -webkit-flex: 5;
     -moz-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

p.paragraph {
  max-width: 800px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph.paragraph-1 {
  margin-top: 0;
  margin-bottom: 0;
  min-width: 10px;
  max-width: 90%;
  width: auto;
  color: #fff;
  font-size: 18px;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  line-height: 26px;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-flex: 5;
  -webkit-flex: 5;
     -moz-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

p.paragraph span.paragraph-text-2 {
  font-size: .75rem;
}

p.paragraph span.paragraph-text-3 {
  font-size: .75rem;
}

a.link-text.logo-nav-link {
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 48px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;

  -webkit-text-stroke-color: #e69600;
  -webkit-text-stroke-width: 1px;
}

a.link-text {
  color: #010101;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 16px;
}

a.link-text.footer-info {
  display: block;
  margin-bottom: 0;
  padding-bottom: 16px;
  width: auto;
  color: #666;
  text-align: right;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
}

a.link-text span.footer_legal {
  font-size: .625rem;
}

a.link-text.logo-nav-link:hover {
  color: #d4d4d4;
}

/* Layout Elements */

body.body-1 {
  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;
  float: none;
  clear: none;
  -ms-flex-align: center;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  padding-right: 0;
  min-width: 10px;
  min-height: 10px;
  max-width: none;
  background-color: #010101;

  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.container.nav-bar {
  position: relative;
  right: 0;
  left: 0;
  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;
  float: none;
  -ms-flex-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  max-width: 90%;

  -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-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  justify-self: auto;
  grid-area: elementArea;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
          align-content: space-around;
}

.container.footer-region {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  padding: 10px 24px;
  background-color: #010101;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  justify-self: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.container-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  min-width: 10px;
  max-width: 90%;
  width: 90%;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.container-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  min-width: 200px;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.container-14 {
  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;
  min-height: 10px;
  max-width: 80%;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  justify-self: auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -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;
}

.container.container-8 {
  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: distribute;
  float: none;
  clear: none;
  -ms-flex-align: center;
  padding-left: 0;
  min-width: 20%;
  max-width: 900px;

  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

.container.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  float: none;
  clear: none;
  -ms-flex-align: center;
  margin-bottom: 0;
  max-width: 100%;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  justify-self: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
          align-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

a.social-image.social-btn {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  max-width: 40px;
  border-radius: 50px;
  background-color: #010101;
}

.rule.rule-1 {
  position: static;
  margin-top: 7px;
  margin-bottom: 5px;
  padding-top: 75px;
  padding-bottom: 11px;
  max-width: 90%;
  width: auto;
}

.rule.rule-1 hr {
  border-top-width: 2px;
  border-top-color: #e69600;
}

.rule.rule-2 hr {
  border-top-width: 2px;
  border-top-color: #e69600;
}

div.responsive-picture.picture-4 {
  position: static;
  display: block;
  -ms-flex-order: -6;
  float: none;
  clear: none;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 70px;
  border: .0625rem outset #e69600;
  border-radius: 4px;
  vertical-align: top;

  -webkit-box-ordinal-group: -5;
  -webkit-order: -6;
     -moz-box-ordinal-group: -5;
          order: -6;
  justify-self: center;
}

a.responsive-picture.picture-link-3 {
  min-width: 10px;
  max-width: 75px;
  width: 60%;
}

a.responsive-picture.picture-link-2 {
  max-width: 75px;
}

a.responsive-picture.picture-link-1 {
  max-width: 75px;
}

div.responsive-picture.picture-3 {
  padding-right: 0;
  min-width: 10px;
  max-width: 50%;
  width: auto;

  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  justify-self: auto;
}

.html-element.html-element-1 {
  position: relative;
  display: block;
  -ms-flex-order: 0;
  float: none;
  clear: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 10px;
  max-width: 60%;
  width: auto;
  height: 300px;

  grid-area: auto/auto/ auto / auto;
  justify-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
          order: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

.rule.rule-2 {
  width: 80%;

  justify-self: center;
}

.rule.rule-4 {
  min-width: 0;
  max-width: 60%;
  width: 60%;
}

.rule.rule-6 {
  max-width: 60%;
  width: 60%;
}