body {
  background-color: #041e35;
  font-family: 'PT Sans', sans-serif;
  color: #b1b5cc;
  font-size: 14px;
  line-height: 20px;
}

a {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #4da3ff;
  text-decoration: none;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 19;
  background-color: transparent;
}

.container {
  width: 100%;
  max-width: 1620px;
  margin-right: auto;
  margin-left: auto;
}

.container.header-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.bottom-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #1b4fb3;
  background-color: #1f2f4e;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #061526, #1f2f4e);
  box-shadow: 0 0 20px 0 #000;
}

.navigation-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #15194c;
  background-color: rgba(10, 14, 36, 0.3);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(57, 53, 53, 0.8), rgba(40,120,255,0.2));

}

.nav-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  color: #d0cfcf;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #fff;
  text-shadow: 0 0 20px #4d8cff, 1px 1px 20px #1e6bff;
}

.logo-center {
  padding-right: 0px;
  padding-left: 0px;
}

.logo-center.hide-desktop {
  display: none;
}

.nav-link-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-header-box {
  position: relative;
  z-index: 1;
  height: 800px;
  border-bottom: 1px solid #b31b1b;
  background-color: #121930;
  box-shadow: 0 0 20px -4px #000;
}

.header-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, rgba(0, 0, 0, 0.4), transparent 79%);
}

.slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.left-arrow {
  z-index: 15;
  margin-top: 140px;
}

.right-arrow {
  z-index: 15;
  margin-top: 140px;
}

.mask {
  position: relative;
  z-index: 5;
}

.slide {
  padding-top: 144px;
  background-image: url('../images/Slider-1-BG.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav {
  z-index: 15;
}

.content-container {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #b31b1b;
  border-radius: 5px;
  background-color: #2b1919;
  box-shadow: 0 0 20px 0 #000;
}

.content-container.features {
  margin-top: 60px;
}

.main-content-block {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/Body-BG.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr minmax(310px, 25%);
  grid-template-columns: 1fr minmax(310px, 25%);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block {
  border-style: solid;
  border-width: 1px;
  border-color: #121930;
  border-radius: 5px;
  background-color: #242938;
  box-shadow: 0 0 9px 0 #141c35;
}

.block.about {
  margin-bottom: 60px;
}

.block-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 40px;
  border-bottom: 1px solid #2a6cff;
  background-color: #181d2e;
  background-image: url('../images/Title-bg.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  white-space: pre-wrap;
}

.content-padding {
  padding: 10px;
}

.content-padding.news {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.news-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2a6cff;
  font-size: 16px;
}

.news-block-title {
  margin-right: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
  padding: 10px;
  border-bottom: 1px solid #273cf5;
  background-color: #192241;
  text-align: center;
}

.news-date {
  margin-bottom: 0px;
}

.news-item {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #192241;
  background-color: #1d2233;
  color: #b1b5cc;
  text-align: center;
}

.news-item:hover {
  border-color: #1c33ff;
  background-color: #171c2c;
  color: #afbdff;
  text-decoration: none;
  text-shadow: 1px 1px 6px transparent;
}

.news-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 170px;
  margin-top: -10px;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 34, 51, 0.77)), to(#192241)), url('../images/News-Image.png');
  background-image: linear-gradient(180deg, rgba(29, 34, 51, 0.77), #192241), url('../images/News-Image.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
}

.social-icon {
  width: 24px;
  height: 24px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.social-icon.discord {
  background-image: url('../images/discord.svg');
}

.social-icon.discord:hover {
  background-image: url('../images/discord-hover.svg');
}

.social-icon.youtube {
  background-image: url('../images/youtube.svg');
}

.social-icon.youtube:hover {
  background-image: url('../images/youtube-hover.svg');
}

.social-icon.twitter {
  background-image: url('../images/twitter.svg');
}

.social-icon.twitter:hover {
  background-image: url('../images/twitter-hover.svg');
}

.social-icon.facebook {
  background-image: url('../images/facebook.svg');
}

.social-icon.facebook:hover {
  background-image: url('../images/facebook-hover.svg');
}

.header-link {
  color: #7680ad;
}

.header-link:hover {
  color: #b2bfff;
}

.play-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 76px;
  margin-top: -15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Play-button.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  text-align: center;
  text-shadow: 1px 1px 14px #000;
}

.play-button:hover {
  background-image: url('../images/Play-button-hover.png');
  color: #d9e0ff;
  text-shadow: 1px 1px 20px #003bff;
}

.slide-text-group {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-text {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/text-bg.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 92px;
  line-height: 100px;
  text-align: center;
  text-transform: uppercase;
}

.header-text.sub-text {
  font-size: 80px;
  line-height: 82px;
}

.slide-2 {
  padding-top: 144px;
  background-image: url('../images/Slider-2-BG.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.read-news-btn {
  margin-right: -10px;
  margin-bottom: -10px;
  margin-left: -10px;
  padding: 5px 10px;
  border-top: 1px solid #192241;
  background-color: #22283f;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.logo-image {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.logo-image:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.footer {
  border-top: 1px solid #2a6cff;
  background-color: #161a25;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #161a25, rgba(22, 26, 37, 0.1)), url('../images/Footer-BG.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 0 20px -1px #000;
}

.footer-bottom-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(21, 28, 49, 0.66);
}

.footer-list {
  padding-left: 0px;
  text-align: center;
  list-style-type: none;
}

.footer-list-title {
  margin-top: 0px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 20px #000;
}

.footer-list-group {
  width: 20%;
}

.center-block-nav {
  position: relative;
  top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-block-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-list-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-link {
  color: #3255ff;
  font-size: 16px;
  text-shadow: 1px 1px 20px #000;
}

.footer-link:hover {
  color: #a9b7ff;
  text-shadow: 1px 1px 13px #003dff;
}

.gfxdistrict-link {
  color: #6a79a7;
}

.copyright-text {
  margin-bottom: 0px;
}

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

.features-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
}

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

.divider-img {
  width: 320px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  background-image: url('../images/Divider.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.news-title-large {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 28px;
  text-shadow: 1px 1px 20px #000;
}

.ingame-feature-img {
  width: 100%;
  height: auto;
}

.slider-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 48px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0b2f77;
  background-color: #1e66ff;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(33, 57, 255, 0) 44%, #14285c), url('../images/Button-texture.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: inset 0 0 0 6px rgba(40,120,255,0.19), 0 0 8px 0 #000;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.slider-btn:hover {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(40,120,255,0.28) 14%, rgba(20, 28, 92, 0)), url('../images/Button-texture.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  color: #fff;
  text-shadow: 0 0 14px #7c8aff;
}

.slider-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container.mobile-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.footer-content {
    display: -ms-grid;
    display: grid;
    padding-top: 40px;
    padding-bottom: 40px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .navigation-links {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(19, 26, 48, 0.95);
  }
  .navigation-bar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-link {
    width: 100%;
  }
  .nav-link:hover {
    background-color: rgba(17, 21, 85, 0.41);
  }
  .logo-center {
    height: auto;
  }
  .logo-center.hide-mobile {
    display: none;
  }
  .logo-center.hide-desktop {
    display: block;
    width: 300px;
    height: 90px;
    background-image: url('../images/SMALL.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .nav-link-group {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-header-box {
    height: 700px;
  }
  .menu-button {
    color: #f8f8fa;
  }
  .menu-button.w--open {
    background-color: rgba(11, 26, 80, 0.51);
  }
  .icon {
    font-size: 32px;
  }
  .content-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .news-image {
    height: 140px;
  }
  .play-button {
    margin-top: 35px;
  }
  .play-button.hide-mobile {
    display: none;
  }
  .header-text {
    font-size: 72px;
    line-height: 82px;
  }
  .header-text.sub-text {
    font-size: 58px;
  }
  .footer-list-group {
    width: 100%;
  }
  .center-block-nav {
    display: none;
  }
  .features-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .container.footer-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navigation-links {
    background-color: rgba(19, 26, 48, 0.99);
  }
  .main-header-box {
    height: 600px;
  }
  .block-title {
    font-size: 20px;
    line-height: 26px;
  }
  .content-padding.news {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .news-image {
    height: 140px;
  }
  .slide-text-group {
    padding-right: 40px;
    padding-left: 40px;
  }
  .header-text {
    font-size: 48px;
    line-height: 62px;
  }
  .header-text.sub-text {
    line-height: 52px;
  }
  .news-title-large {
    font-size: 32px;
  }
  .slider-btn {
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
  .slider-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .container.mobile-nav {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container.header-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container.footer-content {
    padding-top: 40px;
    padding-bottom: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .container.bottom-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-bar {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-center {
    height: auto;
  }
  .logo-center.hide-desktop {
    width: 220px;
    height: 60px;
  }
  .main-header-box {
    height: 600px;
  }
  .left-arrow {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .content-container {
    padding: 10px;
  }
  .main-content-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .block-title {
    padding-right: 10px;
    padding-left: 10px;
  }
  .news-image {
    height: 120px;
  }
  .play-button {
    width: 100%;
    height: 50px;
    margin-top: 0px;
  }
  .slide-text-group {
    padding-right: 10px;
    padding-left: 10px;
  }
  .header-text {
    font-size: 50px;
    line-height: 50px;
  }
  .header-text.sub-text {
    font-size: 36px;
    line-height: 42px;
  }
  .footer-list-title {
    font-size: 20px;
    line-height: 24px;
  }
  .logo-block-footer {
    margin-bottom: 20px;
  }
  .features-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .features-title {
    font-size: 32px;
    line-height: 36px;
  }
  .divider-img {
    width: 100%;
    background-size: contain;
  }
  .news-title-large {
    font-size: 27px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-617849b64adb-e407e3f3 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-a5d30beec4a5-e407e3f3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a5d30beec4a5-e407e3f3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

.header-text {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; }