.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  color: #000;
  flex-direction: column;
  font-family: Inter, sans-serif;
  display: flex;
}

.nav-link {
  height: 80px;
  color: #fff;
  text-transform: uppercase;
  border: 1px #000;
  justify-content: space-around;
  padding-top: 30px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  font-weight: 700;
  transition: all .2s;
  display: inline-block;
}

.nav-link:hover {
  color: #e5cf2a;
  background-color: rgba(0, 0, 0, .15);
  border-style: none none solid;
  border-color: #000 #000 #e5cf2a;
  border-bottom-width: 4px;
  border-radius: 0;
}

.nav-link:focus {
  color: #e5cf2a;
  border-bottom: 4px solid #e5cf2a;
}

.nav-link.w--current {
  color: #e5cf2a;
  background-color: rgba(0, 0, 0, .15);
  border-bottom: 4px solid #e5cf2a;
}

.brand-link {
  width: 200px;
  max-width: 200px;
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  display: flex;
}

.brand-link.w--current {
  width: 200px;
  max-width: 200px;
  display: block;
}

.nav-menu {
  align-self: center;
  margin-left: auto;
  margin-right: 0;
}

.nav-wrapper-02 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #dbdbdb;
  justify-content: center;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-inner-02 {
  width: 100%;
  height: 80px;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-inner-02.header {
  height: 25px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 13px;
}

.hero {
  height: 600px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 120px;
  overflow: hidden;
}

.footer {
  width: 100%;
  max-width: none;
  background-color: #2e3038;
  border-top: 4px solid #fff;
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 0;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph {
  color: #3b3b3b;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.paragraph.copyright {
  height: 60px;
  color: #fff;
  -webkit-text-stroke-color: transparent;
  border: 1px #000;
  margin-bottom: 0;
  padding-top: 24px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
}

.paragraph.ftr {
  margin-right: 52px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
}

.paragraph.wh {
  color: #fff;
  font-size: 14px;
}

.content {
  width: 90%;
  max-width: 1140px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.content.full {
  width: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, .39);
  background-image: linear-gradient(rgba(255, 255, 255, .32), rgba(255, 255, 255, .32)), url('../images/Metal-BG.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.content.float {
  max-width: 500px;
  min-height: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 24px;
  margin-left: 0;
  margin-right: auto;
  padding: 20px 20px 0;
}

.content.contact {
  margin-top: 165px;
  margin-bottom: 40px;
}

.content.footer {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-top-style: none;
  border-bottom: 1px #000;
  padding-top: 0;
  padding-bottom: 0;
}

.button-2 {
  background-color: #143e63;
  margin-top: 17px;
  font-weight: 600;
  transition: background-color .2s;
}

.button-2:hover {
  background-color: #912089;
}

.button-2.light {
  color: #141414;
  text-transform: uppercase;
  background-color: #e5cf2a;
}

.button-2.light:hover {
  background-color: #fff6b5;
}

.button-2.light.ftr {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
}

.heading {
  color: #e5cf2a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 33px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.heading.sm {
  color: #e5cf2a;
  margin-bottom: 0;
  font-size: 17px;
}

.heading.gry {
  color: #565a66;
  font-size: 32px;
}

.heading.gry.ctr {
  text-align: center;
  margin-bottom: 38px;
}

.heading.hr {
  color: #e5cf2a;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 39px;
}

.image {
  border: 2px solid #fff;
  border-radius: 0;
}

.link-2 {
  color: #fce16c;
  text-decoration: none;
}

.link-2:hover {
  color: #ffd000;
}

.stats {
  margin-left: 30px;
}

.label {
  color: #565a66;
  margin-top: 35px;
  font-family: Oswald, sans-serif;
}

.label.light {
  color: #fff;
  font-weight: 400;
}

.grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 26px;
}

.error-message {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.text-block {
  color: #e5cf2a;
  text-align: left;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.text-block.wh {
  color: #fff;
  margin-top: -20px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.left-column {
  padding-left: 0;
  padding-right: 10px;
}

.right-column {
  padding-left: 10px;
  padding-right: 0;
}

.embed {
  margin-top: 40px;
}

.bold-text {
  color: #912089;
  -webkit-text-stroke-color: #912089;
}

.link-3 {
  color: #fff;
  margin-bottom: 7px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.link-3:hover {
  color: #e5cf2a;
  -webkit-text-stroke-color: #fce16c;
}

.column {
  padding-left: 0;
  padding-right: 60px;
}

.div-block {
  height: 40px;
  min-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #2e3038;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.text-block-2 {
  height: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Oswald, sans-serif;
  display: flex;
}

.div-block-2 {
  width: 100%;
  height: 80px;
  background-color: #565a66;
  border-bottom: 4px solid #dbdbdb;
  box-shadow: 5px 0 11px rgba(0, 0, 0, .66);
}

.div-block-3 {
  width: 100%;
  height: 60px;
  background-color: #121316;
}

.lightbox-link {
  padding: 5px;
  box-shadow: 0 0 9px rgba(0, 0, 0, .51);
}

.hero-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 35px;
}

.hero-text.copyright {
  height: 60px;
  color: #fff;
  -webkit-text-stroke-color: transparent;
  border: 1px #000;
  margin-bottom: 0;
  padding-top: 24px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
}

.hero-text.ftr {
  margin-right: 52px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
}

.hero-text.wh {
  color: #fff;
  font-size: 14px;
}

.slide-nav {
  color: rgba(0, 0, 0, 0);
  margin-bottom: 14px;
}

.image-76 {
  height: 100%;
  max-width: none;
  min-width: 100%;
  margin-left: auto;
  margin-right: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.slider {
  height: 100%;
  margin-left: auto;
}

.icon, .icon-2 {
  display: none;
}

.html-embed {
  background-color: #fff;
  padding: 5px;
  box-shadow: 0 0 9px rgba(0, 0, 0, .51);
}

.bold-text-2 {
  color: #912089;
}

.image-77 {
  margin-bottom: 30px;
}

.div-block-4 {
  background-image: url('../images/Ascent-01.png');
  background-position: 0 0;
  background-size: auto;
}

.text-block-3 {
  color: #747474;
  text-align: center;
}

.image-78 {
  margin-right: auto;
}

.image-79 {
  margin-right: 0;
}

.image-80 {
  margin-left: auto;
}

.image-81, .image-82, .image-83 {
  margin-left: 0;
}

.image-84 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.image-85 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  display: none;
}

.slide {
  background-image: url('../images/Hero2.jpg');
  background-position: 100%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Hero1_1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.form {
  margin-top: -35px;
}

.form.subscribe, .formblock {
  margin-top: 0;
}

.social {
  width: 30px;
  opacity: 1;
  filter: brightness(200%) saturate(0%);
  margin-right: 10px;
  transition: all .2s;
}

.social:hover {
  opacity: 1;
  filter: brightness() saturate();
}

@media screen and (max-width: 991px) {
  .body {
    background-size: auto;
    background-attachment: fixed;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .nav-link:hover {
    background-color: #39424e;
    border-bottom-style: none;
  }

  .nav-link:focus {
    border-bottom-style: none;
  }

  .nav-link.w--current {
    background-color: rgba(0, 0, 0, .15);
    border-bottom-style: none;
  }

  .nav-link.w--current:hover, .nav-link.w--current:focus {
    background-color: rgba(0, 0, 0, .15);
  }

  .brand-link, .brand-link.w--current {
    margin-left: 11px;
  }

  .nav-menu {
    height: 100%;
    max-height: 100%;
    background-color: #565a66;
    align-self: stretch;
    padding-top: 40px;
    display: block;
    box-shadow: 0 14px 13px -3px rgba(0, 0, 0, .11);
  }

  .hamburger {
    width: 40px;
    filter: invert();
    color: #fff;
    padding-top: 3px;
  }

  .nav-inner-02 {
    padding: 10px 20px;
  }

  .nav-inner-02.header {
    padding-top: 19px;
  }

  .content {
    width: 92%;
    max-width: none;
  }

  .content.full {
    width: 100%;
  }

  .content.float {
    background-color: rgba(0, 0, 0, .57);
    padding-bottom: 20px;
  }

  .heading {
    margin-top: 0;
  }

  .image {
    width: 100%;
  }

  .stats {
    display: none;
  }

  .label {
    margin-top: 20px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .left-column {
    padding-right: 0;
  }

  .right-column {
    margin-top: 10px;
    padding-left: 0;
  }

  .image-76 {
    right: -200px;
  }

  .slide, .slide-2 {
    background-position: 60%;
  }

  .form {
    margin-top: -19px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-size: auto 100%;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brand-link, .brand-link.w--current {
    margin-left: -9px;
  }

  .content {
    width: 93%;
  }

  .content.float {
    width: auto;
    max-width: none;
    background-color: rgba(0, 0, 0, .67);
    margin-top: -13px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-2.light {
    margin-bottom: 20px;
  }

  .heading {
    margin-top: 10px;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .left-column {
    padding-right: 0;
  }

  .right-column {
    padding-left: 0;
  }

  .column {
    padding-right: 10px;
  }

  .lightbox-link {
    margin-top: 10px;
  }

  .slide {
    background-position: 70%;
  }

  .social {
    width: 25px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-position: 50% 0;
    background-size: auto;
    background-attachment: fixed;
  }

  .brand-link {
    padding-left: 0;
  }

  .hero {
    height: 500px;
    background-size: auto 500px;
  }

  .paragraph.copyright {
    height: 80px;
    padding-top: 20px;
  }

  .content {
    width: 90%;
  }

  .content.float {
    max-width: none;
    margin-top: -44px;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading.hr {
    margin-top: -18px;
    font-size: 32px;
    line-height: 40px;
  }

  .label {
    margin-top: 20px;
  }

  .column {
    padding-right: 0;
  }

  .div-block-3 {
    height: 80px;
  }

  .hero-text {
    font-size: 20px;
    line-height: 29px;
  }

  .text-block-3 {
    font-size: 12px;
  }
}


