@charset "UTF-8";
.main-grid-header {
  width: 100%;
  background-color: #000;
  z-index: 3;
  position: relative;
}

.main-grid-header .header {
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  max-width: 1280px;
  background-image: none;
}

.main-grid-header .header .main-img {
  display: block;
  opacity: 0;
  margin-top: 10px;
  width: 100%;
  height: 675px;
  background: no-repeat url("/static/images/faces_default_3_1280x.jpg?65dc9ab32913") center -50px #000;
  background-size: contain;
}

@media screen and (max-width: 1280px) {
  .main-grid-header .header .main-img {
    height: 48vw;
  }
}

@media screen and (max-width: 700px) {
  .main-grid-header .header .main-img {
    background-image: url("/static/images/faces_default_3_700x.jpg?65dc9ab32913");
  }
}

@media screen and (max-width: 420px) {
  .main-grid-header .header .main-img {
    background-position: center center;
  }
}

.main-grid-header .header .main-img.active {
  opacity: 1;
  transition: opacity 2.5s ease-in-out;
}

.main-grid-header .header .main-img.representative-team {
  background-image: url("/static/images/faces_default_3_1280x.jpg?65dc9ab32913");
}

@media screen and (max-width: 700px) {
  .main-grid-header .header .main-img.representative-team {
    background-image: url("/static/images/faces_team_3_700x.jpg?65dc9ab32913");
  }
}

.main-grid-header .header .title {
  position: absolute;
  z-index: 5;
  text-align: center;
  margin: 0;
  padding: 0;
  left: 0;
  top: 40vw;
  width: 100%;
  display: block;
  min-height: auto;
}

.main-grid-header .header .title h1,
.main-grid-header .header .title .slogan {
  opacity: 0;
  margin: 0;
  font-family: "Black Ops One", cursive;
  color: #FBEF36;
}

.main-grid-header .header .title h1 {
  padding: 0;
  font-size: 7vw;
  line-height: 1em;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 0 9px 1px #ffffff00;
}

.main-grid-header .header .title h1.active-transform {
  opacity: 1;
  transition: opacity 1.2s ease-in-out .2s, transform .4s ease-in-out .2s;
  transform: translate(0, 0);
}

.main-grid-header .header .title h1.shadows {
  text-shadow: 0 9.0px 1.0px #ffffff55;
  transition: text-shadow 1.2s ease-in-out;
}

.main-grid-header .header .title .slogan {
  color: #FBEF36;
  letter-spacing: 1px;
  font-family: "Titillium Web", sans-serif;
  font-size: 2.3vw;
  padding-top: 5px;
}

.main-grid-header .header .title .slogan.active-fadein {
  opacity: 1;
  transition: opacity 1.2s ease-in-out .5s;
}

@media screen and (max-width: 420px) {
  .main-grid-header .header .title {
    top: 45vw;
  }
}

@media screen and (min-width: 781px) {
  .main-grid-header .header .title {
    top: 36vw;
  }
  .main-grid-header .header .title .slogan {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1281px) {
  .main-grid-header .header .title {
    top: 470px;
  }
  .main-grid-header .header .title h1 {
    font-size: 86px;
  }
  .main-grid-header .header .title .slogan {
    font-size: 28px;
  }
  .main-grid-header .header .title .slogan {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.main-grid-header .header nav {
  position: relative;
  padding: 30px;
}

.main-grid-header .header nav .feather {
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
}

.main-grid-header .header nav .feather img {
  height: 44px;
}

.main-grid-header .header nav .feather.right {
  left: auto;
  right: 10px;
}

@media screen and (max-width: 780px) {
  .main-grid-header .header nav .feather {
    display: none;
  }
}

.main-grid-header .header nav ul.nav-index li {
  width: 20%;
}

.main-grid-header .header nav ul.nav-index li a {
  font-family: "Black Ops One", cursive;
  width: 100%;
  display: inline-block;
  color: #FBEF36 !important;
}

.main-grid-header .header nav ul.nav-index li.logo {
  height: 25px;
  width: 85px;
  overflow: visible;
}

.main-grid-header .header nav ul.nav-index li.logo a {
  display: block;
  position: relative;
  top: -52px;
  left: -60px;
  border-bottom: none;
}

.main-grid-header .header ul.nav-index,
.main-grid-header .header ul.sub-nav {
  z-index: 2;
  position: relative;
  margin: 0 54px;
  height: 43px;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  font-family: "Titillium Web", sans-serif;
  letter-spacing: 2px;
  background: black;
  border-bottom: 1px solid black;
}

.main-grid-header .header ul.nav-index li.link,
.main-grid-header .header ul.sub-nav li.link {
  flex: 1 1 0;
}

.main-grid-header .header ul.nav-index li.link a,
.main-grid-header .header ul.sub-nav li.link a {
  color: black;
  display: block;
  font-size: 20px;
  line-height: 37px;
  transition: all 200ms ease-in;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.main-grid-header .header ul.nav-index li.link a.current,
.main-grid-header .header ul.sub-nav li.link a.current {
  border-color: #EF3535;
}

.main-grid-header .header ul.nav-index li.link a:hover,
.main-grid-header .header ul.sub-nav li.link a:hover {
  border-color: #EF3535;
}

@media screen and (max-width: 1020px) {
  .main-grid-header .header ul.nav-index li.link a,
  .main-grid-header .header ul.sub-nav li.link a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 900px) {
  .main-grid-header .header ul.nav-index li.link a,
  .main-grid-header .header ul.sub-nav li.link a {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 780px) {
  .main-grid-header .header ul.nav-index,
  .main-grid-header .header ul.sub-nav {
    display: none;
  }
}

.main-grid-header .header ul.sub-nav {
  margin-top: 5px;
  background: none;
  padding-bottom: 25px;
}

.main-grid-header .header ul.sub-nav li.link a {
  color: #FBEF36;
  width: 100%;
  display: inline-block;
  border-top: none;
}

.main-grid-header .header ul.sub-nav li.link a.current {
  border-top: none;
}

#mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

#mobile-nav .hamburger {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 38px;
  height: 38px;
  background: black;
}

#mobile-nav .hamburger img {
  max-width: 100%;
}

@media screen and (max-width: 480px) {
  #mobile-nav .hamburger {
    top: 10px;
    left: 10px;
  }
}

#mobile-nav ul {
  list-style: none;
  padding: 0;
  overflow-y: auto;
}

#mobile-nav > ul {
  position: absolute;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100vh;
  box-sizing: border-box;
  background: #0b0b0b;
  border-right: 1px solid #333333;
  padding: 20px 0;
  transition: left 420ms;
  box-shadow: 2px 0 8px 0px #0b0b0b;
}

#mobile-nav > ul > li > a {
  text-transform: uppercase;
  font-size: 16px;
}

#mobile-nav > ul ul li a {
  padding-left: 40px;
  border-bottom: 1px dotted #333333;
  font-size: 1rem;
}

#mobile-nav > ul li {
  padding: 0;
  margin: 0;
}

#mobile-nav > ul li a {
  font-family: "Titillium Web", sans-serif;
  line-height: 1.5em;
  padding: 8px 20px;
  color: white;
  box-sizing: border-box;
  display: block;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #333333;
}

#mobile-nav > ul li.logo {
  margin-bottom: 30px;
}

#mobile-nav > ul li.logo a {
  height: 100px;
  text-align: center;
  border-bottom: none;
}

#mobile-nav > ul li.logo img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

#mobile-nav > ul li.close {
  position: absolute;
  width: 40px;
  right: 0;
  top: 0;
  line-height: 40px;
  color: #F4F4F4;
  font-size: 30px;
  cursor: pointer;
}

#mobile-nav > ul li.close:hover {
  color: white;
}

#mobile-nav.open .hamburger {
  display: none;
}

#mobile-nav.open > ul {
  left: 0px;
}

@media screen and (min-width: 781px) {
  #mobile-nav {
    display: none;
  }
}

#menu-1992 {
  position: absolute;
  top: 40px;
  right: 0;
  display: block;
}

#menu-1992 #menu-button-1992 {
  color: #FBEF36;
  font-family: "Black Ops One", cursive;
  font-size: 16px;
  padding: 8px 18px;
  cursor: pointer;
  border-radius: 3px;
  display: inline-block;
}

#menu-1992 #english {
  width: 40px;
  height: 27px;
  background: url("/static/images/england.png?65dc9ab32913") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  float: right;
  display: inline-block;
  margin-left: 12px;
}

#menu-1992 #sign-in {
  width: 27px;
  height: 27px;
  background: url("/static/images/sign-in-27x.png?65dc9ab32913") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  float: right;
  display: inline-block;
  margin-left: 12px;
}

#menu-1992 #menu-button-1992,
#menu-1992 #sign-in,
#menu-1992 #english {
  opacity: 0.5;
}

#menu-1992 #menu-button-1992:hover,
#menu-1992 #sign-in:hover,
#menu-1992 #english:hover {
  opacity: 1;
}

#menu-1992 ul {
  display: none;
  position: absolute;
  top: 40px;
  right: 10px;
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
  text-align: right;
  line-height: 2em;
  background: rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 3px;
}

#menu-1992.open ul {
  display: block;
}

@media screen and (max-width: 1020px) {
  #menu-1992 #english {
    height: 32px;
  }
  #menu-1992 #menu-button-1992,
  #menu-1992 ul {
    font-size: 1rem;
  }
}

@media screen and (max-width: 900px) {
  #menu-1992 #english {
    height: 28px;
  }
  #menu-1992 #menu-button-1992,
  #menu-1992 ul {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 780px) {
  #menu-1992 {
    display: none;
  }
}

section.footer {
  height: 100%;
}

section.footer .whiteblock {
  position: relative;
  bottom: 1px;
  display: block;
  max-width: none;
  background-color: white;
  height: 300px;
}

@media screen and (max-width: 820px) {
  section.footer .whiteblock {
    height: 120px;
  }
}

section.footer .container {
  display: block;
  background-color: black;
  color: white;
  background-image: none;
  align-items: flex-start;
  margin: 0 auto;
}

section.footer .container h2 {
  margin: 0;
  padding: 15px 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  grid-column-start: 2;
}

section.footer .container .slogan {
  text-align: center;
  grid-column-start: 2;
  grid-column-end: 11;
}

@media screen and (max-width: 450px) {
  section.footer .container > div {
    margin: 0 auto;
  }
}

section.footer .container .info {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}

@media screen and (max-width: 420px) {
  section.footer .container .info {
    margin: 0;
  }
}

@media screen and (max-width: 640px) {
  section.footer .container .info {
    flex-direction: column;
  }
}

@media screen and (max-width: 420px) {
  section.footer .container .info div.mid a h1 {
    font-size: 14px;
  }
}

section.footer .container .info div.mid a h1:hover {
  color: #FBEF36;
  transition: color 300ms linear;
}

section.footer .container .info > div {
  width: 33.33%;
  /* for the older browsers fallback */
  width: calc(100% / 3);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  section.footer .container .info > div {
    width: 100%;
  }
}

@media screen and (min-width: 640px) and (max-width: 1060px) {
  section.footer .container .info > div a > h1 {
    font-size: 42px;
  }
}

section.footer .container .info > div a {
  color: #F4F4F4;
  padding: 10px;
  margin: 0;
}

@media screen and (max-width: 420px) {
  section.footer .container .info > div a svg {
    width: 40px;
  }
}

section.footer .container .info > div a:hover svg path {
  fill: #FBEF36;
  transition: color 300ms linear;
}

@media screen and (min-width: 1145px) {
  section.footer .container .info > div:nth-child(1) {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1145px) {
  section.footer .container .info > div:nth-child(3) {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1145px) {
  section.footer .container .info > div {
    display: flex;
    justify-content: center;
  }
  section.footer .container .info > div a {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 820px) {
  section.footer .container .info > div i {
    font-size: 52px;
  }
}

@media screen and (max-width: 420px) {
  section.footer .container .info div.social, section.footer .container .info div.logo {
    flex-wrap: nowrap;
  }
}

section.footer .container .info .social img {
  width: 75px;
  position: absolute;
  transform: translate(20px, -80px);
}

@media screen and (max-width: 780px) {
  section.footer .container .info .social img {
    width: 60px;
    transform: translate(20px, -65px);
  }
}

@media screen and (max-width: 640px) {
  section.footer .container .info .social img {
    display: none;
  }
}

@media screen and (max-width: 780px) {
  section.footer .container .info .social a {
    padding: 5px;
  }
  section.footer .container .info .social a svg {
    width: 35px;
  }
}

section.footer .container .info .mid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto;
}

section.footer .container .info .mid img {
  width: 100px;
}

@media screen and (max-width: 420px) {
  section.footer .container .info .mid img {
    width: 65px;
  }
}

section.footer .container .info .mid a {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  transition: color 300ms linear;
}

@media screen and (max-width: 420px) {
  section.footer .container .info .mid a {
    padding: 20px 0 5px 0;
  }
}

section.footer .container .info .mid a:hover h1 {
  color: #FBEF36;
}

section.footer .container .info .mid a h1 {
  padding: 0;
  text-transform: uppercase;
  font-family: "Black Ops One", cursive;
  color: white;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: normal;
  grid-column-start: 2;
  margin: 0;
}

section.footer .container .info .logo div {
  width: 142px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.footer .container .info .logo div > img, section.footer .container .info .logo div a > img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}

section.footer .container .partners {
  grid-column-start: 2;
  grid-column-end: 11;
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  section.footer .container .partners {
    margin-bottom: 40px;
  }
}

section.footer .container .partners h2 {
  color: white;
  text-align: center;
}

@media screen and (max-width: 420px) {
  section.footer .container .partners h2 {
    padding: 15px 0;
    font-size: 14px;
  }
}

section.footer .container .partners > p {
  color: white;
  font-family: "Titillium Web", sans-serif;
  margin: 0;
  letter-spacing: 1px;
}

@media screen and (max-width: 450px) {
  section.footer .container .partners > p {
    padding: 20px;
  }
}

section.footer .container .partners .row.even h2 {
  text-align: center;
  width: 100%;
}

section.footer .container .partners .row > div {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: nowrap;
}

@media screen and (max-width: 460px) {
  section.footer .container .partners .row > div {
    flex-wrap: wrap;
  }
}

section.footer .container .partners .row > div > div {
  padding: 0 10px;
  margin: auto 0;
}

section.footer .container .partners .row > div > div > a {
  width: 100%;
}

section.footer .container .partners .row > div > div > a > img {
  width: 100%;
  height: 100%;
  filter: grayscale(0.8);
  transition: filter 300ms linear;
}

section.footer .container .partners .row > div > div > a > img:hover {
  filter: none;
}

section.footer .container .partners .row.top-level > div {
  justify-content: space-evenly;
}

section.footer .container .partners .row.top-level > div > div {
  padding: 0 20px;
}

@media screen and (max-width: 840px) {
  section.footer .container .partners .row.top-level > div {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 420px) {
  section.footer .container .partners .row.top-level > div {
    justify-content: center;
  }
}

section.footer .container .partners .row.top-level > div > div {
  width: 125px;
}

@media screen and (max-width: 640px) {
  section.footer .container .partners .row.top-level > div > div {
    width: 100px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 420px) {
  section.footer .container .partners .row.top-level > div > div {
    width: 70px;
    padding: 0 5px;
  }
}

section.footer .container .partners .row.second-level > div {
  justify-content: flex-start;
  flex-wrap: wrap;
}

section.footer .container .partners .row.second-level > div > div {
  width: 100px;
  padding: 0 10px;
}

@media screen and (min-width: 1360px) {
  section.footer .container .partners .row.second-level > div > div {
    padding: 0 30px;
  }
}

@media screen and (max-width: 1360px) {
  section.footer .container .partners .row.second-level > div > div {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  section.footer .container .partners .row.second-level > div > div {
    width: 65px;
    padding: 0 5px;
  }
}

section.footer .container .partners .row.third-level > div {
  justify-content: flex-start;
  flex-wrap: wrap;
}

section.footer .container .partners .row.third-level > div > div {
  width: 75px;
  padding: 0 25px;
}

@media screen and (max-width: 640px) {
  section.footer .container .partners .row.third-level > div > div {
    width: 50px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 420px) {
  section.footer .container .partners .row.second-level, section.footer .container .partners .row.third-level {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  section.footer .container .partners {
    text-align: center;
    margin: 0 auto;
  }
}

section.footer .container .img-flipped {
  width: 100%;
  transform: scaleY(-1);
}

section.footer .container hr {
  border-color: #0b0b0b;
}

section.events {
  background-color: black;
}

section.events .events-container {
  padding-left: 40px;
  color: white;
}

section.events .event {
  display: flex;
}

section.events .event .image {
  flex: 2;
  margin: 20px 20px 0;
}

section.events .event .image img {
  max-width: 100%;
}

section.events .event .text {
  flex: 4;
}

@media screen and (max-width: 480px) {
  section.events .event {
    display: block;
  }
  section.events .event .image {
    margin: 0;
    width: 100%;
  }
}

@media screen and (min-width: 176px) and (max-width: 1024px) {
  section.events {
    display: block;
  }
}

section.events .event-container {
  grid-column-start: 1;
  grid-column-end: 13;
  padding: 40px;
}

.home_page .floating-images {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 20px 0 100px;
  margin: 0;
}

.home_page .floating-images .team,
.home_page .floating-images .esport,
.home_page .floating-images .tribe {
  height: 600px;
}

@media screen and (min-width: 1560px) {
  .home_page .floating-images .team,
  .home_page .floating-images .esport,
  .home_page .floating-images .tribe {
    height: 700px;
  }
}

@media screen and (max-width: 1024px) {
  .home_page .floating-images .team,
  .home_page .floating-images .esport,
  .home_page .floating-images .tribe {
    grid-column-start: 2;
    grid-column-end: 12;
    position: relative;
    background: white;
    height: auto;
    margin-top: 64vw;
    padding: 40px 0;
  }
}

@media screen and (max-width: 420px) {
  .home_page .floating-images .team,
  .home_page .floating-images .esport,
  .home_page .floating-images .tribe {
    margin-top: 45vw;
  }
}

.home_page .floating-images .team > div,
.home_page .floating-images .esport > div,
.home_page .floating-images .tribe > div {
  align-self: end;
  height: 455px;
}

@media screen and (min-width: 1560px) {
  .home_page .floating-images .team > div,
  .home_page .floating-images .esport > div,
  .home_page .floating-images .tribe > div {
    align-self: baseline;
  }
}

.home_page .floating-images .team .news,
.home_page .floating-images .esport .news,
.home_page .floating-images .tribe .news {
  display: flex;
  margin: 30px 0 30px 0;
}

.home_page .floating-images .team .news .item,
.home_page .floating-images .esport .news .item,
.home_page .floating-images .tribe .news .item {
  margin-right: 8px;
  transition: all 150ms linear;
}

@media screen and (max-width: 480px) {
  .home_page .floating-images .team .news .item:nth-of-type(3n),
  .home_page .floating-images .esport .news .item:nth-of-type(3n),
  .home_page .floating-images .tribe .news .item:nth-of-type(3n) {
    display: none;
  }
}

.home_page .floating-images .team .news .item:hover,
.home_page .floating-images .esport .news .item:hover,
.home_page .floating-images .tribe .news .item:hover {
  cursor: pointer;
}

.home_page .floating-images .team .news .item:hover img,
.home_page .floating-images .esport .news .item:hover img,
.home_page .floating-images .tribe .news .item:hover img {
  filter: none;
}

.home_page .floating-images .team .news .item:hover p,
.home_page .floating-images .esport .news .item:hover p,
.home_page .floating-images .tribe .news .item:hover p {
  text-shadow: 0 0 1px #878787;
}

.home_page .floating-images .team .news .item img,
.home_page .floating-images .esport .news .item img,
.home_page .floating-images .tribe .news .item img {
  max-width: 150px;
  height: 100px;
  filter: grayscale(50%);
  display: block;
}

@media screen and (max-width: 380px) {
  .home_page .floating-images .team .news .item img,
  .home_page .floating-images .esport .news .item img,
  .home_page .floating-images .tribe .news .item img {
    width: initial;
  }
}

.home_page .floating-images .team .news .item span,
.home_page .floating-images .esport .news .item span,
.home_page .floating-images .tribe .news .item span {
  display: block;
}

.home_page .floating-images .team .news .item span svg,
.home_page .floating-images .esport .news .item span svg,
.home_page .floating-images .tribe .news .item span svg {
  transform: translateY(1.5px);
}

.home_page .floating-images .team .news .item span svg, .home_page .floating-images .team .news .item span time,
.home_page .floating-images .esport .news .item span svg,
.home_page .floating-images .esport .news .item span time,
.home_page .floating-images .tribe .news .item span svg,
.home_page .floating-images .tribe .news .item span time {
  color: #696969;
  display: inline-block;
}

.home_page .floating-images .team .news .item p,
.home_page .floating-images .esport .news .item p,
.home_page .floating-images .tribe .news .item p {
  font-size: 14px;
  color: black;
  margin: 5px;
  line-height: 18px;
}

@media screen and (max-width: 1020px) {
  .home_page .floating-images .team .news .item p,
  .home_page .floating-images .esport .news .item p,
  .home_page .floating-images .tribe .news .item p {
    padding: 0;
  }
}

.home_page .floating-images .team .news .item time.date,
.home_page .floating-images .esport .news .item time.date,
.home_page .floating-images .tribe .news .item time.date {
  font-size: 12px;
  letter-spacing: 1.2px;
  padding-left: 2px;
}

.home_page .floating-images .esport-container {
  grid-column-start: 1;
  grid-column-end: 6;
  margin-bottom: 10%;
}

@media screen and (min-width: 1020px) and (max-width: 1200px) {
  .home_page .floating-images .esport-container {
    grid-column-start: 1;
  }
}

@media screen and (max-width: 1024px) {
  .home_page .floating-images .esport-container {
    grid-column-start: 2;
    grid-column-end: 12;
  }
}

.home_page .floating-images .team-container {
  grid-column-start: 8;
  grid-column-end: 12;
}

@media screen and (max-width: 1024px) {
  .home_page .floating-images .team-container {
    margin-top: initial;
    grid-column-start: 2;
    grid-column-end: 12;
  }
}

.home_page .floating-images .tribe-container {
  grid-column-start: 8;
  grid-column-end: 12;
}

@media screen and (min-width: 1020px) and (max-width: 1200px) {
  .home_page .floating-images .tribe-container {
    grid-column-start: 1;
  }
}

@media screen and (max-width: 1024px) {
  .home_page .floating-images .tribe-container {
    grid-column-start: 2;
    grid-column-end: 12;
  }
}

.home_page .floating-images .play-button {
  display: block;
  width: 50px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  transition: all 340ms;
}

.home_page .floating-images .tribe-img,
.home_page .floating-images .esport-img,
.home_page .floating-images .team-img {
  position: absolute;
  display: block;
  opacity: 0;
  transition: all 1.2s ease-in-out;
  margin: 0;
  cursor: pointer;
}

.home_page .floating-images .tribe-img .photo,
.home_page .floating-images .esport-img .photo,
.home_page .floating-images .team-img .photo {
  max-width: none;
}

.home_page .floating-images .tribe-img:hover .play-button,
.home_page .floating-images .esport-img:hover .play-button,
.home_page .floating-images .team-img:hover .play-button {
  opacity: 1.0;
}

.home_page .floating-images .team-img,
.home_page .floating-images .esport-img,
.home_page .floating-images .tribe-img {
  left: 50%;
}

@media screen and (max-width: 1024px) {
  .home_page .floating-images .team-img,
  .home_page .floating-images .esport-img,
  .home_page .floating-images .tribe-img {
    left: 0;
    transform: translate(0, 0);
  }
  .home_page .floating-images .team-img .photo,
  .home_page .floating-images .esport-img .photo,
  .home_page .floating-images .tribe-img .photo {
    width: 100%;
    max-width: none;
  }
}

.home_page .floating-images .team-img {
  top: 1.4%;
  transform: translate(-100%, 0%);
}

@media screen and (max-width: 1024px) {
  .home_page .floating-images .team-img {
    transform: translate(0%, 0%);
    top: 9%;
  }
  .home_page .floating-images .team-img .photo {
    max-width: 900px;
  }
}

@media screen and (max-width: 1024px) {
  .home_page .floating-images .team-img {
    top: 40px;
  }
}

.home_page .floating-images .esport-img {
  top: 45.3%;
  transform: translate(0%, -43%);
}

@media screen and (max-width: 1560px) {
  .home_page .floating-images .esport-img {
    transform: translate(0%, -130%);
  }
  .home_page .floating-images .esport-img .photo {
    max-width: 900px;
  }
}

@media screen and (min-width: 620px) and (max-width: 1560px) {
  .home_page .floating-images .esport-img {
    transform: translate(0%, 0%);
    top: 36.9%;
  }
}

.home_page .floating-images .tribe-img {
  top: 62.8%;
  transform: translate(-100%, 0%);
}

@media screen and (max-width: 1024px) {
  .home_page .floating-images .tribe-img {
    transform: translate(0%, 0%);
  }
  .home_page .floating-images .tribe-img .photo {
    max-width: 900px;
  }
}

@media screen and (min-width: 620px) and (max-width: 1560px) {
  .home_page .floating-images .tribe-img {
    top: 64%;
    left: 50%;
  }
}

.home_page .floating-images.in-focus .team-img,
.home_page .floating-images.in-focus .esport-img,
.home_page .floating-images.in-focus .tribe-img {
  opacity: 1;
}

@media screen and (max-width: 1560px) {
  .home_page .floating-images {
    top: -60px;
  }
}

@media screen and (max-width: 1024px) {
  .home_page .floating-images {
    top: 0;
  }
}

.home_page .floating-images .content > p,
.home_page .lift-container .content > p,
.home_page .shop-container .content > p,
.home_page .games-container .content > p,
.home_page .news-container .content > p {
  font-family: "Encode Sans", sans-serif;
  margin: 30px 0 30px 0;
}

.home_page .floating-images .content .cta-link,
.home_page .lift-container .content .cta-link,
.home_page .shop-container .content .cta-link,
.home_page .games-container .content .cta-link,
.home_page .news-container .content .cta-link {
  font-family: "Titillium Web", sans-serif;
  color: black;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 30px 0 30px 0;
  font-weight: bold;
}

.home_page .floating-images .content .cta-link span,
.home_page .lift-container .content .cta-link span,
.home_page .shop-container .content .cta-link span,
.home_page .games-container .content .cta-link span,
.home_page .news-container .content .cta-link span {
  position: relative;
  bottom: 2px;
}

.home_page .floating-images .content .info-links,
.home_page .lift-container .content .info-links,
.home_page .shop-container .content .info-links,
.home_page .games-container .content .info-links,
.home_page .news-container .content .info-links {
  padding: 0;
}

.home_page .floating-images .content .info-links a,
.home_page .lift-container .content .info-links a,
.home_page .shop-container .content .info-links a,
.home_page .games-container .content .info-links a,
.home_page .news-container .content .info-links a {
  font-family: "Titillium Web", sans-serif;
  display: inline;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

.home_page .floating-images .content .info-links a::after,
.home_page .lift-container .content .info-links a::after,
.home_page .shop-container .content .info-links a::after,
.home_page .games-container .content .info-links a::after,
.home_page .news-container .content .info-links a::after {
  content: " | ";
  padding: 5px;
}

.home_page .floating-images .content .info-links a:last-child:after,
.home_page .lift-container .content .info-links a:last-child:after,
.home_page .shop-container .content .info-links a:last-child:after,
.home_page .games-container .content .info-links a:last-child:after,
.home_page .news-container .content .info-links a:last-child:after {
  content: "";
}

.home_page .floating-images .content ul,
.home_page .lift-container .content ul,
.home_page .shop-container .content ul,
.home_page .games-container .content ul,
.home_page .news-container .content ul {
  list-style: circle;
}

.home_page .floating-images .shop-products,
.home_page .lift-container .shop-products,
.home_page .shop-container .shop-products,
.home_page .games-container .shop-products,
.home_page .news-container .shop-products {
  grid-column: 1 / span 7;
  margin: 50px;
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 300px 300px;
  grid-template-rows: 350px 300px;
}

.home_page .floating-images .shop-products > a,
.home_page .lift-container .shop-products > a,
.home_page .shop-container .shop-products > a,
.home_page .games-container .shop-products > a,
.home_page .news-container .shop-products > a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  color: black;
}

.home_page .floating-images .shop-products > a .shop-item-description,
.home_page .lift-container .shop-products > a .shop-item-description,
.home_page .shop-container .shop-products > a .shop-item-description,
.home_page .games-container .shop-products > a .shop-item-description,
.home_page .news-container .shop-products > a .shop-item-description {
  position: absolute;
  bottom: 10px;
}

.home_page .floating-images .shop-products > a .shop-item-description > p,
.home_page .lift-container .shop-products > a .shop-item-description > p,
.home_page .shop-container .shop-products > a .shop-item-description > p,
.home_page .games-container .shop-products > a .shop-item-description > p,
.home_page .news-container .shop-products > a .shop-item-description > p {
  margin: 0;
  letter-spacing: 3px;
  font-weight: bold;
  color: white;
  padding-top: 10px;
}

.home_page .floating-images .shop-products > a .shop-item-description > p#product-price,
.home_page .lift-container .shop-products > a .shop-item-description > p#product-price,
.home_page .shop-container .shop-products > a .shop-item-description > p#product-price,
.home_page .games-container .shop-products > a .shop-item-description > p#product-price,
.home_page .news-container .shop-products > a .shop-item-description > p#product-price {
  text-align: center;
  font-size: 110%;
  color: #FBEF36;
}

@media screen and (max-width: 500px) {
  .home_page .floating-images .shop-products > a .shop-item-description,
  .home_page .lift-container .shop-products > a .shop-item-description,
  .home_page .shop-container .shop-products > a .shop-item-description,
  .home_page .games-container .shop-products > a .shop-item-description,
  .home_page .news-container .shop-products > a .shop-item-description {
    position: relative;
    text-align: center;
  }
}

.home_page .floating-images .shop-products > a > img,
.home_page .lift-container .shop-products > a > img,
.home_page .shop-container .shop-products > a > img,
.home_page .games-container .shop-products > a > img,
.home_page .news-container .shop-products > a > img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 500px) {
  .home_page .floating-images .shop-products > a > img,
  .home_page .lift-container .shop-products > a > img,
  .home_page .shop-container .shop-products > a > img,
  .home_page .games-container .shop-products > a > img,
  .home_page .news-container .shop-products > a > img {
    width: 100%;
    max-height: 70%;
  }
}

@media screen and (max-width: 500px) {
  .home_page .floating-images .shop-products > a,
  .home_page .lift-container .shop-products > a,
  .home_page .shop-container .shop-products > a,
  .home_page .games-container .shop-products > a,
  .home_page .news-container .shop-products > a {
    margin: auto;
  }
}

.home_page .floating-images .lift-img,
.home_page .lift-container .lift-img,
.home_page .shop-container .lift-img,
.home_page .games-container .lift-img,
.home_page .news-container .lift-img {
  grid-column-start: 1;
  grid-column-end: 13;
}

.home_page .floating-images .row,
.home_page .lift-container .row,
.home_page .shop-container .row,
.home_page .games-container .row,
.home_page .news-container .row {
  align-items: center;
  text-align: center;
  padding: 100px 0;
  width: 100%;
  grid-column-start: 1;
  font-weight: bold;
  grid-column-end: 13;
  color: #F4F4F4;
  background-color: black;
  display: flex;
  justify-content: space-around;
}

.home_page .floating-images .row .home img, .home_page .floating-images .row .away img,
.home_page .lift-container .row .home img,
.home_page .lift-container .row .away img,
.home_page .shop-container .row .home img,
.home_page .shop-container .row .away img,
.home_page .games-container .row .home img,
.home_page .games-container .row .away img,
.home_page .news-container .row .home img,
.home_page .news-container .row .away img {
  width: 80%;
}

@media screen and (max-width: 720px) {
  .home_page .floating-images .row .home, .home_page .floating-images .row .away,
  .home_page .lift-container .row .home,
  .home_page .lift-container .row .away,
  .home_page .shop-container .row .home,
  .home_page .shop-container .row .away,
  .home_page .games-container .row .home,
  .home_page .games-container .row .away,
  .home_page .news-container .row .home,
  .home_page .news-container .row .away {
    visibility: hidden;
  }
  .home_page .floating-images .row .home .games-date, .home_page .floating-images .row .away .games-date,
  .home_page .lift-container .row .home .games-date,
  .home_page .lift-container .row .away .games-date,
  .home_page .shop-container .row .home .games-date,
  .home_page .shop-container .row .away .games-date,
  .home_page .games-container .row .home .games-date,
  .home_page .games-container .row .away .games-date,
  .home_page .news-container .row .home .games-date,
  .home_page .news-container .row .away .games-date {
    position: absolute;
    width: 100%;
  }
}

.home_page .floating-images .row .games-date,
.home_page .lift-container .row .games-date,
.home_page .shop-container .row .games-date,
.home_page .games-container .row .games-date,
.home_page .news-container .row .games-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home_page .floating-images .row .games-date p,
.home_page .lift-container .row .games-date p,
.home_page .shop-container .row .games-date p,
.home_page .games-container .row .games-date p,
.home_page .news-container .row .games-date p {
  color: #F4F4F4;
}

.home_page .floating-images .row .games-date h1,
.home_page .lift-container .row .games-date h1,
.home_page .shop-container .row .games-date h1,
.home_page .games-container .row .games-date h1,
.home_page .news-container .row .games-date h1 {
  margin: 0;
}

.home_page .floating-images .row .games-date .games-cta,
.home_page .lift-container .row .games-date .games-cta,
.home_page .shop-container .row .games-date .games-cta,
.home_page .games-container .row .games-date .games-cta,
.home_page .news-container .row .games-date .games-cta {
  width: 400px;
  padding: 10px;
  align-items: center;
  background-color: #FBEF36;
  color: black;
  font-family: "Encode Sans", sans-serif;
  line-height: 17px;
  text-transform: uppercase;
}

.home_page .floating-images .row .games-date .games-cta:hover,
.home_page .lift-container .row .games-date .games-cta:hover,
.home_page .shop-container .row .games-date .games-cta:hover,
.home_page .games-container .row .games-date .games-cta:hover,
.home_page .news-container .row .games-date .games-cta:hover {
  filter: brightness(140%);
  transition: filter 500ms;
}

@media screen and (max-width: 450px) {
  .home_page .floating-images .row .games-date .games-cta,
  .home_page .lift-container .row .games-date .games-cta,
  .home_page .shop-container .row .games-date .games-cta,
  .home_page .games-container .row .games-date .games-cta,
  .home_page .news-container .row .games-date .games-cta {
    width: 100%;
    padding: 10px 0;
  }
}

@media screen and (max-width: 720px) {
  .home_page .floating-images .row .games-date,
  .home_page .lift-container .row .games-date,
  .home_page .shop-container .row .games-date,
  .home_page .games-container .row .games-date,
  .home_page .news-container .row .games-date {
    position: absolute;
    width: 100%;
  }
  .home_page .floating-images .row .games-date h1,
  .home_page .lift-container .row .games-date h1,
  .home_page .shop-container .row .games-date h1,
  .home_page .games-container .row .games-date h1,
  .home_page .news-container .row .games-date h1 {
    padding: 20px;
  }
}

.home_page .floating-images .row-head,
.home_page .lift-container .row-head,
.home_page .shop-container .row-head,
.home_page .games-container .row-head,
.home_page .news-container .row-head {
  grid-column-start: 1;
  grid-column-end: 12;
  padding-top: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .home_page .floating-images .row-head,
  .home_page .lift-container .row-head,
  .home_page .shop-container .row-head,
  .home_page .games-container .row-head,
  .home_page .news-container .row-head {
    display: block;
  }
}

.home_page .floating-images .row-head a,
.home_page .lift-container .row-head a,
.home_page .shop-container .row-head a,
.home_page .games-container .row-head a,
.home_page .news-container .row-head a {
  color: black;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 50px;
}

.home_page .floating-images .row-head a span,
.home_page .lift-container .row-head a span,
.home_page .shop-container .row-head a span,
.home_page .games-container .row-head a span,
.home_page .news-container .row-head a span {
  position: relative;
  bottom: 2px;
}

@media screen and (max-width: 640px) {
  .home_page .floating-images .row-head a,
  .home_page .lift-container .row-head a,
  .home_page .shop-container .row-head a,
  .home_page .games-container .row-head a,
  .home_page .news-container .row-head a {
    padding-left: 0;
  }
}

.home_page .floating-images .row-images,
.home_page .lift-container .row-images,
.home_page .shop-container .row-images,
.home_page .games-container .row-images,
.home_page .news-container .row-images {
  grid-column-start: 1;
  grid-column-end: 13;
  display: flex;
  justify-content: space-between;
}

.home_page .floating-images .row-news,
.home_page .lift-container .row-news,
.home_page .shop-container .row-news,
.home_page .games-container .row-news,
.home_page .news-container .row-news {
  grid-column-start: 1;
  grid-column-end: 13;
  display: flex;
  align-items: center;
  min-height: inherit;
  padding-bottom: 100px;
  justify-content: space-evenly;
}

@media screen and (min-width: 176px) and (max-width: 1024px) {
  .home_page .floating-images .row-news,
  .home_page .lift-container .row-news,
  .home_page .shop-container .row-news,
  .home_page .games-container .row-news,
  .home_page .news-container .row-news {
    padding: 0 50px;
  }
}

.home_page .floating-images .row-news .news-item,
.home_page .lift-container .row-news .news-item,
.home_page .shop-container .row-news .news-item,
.home_page .games-container .row-news .news-item,
.home_page .news-container .row-news .news-item {
  width: 325px;
  height: 500px;
}

@media screen and (min-width: 176px) and (max-width: 1024px) {
  .home_page .floating-images .row-news .news-item,
  .home_page .lift-container .row-news .news-item,
  .home_page .shop-container .row-news .news-item,
  .home_page .games-container .row-news .news-item,
  .home_page .news-container .row-news .news-item {
    width: 100% !important;
    display: flex;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .home_page .floating-images .row-news .news-item,
  .home_page .lift-container .row-news .news-item,
  .home_page .shop-container .row-news .news-item,
  .home_page .games-container .row-news .news-item,
  .home_page .news-container .row-news .news-item {
    flex-direction: column;
    padding-bottom: 30px;
  }
}

.home_page .floating-images .row-news .news-item > a > div.news-image,
.home_page .lift-container .row-news .news-item > a > div.news-image,
.home_page .shop-container .row-news .news-item > a > div.news-image,
.home_page .games-container .row-news .news-item > a > div.news-image,
.home_page .news-container .row-news .news-item > a > div.news-image {
  height: 250px;
  width: 325px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_page .floating-images .row-news .news-item > a > div.news-image img,
.home_page .lift-container .row-news .news-item > a > div.news-image img,
.home_page .shop-container .row-news .news-item > a > div.news-image img,
.home_page .games-container .row-news .news-item > a > div.news-image img,
.home_page .news-container .row-news .news-item > a > div.news-image img {
  width: 100%;
  height: 100%;
}

.home_page .floating-images .row-news .news-item > div.item-text-container,
.home_page .lift-container .row-news .news-item > div.item-text-container,
.home_page .shop-container .row-news .news-item > div.item-text-container,
.home_page .games-container .row-news .news-item > div.item-text-container,
.home_page .news-container .row-news .news-item > div.item-text-container {
  padding: 20px;
}

.home_page .floating-images .row-news .news-item > div.item-text-container .news-item-text,
.home_page .lift-container .row-news .news-item > div.item-text-container .news-item-text,
.home_page .shop-container .row-news .news-item > div.item-text-container .news-item-text,
.home_page .games-container .row-news .news-item > div.item-text-container .news-item-text,
.home_page .news-container .row-news .news-item > div.item-text-container .news-item-text {
  font-size: 14px;
  line-height: 16px;
}

@media screen and (max-width: 1024px) {
  .home_page .floating-images .row-news .news-item > div.item-text-container,
  .home_page .lift-container .row-news .news-item > div.item-text-container,
  .home_page .shop-container .row-news .news-item > div.item-text-container,
  .home_page .games-container .row-news .news-item > div.item-text-container,
  .home_page .news-container .row-news .news-item > div.item-text-container {
    padding: 0 50px;
  }
}

@media screen and (max-width: 640px) {
  .home_page .floating-images .row-news .news-item > div.item-text-container,
  .home_page .lift-container .row-news .news-item > div.item-text-container,
  .home_page .shop-container .row-news .news-item > div.item-text-container,
  .home_page .games-container .row-news .news-item > div.item-text-container,
  .home_page .news-container .row-news .news-item > div.item-text-container {
    padding: 20px;
  }
}

.home_page .floating-images .row-news .news-item > div.item-text-container > h2,
.home_page .lift-container .row-news .news-item > div.item-text-container > h2,
.home_page .shop-container .row-news .news-item > div.item-text-container > h2,
.home_page .games-container .row-news .news-item > div.item-text-container > h2,
.home_page .news-container .row-news .news-item > div.item-text-container > h2 {
  margin: 0;
}

@media screen and (max-width: 820px) {
  .home_page .floating-images .row-news .news-item,
  .home_page .lift-container .row-news .news-item,
  .home_page .shop-container .row-news .news-item,
  .home_page .games-container .row-news .news-item,
  .home_page .news-container .row-news .news-item {
    align-items: center;
    height: auto;
  }
  .home_page .floating-images .row-news .news-item h2,
  .home_page .lift-container .row-news .news-item h2,
  .home_page .shop-container .row-news .news-item h2,
  .home_page .games-container .row-news .news-item h2,
  .home_page .news-container .row-news .news-item h2 {
    margin-left: 20px;
  }
  .home_page .floating-images .row-news .news-item .news-item-text,
  .home_page .lift-container .row-news .news-item .news-item-text,
  .home_page .shop-container .row-news .news-item .news-item-text,
  .home_page .games-container .row-news .news-item .news-item-text,
  .home_page .news-container .row-news .news-item .news-item-text {
    display: none;
  }
}

.home_page .floating-images.shop,
.home_page .lift-container.shop,
.home_page .shop-container.shop,
.home_page .games-container.shop,
.home_page .news-container.shop {
  margin-top: 0;
  background-color: black;
  background-image: none;
}

.home_page section.lift {
  background: #FBEF36;
}

.home_page section.lift.raise-up {
  padding-top: 60px;
  position: relative;
  top: -60px;
}

.home_page .triangle {
  z-index: 2;
}

.home_page .shop-container {
  padding: 120px 0;
}

.home_page .shop-container div.shop {
  grid-column-start: 9;
  grid-column-end: 13;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home_page .shop-container div.shop > h1, .home_page .shop-container div.shop p, .home_page .shop-container div.shop a.cta-link {
  color: white;
  margin: 10px;
}

.home_page .shop-container div.shop > h1:empty, .home_page .shop-container div.shop p:empty, .home_page .shop-container div.shop a.cta-link:empty {
  display: none;
}

@media screen and (max-width: 500px) {
  .home_page .shop-container {
    padding: 0;
    min-height: 0;
  }
}

@media screen and (max-width: 500px) {
  .home_page .games-container {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 176px) and (max-width: 1024px) {
  .home_page .main-grid-body > .team .team-container {
    display: block;
  }
  .home_page .main-grid-body > .team .team-container .team {
    padding: 100px 30px;
  }
  .home_page .main-grid-body > .team .team-container .team .description {
    padding-bottom: 50px;
  }
  .home_page .main-grid-body > .esport .esport-container {
    display: block;
  }
  .home_page .main-grid-body > .esport .esport-container .esport {
    padding: 100px 30px;
    margin-bottom: 100px;
  }
  .home_page .main-grid-body > .esport .esport-container .esport .description {
    padding-bottom: 50px;
  }
  .home_page .main-grid-body > .tribe .tribe-container {
    display: block;
  }
  .home_page .main-grid-body > .tribe .tribe-container .tribe {
    padding: 100px 30px;
    margin-bottom: 100px;
  }
  .home_page .main-grid-body > .tribe .tribe-container .tribe .description {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 176px) and (max-width: 1024px) and (max-width: 965px) {
  .home_page .main-grid-body > .shop {
    display: flex;
  }
  .home_page .main-grid-body > .shop .shop-container {
    display: flex;
  }
  .home_page .main-grid-body > .shop .shop-container .shop-products {
    display: flex;
    flex-direction: column;
  }
  .home_page .main-grid-body > .shop .shop-container .shop-products > a {
    height: 200px;
    margin-bottom: 20px;
    display: block;
  }
  .home_page .main-grid-body > .shop .shop-container .shop {
    padding: 100px 30px;
  }
}

@media screen and (min-width: 176px) and (max-width: 1024px) and (max-width: 965px) and (max-width: 500px) {
  .home_page .main-grid-body > .shop .shop-container .shop {
    padding: 40px;
  }
}

@media screen and (min-width: 176px) and (max-width: 1024px) and (max-width: 500px) {
  .home_page .main-grid-body > .shop .shop-container {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 176px) and (max-width: 1024px) {
  .home_page .main-grid-body > .news {
    display: block;
  }
  .home_page .main-grid-body > .news .news-container .row-head {
    padding: 50px;
  }
}

@media screen and (min-width: 176px) and (max-width: 1024px) and (max-width: 640px) {
  .home_page .main-grid-body > .news .news-container .row-head {
    padding: 50px 10px 30px 10px;
  }
  .home_page .main-grid-body > .news .news-container .row-head > a {
    font-size: 12px;
  }
}

@media screen and (min-width: 176px) and (max-width: 1024px) {
  .home_page .main-grid-body > .news .news-container .row-news {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 176px) and (max-width: 1024px) and (min-width: 176px) and (max-width: 1024px) {
  .home_page .main-grid-body > .news .news-container .row-news {
    display: block;
  }
  .home_page .main-grid-body > .news .news-container .row-news .news-item {
    width: 300px;
    height: auto;
    padding-bottom: 20px;
  }
  .home_page .main-grid-body > .news .news-container .row-news .news-item > a > div.news-image {
    width: 250px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home_page .main-grid-body > .news .news-container .row-news .news-item > a > div.news-image img {
    width: 100%;
    height: 100%;
  }
  .home_page .main-grid-body > .news .news-container .row-news .news-item .item-text-container {
    align-self: center;
  }
  .home_page .main-grid-body > .news .news-container .row-news .news-item .item-text-container > a > h2 {
    margin: 0;
  }
}

.player-browser-root > div {
  display: grid;
  grid-template-columns: repeat(5, 250px);
  padding-bottom: 40px;
}

.player-browser-root > div:empty {
  display: none;
}

@media screen and (max-width: 1300px) {
  .player-browser-root > div {
    grid-template-columns: repeat(4, 250px);
  }
}

@media screen and (max-width: 1200px) {
  .player-browser-root > div {
    grid-template-columns: repeat(auto-fit, 150px);
  }
}

@media screen and (max-width: 530px) {
  .player-browser-root > div {
    justify-content: center;
  }
}

.blurred {
  filter: blur(3px);
}

.player-browser-root .player-container {
  position: relative;
  overflow: hidden;
  background: black;
  max-height: 350px;
  min-height: 100px;
  display: flex;
}

.player-browser-root .player-container .player-img-wrapper {
  max-height: 350px;
}

.player-browser-root .player-container .player-img-wrapper .player-img {
  width: 100%;
  max-height: 350px;
}

.player-browser-root .player-container .player-img-wrapper .player-img.player-default {
  transform: scale(0.4);
}

.player-browser-root .player-container .desc-container {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.player-browser-root .player-container .desc-container > p {
  color: #FBEF36;
  margin: 0;
}

@media screen and (min-width: 176px) and (max-width: 1200px) {
  .player-browser-root .player-container .desc-container > p {
    font-size: 14px;
  }
}

@media screen and (min-width: 176px) and (max-width: 600px) {
  .player-browser-root .player-container .desc-container > p {
    line-height: 14px;
  }
}

@media screen and (min-width: 176px) and (max-width: 430px) {
  .player-browser-root .player-container .desc-container > p {
    font-size: 12px;
  }
}

.player-browser-root .player-container .desc-container .bottom {
  display: flex;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.player-browser-root .player-container .desc-container .bottom .player-name {
  padding: 5px 0;
  margin-left: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}

@media screen and (max-width: 1200px) {
  .player-browser-root .player-container .desc-container .bottom .player-name {
    margin-left: 44px;
  }
}

@media screen and (max-width: 420px) {
  .player-browser-root .player-container .desc-container .bottom .player-name {
    padding: 0 0 0 40px;
    margin-left: 10px;
  }
}

.player-browser-root .player-container .desc-container .bottom .player-name > div {
  text-align: left;
}

.player-browser-root .player-container .desc-container .bottom .player-name > div p {
  margin: 3px 0;
  font-size: 16px;
  word-spacing: 100vw;
  text-transform: uppercase;
  letter-spacing: 4px;
}

@media screen and (max-width: 420px) {
  .player-browser-root .player-container .desc-container .bottom .player-name > div p {
    font-size: 16px;
  }
}

@media screen and (min-width: 176px) and (max-width: 1200px) {
  .player-browser-root .player-container .desc-container .bottom .player-name > div p {
    margin: 0;
    font-size: 10px;
    letter-spacing: 3px;
    line-height: 16px;
  }
}

@media screen and (min-width: 176px) and (max-width: 600px) {
  .player-browser-root .player-container .desc-container .bottom .player-name > div p {
    font-size: 12px;
    line-height: 14px;
  }
}

@media screen and (min-width: 176px) and (max-width: 430px) {
  .player-browser-root .player-container .desc-container .bottom .player-name > div p {
    font-size: 8px;
  }
}

.player-browser-root .player-container .desc-container .bottom .number {
  position: absolute;
  left: 0;
  height: 100%;
  display: flex;
  padding: 0 10px;
}

.player-browser-root .player-container .desc-container .bottom .number p {
  margin: auto;
  color: #FBEF36;
  font-size: 35px;
}

@media screen and (max-width: 1200px) {
  .player-browser-root .player-container .desc-container .bottom .number p {
    font-size: 14px;
  }
}

.player-browser-root .player-container .desc-container .bottom .employee .role p {
  color: #FBEF36;
  margin: 5px 0 20px 10px;
  letter-spacing: 3px;
}

@media screen and (min-width: 176px) and (max-width: 1200px) {
  .player-browser-root .player-container .desc-container .bottom .employee .role p {
    margin: 0 0 0 10px;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 2px;
  }
}

.player-browser-root .player-container .desc-container .bottom .employee .employee-name div p {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
  word-spacing: 100vw;
  margin: 5px 0 10px 10px;
}

@media screen and (min-width: 176px) and (max-width: 1200px) {
  .player-browser-root .player-container .desc-container .bottom .employee .employee-name div p {
    font-size: 10px;
    letter-spacing: 3px;
    line-height: 16px;
  }
}

.player-browser-root .player-container:hover > .player-img-wrapper {
  transform: scale(1.2);
  transition: all .3s ease-in-out;
  cursor: pointer;
}

@media screen and (min-width: 176px) and (max-width: 1200px) {
  .player-browser-root {
    line-height: 16px;
  }
}

.player-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  transition: all .4s ease-in-out;
}

@media screen and (max-width: 420px) {
  .player-modal-backdrop {
    min-height: 108vh;
  }
}

.player-modal-backdrop div.player-modal-container {
  display: flex;
  height: 500px;
  position: absolute;
  z-index: 9999;
  padding: 0;
  border: solid #3E3C3B 1px;
  width: 800px;
  background: black;
  transition: opacity .4s ease-in-out .4s, transform .2s ease-in-out .4s;
}

.player-modal-backdrop div.player-modal-container #close {
  position: absolute;
  right: 0;
  transform: translateY(-60px);
  font-size: 50px;
  pointer-events: none;
}

@media screen and (max-width: 420px) {
  .player-modal-backdrop div.player-modal-container #close {
    font-size: 40px;
    transform: translate(-20px, -45px);
  }
}

@media screen and (max-width: 360px) {
  .player-modal-backdrop div.player-modal-container #close {
    font-size: 30px;
    transform: translate(-20px, -35px);
  }
}

@media screen and (max-width: 420px) {
  .player-modal-backdrop div.player-modal-container {
    height: 620px;
    width: 310px;
    flex-direction: column;
  }
}

@media (max-width: 420px) and (max-height: 640px) {
  .player-modal-backdrop div.player-modal-container {
    height: 620px;
  }
}

@media screen and (max-width: 420px) and (min-height: 820px) {
  .player-modal-backdrop div.player-modal-container {
    height: 720px;
  }
}

@media screen and (min-width: 620px) and (max-width: 780px) {
  .player-modal-backdrop div.player-modal-container {
    width: 620px;
  }
}

.player-modal-backdrop div.player-modal-container div.player {
  height: 100%;
  width: calc(100% / 3);
  position: relative;
}

@media screen and (max-width: 420px) {
  .player-modal-backdrop div.player-modal-container div.player {
    height: calc(100% / 2);
    width: 100%;
  }
}

.player-modal-backdrop div.player-modal-container div.player.wide {
  width: calc(100% / 2);
}

@media screen and (max-width: 420px) {
  .player-modal-backdrop div.player-modal-container div.player.wide {
    width: 100%;
  }
}

.player-modal-backdrop div.player-modal-container div.player p {
  color: white;
}

.player-modal-backdrop div.player-modal-container div.player .modal-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80%;
  overflow: hidden;
}

@media screen and (max-width: 420px) {
  .player-modal-backdrop div.player-modal-container div.player .modal-img-wrapper {
    height: 80%;
  }
}

.player-modal-backdrop div.player-modal-container div.player .modal-img-wrapper iframe {
  border: none;
}

.player-modal-backdrop div.player-modal-container div.player .modal-img-wrapper .modal-img {
  object-fit: contain;
  z-index: -1;
  width: 100%;
}

@media screen and (max-width: 420px) {
  .player-modal-backdrop div.player-modal-container div.player .modal-img-wrapper .modal-img {
    transform: translateY(20%);
  }
}

.player-modal-backdrop div.player-modal-container div.player div.middle {
  width: 100%;
  display: flex;
  align-items: center;
  height: 20%;
  box-sizing: border-box;
  background: #FBEF36;
}

@media screen and (max-width: 420px) {
  .player-modal-backdrop div.player-modal-container div.player div.middle {
    height: 20%;
  }
}

.player-modal-backdrop div.player-modal-container div.player div.middle .name {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  width: 100%;
}

.player-modal-backdrop div.player-modal-container div.player div.middle .name > div.line {
  display: flex;
}

.player-modal-backdrop div.player-modal-container div.player div.middle .name > div.line p:nth-child(even) {
  padding-left: 5px;
}

.player-modal-backdrop div.player-modal-container div.player div.middle .name > div p {
  margin: 3px 0;
  color: black;
  font-size: 20px;
  word-spacing: 100vw;
  word-break: break-all;
  text-transform: uppercase;
  letter-spacing: 4px;
}

@media screen and (max-width: 420px) {
  .player-modal-backdrop div.player-modal-container div.player div.middle .name > div p {
    font-size: 16px;
  }
}

.player-modal-backdrop div.player-modal-container div.player div.middle .number {
  background: #FBEF36;
  width: 30%;
  height: 100%;
  display: flex;
  padding: 0 10px;
}

.player-modal-backdrop div.player-modal-container div.player div.middle .number p {
  margin: auto;
  color: black;
  font-size: 40px;
}

.player-modal-backdrop div.player-modal-container div.description {
  display: block;
  width: calc((100% / 3) * 2);
}

@media screen and (max-width: 420px) {
  .player-modal-backdrop div.player-modal-container div.description {
    height: calc((100% / 3) * 2);
    width: 100%;
  }
}

.player-modal-backdrop div.player-modal-container div.description > div.text {
  width: 100%;
  box-sizing: border-box;
  height: 70%;
  padding: 40px;
}

@media screen and (max-width: 420px) {
  .player-modal-backdrop div.player-modal-container div.description > div.text {
    height: 65%;
    padding: 20px;
  }
}

.player-modal-backdrop div.player-modal-container div.description > div.text.more {
  padding: 20px;
}

.player-modal-backdrop div.player-modal-container div.description > div.text p {
  color: white;
  margin: 3px 0;
  font-size: 14px;
}

@media screen and (max-width: 420px) {
  .player-modal-backdrop div.player-modal-container div.description > div.text p {
    font-size: 12px;
    line-height: 14px;
  }
}

.player-modal-backdrop div.player-modal-container div.description > div.text p.position {
  color: #FBEF36;
  font-size: 110%;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

@media screen and (max-width: 420px) {
  .player-modal-backdrop div.player-modal-container div.description > div.text p.position {
    margin: 10px 0;
  }
}

.player-modal-backdrop div.player-modal-container div.description > div.text p.add-margin {
  margin: 0 0 15px 0;
}

.player-modal-backdrop div.player-modal-container div.description > div.bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 67%;
  height: 20%;
}

@media screen and (max-width: 420px) {
  .player-modal-backdrop div.player-modal-container div.description > div.bottom {
    height: 10%;
    justify-content: center;
    width: 100%;
  }
}

.player-modal-backdrop div.player-modal-container div.description > div.bottom.fixed-width {
  width: 50%;
}

@media screen and (max-width: 420px) {
  .player-modal-backdrop div.player-modal-container div.description > div.bottom.fixed-width {
    width: 100%;
  }
}

.player-modal-backdrop div.player-modal-container div.description > div.bottom > div {
  height: 50%;
}

.player-modal-backdrop div.player-modal-container div.description > div.bottom .some {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0;
  padding-bottom: 10px;
}

@media (orientation: landscape) and (max-height: 420px) {
  .player-modal-backdrop div.player-modal-container div.description > div.bottom .some {
    display: none;
  }
}

.player-modal-backdrop div.player-modal-container div.description > div.bottom .some > a {
  color: #F4F4F4;
}

.player-modal-backdrop div.player-modal-container div.description > div.bottom .some > a svg {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 420px) {
  .player-modal-backdrop div.player-modal-container div.description > div.bottom .some > a svg {
    width: 30px;
    height: 30px;
  }
}

.player-modal-backdrop div.player-modal-container div.description > div.bottom .some > a:hover svg path {
  fill: #FBEF36;
  transition: color 300ms linear;
}

.player-modal-backdrop div.player-modal-container div.description > div.bottom .some > li > p {
  color: white;
}

.player-modal-backdrop div.player-modal-container div.description > div.bottom .some:empty {
  display: none;
}

.player-modal-backdrop div.player-modal-container div.description > div.bottom .sponsors {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  padding: 5px 0;
}

@media screen and (max-width: 420px) and (max-height: 640px) {
  .player-modal-backdrop div.player-modal-container div.description > div.bottom .sponsors {
    display: none;
  }
}

.player-modal-backdrop div.player-modal-container div.description > div.bottom .sponsors div {
  height: 70px;
  padding: 0 10px;
}

@media screen and (max-width: 420px) {
  .player-modal-backdrop div.player-modal-container div.description > div.bottom .sponsors div {
    max-width: 45px;
  }
}

.player-modal-backdrop div.player-modal-container div.description > div.bottom .sponsors div a {
  margin: 0;
  height: 100%;
}

.player-modal-backdrop div.player-modal-container div.description > div.bottom .sponsors div a img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.player-modal-backdrop div.player-modal-container div.description > div.bottom .sponsors:empty {
  display: none;
}

.player-modal-backdrop div.player-modal-container .icons {
  user-select: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  opacity: .4;
}

.player-modal-backdrop div.player-modal-container .icons.size-125 {
  font-size: 124px !important;
}

.player-modal-backdrop div.player-modal-container .icons.left {
  right: 103%;
}

.player-modal-backdrop div.player-modal-container .icons.right {
  left: 102%;
}

.player-modal-backdrop div.player-modal-container .icons:hover {
  opacity: .9;
  cursor: pointer;
}

@media screen and (max-width: 520px) {
  .player-modal-backdrop div.player-modal-container .icons.left {
    right: 87%;
  }
  .player-modal-backdrop div.player-modal-container .icons.right {
    left: 87%;
  }
}

@media screen and (max-width: 420px) {
  .player-modal-backdrop div.player-modal-container .icons.left {
    top: 35%;
    right: 100%;
    font-size: 45px !important;
  }
  .player-modal-backdrop div.player-modal-container .icons.right {
    top: 35%;
    left: 99%;
    font-size: 45px !important;
  }
}

@media screen and (max-width: 400px) {
  .player-modal-backdrop div.player-modal-container .icons.left {
    top: 35%;
    right: 83%;
    font-size: 45px !important;
  }
  .player-modal-backdrop div.player-modal-container .icons.right {
    top: 35%;
    left: 82%;
    font-size: 45px !important;
  }
}

.player-modal-backdrop.not-visible {
  opacity: 0;
}

.player-modal-backdrop.not-visible .modal-container {
  opacity: 0;
  transform: translate(-50%, -100px);
}

.player-modal-backdrop.visible {
  opacity: 1;
}

.player-modal-backdrop.visible .modal-container {
  opacity: 1;
}

#news-carousel {
  background: black;
  color: white;
}

#news-carousel .highlight {
  display: flex;
  border: 1px solid #1f1f1f;
}

#news-carousel .highlight .image {
  flex: 10;
  height: 460px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

@media screen and (max-width: 420px) {
  #news-carousel .highlight .image {
    display: none;
  }
}

#news-carousel .highlight .image .play-button {
  display: block;
  width: 50px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.75;
  transition: all 340ms;
}

#news-carousel .highlight .description {
  flex: 4;
  padding: 20px 40px;
}

#news-carousel .highlight .description .button {
  margin-top: 30px;
  float: right;
}

#news-carousel .highlight .description h1 > a {
  color: inherit;
}

@media screen and (max-width: 800px) {
  #news-carousel .highlight .description {
    padding: 20px 20px;
  }
  #news-carousel .highlight .description h1 {
    font-size: 1.2rem;
  }
  #news-carousel .highlight .description p {
    font-size: 0.8rem;
  }
}

#news-carousel .news-item {
  display: block;
  background: #0b0b0b;
  border-bottom: 1px solid #1f1f1f;
  color: white;
  width: 100%;
  cursor: pointer;
}

#news-carousel .news-item h3 {
  padding: 0 22px;
  line-height: 60px;
  margin: 0;
  font-size: 1.2rem;
}

#news-carousel .news-item h3 .arrow {
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 16px;
}

@media screen and (max-width: 800px) {
  #news-carousel .news-item h3 {
    padding: 6px 12px;
    font-size: 1rem;
    line-height: 30px;
  }
}

#news-carousel .news-item.active {
  background: #FBEF36;
  color: black;
}

.team-browser-root {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 13;
  grid-template-columns: repeat(auto-fit, 220px);
  grid-gap: 20px;
  justify-content: space-evenly;
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .team-browser-root {
    grid-column-end: 8;
  }
}

.team-browser-root .teams-team-container {
  line-height: normal;
  position: relative;
  background-color: black;
  height: 275px;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.team-browser-root .teams-team-container:hover {
  transform: scale3d(1.008, 1.008, 1);
}

.team-browser-root .teams-team-container:hover h3 {
  opacity: 1;
}

.team-browser-root .teams-team-container .img-container {
  height: 200px;
  width: 220px;
  display: flex;
  justify-content: center;
}

.team-browser-root .teams-team-container .img-container > img {
  min-height: 50%;
  min-width: 50%;
  object-fit: cover;
}

.team-browser-root .teams-team-container .img-container > img.team-image {
  width: 100%;
}

.team-browser-root .teams-team-container .img-container > img.default-image {
  max-width: 90%;
  max-height: 60%;
  align-self: center;
}

.team-browser-root .teams-team-container .desc-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
}

.team-browser-root .teams-team-container h3 {
  font-family: "Encode Sans", sans-serif;
  opacity: .9;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: white;
  text-align: center;
  margin: 0;
  padding: 10px;
}

.team-browser-root .teams-team-container:hover {
  cursor: pointer;
}

.team-browser-root .no-results {
  padding: 40px;
  width: 480px;
  background-color: black;
  color: white;
  position: relative;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 10%);
  box-sizing: border-box;
}

@media screen and (max-width: 420px) {
  .team-browser-root .no-results {
    width: inherit;
    padding: 20px;
    max-width: 100%;
  }
}

.team-browser-root .no-results p {
  margin: 20px 0;
}

.team-browser-root .no-results button {
  max-width: 100%;
}

@media screen and (max-width: 420px) {
  .team-browser-root .no-results button {
    font-size: 10px;
  }
}

.team_page .main-grid-body section.repr-lift {
  background: black;
  color: white;
  margin: 0;
  padding: 40px 0;
}

.team_page .main-grid-body section.repr-lift > div > div {
  grid-column-start: 2;
  grid-column-end: 12;
}

.team_page .main-grid-body section.repr-lift > div > div img {
  margin-top: 40px;
  max-width: 100%;
}

.team_page .main-grid-body section.team {
  background-image: none;
  max-width: 1280px;
  margin: 0 auto;
}

.team_page .main-grid-body section.team .team-container {
  display: block;
}

.team_page .main-grid-body section.team .team-container h1 {
  margin: 40px 0;
}

.team_page .main-grid-body section.team .team-container .content {
  display: flex;
  justify-content: flex-start;
  padding: 40px 0;
}

@media screen and (max-width: 1280px) {
  .team_page .main-grid-body section.team .team-container .content {
    flex-direction: column;
  }
}

@media screen and (max-width: 420px) {
  .team_page .main-grid-body section.team .team-container .content {
    padding: 0;
  }
}

.team_page .main-grid-body section.team .team-container .content img {
  max-height: 440px;
  max-width: 100%;
  object-fit: contain;
}

.team_page .main-grid-body section.team .team-container .content .contact, .team_page .main-grid-body section.team .team-container .content .leader {
  display: flex;
  justify-content: space-between;
  margin: 40px;
}

@media screen and (max-width: 1280px) {
  .team_page .main-grid-body section.team .team-container .content .contact, .team_page .main-grid-body section.team .team-container .content .leader {
    max-width: 50%;
    margin: 40px 0;
  }
}

@media screen and (max-width: 680px) {
  .team_page .main-grid-body section.team .team-container .content .contact, .team_page .main-grid-body section.team .team-container .content .leader {
    max-width: 100%;
    margin: 40px 0;
  }
}

@media screen and (max-width: 420px) {
  .team_page .main-grid-body section.team .team-container .content .contact, .team_page .main-grid-body section.team .team-container .content .leader {
    justify-content: flex-start;
    max-width: 100%;
    margin: 20px 0;
  }
}

.team_page .main-grid-body section.team .team-container .content .contact img, .team_page .main-grid-body section.team .team-container .content .leader img {
  padding-left: 40px;
  max-width: 175px;
}

@media screen and (max-width: 420px) {
  .team_page .main-grid-body section.team .team-container .content .contact img, .team_page .main-grid-body section.team .team-container .content .leader img {
    display: none;
  }
}

.team_page .main-grid-body section.team .team-container .content#representative img {
  max-height: initial;
}

.team_page .main-grid-body section.team .team-container .description p {
  max-width: 55rem;
}

.team_page .main-grid-body section.team .team-container .info {
  padding-bottom: 40px;
}

.team_page .main-grid-body section.team-sponsors {
  background: black;
  padding: 20px;
  display: flex;
}

@media screen and (max-width: 380px) {
  .team_page .main-grid-body section.team-sponsors {
    padding: 20px 0;
  }
}

@media screen and (max-width: 380px) {
  .team_page .main-grid-body section.team-sponsors div {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
  }
}

.team_page .main-grid-body section.team-sponsors div.container {
  display: flex;
}

.team_page .main-grid-body section.team-sponsors div.container > div {
  width: 120px;
  margin: auto;
  padding: 0 40px;
}

.team_page .main-grid-body section.team-sponsors div.container > div > a, .team_page .main-grid-body section.team-sponsors div.container > div > a > img {
  width: 100%;
}

@media screen and (max-width: 380px) {
  .team_page .main-grid-body section.team-sponsors div.container > div {
    width: 60px;
    padding: 0 10px;
  }
}

.team_page .main-grid-body section.players {
  background: black;
  color: white;
  padding: 0 40px 80px;
}

@media screen and (max-width: 380px) {
  .team_page .main-grid-body section.players {
    padding: 0 20px;
  }
}

.team_page .main-grid-body section.players .player-wrapper {
  display: block;
  padding: 40px 0;
}

.team_page .main-grid-body section.players .player-wrapper h1 {
  margin: 0;
  padding: 40px 0;
}

.representative_page section.schedule {
  background-color: black;
  color: white;
}

.representative_page section.schedule .schedule-head > div, .representative_page section.schedule .statistics-head > div, .representative_page section.statistics .schedule-head > div, .representative_page section.statistics .statistics-head > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.representative_page section.schedule .schedule-container, .representative_page section.schedule .statistics-container, .representative_page section.statistics .schedule-container, .representative_page section.statistics .statistics-container {
  align-items: flex-start;
  justify-content: space-evenly;
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 40px;
}

@media screen and (min-width: 176px) and (max-width: 1130px) {
  .representative_page section.schedule .schedule-container, .representative_page section.schedule .statistics-container, .representative_page section.statistics .schedule-container, .representative_page section.statistics .statistics-container {
    flex-direction: column;
  }
}

.representative_page section.schedule .schedule-container .row-content, .representative_page section.schedule .statistics-container .row-content, .representative_page section.statistics .schedule-container .row-content, .representative_page section.statistics .statistics-container .row-content {
  grid-column-start: 1;
  grid-column-end: 12;
  padding-top: 5px;
}

.representative_page section.schedule .schedule-container .row-content > div, .representative_page section.schedule .statistics-container .row-content > div, .representative_page section.statistics .schedule-container .row-content > div, .representative_page section.statistics .statistics-container .row-content > div {
  display: flex;
  font-family: "Encode Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 21px;
  justify-content: space-between;
}

@media screen and (max-width: 630px) {
  .representative_page section.schedule .schedule-container .row-content > div p, .representative_page section.schedule .statistics-container .row-content > div p, .representative_page section.statistics .schedule-container .row-content > div p, .representative_page section.statistics .statistics-container .row-content > div p {
    font-size: 12px;
  }
}

@media screen and (max-width: 500px) {
  .representative_page section.schedule .schedule-container .row-content > div p, .representative_page section.schedule .statistics-container .row-content > div p, .representative_page section.statistics .schedule-container .row-content > div p, .representative_page section.statistics .statistics-container .row-content > div p {
    font-size: 10px;
  }
}

@media screen and (max-width: 420px) {
  .representative_page section.schedule .schedule-container .row-content > div p, .representative_page section.schedule .statistics-container .row-content > div p, .representative_page section.statistics .schedule-container .row-content > div p, .representative_page section.statistics .statistics-container .row-content > div p {
    font-size: 8px;
  }
}

@media screen and (min-width: 176px) and (max-width: 640px) {
  .representative_page section.schedule .schedule-container .row-content > div, .representative_page section.schedule .statistics-container .row-content > div, .representative_page section.statistics .schedule-container .row-content > div, .representative_page section.statistics .statistics-container .row-content > div {
    justify-content: space-between;
  }
  .representative_page section.schedule .schedule-container .row-content > div#draws, .representative_page section.schedule .statistics-container .row-content > div#draws, .representative_page section.statistics .schedule-container .row-content > div#draws, .representative_page section.statistics .statistics-container .row-content > div#draws {
    display: none;
  }
}

.representative_page section.schedule .schedule-container .row-content .cell, .representative_page section.schedule .statistics-container .row-content .cell, .representative_page section.statistics .schedule-container .row-content .cell, .representative_page section.statistics .statistics-container .row-content .cell {
  flex-direction: column;
}

.representative_page section.schedule .schedule-container .row-content .head, .representative_page section.schedule .statistics-container .row-content .head, .representative_page section.statistics .schedule-container .row-content .head, .representative_page section.statistics .statistics-container .row-content .head {
  height: 50px;
}

.representative_page section.schedule .schedule-container .row-content .head h3:nth-child(2), .representative_page section.schedule .statistics-container .row-content .head h3:nth-child(2), .representative_page section.statistics .schedule-container .row-content .head h3:nth-child(2), .representative_page section.statistics .statistics-container .row-content .head h3:nth-child(2) {
  margin-left: 20px;
}

.representative_page section.schedule .schedule-container .row-content .head h3:nth-child(3), .representative_page section.schedule .statistics-container .row-content .head h3:nth-child(3), .representative_page section.statistics .schedule-container .row-content .head h3:nth-child(3), .representative_page section.statistics .statistics-container .row-content .head h3:nth-child(3) {
  margin-right: 50px;
}

@media screen and (max-width: 630px) {
  .representative_page section.schedule .schedule-container .row-content .head h3, .representative_page section.schedule .statistics-container .row-content .head h3, .representative_page section.statistics .schedule-container .row-content .head h3, .representative_page section.statistics .statistics-container .row-content .head h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .representative_page section.schedule .schedule-container .row-content .head h3, .representative_page section.schedule .statistics-container .row-content .head h3, .representative_page section.statistics .schedule-container .row-content .head h3, .representative_page section.statistics .statistics-container .row-content .head h3 {
    font-size: 10px;
  }
}

@media screen and (max-width: 420px) {
  .representative_page section.schedule .schedule-container .row-content .head h3, .representative_page section.schedule .statistics-container .row-content .head h3, .representative_page section.statistics .schedule-container .row-content .head h3, .representative_page section.statistics .statistics-container .row-content .head h3 {
    font-size: 12px;
  }
}

.representative_page section.news > div > div {
  padding-top: 40px;
}

.representative_page section.footer > img:first-child {
  background-color: white;
}

.tribe_page .tribe-body, .tribe_page #lift {
  display: flex;
  justify-content: center;
}

.tribe_page .lift {
  background: white;
}

.tribe_page .lift .tribe-main-lift {
  margin: 40px auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.tribe_page .lift .tribe-main-lift .rich-text > p {
  margin: 0;
}

.tribe_page .lift .tribe-main-lift .rich-text .responsive-object {
  padding: 0 !important;
}

.tribe_page .tribe-news .news-container .row-head {
  grid-column-start: 1;
  grid-column-end: 13;
}

@media screen and (min-width: 176px) and (max-width: 640px) {
  .tribe_page .tribe-news {
    display: block;
  }
}

.tribe_page .tribe-news .news-container .row-head {
  padding: 50px;
}

@media screen and (max-width: 640px) {
  .tribe_page .tribe-news .news-container .row-head {
    padding: 50px 10px 30px 10px;
  }
  .tribe_page .tribe-news .news-container .row-head > a {
    font-size: 12px;
  }
}

.tribe_page .tribe-news .news-container .row-news {
  grid-column-start: 1;
  grid-column-end: 13;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 176px) and (max-width: 920px) {
  .tribe_page .tribe-news .news-container .row-news {
    flex-direction: column;
  }
  .tribe_page .tribe-news .news-container .row-news div.news-item {
    width: 320px;
  }
}

.tribe_page .tribe-news .news-container .row-news .news-item {
  opacity: 0;
  transition: all 1.2s ease-in-out;
  width: 300px;
  height: auto;
  padding: 40px;
}

@media screen and (max-width: 1160px) {
  .tribe_page .tribe-news .news-container .row-news .news-item {
    width: 250px;
  }
}

@media screen and (min-width: 176px) and (max-width: 1024px) {
  .tribe_page .tribe-news .news-container .row-news .news-item {
    padding: 20px;
  }
}

.tribe_page .tribe-news .news-container .row-news .news-item > a > div.news-image {
  width: 250px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tribe_page .tribe-news .news-container .row-news .news-item > a > div.news-image img {
  width: 100%;
  height: 100%;
}

.tribe_page .tribe-news .news-container .row-news .news-item .item-text-container {
  align-self: center;
  padding: 25px 0 100px 0;
}

@media screen and (min-width: 176px) and (max-width: 1024px) {
  .tribe_page .tribe-news .news-container .row-news .news-item .item-text-container {
    padding: 20px 0 0 0;
  }
}

.tribe_page .tribe-news .news-container .row-news .news-item .item-text-container > a > h2 {
  margin: 0;
}

.events_page section.events-body .events-body-container .rich-text {
  grid-column-start: 2;
  grid-column-end: 12;
  margin: 50px 0;
}

.events_page section.events-body .events-body-container .rich-text p {
  font-family: "Encode Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}

.events_page section.events {
  background-color: black;
}

.events_page section.events div.event-container {
  color: white;
  align-items: flex-start;
}

.events_page section.events div.event-container .event {
  grid-column-start: 2;
  grid-column-end: 12;
  margin-bottom: 100px;
  font-family: "Encode Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}

.events_page div.events-partners {
  display: block;
}

@media screen and (max-width: 420px) {
  .info_page section > div {
    padding: 0;
  }
}

.info_page section > div > div {
  grid-column-start: 2;
  grid-column-end: 12;
  margin: auto;
  padding-bottom: 100px;
}

.info_page section > div > div > a {
  margin: 0;
  position: relative;
  top: -45px;
}

.info_page section > div > div h2, .info_page section > div > div h3, .info_page section > div > div h4, .info_page section > div > div h5 {
  width: 42rem;
  margin: 2em auto;
}

@media screen and (max-width: 700px) {
  .info_page section > div > div h2, .info_page section > div > div h3, .info_page section > div > div h4, .info_page section > div > div h5 {
    width: initial;
  }
}

.info_page section > div > div h2 {
  font-family: "Black Ops One", cursive;
  background-color: black;
  color: #FBEF36;
  padding: 12px;
  margin-bottom: 50px;
}

.info_page section > div > div p, .info_page section > div > div ul li {
  text-transform: none !important;
  margin: auto;
  font-size: 16px;
  line-height: 21px;
  width: 42rem;
}

@media screen and (max-width: 700px) {
  .info_page section > div > div p, .info_page section > div > div ul li {
    width: initial;
  }
}

@media screen and (max-width: 420px) {
  .info_page section > div > div p, .info_page section > div > div ul li {
    font-size: 11px;
  }
}

.info_page section.black h2 {
  padding: 12px 0;
}

.info_page section.tables h2,
.info_page section.tables p {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}

.info_page section.tables p {
  margin: 20px 0;
}

.info_page section.team-info {
  padding: 40px 0;
}

.info_page section.homegames table tr td:nth-child(2) {
  text-transform: uppercase;
}

.info_page .text-box-container .content > div {
  overflow: auto;
}

.info_page table {
  max-width: 100%;
  overflow: auto;
}

.info_page table th {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
}

.info_page table th:empty {
  display: none;
}

.info_page table td {
  padding: 4px 8px;
}

.info_page table tr {
  text-align: left;
}

.info_page table tr:nth-child(odd) {
  background: #e8e8e8;
}

.info_page table tr:nth-child(even) {
  background: #F4F4F4;
}

.info_page table tr:nth-child(1) {
  background: black;
}

.info_page table tr:nth-child(1) th {
  color: white;
  font-weight: bold;
}

.info_page #floud-plugin {
  margin: 0 auto;
}

.statistics_page section.team-statistics .team-statistics-container .team-statistics-content {
  grid-column-start: 1;
  grid-column-end: 13;
  margin-bottom: 100px;
}

.statistics_page section.team-statistics .team-statistics-container .team-statistics-content > * {
  margin: 100px 0;
}

.statistics_page section.team-statistics .team-statistics-container .team-statistics-content h2 {
  background-color: black;
  color: white;
  padding: 5px 20px;
  width: 50%;
  margin-bottom: 50px;
}

.club_page nav.submenu {
  padding: 40px 0;
}

@media screen and (max-width: 420px) {
  .club_page section > div {
    padding: 0;
  }
}

.club_page section > div > div {
  grid-column-start: 2;
  grid-column-end: 12;
  margin: auto;
  padding-bottom: 100px;
}

.club_page section > div > div > a {
  margin: 0;
  position: relative;
  top: -45px;
}

.club_page section > div > div h2, .club_page section > div > div h3, .club_page section > div > div h4, .club_page section > div > div h5 {
  width: 42rem;
  margin: 2em auto;
}

@media screen and (max-width: 700px) {
  .club_page section > div > div h2, .club_page section > div > div h3, .club_page section > div > div h4, .club_page section > div > div h5 {
    width: initial;
  }
}

.club_page section > div > div h2 {
  font-family: "Black Ops One", cursive;
  background-color: black;
  color: #FBEF36;
  padding: 12px;
  margin-bottom: 50px;
}

.club_page section > div > div p, .club_page section > div > div ul li {
  margin: auto;
  font-size: 16px;
  line-height: 21px;
  width: 42rem;
}

@media screen and (max-width: 700px) {
  .club_page section > div > div p, .club_page section > div > div ul li {
    width: initial;
  }
}

@media screen and (max-width: 420px) {
  .club_page section > div > div p, .club_page section > div > div ul li {
    font-size: 11px;
  }
}

.club_page section.black h2 {
  padding: 12px 0;
}

.club_page .personnel .content .rich-text img {
  max-width: 200px;
}

.news_page h1,
.news_page .pages,
.news_page .news-item {
  grid-column-start: 1;
  grid-column-end: 12;
}

@media screen and (max-width: 480px) {
  .news_page h1,
  .news_page .pages,
  .news_page .news-item {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

.news_page #news-carousel {
  grid-column-start: 1;
  grid-column-end: 12;
}

@media screen and (max-width: 480px) {
  .news_page #news-carousel {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

.news_page .news-carousel {
  margin-bottom: 60px;
}

.news_page img {
  max-width: 100%;
}

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

.news_page .pages > span,
.news_page .pages > a {
  margin: 10px;
}

.news_page .pages > a {
  border: 1px solid #FBEF36;
}

.news_page section.news-description .news-body-container {
  margin: 50px auto;
}

.news_page section.news-description .news-body-container > p {
  font-family: "Encode Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  grid-column-start: 2;
  grid-column-end: 12;
}

.news_page section.news-items {
  background-color: black;
  padding-top: 60px;
}

.news_page section.news-items div.news-item-container {
  color: white;
  align-items: flex-start;
}

.news_page section.news-items div.news-item-container > .news-item {
  margin-bottom: 100px;
  font-family: "Encode Sans", sans-serif;
  letter-spacing: 1px;
}

.news_page section.news-items div.news-item-container > .news-item > img {
  margin-bottom: 4em;
}

.news_page section.news-items div.news-item-container > .news-item > a {
  margin: 0;
  position: relative;
  top: -45px;
}

.news_page section.news-items div.news-item-container > .news-item h1, .news_page section.news-items div.news-item-container > .news-item h2, .news_page section.news-items div.news-item-container > .news-item h3 {
  width: 42rem;
}

@media screen and (max-width: 700px) {
  .news_page section.news-items div.news-item-container > .news-item h1, .news_page section.news-items div.news-item-container > .news-item h2, .news_page section.news-items div.news-item-container > .news-item h3 {
    width: initial;
  }
}

.news_page section.news-items div.news-item-container > .news-item h2 {
  margin: 20px 0;
  font-family: "Black Ops One", cursive;
  background-color: black;
  color: #FBEF36;
}

.news_page section.news-items div.news-item-container > .news-item p, .news_page section.news-items div.news-item-container > .news-item ul li {
  font-size: 16px;
  line-height: 21px;
  width: 42rem;
  margin: 20px 0;
}

@media screen and (max-width: 700px) {
  .news_page section.news-items div.news-item-container > .news-item p, .news_page section.news-items div.news-item-container > .news-item ul li {
    width: initial;
  }
}

@media screen and (max-width: 420px) {
  .news_page section.news-items div.news-item-container > .news-item p, .news_page section.news-items div.news-item-container > .news-item ul li {
    font-size: 11px;
  }
}

.news_page section.news-items div.news-item-container > .news-item > p {
  font-size: 14px;
}

.news_page section.news-items div.news-item-container > .news-item > p img {
  max-width: 100%;
  object-fit: contain;
  padding: 40px 0;
}

@media screen and (max-width: 750px) {
  .news_page section.news-items div.news-item-container > .news-item > p img {
    padding: 0;
  }
}

.news_page section.news-items div.news-item-container > .news-item > ul {
  list-style-type: initial;
}

.news_page section.news-items div.news-item-container > .news-item .lead-paragraph {
  line-height: inherit;
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .news_page section.news-items div.news-item-container > .news-item .lead-paragraph {
    font-size: initial;
  }
}

.news_page section.news-items .cta {
  grid-column-start: 2;
  grid-column-end: 12;
}

.news_page section.news-items .cta .button {
  display: block;
  margin: 20px auto;
}

.news_page .news-item.old-news {
  display: flex;
}

.news_page .news-item.old-news .image {
  flex: 2;
  margin: 20px 20px 0 0;
}

.news_page .news-item.old-news .image img {
  max-width: 100%;
}

@media screen and (max-width: 480px) {
  .news_page .news-item.old-news .image {
    margin: 0;
  }
}

.news_page .news-item.old-news .text {
  flex: 4;
}

.news_page .news-item.old-news .text h2,
.news_page .news-item.old-news .text p {
  width: 100%;
  margin-top: 0;
}

.news_page .news-item.old-news .text > a {
  float: right;
  margin-right: 40px;
}

@media screen and (max-width: 480px) {
  .news_page .news-item.old-news .text > a {
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .news_page .news-item.old-news {
    display: block;
  }
}

.news_page div.news-partners {
  display: block;
}

.news_page .single-news-item {
  background-color: black;
  padding-top: 60px;
  padding-bottom: 30px;
  color: white;
}

.news_page .single-news-item .lead-paragraph {
  font-size: 22px;
  line-height: 1.5em;
}

.news_page .single-news-item > div > div {
  grid-column-start: 2;
  grid-column-end: 12;
}

.news_page .single-news-item > div > div .image {
  position: relative;
}

.news_page .single-news-item > div > div .image img {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}

.news_page .single-news-item > div > div .image .play-button {
  display: block;
  width: 85px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.75;
  transition: all 340ms;
}

@media screen and (max-width: 480px) {
  .news_page .single-news-item > div > div {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

.news_page .single-news-item > div > div h1, .news_page .single-news-item > div > div h2, .news_page .single-news-item > div > div h3 {
  color: #FBEF36;
}

.news_page .single-news-item > div > div .lead-paragraph,
.news_page .single-news-item > div > div h1 {
  margin-bottom: 40px;
}

.news_page .single-news-item > div > div ul > li {
  list-style: initial;
}

.news_page .single-news-item > div > div > * {
  margin: 20px auto;
}

.stats_page section.stats {
  background-color: black;
  padding: 30px 0 60px;
}

.stats_page div.standings table thead tr th:not(:first-child):hover {
  cursor: pointer;
}

.stats_page h1,
.stats_page .table-container {
  grid-column-start: 1;
  grid-column-end: 13;
}

@media screen and (max-width: 480px) {
  .stats_page h1,
  .stats_page .table-container {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

.stats_page h1 {
  color: white;
}

@media screen and (max-width: 740px) {
  .stats_page .table-container {
    width: 700px;
    overflow-x: scroll;
  }
}

.stats_page table {
  background: black;
  color: black;
  width: 100%;
  border: 0;
  table-layout: fixed;
  border-collapse: collapse;
}

.stats_page table tr {
  background: #383838;
}

.stats_page table tr:nth-child(even) {
  background: #1A1A1A;
}

.stats_page table tr:nth-child(even) .selected {
  background: #D3C930;
}

.stats_page table tr:nth-child(odd) .selected {
  background: #D8CE35;
}

.stats_page table tr:hover td:not(.selected) {
  color: #FBEF36;
}

.stats_page table th {
  color: white;
  font-family: "Titillium Web", sans-serif;
  line-height: 1em;
  letter-spacing: 4px;
  font-weight: 700;
  background: black;
  /*
      &:nth-of-type(2) {
        color: white;
      }
      */
}

.stats_page table th.selected {
  background: #CFC52C !important;
  color: black;
  font-weight: bold;
}

.stats_page table td {
  color: white;
  font-family: "Encode Sans", sans-serif;
}

.stats_page table th,
.stats_page table td {
  padding: 5px 0;
  max-width: 100%;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 1100px) {
  .stats_page table th,
  .stats_page table td {
    font-size: 14px;
  }
}

@media screen and (max-width: 940px) {
  .stats_page table th,
  .stats_page table td {
    font-size: 11px;
  }
}

.stats_page table th,
.stats_page table td {
  text-align: right;
  text-transform: uppercase;
}

.stats_page table th.selected,
.stats_page table td.selected {
  color: black;
  font-weight: bold;
}

.stats_page .standings {
  padding-top: 30px;
}

.stats_page .standings th,
.stats_page .standings td {
  text-align: center;
}

.stats_page .standings th:nth-child(1),
.stats_page .standings td:nth-child(1) {
  text-align: center;
}

.stats_page .standings th:nth-child(2),
.stats_page .standings td:nth-child(2) {
  text-align: left;
}

.stats_page .upcoming-games,
.stats_page .played-games {
  padding-top: 30px;
}

.stats_page .upcoming-games th,
.stats_page .upcoming-games td,
.stats_page .played-games th,
.stats_page .played-games td {
  text-align: left;
}

.stats_page .upcoming-games th:nth-child(1),
.stats_page .upcoming-games td:nth-child(1),
.stats_page .played-games th:nth-child(1),
.stats_page .played-games td:nth-child(1) {
  text-align: left;
}

.stats_page .played-games td.link {
  cursor: pointer;
  color: #FBEF36;
}

.stats_page img {
  max-width: 100%;
}

section.some {
  background-color: black;
}

section.some h1 {
  padding: 0 0 50px 50px;
  color: white;
}

section.some svg {
  padding: 10px;
}

section.some .some-container {
  align-items: flex-start;
  display: block;
  justify-content: space-evenly;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 100px;
  color: white;
  text-align: right;
}

section.some .some-container img#logo {
  width: 100px;
}

@media screen and (max-width: 780px) {
  section.some .some-container img#logo {
    width: 60px;
    padding: 40px 0 0 0;
  }
}

section.some .some-container .some-row {
  display: flex;
  justify-content: space-evenly;
}

section.some .some-container .some-row > div {
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: all 1.2s ease-in-out;
  max-height: 820px;
  overflow: hidden;
}

@media screen and (max-width: 420px) {
  section.some .some-container .some-row > div {
    max-width: 280px;
  }
}

@media screen and (max-width: 740px) {
  section.some .some-container .some-row {
    flex-direction: column;
  }
  section.some .some-container .some-row > div {
    margin: 0 auto;
    padding-bottom: 20px;
    max-height: 520px;
  }
}

section.some .some-container #instafeed {
  max-width: 320px;
  height: 820px !important;
  overflow: auto;
}

section.some .some-container #instafeed a img {
  margin: auto auto 2px auto;
  height: 350px;
  width: 300px;
  background-color: rgba(0, 0, 0, 0);
  border: 0 none;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: contain;
}

section.some .some-container #instafeed a video {
  margin: auto auto 2px auto;
  height: 350px;
  width: 300px;
}

@media screen and (max-width: 950px) {
  section.some .some-container #instafeed {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 450px;
    height: 400px !important;
  }
}

section.some .some-container div.instagram-wrapper {
  display: flex;
}

@media screen and (max-width: 490px) {
  section.some .some-container div.instagram-wrapper svg {
    height: 35px;
    width: 35px;
  }
}

section.some .some-container div.instagram-wrapper .team-insta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 880px) {
  section.some {
    padding: 0;
  }
}

section.some.tribe-some {
  background-color: white;
}

.teams_page section.teams-description {
  background-color: black;
}

.teams_page section.teams-description .container {
  padding: 40px 40px 60px;
  color: white;
}

.teams_page section.teams-description .container > * {
  grid-column-start: 2;
  grid-column-end: 12;
}

@media screen and (max-width: 480px) {
  .teams_page section.teams-description .container > * {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

.teams_page section.teams-description .container p > a {
  color: #FBEF36;
  display: inline;
}

.teams_page section#teams {
  padding-top: 60px;
}

.teams_page section#teams > div .filter-container {
  display: block;
  background-color: black;
  color: white;
  grid-column-start: 1;
  grid-column-end: 13;
}

@media screen and (max-width: 480px) {
  .teams_page section#teams > div .filter-container {
    grid-column-start: 1;
    grid-column-end: 10;
    padding-left: 0;
  }
}

.teams_page section#teams > div .filter-container input[type='radio'] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid darkgray;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 5px 0px gray inset;
  margin-top: -1px;
  vertical-align: middle;
}

.teams_page section#teams > div .filter-container input[type='text'] {
  box-sizing: border-box;
  font-family: 'Titillium Web', sans-serif;
  height: 36px;
  width: 100%;
  padding: 0 10px;
  line-height: 34px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.teams_page section#teams > div .filter-container input[type='text']:focus {
  outline-color: #FBEF36;
}

.teams_page section#teams > div .filter-container textarea[type='text'] {
  box-sizing: border-box;
  font-family: 'Titillium Web', sans-serif;
  height: 80px;
  width: 100%;
  padding: 0 10px;
  line-height: 34px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.teams_page section#teams > div .filter-container textarea[type='text']:focus {
  outline-color: #FBEF36;
}

.teams_page section#teams > div .filter-container input[type='radio']:hover {
  box-shadow: 0 0 5px 0px #FBEF36 inset;
}

.teams_page section#teams > div .filter-container input[type='radio']:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}

.teams_page section#teams > div .filter-container input[type='radio']:checked:before {
  background: #FBEF36;
}

.teams_page section#teams > div .filter-container h2 {
  font-family: "Black Ops One", cursive;
  color: #FBEF36;
  margin: 0;
  padding: 40px 0 0 40px;
}

.teams_page section#teams > div .filter-container > div {
  display: flex;
  padding: 20px;
}

@media screen and (max-width: 640px) {
  .teams_page section#teams > div .filter-container > div {
    flex-direction: column;
    padding: 20px;
  }
}

.teams_page section#teams > div .filter-container > div .column {
  display: flex;
  width: 200px;
  margin: auto;
  flex-direction: column;
}

@media screen and (max-width: 640px) {
  .teams_page section#teams > div .filter-container > div .column {
    margin: 0;
    width: 70%;
  }
}

.teams_page section#teams > div .filter-container > div .column .Select {
  width: 200px;
}

.teams_page section#teams > div .filter-container > div .column .Select > input {
  font-family: "Titillium Web", sans-serif;
}

@media screen and (max-width: 640px) {
  .teams_page section#teams > div .filter-container > div .column .Select {
    width: 100%;
  }
}

.teams_page section#teams > div .filter-container > div .column > div {
  padding-bottom: 32px;
}

.teams_page section#teams > div .filter-container > div .column > div p {
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .teams_page section#teams > div .filter-container > div .column > div {
    padding: 20px 0 0 0;
  }
}

.teams_page section#teams > div .filter-container > div .column .team-gender {
  display: flex;
  flex-direction: column;
  padding: 0;
}

@media screen and (max-width: 640px) {
  .teams_page section#teams > div .filter-container > div .column .team-gender {
    padding: 0;
  }
}

.teams_page section#teams > div .filter-container > div .column .team-gender label {
  font-family: "Encode Sans", sans-serif;
}

.teams_page section#teams > div .filter-container > div .column .team-gender label input {
  margin: 10px;
  color: white;
}

.teams_page section#teams > div .filter-container > div .column .team-gender label span {
  font-size: 18px;
}

.teams_page section#teams > div .filter-container-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
}

.teams_page section#teams > div .filter-container-header .or {
  font-size: 22px;
  margin-left: 40px;
}

.teams_page section#teams > div .path-info {
  display: flex;
  margin: 40px auto;
  width: 500px;
  padding: 10px;
  grid-column-start: 1;
  grid-column-end: 13;
  background: black;
  justify-content: center;
}

@media screen and (max-width: 480px) {
  .teams_page section#teams > div .path-info {
    margin: 0 auto 20px auto;
    padding: 20px;
    max-width: 100%;
    box-sizing: border-box;
    grid-column-start: 1;
    grid-column-end: 10;
    justify-content: left;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.teams_page section#teams > div .path-info p {
  font-size: 14px;
  margin: 0 5px;
  color: white;
}

.teams_page section#teams > div .path-info p span svg {
  width: 20px;
  height: 20px;
  transform: translateY(3px);
  padding: 0 5px;
}

.teams_page section#teams > div .path-info p span svg#harrastajan path {
  fill: #ffffff;
}

.teams_page section#teams > div .path-info p span svg#kilpailijan path {
  fill: #FBEF36;
}

.teams_page section#teams > div .path-info p span svg#urheilijan path {
  fill: #990000;
}

.teams_page section#teams .teams-wrapper {
  padding: 0;
}

.teams_page section#teams .feedback-container-parent {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.teams_page section#teams .feedback-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}

.teams_page section#teams .comment-row {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
}

.teams_page section#teams .TextArea {
  width: 200px;
}

.teams_page section#teams .error {
  text-align: center;
}

.teams_page section#teams .submit-success {
  text-align: center;
}

.teams_page section#teams .required-field {
  font-size: small;
  color: #EF3535;
  position: relative;
  bottom: 25px;
  min-height: 15px;
}

.teams_page section#teams .feedback-button {
  border: none;
  font-family: "Encode Sans", sans-serif;
  text-align: center;
  display: inline-block;
  line-height: 17px;
  text-transform: uppercase;
  padding: 10px;
  margin: 40px;
  height: 50px;
  flex: 1;
}

@media screen and (max-width: 420px) {
  .teams_page section#teams .feedback-button {
    font-size: 10px;
    margin: 10px 0;
  }
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  transition: all 0.4s ease-in-out;
  overflow: scroll;
}

.modal-backdrop .team-modal-container {
  color: white;
  margin: 6vh 50%;
  transform: translateX(-50%);
  width: 80vw;
  max-width: 800px;
  height: auto;
  position: absolute;
  z-index: 9999;
  padding: 0;
  border: solid #3e3c3b 1px;
  background: black;
  transition: opacity 0.4s ease-in-out 0.4s, transform 0.2s ease-in-out 0.4s;
}

.modal-backdrop .team-modal-container > p {
  position: absolute;
  margin: 0;
  transform: translateY(-40px);
  right: 0;
  text-align: right;
  font-size: 40px;
  pointer-events: none;
}

@media screen and (max-width: 420px) {
  .modal-backdrop .team-modal-container > p {
    font-size: 30px;
    transform: translate(-20px, -30px);
  }
}

@media screen and (max-width: 1200px) {
  .modal-backdrop .team-modal-container {
    width: 80vw;
  }
}

@media screen and (max-height: 1100px) and (max-width: 820px) {
  .modal-backdrop .team-modal-container {
    margin-top: 5vh;
  }
}

@media (orientation: landscape) and (max-width: 800px) {
  .modal-backdrop .team-modal-container {
    margin-top: 1vh;
  }
}

.modal-backdrop .team-modal-container .upper,
.modal-backdrop .team-modal-container .middle,
.modal-backdrop .team-modal-container .lower {
  display: flex;
  width: 100%;
}

.modal-backdrop .team-modal-container div.upper {
  flex-direction: column;
  height: 45%;
}

@media (orientation: landscape) and (max-height: 400px) {
  .modal-backdrop .team-modal-container div.upper {
    display: none;
  }
}

.modal-backdrop .team-modal-container div.upper .modal-img-wrapper {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.modal-backdrop .team-modal-container div.upper .modal-img-wrapper img {
  max-height: 35vh;
}

@media screen and (max-width: 800px) {
  .modal-backdrop .team-modal-container div.upper .modal-img-wrapper img {
    width: 100%;
  }
}

@media (orientation: landscape) and (max-height: 800px) {
  .modal-backdrop .team-modal-container div.upper .modal-img-wrapper img {
    height: 250px;
  }
}

.modal-backdrop .team-modal-container div.upper .modal-img-wrapper img.default-image {
  width: 25%;
  padding-top: 40px;
}

.modal-backdrop .team-modal-container div.upper .modal-img-wrapper .modal-img {
  object-fit: contain;
  width: 100%;
  max-height: 100%;
}

.modal-backdrop .team-modal-container div.upper .modal-img-wrapper .modal-img.player-default {
  width: 75%;
}

.modal-backdrop .team-modal-container h2 {
  text-align: center;
  font-size: 25px;
  margin: 20px;
}

@media screen and (max-width: 420px) {
  .modal-backdrop .team-modal-container h2 {
    font-size: 16px;
    margin: 10px;
  }
}

.modal-backdrop .team-modal-container h2.hidden {
  display: none;
}

.modal-backdrop .team-modal-container .player-count p,
.modal-backdrop .team-modal-container .description p {
  margin: 0;
  padding: 0 10px 10px 10px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
}

@media screen and (max-width: 420px), (max-height: 420px) {
  .modal-backdrop .team-modal-container .player-count p,
  .modal-backdrop .team-modal-container .description p {
    font-size: 10px;
  }
}

.modal-backdrop .team-modal-container .player-count {
  margin: 13.33333px;
  color: #bcbcbc;
}

.modal-backdrop .team-modal-container .keypeople {
  border-bottom: solid 1px #1f1f1f;
}

.modal-backdrop .team-modal-container .keypeople p {
  font-size: 14px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin: 2px 0;
}

@media screen and (max-width: 420px) {
  .modal-backdrop .team-modal-container .keypeople p {
    font-size: 10px;
    line-height: 18px;
  }
}

@media (orientation: landscape) and (max-width: 680px) {
  .modal-backdrop .team-modal-container .keypeople p {
    font-size: 12px;
    margin: 2px;
  }
}

.modal-backdrop .team-modal-container .keypeople {
  width: 100%;
  display: flex;
}

.modal-backdrop .team-modal-container .keypeople > div {
  flex: 1;
  display: flex;
  margin: 20px 0;
  overflow: hidden;
}

.modal-backdrop .team-modal-container .keypeople > div img {
  box-sizing: border-box;
  flex: 80px 0 0;
  width: 80px;
  height: 80px;
  padding: 0;
  margin: 10px 20px;
  border-radius: 50%;
}

.modal-backdrop .team-modal-container .keypeople > div .text {
  flex: 1;
}

.modal-backdrop .team-modal-container .keypeople > div .text .title {
  color: #FBEF36;
}

@media screen and (max-width: 1000px) {
  .modal-backdrop .team-modal-container .keypeople {
    display: block;
  }
}

.modal-backdrop .team-modal-container .cta {
  display: flex;
}

.modal-backdrop .team-modal-container .cta button {
  border: none;
  font-family: "Encode Sans", sans-serif;
  text-align: center;
  display: inline-block;
  line-height: 17px;
  text-transform: uppercase;
  padding: 10px;
  margin: 40px;
  height: 50px;
  flex: 1;
}

@media screen and (max-width: 420px) {
  .modal-backdrop .team-modal-container .cta button {
    font-size: 10px;
    margin: 10px 0;
  }
}

@media screen and (max-width: 540px) {
  .modal-backdrop .team-modal-container .cta {
    display: block;
  }
  .modal-backdrop .team-modal-container .cta button {
    display: block;
    font-size: 14px;
    margin: 13.33333px auto;
    width: 70%;
    max-width: 200px;
  }
}

.modal-backdrop .team-modal-container .material-icons {
  user-select: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  opacity: 0.4;
}

.modal-backdrop .team-modal-container .material-icons.size-125 {
  font-size: 124px !important;
}

.modal-backdrop .team-modal-container .material-icons.left {
  right: 100%;
}

.modal-backdrop .team-modal-container .material-icons.right {
  left: 100%;
}

.modal-backdrop .team-modal-container .material-icons.material-icons:hover {
  opacity: 0.9;
  cursor: pointer;
}

@media screen and (max-width: 950px) {
  .modal-backdrop .team-modal-container .material-icons.left {
    right: 94%;
  }
  .modal-backdrop .team-modal-container .material-icons.right {
    left: 94%;
  }
}

.modal-backdrop .team-modal-container .some {
  display: flex;
  justify-content: space-evenly;
  padding: 5px 0;
  margin-bottom: 20px;
}

.modal-backdrop .team-modal-container .some a {
  padding: 0 10px;
}

.modal-backdrop .team-modal-container .some a svg {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 420px) {
  .modal-backdrop .team-modal-container .some a svg {
    width: 30px;
    height: 30px;
  }
}

.modal-backdrop .team-modal-container .some a:hover svg path {
  fill: #FBEF36;
  transition: color 300ms linear;
}

.modal-backdrop .team-modal-container .sponsors {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 20px;
}

.modal-backdrop .team-modal-container .sponsors div {
  width: 55px;
  padding: 0 10px;
}

.modal-backdrop .team-modal-container .sponsors div a img {
  object-fit: contain;
  width: 100%;
  max-height: 100%;
}

.modal-backdrop.not-visible {
  opacity: 0;
}

.modal-backdrop.not-visible .modal-container {
  opacity: 0;
  transform: translate(-50%, -100px);
}

.modal-backdrop.visible {
  opacity: 1;
}

.modal-backdrop.visible .modal-container {
  opacity: 1;
}

.card-parent {
  overflow: hidden;
}

.ribbon {
  margin: 0;
  background: black;
  color: white;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
}

.ribbon.harrastajan {
  background: #ffffff;
}

.ribbon.kilpailijan {
  background: #FBEF36;
}

.ribbon.urheilijan {
  background: #990000;
}

.ribbon:before,
.ribbon:after {
  content: '';
  position: absolute;
  top: 0;
  margin: 0 -1px;
  /* tweak */
  width: 100%;
  height: 100%;
  background: inherit;
}

.ribbon:before {
  right: 100%;
}

.ribbon:after {
  left: 100%;
}

.modal-backdrop .video-modal-container {
  color: white;
  margin: 10vh 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  max-height: 675px;
  width: 80vw;
  height: 45vw;
  position: absolute;
  z-index: 9999;
  padding: 0;
  border: solid #3E3C3B 1px;
  background: black;
  transition: opacity .4s ease-in-out .4s, transform .2s ease-in-out .4s;
}

.modal-backdrop .video-modal-container > p {
  position: absolute;
  margin: 0;
  transform: translateY(-50px);
  right: 0;
  text-align: right;
  font-size: 50px;
  pointer-events: none;
}

@media screen and (max-width: 420px) {
  .modal-backdrop .video-modal-container > p {
    font-size: 30px;
    transform: translate(-20px, -30px);
  }
}

@media screen and (max-width: 1200px) {
  .modal-backdrop .video-modal-container {
    width: 80vw;
  }
}

@media screen and (max-height: 1100px) and (max-width: 820px) {
  .modal-backdrop .video-modal-container {
    margin-top: 5vh;
  }
}

@media (orientation: landscape) and (max-width: 800px) {
  .modal-backdrop .video-modal-container {
    margin-top: 1vh;
  }
}

@media (orientation: landscape) and (max-width: 800px) {
  .modal-backdrop .video-modal-container {
    margin-top: 1vh;
  }
}

.modal-backdrop.not-visible {
  opacity: 0;
}

.modal-backdrop.not-visible .modal-container {
  opacity: 0;
  transform: translate(-50%, -100px);
}

.modal-backdrop.visible {
  opacity: 1;
}

.modal-backdrop.visible .modal-container {
  opacity: 1;
}

.lift {
  margin: 0;
}

.lift .lift-container {
  opacity: 0;
  transition: all 1.2s ease-in-out;
  display: flex;
  padding: 40px;
  justify-content: center;
}

@media screen and (max-width: 1080px) {
  .lift .lift-container {
    flex-direction: column;
  }
}

.lift .lift-container .lift-img {
  width: 100%;
  flex: 1;
  text-align: center;
  padding: 0;
}

.lift .lift-container .lift-img a > img {
  margin: 0 auto;
  max-width: 100%;
}

.video_page .lift {
  background: #FBEF36;
}

.video_page .info {
  grid-column-start: 2;
  grid-column-end: 12;
  margin: auto;
  padding-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .video_page .info {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

.video_page #videos {
  padding: 120px 40px;
}

@media screen and (max-width: 480px) {
  .video_page #videos {
    padding: 40px 0;
  }
}

.video_page #videos iframe {
  display: block;
  background: #000;
  border: none;
  width: 100%;
  overflow-x: hidden;
  overflow-Y: hidden;
}

nav.submenu {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  z-index: 1;
}

nav.submenu div {
  display: flex;
  grid-column-start: 2;
  grid-column-end: 12;
}

nav.submenu div a {
  flex: 1 1 60px;
  box-sizing: border-box;
  display: block;
  background: #0b0b0b;
  border: 1px solid white;
  color: white;
  grid-column-start: 2;
  grid-column-end: 11;
  padding: 8px 12px;
  font-size: 14px;
}

nav.submenu div a:before {
  content: '» ';
  display: inline-block;
  margin: 0 4px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 480px) {
  nav.submenu div a:before {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  nav.submenu div a {
    font-size: 12px;
  }
}

@media screen and (max-width: 680px) {
  nav.submenu div {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

@media screen and (max-width: 480px) {
  nav.submenu {
    padding: 0;
    position: static;
  }
  nav.submenu a {
    text-align: center;
  }
}

html {
  background-color: black;
}

html body {
  margin: 0;
  padding: 0;
  background-color: white;
}

html body h1 {
  font-family: "Black Ops One", cursive;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  html body h1 {
    font-size: 18px;
  }
}

html body h2 {
  font-family: "Titillium Web", sans-serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  html body h2 {
    font-size: 14px;
  }
}

html body h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
}

html body a {
  text-decoration: none;
  color: #fbda36;
}

html body p {
  font-family: "Encode Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 21px;
}

@media screen and (max-width: 480px) {
  html body p {
    font-size: 12px;
    margin: 5px 0;
  }
}

html body ul {
  list-style-type: none;
}

html body hr {
  width: 100%;
  border-style: solid;
  border-color: #FBEF36;
  margin: 0;
}

html body th, html body td {
  font-family: "Encode Sans", sans-serif;
  letter-spacing: 1px;
}

html body section {
  max-width: 100%;
  background-repeat: repeat;
}

html body section.black {
  background: black;
  color: white;
}

html body section.black h2, html body section.black h3, html body section.black h4, html body section.black h5 {
  color: #FBEF36;
}

html body section > div {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 480px) {
  html body section > div {
    padding: 0 20px;
  }
}

html body section > div.full-black {
  background-color: black;
}

html body section > div.ignore-height {
  min-height: 0;
}

html body section > div > div.full-width {
  grid-column-start: 1;
  grid-column-end: 13;
}

html body section.shop, html body section.games, html body section.lift {
  grid-column-start: 1;
  grid-column-end: 12;
  background-color: black;
}

html body section #tribe-lift {
  background-color: white;
}

html body section.footer {
  background-color: black;
}

html body section.in-focus .team-img,
html body section.in-focus .tribe-img,
html body section.in-focus .news-container .row-news .news-item,
html body section.in-focus .some-container .some-row div,
html body section.in-focus .lift-container {
  opacity: 1;
}

html body svg {
  color: initial;
}

html body .triangle {
  position: relative;
  width: 100%;
  display: block;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

html body .triangle.flip-y {
  transform: scaleY(-1);
}

html body .triangle.flip-x {
  transform: scale(-1, -1);
}

html body .triangle.black-bg {
  background: black;
  padding-bottom: 40px;
}

html body .justify-top {
  top: 2px;
}

html body .justify-bottom {
  bottom: 2px;
}

html body .richtext-image.left {
  float: left;
}

html body .richtext-image.right {
  float: right;
}

html body .rich-text ul {
  list-style: circle;
}

html body .rich-text a {
  font-weight: bold;
}

html body .rich-text p, html body .rich-text ul li, html body .rich-text ol li {
  font-family: "Encode Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}

html body .rich-text p > *, html body .rich-text ul li > *, html body .rich-text ol li > * {
  text-align: center;
}

html body .rich-text p > img,
html body .rich-text img {
  max-width: 100%;
  height: auto;
}

html body .rich-text:empty {
  display: none;
}

html body .main-grid-body > .messages {
  margin: 0;
  background: black;
}

html body .main-grid-body > .messages li {
  color: #FBEF36;
  font-size: 16px;
  border: 1px solid #FBEF36;
  text-transform: uppercase;
  text-align: center;
  font-family: "Encode Sans", sans-serif;
  padding: 20px;
}

button,
a.button {
  background-color: #FBEF36;
  color: black;
  font-family: "Encode Sans", sans-serif;
  text-align: center;
  display: inline-block;
  line-height: 17px;
  text-transform: uppercase;
  word-wrap: break-word;
  padding: 10px;
}

button:hover,
a.button:hover {
  cursor: pointer;
  filter: brightness(140%);
  transition: filter 500ms;
}

section.news {
  background: black;
  color: white;
}

section.news > div > div {
  grid-column-start: 1;
  grid-column-end: 13;
}

section.news .all-news {
  display: block;
  margin: 20px 0;
  text-align: right;
}

section.news .all-news .button {
  display: inline-block;
}

/** Basic text box for full width textual content */
.text-box-container {
  padding: 60px 40px;
  grid-column-start: 1;
  grid-column-end: 13;
  min-height: 0;
}

@media screen and (max-width: 420px) {
  .text-box-container {
    padding: 40px;
  }
}

.text-box-container .content {
  grid-column-start: 2;
  grid-column-end: 11;
  max-width: 100%;
}

.text-box-container .content h1 {
  margin: 0;
}

.text-box-container .content .rich-text > p > img {
  opacity: .4;
}

.text-box-container .content .rich-text > p:empty {
  display: none;
}

.text-box-container .content .info-links {
  grid-column-start: 1;
  grid-column-end: 6;
  padding: 0;
}

.text-box-container .content .info-links a {
  font-family: "Titillium Web", sans-serif;
  display: inline;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}

.text-box-container .content .info-links a::after {
  content: " | ";
  padding: 5px;
}

.text-box-container .content .info-links a:last-child:after {
  content: "";
}

@media screen and (max-width: 880px) {
  .text-box-container .content {
    padding-top: 40px;
    grid-column-start: 1;
    grid-column-end: 13;
  }
}
