*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }
@media only screen and (max-width: 768px) {
  html {
    font-size: 60%; } }

body {
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  background-color: #E5E5E5; }

::selection {
  background-color: #000;
  color: #fff; }

ol, ul {
  padding-left: 20px;
  margin-bottom: 8px; }

ol li {
  list-style: decimal;
  margin-left: 20px; }

ul li {
  list-style: disc;
  margin-left: 20px; }

a:link, a:visited {
  color: #134FC0;
  text-decoration: none; }

.tip {
  float: left;
  background: #ffc;
  border: 1px solid #D4D5AA;
  padding: 5px;
  max-width: 200px; }

.tip-title {
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 5px; }

.tip-text {
  font-size: 1.2rem;
  margin: 0; }

.container {
  width: 1400px !important;
  margin: 0 auto !important; }
@media only screen and (max-width: 1500px) {
  .container {
    width: 1200px !important; } }
@media only screen and (max-width: 1200px) {
  .container {
    width: 900px !important; } }
@media only screen and (max-width: 992px) {
  .container {
    width: 700px !important; } }
@media only screen and (max-width: 768px) {
  .container {
    width: 100% !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important; } }

.adv-1 {
  margin-bottom: 6rem; }
  .adv-1 img {
    max-width: 100%; }

p {
  margin-bottom: 8px; }

h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3.8rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: 4rem; }

h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 2rem; }

.jmoddiv.jmodinside {
  position: unset; }

.icons {
  display: none; }

/*top-menu.scss*/
.top-menu {
  background-color: #242C41;
  text-transform: uppercase;
  height: 3.5rem;
  padding: 0 3rem 0 18rem;
  position: relative; }
@media only screen and (max-width: 992px) {
  .top-menu {
    padding-right: 0; } }
@media only screen and (max-width: 768px) {
  .top-menu {
    padding-right: 0;
    padding-left: 13rem; } }
@media only screen and (max-width: 560px) {
  .top-menu {
    padding-right: 0;
    padding-left: 1rem; } }
.top-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 3.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.183333px;
  font-weight: bold; }
  .top-menu a:hover, .top-menu a a:focus {
    color: #eee; }
.top-menu ul {
  padding-left: 0;
  margin-bottom: 0; }
  .top-menu ul li {
    display: inline-block;
    list-style: none;
    margin: 0 7px; }
    .top-menu ul li:first-child {
      margin-left: 0; }
.top-menu--logo {
  position: absolute;
  z-index: 9999;
  left: 21px;
  top: 0;
  width: 138px;
  height: 138px;
  background-color: #fff;
  padding: 17px;
  border-radius: 50%; }
@media only screen and (max-width: 768px) {
  .top-menu--logo {
    width: 90px;
    height: 90px;
    padding: 8px; } }
@media only screen and (max-width: 560px) {
  .top-menu--logo {
    width: 45px;
    height: 45px;
    padding: 3px;
    top: 34px;
    left: 5px; } }
.top-menu--logo img {
  width: 100%; }
.top-menu--menues {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 1rem; }
  .top-menu--menues-2 {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    grid-gap: 1rem; }
    .top-menu--menues-2 ul.nav {
      text-align: right;
      position: relative;
      margin-left: 2rem; }
      .top-menu--menues-2 ul.nav span {
        color: #fff;
        text-decoration: none;
        font-size: 1.2rem;
        line-height: 3.5rem;
        font-family: 'Roboto Condensed', sans-serif;
        letter-spacing: 0.183333px;
        font-weight: bold;
        cursor: pointer;
        padding-right: 1.4rem;
        position: relative; }
        .top-menu--menues-2 ul.nav span::after {
          position: absolute;
          right: 0;
          top: 0;
          content: '\f0d7';
          font-family: 'FontAwesome';
          line-height: 2rem; }
      .top-menu--menues-2 ul.nav ul {
        position: absolute;
        right: 0;
        top: 3.5rem;
        display: none;
        z-index: 999999;
        background-color: #242C41;
        padding: 0 2rem; }
        .top-menu--menues-2 ul.nav:hover ul {
          display: block; }
    .top-menu--menues-2 .social-media a:not(:first-child) {
      margin-left: 1.5rem; }
  @media only screen and (max-width: 992px) {
    .top-menu--menues-2 .social-media {
      display: none; } }
@media only screen and (max-width: 768px) {
  .top-menu--menues-2 .social-media {
    display: none; } }
@media only screen and (max-width: 560px) {
  .top-menu--menues-2 .social-media {
    display: none; } }

/*main-menu.scss*/
.main-menu {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  background-color: #fff;
  position: relative; }
  .main-menu ul li:first-child a {
    padding-left: 0; }
  .main-menu__search {
    position: absolute;
    right: 3rem;
    top: 1.7rem;
    z-index: 1000; }
  @media only screen and (max-width: 992px) {
    .main-menu__search {
      right: 6rem;
      top: 0.8rem; } }
@media only screen and (max-width: 768px) {
  .main-menu__search {
    right: 6rem;
    top: 0.6rem; } }
.main-menu #dj-megamenu90mobile {
  float: right; }

/*content-menu.scss*/
.content-menu {
  background-color: #fff;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 6rem;
  font-weight: 700; }
  .content-menu ul {
    padding-left: 0;
    margin-bottom: 0; }
    .content-menu ul li {
      display: inline-block;
      list-style: none;
      margin: 0 1rem;
      padding: 0 1rem;
      position: relative; }
    @media only screen and (max-width: 560px) {
      .content-menu ul li {
        margin: 0 5px;
        padding: 0 5px; } }
  .content-menu ul li.current:after, .content-menu ul li:hover:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #242C41; }
  .content-menu ul li:first-child {
    margin-left: 0; }
  .content-menu a {
    display: block; }
    .content-menu a:link, .content-menu a:visited {
      color: #242C41;
      text-decoration: none; }
    @media only screen and (max-width: 560px) {
      .content-menu a:link, .content-menu a:visited {
        font-size: 1.3rem; } }

/*banner.scss*/
.banner {
  background-color: #242C41;
  text-align: center;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  padding: 23rem 0;
  background-image: url(../images/logo_banner.png);
  background-repeat: no-repeat;
  background-position: 125% center; }
@media only screen and (max-width: 1200px) {
  .banner {
    padding: 15rem 0;
    background-position-x: 180%; } }
@media only screen and (max-width: 992px) {
  .banner {
    background-position-x: 230%; } }
@media only screen and (max-width: 768px) {
  .banner {
    padding: 4rem 0; } }
.banner h3 {
  color: #fff;
  font-size: 10rem;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif; }
@media only screen and (max-width: 1500px) {
  .banner h3 {
    font-size: 8rem; } }
@media only screen and (max-width: 1200px) {
  .banner h3 {
    font-size: 7rem; } }
@media only screen and (max-width: 992px) {
  .banner h3 {
    font-size: 5rem; } }
@media only screen and (max-width: 768px) {
  .banner h3 {
    font-size: 5rem; } }
@media only screen and (max-width: 560px) {
  .banner h3 {
    font-size: 3rem; } }
.banner h3 span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30%;
  color: rgba(255, 255, 255, 0.35);
  display: block; }
.banner .loyalty {
  color: rgba(255, 255, 255, 0.62);
  text-align: left; }
  .banner .loyalty span {
    color: #fff;
    font-size: 4.2rem;
    letter-spacing: 0.6px;
    font-weight: 500; }
  @media only screen and (max-width: 1200px) {
    .banner .loyalty span {
      font-size: 3.6rem; } }
@media only screen and (max-width: 992px) {
  .banner .loyalty span {
    font-size: 3rem; } }
.banner .loyalty > div:first-child {
  padding-left: 8rem; }
@media only screen and (max-width: 1200px) {
  .banner .loyalty > div:first-child {
    padding-left: 6rem; } }
@media only screen and (max-width: 992px) {
  .banner .loyalty > div:first-child {
    padding-left: 0; } }
.banner .loyalty > div:last-child {
  padding-left: 12rem; }
@media only screen and (max-width: 1200px) {
  .banner .loyalty > div:last-child {
    padding-left: 8rem; } }
@media only screen and (max-width: 992px) {
  .banner .loyalty > div:last-child {
    padding-left: 0; } }

.ticket_popup {
  position: relative; }
  .ticket_popup .arcom__btn.ticktick {
    display: block;
    position: absolute;
    z-index: 3;
    background-color: transparent;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.arcom__btn.ticktickets {
  color: #fff;
  background-color: #003366;
  padding: 2rem 3.5rem;
  text-transform: uppercase;
  font-size: 3.5rem; }
@media only screen and (max-width: 992px) {
  .arcom__btn.ticktickets {
    padding: 1rem 1.5rem;
    font-size: 2.5rem;
    display: block; } }

/*slideshow.scss*/
.slideshow {
  min-height: 45rem;
  background: url(../images/logo.png) center 8rem no-repeat; }
@media only screen and (max-width: 768px) {
  .slideshow {
    min-height: 20rem;
    background-position-y: 3rem; } }
@media only screen and (max-width: 560px) {
  .slideshow {
    min-height: 5rem; } }
.slideshow_caption--category {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  line-height: 2.6rem;
  text-transform: uppercase;
  position: relative;
  padding-left: 2rem;
  text-decoration: underline; }
@media only screen and (max-width: 768px) {
  .slideshow_caption--category {
    font-size: 1.6rem; } }
@media only screen and (max-width: 560px) {
  .slideshow_caption--category {
    font-size: 1.5rem; } }
.slideshow_caption--category::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 14px;
  background-color: #1A4CCA; }
  .slideshow_caption--category a:link, .slideshow_caption--category a:visited {
    color: #fff;
    text-decoration: none; }
.slideshow_caption--title {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0.6px;
  font-weight: bold;
  white-space: normal; }
@media only screen and (max-width: 992px) {
  .slideshow_caption--title {
    font-size: 4rem; } }
@media only screen and (max-width: 768px) {
  .slideshow_caption--title {
    font-size: 3rem;
    padding: 0 !important; } }
@media only screen and (max-width: 560px) {
  .slideshow_caption--title {
    font-size: 2rem; } }
.slideshow_caption--title a:link, .slideshow_caption--title a:visited {
  color: #fff;
  text-decoration: none; }
.slideshow .camera_wrap {
  float: none; }
.slideshow .camera_caption {
  height: 100%; }
  .slideshow .camera_caption > div {
    background: rgba(34, 34, 34, 0);
    background: -moz-linear-gradient(top, rgba(34, 34, 34, 0) 30%, #222 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(30%, rgba(34, 34, 34, 0)), color-stop(100%, #222));
    background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 30%, #222 100%);
    background: -o-linear-gradient(top, rgba(34, 34, 34, 0) 30%, #222 100%);
    background: -ms-linear-gradient(top, rgba(34, 34, 34, 0) 30%, #222 100%);
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 30%, #222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#222222', GradientType=0);
    height: 100%;
    padding: 5rem 10rem 300px 10rem;
    display: grid;
    grid-template-rows: 1fr max-content;
    gap: 4rem;
    align-items: end; }
  @media only screen and (max-width: 1200px) {
    .slideshow .camera_caption > div {
      padding-bottom: 10rem; } }
@media only screen and (max-width: 768px) {
  .slideshow .camera_caption > div {
    padding: 5rem 5rem 7rem; } }
@media only screen and (max-width: 560px) {
  .slideshow .camera_caption > div {
    padding: 4rem 5rem 4rem;
    gap: 1rem; } }
.slideshow .camera_caption a {
  margin: 0; }

/*matches.scss*/
.matches {
  position: relative;
  z-index: 100;
  margin-top: -146px;
  margin-bottom: 6rem; }
@media only screen and (max-width: 1200px) {
  .matches {
    margin-top: 6rem; } }
@media only screen and (max-width: 992px) {
  .matches {
    margin-top: 3rem;
    margin-bottom: 3rem; } }
.matches .container {
  background-color: #fff; }
  .matches .container .moduletable {
    padding: 3rem 5rem; }
    .matches .container .moduletable:first-child {
      border-bottom: 1px solid #DCDCDC; }
.matches_header {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3.8rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: 4rem; }
  .matches_grid--box {
    display: grid;
    grid-template-columns: 16rem 1fr 15rem 14rem;
    grid-gap: 3rem;
    gap: 3rem;
    align-items: center; }
  @media only screen and (max-width: 1200px) {
    .matches_grid--box {
      grid-template-columns: 1fr; } }
  .matches_grid--box-1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 1.6rem;
    color: #454545; }
  @media only screen and (max-width: 1200px) {
    .matches_grid--box-1 {
      text-align: center; } }
  .matches_grid--box-1-round {
    font-size: 1.2rem; }
  .matches_grid--box-2 {
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    gap: 2rem;
    align-items: center;
    color: #343434;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.4px; }
    .matches_grid--box-2 a:link, .matches_grid--box-2 a:visited {
      color: #343434;
      text-decoration: none; }
    .matches_grid--box-2 img {
      height: 8rem !important;
      width: auto !important; }
    .matches_grid--box-2-home {
      text-align: right;
      display: grid;
      grid-template-columns: 1fr max-content;
      grid-gap: 3rem;
      gap: 3rem;
      align-items: center; }
    @media only screen and (max-width: 560px) {
      .matches_grid--box-2-home {
        grid-template-columns: 1fr;
        text-align: center; } }
    .matches_grid--box-2-delimeter {
      text-align: center; }
    .matches_grid--box-2-away {
      text-align: left;
      display: grid;
      grid-template-columns: max-content 1fr;
      grid-gap: 3rem;
      gap: 3rem;
      align-items: center; }
    @media only screen and (max-width: 560px) {
      .matches_grid--box-2-away {
        grid-template-columns: 1fr;
        text-align: center; } }
  @media only screen and (max-width: 560px) {
    .matches_grid--box-2-away .tdminembl {
      order: 2; } }
@media only screen and (max-width: 560px) {
  .matches_grid--box-2-away .js_div_particName {
    order: 1; } }
.matches_grid--box-3 {
  text-align: center; }
  .matches_grid--box-4 a:link, .matches_grid--box-4 a:visited {
    text-decoration: none;
    background-color: #1A4CCA;
    color: #fff;
    display: block;
    border-radius: 4px;
    padding: 10px 18px;
    font-size: 1.6rem;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.8px;
    font-weight: 700;
    text-align: center;
    backface-visibility: hidden; }
    .matches_grid--box-4-review a:link, .matches_grid--box-4-review a:visited {
      background-color: #fff;
      color: #1A4CCA;
      border: 1px solid #1A4CCA;
      position: relative; }
.matches .eTimer {
  padding: 0 !important; }
  .matches .eTimer .etTitle {
    margin: 0 !important; }
  .matches .eTimer .etUnit {
    padding-right: 12px;
    position: relative; }
    .matches .eTimer .etUnit .etSign {
      position: absolute;
      right: 4px;
      bottom: 6px;
      font-size: 9.6px; }
    .matches .eTimer .etUnit .etNumber {
      width: auto;
      padding: 0 !important;
      font-weight: 700;
      margin: 0 !important;
      font-size: 24px; }
  .matches .eTimer .etSep {
    display: none; }

/*news.scss*/
.news {
  background-color: #E5E5E5;
  padding-bottom: 10rem; }
  .news_box {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(32rem, 1fr));
    grid-gap: 3rem; }
    .news_box--item {
      background-color: #FFFFFF;
      padding-bottom: 8rem;
      position: relative; }
      .news_box--item-dnone {
        display: none; }
      .news_box--item-video, .news_box--item-photo {
        background-color: #1C2539; }
        .news_box--item-video .news_box--item-category, .news_box--item-photo .news_box--item-category {
          background-color: #CD0935; }
        .news_box--item-video .news_box--item-title a:link, .news_box--item-photo .news_box--item-title a:link, .news_box--item-video .news_box--item-title a:visited, .news_box--item-photo .news_box--item-title a:visited {
          color: #fff; }
        .news_box--item-video .news_box--item-date, .news_box--item-photo .news_box--item-date {
          color: rgba(255, 255, 255, 0.8); }
        .news_box--item-video .news_box--item-image a, .news_box--item-photo .news_box--item-image a {
          position: relative;
          display: block; }
          .news_box--item-video .news_box--item-image a:after, .news_box--item-photo .news_box--item-image a:after {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            content: '';
            background: linear-gradient(180deg, rgba(28, 37, 57, 0.1) 0%, rgba(28, 37, 57, 0.45) 63.47%, #1C2539 100%); }
        .news_box--item-video:before, .news_box--item-photo:before {
          position: absolute;
          left: 2rem;
          top: 2rem;
          content: '';
          width: 4rem;
          height: 4rem;
          z-index: 1; }
      .news_box--item-video:before {
        background-image: url(../images/video_bg.png);
        background-repeat: no-repeat;
        background-size: cover; }
    .news_box--item-photo:before {
      background-image: url(../images/photo_bg.png);
      background-repeat: no-repeat;
      background-size: cover; }
    .news_box--item-image {
      margin-bottom: 2rem; }
    .news_box--item-title {
      padding: 0 2.5rem; }
      .news_box--item-title a:link, .news_box--item-title a:visited {
        color: #000000;
        font-weight: 500;
        font-family: 'Rubik', sans-serif;
        font-size: 2rem;
        line-height: 2.6rem;
        letter-spacing: 0.6px;
        text-decoration: none; }
    .news_box--item-category {
      position: absolute;
      bottom: 2rem;
      left: 0;
      background-color: #1A4CCA;
      color: #fff;
      font-weight: 'Roboto', sans-serif;
      font-size: 1.2rem;
      line-height: 1.4rem;
      padding: 5px 25px; }
      .news_box--item-category a:link, .news_box--item-category a:visited {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none; }
    .news_box--item-date {
      position: absolute;
      bottom: 2rem;
      right: 2.5rem;
      letter-spacing: 0.6px;
      color: rgba(0, 0, 0, 0.5);
      font-family: 'Roboto', sans-serif;
      font-size: 1.2rem;
      line-height: 2.4rem; }
    .news_box img {
      max-width: 100%;
      width: 100% !important;
      display: block; }
  .news_more {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-align: center;
    letter-spacing: 0.6px;
    color: #23334A;
    text-decoration: none;
    display: block;
    margin-top: 4rem;
    text-transform: uppercase; }

.k2Pagination .pagination-start, .k2Pagination .pagination-prev, .k2Pagination .pagination-next, .k2Pagination .pagination-end, .k2Pagination .k2PaginationCounter {
  display: none; }
  .k2Pagination ul li a {
    border-radius: 0 !important; }
  .k2Pagination ul li span {
    display: inline-block;
    padding: 4px 8px;
    margin: 0 8px;
    border: 1px solid #ddd;
    border-radius: 0;
    vertical-align: middle;
    background: #1A4CCA;
    color: #fff;
    text-decoration: none; }

/*poll.scss*/
.advpoll-wrapper {
  background-color: #fff !important;
  margin-bottom: 6rem;
  padding: 3rem 5rem;
  border-radius: 0; }
  .advpoll-wrapper .advpoll-question {
    font-family: 'Roboto Condensed', sans-serif;
    color: #1A2434;
    font-size: 1.8rem;
    padding: 0;
    font-weight: 500;
    margin-bottom: 5px;
    background: url(../images/logo_delta_spa.png) 100% 0 no-repeat !important;
    padding-right: 140px; }
  .advpoll-wrapper .advpoll-current-results {
    margin-bottom: 3rem;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.6px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.2rem; }
  .advpoll-wrapper .advpoll-answer-wrapper, .advpoll-wrapper .advpoll-graph-line-wrapper {
    color: #1A2434;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    grid-gap: 6rem;
    grid-row-gap: 3rem;
    padding: 0;
    text-align: center; }
  @media only screen and (max-width: 1200px) {
    .advpoll-wrapper .advpoll-answer-wrapper, .advpoll-wrapper .advpoll-graph-line-wrapper {
      grid-gap: 3rem; } }
.advpoll-wrapper .advpoll-answer {
  margin: 0;
  padding: 0; }
.advpoll-wrapper ul {
  padding-left: 0;
  margin-bottom: 0; }
  .advpoll-wrapper ul li {
    padding: 0;
    list-style: none;
    margin: 0; }
.advpoll-wrapper .advpoll-button-wrapper {
  text-align: center;
  padding-top: 5rem; }
  .advpoll-wrapper .advpoll-button-wrapper .advpoll-button-vote {
    background-color: #1A4CCA !important;
    border-radius: 4px;
    letter-spacing: 0.4px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif; }
.advpoll-wrapper .advpoll-answer input[type="checkbox"] + label, .advpoll-wrapper .advpoll-answer input[type="radio"] + label {
  padding-left: 0; }
  .advpoll-wrapper .advpoll-answer input[type="checkbox"] + label::before, .advpoll-wrapper .advpoll-answer input[type="radio"] + label::before {
    display: none; }
.advpoll-wrapper .advpoll-answer input[type="radio"]:checked + label .vote_box::before, .advpoll-wrapper .advpoll-answer input[type="radio"]:checked + label img {
  border: 5px solid #1A4CCA;
  box-sizing: border-box; }
.advpoll-wrapper label {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  color: #343434;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-align: center; }
  .advpoll-wrapper label img {
    display: block;
    border-radius: 50%;
    width: 10rem;
    height: 10rem;
    border: 5px solid #fff;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(211.26% 248.18% at 249.89% -142.95%, rgba(57, 120, 255, 0) 0%, #151C2B 100%); }
.advpoll-wrapper .advpoll-answer-title {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  color: #343434;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-align: center;
  margin-bottom: 5px; }
  .advpoll-wrapper .advpoll-answer-title img {
    display: block;
    border-radius: 50%;
    width: 10rem;
    height: 10rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(211.26% 248.18% at 249.89% -142.95%, rgba(57, 120, 255, 0) 0%, #151C2B 100%);
    top: 1rem;
    margin-bottom: 2.2rem;
    border: 5px solid #fff; }
.advpoll-wrapper .advpoll-answer-data {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
  text-align: center;
  letter-spacing: 0.6px;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.5); }
.advpoll-wrapper .advpoll-answer-piechart {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #1d3762;
  background: -moz-linear-gradient(45deg, #1d3762 0%, #339cff 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #1d3762), color-stop(100%, #339cff));
  background: -webkit-linear-gradient(45deg, #1d3762 0%, #339cff 100%);
  background: -o-linear-gradient(45deg, #1d3762 0%, #339cff 100%);
  background: -ms-linear-gradient(45deg, #1d3762 0%, #339cff 100%);
  background: linear-gradient(45deg, #1d3762 0%, #339cff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d3762', endColorstr='#339cff', GradientType=1); }
  .advpoll-wrapper .advpoll-answer-piechart-inner {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 12.2rem;
    height: 12.2rem;
    border-radius: 50%; }

/*fcdbtv.scss*/
.fcdbtv {
  padding: 8rem 0;
  background-color: #242C41; }
  .fcdbtv a {
    color: #fff; }
  .fcdbtv h3 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 3.8rem;
    line-height: 5rem;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 5rem;
    position: relative;
    display: inline-block; }
    .fcdbtv h3::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -5px;
      width: 100%;
      height: 4px;
      background: rgba(237, 4, 51, 0.85); }
  .fcdbtv #youmax-header {
    display: none; }
  .fcdbtv .vina-youtube-channel-wrapper #youmax-tabs, .fcdbtv .vina-youtube-channel-wrapper #youmax, .fcdbtv .vina-youtube-channel-wrapper .youmax {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none; }
  .fcdbtv .vina-youtube-channel-wrapper #youmax-video-list-div {
    background-color: transparent; }
  .fcdbtv ul {
    margin: 0;
    padding: 0; }
    .fcdbtv ul li {
      margin: 0;
      padding: 0; }
      .fcdbtv ul li:nth-child(1), .fcdbtv ul li:nth-child(4) {
        left: 0 !important; }
      .fcdbtv ul li:nth-child(3), .fcdbtv ul li:nth-child(6) {
        left: 100% !important;
        transform: translateX(-100%); }
  .fcdbtv .vina-youtube-channel-wrapper .youmax-tab, .fcdbtv .youmax-encloser-comment-button {
    padding: 0;
    margin: 0;
    background: none;
    color: #FFFFFF;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-right: 3rem; }
  .fcdbtv .vina-youtube-channel-wrapper .youmax-tab-hover {
    color: #CD0935;
    background-color: transparent !important; }
  .fcdbtv .vina-youtube-channel-wrapper #tiles li {
    background-color: transparent;
    box-shadow: none; }
  .fcdbtv .vina-youtube-channel-wrapper #youmax-load-more-div {
    background: transparent;
    text-shadow: none;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.9rem;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    height: auto;
    font-family: 'Roboto', sans-serif; }
  .fcdbtv .vina-youtube-channel-wrapper .youmax-duration {
    letter-spacing: 0.6px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: normal;
    background: transparent;
    z-index: 1000;
    bottom: 3rem;
    right: 1.5rem; }
  .fcdbtv .vina-youtube-channel-wrapper .youmax-video-list-views {
    background-color: #CD0935;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: normal;
    z-index: 1000;
    bottom: 3rem;
    left: 0;
    text-transform: uppercase;
    float: none;
    position: absolute;
    padding: 0 1.5rem; }
  .fcdbtv .vina-youtube-channel-wrapper #tiles li p {
    background: rgba(28, 37, 57, 0);
    background: -moz-linear-gradient(top, rgba(28, 37, 57, 0) 0%, rgba(28, 37, 57, 0.94) 14%, #1c2539 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(28, 37, 57, 0)), color-stop(14%, rgba(28, 37, 57, 0.94)), color-stop(100%, #1c2539));
    background: -webkit-linear-gradient(top, rgba(28, 37, 57, 0) 0%, rgba(28, 37, 57, 0.94) 14%, #1c2539 100%);
    background: -o-linear-gradient(top, rgba(28, 37, 57, 0) 0%, rgba(28, 37, 57, 0.94) 14%, #1c2539 100%);
    background: -ms-linear-gradient(top, rgba(28, 37, 57, 0) 0%, rgba(28, 37, 57, 0.94) 14%, #1c2539 100%);
    background: linear-gradient(to bottom, rgba(28, 37, 57, 0) 0%, rgba(28, 37, 57, 0.94) 14%, #1c2539 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c2539', endColorstr='#1c2539', GradientType=0);
    margin: 0;
    font-family: 'Roboto', sans-serif;
    padding: 6rem 2.5rem 18rem;
    margin-top: -6rem;
    position: relative;
    z-index: 999; }
  .fcdbtv .vina-youtube-channel-wrapper .youmax-video-list-title {
    color: #fff;
    font-size: 2rem;
    line-height: 2.4rem;
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    float: none;
    height: auto; }
  .fcdbtv .moduletable_gradient {
    background: radial-gradient(45% 50% at 50% 50%, #1D3A6B 0.01%, rgba(36, 44, 65, 0) 100%);
    background-blend-mode: screen;
    padding-top: 8rem;
    padding-bottom: 4rem;
    color: #fff;
    text-align: center;
    font-size: 2.2rem; }
    .fcdbtv .moduletable_gradient h4 {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: bold;
      font-size: 3.2rem;
      line-height: 4.2rem;
      margin-bottom: 3.5rem;
      letter-spacing: 0.6px; }
      .fcdbtv .moduletable_gradient h4 span {
        border-bottom: 4px solid #CD0935; }
  .fcdbtv p {
    margin: 0; }
  .fcdbtv_button {
    background-color: #CD0935;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1.6rem;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 3.5rem;
    display: inline-block;
    padding: 6px 12px; }
    .fcdbtv .ytf-grid .swiper-wrapper {
      width: 100% !important;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 3rem;
      grid-gap: 3rem;
      margin: 0; }
    @media only screen and (max-width: 1500px) {
      .fcdbtv .ytf-grid .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 768px) {
    .fcdbtv .ytf-grid .swiper-wrapper {
      grid-template-columns: 1fr; } }
  .fcdbtv .ytf-grid .swiper-wrapper .ytfBlock {
    width: 100%;
    margin: 0 !important;
    position: relative; }
    .fcdbtv .ytf-grid .swiper-wrapper .ytfBlock .ytfThumb {
      height: auto;
      width: 100%;
      float: none; }
    .fcdbtv .ytf-grid .swiper-wrapper .ytfBlock .ytfMeta {
      margin-left: 0; }
  .fcdbtv .ytf-grid .ytf-sidebar .btn-more {
    background: transparent;
    text-shadow: none;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.9rem;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    height: auto;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    border: none;
    margin-top: 5rem; }
  .fcdbtv .ytf-grid .ytfMeta {
    background: rgba(28, 37, 57, 0);
    background: -moz-linear-gradient(top, rgba(28, 37, 57, 0) 0%, rgba(28, 37, 57, 0.94) 14%, #1c2539 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(28, 37, 57, 0)), color-stop(14%, rgba(28, 37, 57, 0.94)), color-stop(100%, #1c2539));
    background: -webkit-linear-gradient(top, rgba(28, 37, 57, 0) 0%, rgba(28, 37, 57, 0.94) 14%, #1c2539 100%);
    background: -o-linear-gradient(top, rgba(28, 37, 57, 0) 0%, rgba(28, 37, 57, 0.94) 14%, #1c2539 100%);
    background: -ms-linear-gradient(top, rgba(28, 37, 57, 0) 0%, rgba(28, 37, 57, 0.94) 14%, #1c2539 100%);
    background: linear-gradient(to bottom, rgba(28, 37, 57, 0) 0%, rgba(28, 37, 57, 0.94) 14%, #1c2539 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c2539', endColorstr='#1c2539', GradientType=0);
    margin: 0;
    font-family: 'Roboto', sans-serif;
    padding: 6rem 2.5rem 10rem;
    margin-top: -13rem;
    position: relative;
    z-index: 999; }
    .fcdbtv .ytf-grid .ytfMeta .ytfTitle {
      font-family: 'Rubik', sans-serif;
      color: #fff;
      letter-spacing: 0.6px;
      font-size: 2rem !important;
      font-weight: 500;
      line-height: 1.2;
      margin: 0;
      min-height: 5rem; }
    .fcdbtv .ytf-grid .ytfMeta .ytfPublished {
      letter-spacing: 0.6px;
      color: rgba(255, 255, 255, 0.8);
      font-size: 1.2rem;
      line-height: 1.8rem;
      font-weight: normal;
      background: transparent;
      z-index: 1000;
      position: absolute;
      bottom: 3rem;
      right: 1.5rem; }
    .fcdbtv .ytf-grid .ytfMeta .ytfViewsCount {
      background-color: #CD0935;
      color: #fff;
      font-size: 1.2rem;
      line-height: 1.8rem;
      font-weight: normal;
      z-index: 1000;
      bottom: 3rem;
      left: 0;
      text-transform: uppercase;
      float: none;
      position: absolute;
      padding: 0 1.5rem; }

/*fan-shop.scss*/
.fan-shop {
  padding: 5rem 0;
  color: #fff;
  background: url(../images/titles_bg.jpg) center center no-repeat;
  background-size: cover; }
  .fan-shop h3 {
    background: rgba(237, 4, 51, 0.85);
    border-radius: 4px;
    color: #fff;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    margin-bottom: 4rem;
    padding: 6px 12px; }
  .fan-shop .su-custom-carousel-style2 .owl-carousel {
    padding: 0 10rem;
    overflow: visible; }
  .fan-shop .su-custom-carousel-style2 .owl-nav {
    position: unset;
    top: unset;
    transform: none;
    left: unset; }
    .fan-shop .su-custom-carousel-style2 .owl-nav::before, .fan-shop .su-custom-carousel-style2 .owl-nav::after {
      display: none; }
  .fan-shop .su-custom-carousel-style2 .owl-next::after {
    font-size: 5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4rem; }
.fan-shop .su-custom-carousel-style2 .owl-prev::after {
  font-size: 5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4rem; }
.fan-shop .su-carousel-style-1:not(.su-carousel-media) .su-carousel-slide {
  background: transparent; }
.fan-shop_caption {
  text-align: center; }
  .fan-shop_caption--img img {
    display: inline-block !important;
    max-width: 13.8rem; }
  .fan-shop_caption--title {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.7rem;
    text-align: center;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin-bottom: 1rem; }
  @media only screen and (max-width: 1200px) {
    .fan-shop_caption--title {
      font-size: 1.3rem; } }
.fan-shop_caption--price a {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.7rem;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  padding-right: 35px;
  padding-left: 7px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  position: relative; }
@media only screen and (max-width: 1500px) {
  .fan-shop_caption--price a {
    font-size: 1.3rem; } }
@media only screen and (max-width: 1200px) {
  .fan-shop_caption--price a {
    padding-right: 7px; } }
.fan-shop_caption--price a::after {
  content: '';
  position: absolute;
  right: -1px;
  top: -1px;
  background: #fff url(../images/shopping-cart.png) 2px center no-repeat;
  height: 100%;
  width: 29px; }
@media only screen and (max-width: 1200px) {
  .fan-shop_caption--price a::after {
    display: none; } }
.fan-shop h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4rem;
  letter-spacing: 0.6px;
  font-weight: 700;
  margin-bottom: 6rem;
  text-transform: uppercase;
  color: #fff; }
.fan-shop h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.6px;
  font-weight: 700;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  color: #fff; }
.fan-shop .ba-form-1 {
  padding: 0; }
.fan-shop .com-baforms-wrapper form {
  margin-bottom: 6rem; }
.fan-shop .ba-form-1 {
  max-width: 33rem; }
.fan-shop .ba-form-1 textarea.ba-alert, .fan-shop .ba-form-1 textarea {
  padding: 5px 12px !important; }
.fan-shop .ba-form-1 input[type="number"], .fan-shop .ba-form-1 input[type="email"], .fan-shop .ba-form-1 input[type="text"], .fan-shop .ba-form-1 select, .fan-shop .ba-form-1 select[size], .fan-shop .ba-form-1 textarea {
  padding-left: 12px; }
.fan-shop .ba-form-submit-title {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.4px; }
  .fan-shop .parners-feedback a:link, .fan-shop .parners-feedback a:hover {
    color: #fff; }
.fan-shop .deogracia {
  padding: 7.5rem 0 7.5rem 30%; }
@media only screen and (max-width: 1200px) {
  .fan-shop .deogracia {
    padding: 7.5rem 0 7.5rem 0; } }
.fan-shop .deogracia h4 {
  font-size: 4.8rem;
  margin-bottom: 8px;
  text-transform: none; }
.fan-shop .deogracia h5 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  letter-spacing: 1.1px;
  text-transform: none; }
.fan-shop .deogracia .quote {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  padding-left: 3rem;
  margin-bottom: 4rem; }
.fan-shop .deogracia p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.4rem;
  position: relative; }
  .fan-shop .deogracia p::before {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -3.5rem;
    background-color: #1A4CCA;
    content: ''; }

.titles__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 6rem;
  align-items: center; }
  .titles__grid--box {
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    gap: 2rem;
    align-items: center;
    padding: 2rem;
    background-color: rgba(53, 53, 53, 0.76); }
  .titles__grid--number {
    font-size: 8rem;
    color: #1A4CCA;
    font-family: 'Oswald', sans-serif;
    padding: 0 1rem;
    font-weight: 600; }
  .titles__grid--name {
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase; }
    .titles__grid--name span {
      font-size: 1.6rem;
      font-family: 'Rubik', sans-serif;
      line-height: 1; }
  @media only screen and (max-width: 1200px) {
    .titles__grid--image img {
      max-height: 8rem; } }
@media only screen and (max-width: 768px) {
  .titles__grid--image img {
    max-height: 8rem; } }

/*search.scss*/
.remodal {
  max-width: 100%;
  width: 100%;
  background-color: #242C41; }
  .remodal-wrapper {
    padding: 0; }
    .remodal h2#modal-title-123 {
      display: none; }
  .remodal .geek-search-wrapper .search-form {
    padding-bottom: 0; }
    .remodal .geek-search-wrapper .search-form .form-group {
      margin-bottom: 0; }
      .remodal .geek-search-wrapper .search-form .form-group.form-group {
        text-align: center; }
        .remodal .geek-search-wrapper .search-form .form-group.form-group input.form-control {
          width: auto;
          text-align: center;
          text-indent: 0;
          background-color: transparent;
          font-family: 'Roboto Condensed', sans-serif;
          font-size: 3.6rem;
          text-transform: uppercase;
          color: rgba(255, 255, 255, 0.15);
          border: none;
          height: 5rem;
          line-height: 5rem;
          border-bottom: #FFFFFF 2px solid; }
          .remodal .geek-search-wrapper .search-form .form-group.form-group input.form-control:focus, .remodal .geek-search-wrapper .search-form .form-group.form-group input.form-control:active {
            outline: none;
            color: #fff; }
  .remodal .geek-search-wrapper .search-results {
    background-color: transparent;
    color: #fff;
    font-family: 'Rubik', sans-serif; }
    .remodal .geek-search-wrapper .search-results a:link, .remodal .geek-search-wrapper .search-results a:hover, .remodal .geek-search-wrapper .search-results a:visited {
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      font-family: 'Oswald', sans-serif; }
  .remodal .geek-search-wrapper .result-statistics {
    font-style: normal;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 100;
    text-decoration: none;
    margin-bottom: 3rem;
    margin-top: 6rem; }
  .remodal .geek-search-wrapper .result-item-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem; }
  @media only screen and (max-width: 768px) {
    .remodal .geek-search-wrapper .result-item-grid {
      grid-template-columns: 1fr; } }
  .remodal .geek-search-wrapper .result-item-grid .result-item {
    display: grid;
    grid-template-columns: min-content 1fr;
    grid-gap: 2rem;
    align-items: center;
    padding: 1rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0; }
    .remodal .geek-search-wrapper .result-item-grid .result-item .img-intro {
      float: none;
      margin: 0; }
      .remodal .geek-search-wrapper .result-item-grid .result-item .img-intro img {
        display: block; }
    .remodal .geek-search-wrapper .result-item-grid .result-item .item-info {
      margin-left: 0; }
    .remodal .geek-search-wrapper .result-item-grid .result-item:hover {
      border-color: rgba(255, 255, 255, 0.35);
      margin: 0; }
  .remodal .pagination {
    text-align: center;
    padding-top: 2rem; }
    .remodal .pagination ul {
      padding: 0;
      margin: 0; }
      .remodal .pagination ul li {
        padding: 0;
        margin: 0;
        display: inline-block;
        list-style: none; }
        .remodal .pagination ul li:not(:last-child) {
          margin-right: 1rem; }

/*breadcrumbs.scss*/
.breadcrumbs {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem; }
  .breadcrumbs ul {
    margin: 0;
    padding: 4rem 0; }
    .breadcrumbs ul li {
      margin: 0;
      padding: 0;
      list-style: none;
      display: inline-block;
      letter-spacing: 0.6px; }
      .breadcrumbs ul li:last-child {
        color: #1179C4; }
  .breadcrumbs a:link, .breadcrumbs a:visited {
    color: #404040;
    text-decoration: none; }
  .breadcrumbs .divider {
    margin: 0 6px; }
    .breadcrumbs .divider.icon-location {
      display: none; }

/*content.scss*/
#content {
  padding: 0 0 8rem;
  position: relative;
  overflow: hidden; }
  #content img {
    max-width: 100%; }
  #content .matches_grid--box {
    grid-template-columns: 18rem 1fr 18rem;
    padding: 3.8rem 0;
    position: relative; }
  @media only screen and (max-width: 992px) {
    #content .matches_grid--box {
      grid-template-columns: 1fr; } }
  #content .matches_grid--box-1 {
    text-align: center; }
    #content .matches_grid--box-1-time {
      font-size: 1.6rem;
      text-transform: none; }
  #content .matches_grid--box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90.02deg, rgba(35, 51, 74, 0) 0%, rgba(35, 51, 74, 0.51) 20.39%, #23334A 51.04%, rgba(35, 51, 74, 0.51) 79.69%, rgba(35, 51, 74, 0) 100%); }
  #content .jsview-wrapper {
    position: relative;
    margin-bottom: -2px; }
    #content .jsview-wrapper::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background: linear-gradient(90.02deg, rgba(35, 51, 74, 0) 0%, rgba(35, 51, 74, 0.51) 20.39%, #23334A 51.04%, rgba(35, 51, 74, 0.51) 79.69%, rgba(35, 51, 74, 0) 100%); }
  #content .rl_tabs .nav-tabs {
    border: none;
    margin-bottom: 4.8rem; }
  #content .rl_tabs > ul.nav-tabs > li > a {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    min-height: 0;
    color: #151E2D;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding-right: 3rem; }
  #content .rl_tabs > .tab-content > .tab-pane {
    padding: 0; }
  #content .rl_tabs > ul.nav-tabs > li.active span {
    color: #0D43A3; }
  #content .branches {
    text-align: center; }
    #content .branches h1 {
      margin-bottom: 6rem; }
    #content .branches .rl_tabs .nav-tabs {
      padding-bottom: 2rem;
      border-bottom: 1px solid #DDDDDD; }
      #content .branches .rl_tabs .nav-tabs > li {
        float: none;
        display: inline-block; }
      @media only screen and (max-width: 768px) {
        #content .branches .rl_tabs .nav-tabs > li {
          display: block; } }
      #content .branches .rl_tabs .nav-tabs > li:not(:last-child) {
        margin-right: 5rem !important; }
      @media only screen and (max-width: 768px) {
        #content .branches .rl_tabs .nav-tabs > li:not(:last-child) {
          margin-right: 0rem !important;
          padding-bottom: 1rem !important; } }
      #content .branches .rl_tabs .nav-tabs > li a {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.6rem;
        font-weight: 700;
        color: #242C41;
        padding-right: 0; }
        #content .branches .rl_tabs .nav-tabs > li.active span {
          color: #242C41;
          position: relative; }
          #content .branches .rl_tabs .nav-tabs > li.active span::after {
            position: absolute;
            background-color: #242C41;
            height: 3px;
            width: 100%;
            content: '';
            bottom: -2rem;
            left: 0; }
          @media only screen and (max-width: 768px) {
            #content .branches .rl_tabs .nav-tabs > li.active span::after {
              bottom: -2px; } }
    #content .branches_table {
      max-width: 44rem;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr max-content;
      grid-gap: 0;
      gap: 0;
      border-top: 1px solid #C4C4C4;
      padding: 5px 2rem;
      align-items: center; }
      #content .branches_table:last-child {
        border-bottom: 1px solid #C4C4C4; }
      #content .branches_table-head {
        border-top: none;
        font-weight: bold;
        padding-bottom: 1.5rem; }
        #content .branches_table-head .branches_table--1 {
          display: block !important; }
      #content .branches_table--1 {
        text-align: left;
        font-weight: 500;
        color: #000;
        display: none; }
      #content .branches_table--2 {
        grid-row: 1 / 3;
        grid-column: 2 / 3;
        color: #32363A; }
      #content .branches_table--3 {
        text-align: left;
        color: #8F9194; }
  #content .favbet h1 {
    padding-left: 8rem;
    position: relative; }
    #content .favbet h1::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 8rem;
      height: 5rem;
      background: url(../images/favbet-logo.png) 0 0 no-repeat; }
  #content .favbet_grid {
    display: grid;
    grid-template-columns: 65% 1fr;
    gap: 4rem; }
    #content .favbet_grid.wintercup {
      grid-template-columns: 1fr;
      color: #454545; }
      #content .favbet_grid.wintercup .matches_grid--box-2 {
        color: #454545; }
      #content .favbet_grid.wintercup .matches_grid--box-3 {
        display: none; }
    @media only screen and (max-width: 992px) {
      #content .favbet_grid {
        grid-template-columns: 1fr; } }
  #content .favbet_grid--table > div {
    padding: 2.4rem;
    background-color: #2C3651;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700; }
    #content .favbet_grid--table > div table {
      width: 100%; }
      #content .favbet_grid--table > div table tr {
        background-color: #15203D; }
        #content .favbet_grid--table > div table tr td {
          padding: 4px 6px; }
          #content .favbet_grid--table > div table tr td.favbet_grid--table-team {
            padding-left: 12px;
            padding-right: 12px; }
          #content .favbet_grid--table > div table tr td.favbet_grid--table-stat {
            background-color: #fff;
            color: #242C41; }
  #content .favbet_grid .matches_grid--box {
    grid-template-columns: 1fr; }
    #content .favbet_grid .matches_grid--box-2 {
      color: #fff; }
      #content .favbet_grid .matches_grid--box-2 dd {
        font-size: 3.8rem; }
    #content .favbet_grid .matches_grid--box::before {
      background: linear-gradient(90.02deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 20.39%, rgba(255, 255, 255, 0.4) 51.04%, rgba(255, 255, 255, 0.2) 79.69%, rgba(255, 255, 255, 0) 100%); }
    #content .favbet_grid .matches_grid--box-favbet {
      display: grid;
      grid-template-columns: 1fr max-content max-content max-content 1fr;
      gap: 2.8rem;
      align-items: center; }
    @media only screen and (max-width: 560px) {
      #content .favbet_grid .matches_grid--box-favbet {
        grid-template-columns: repeat(6, 1fr); } }
    #content .favbet_grid .matches_grid--box-favbet span {
      padding: 5px 15px;
      font-size: 1.4rem;
      font-family: 'Roboto Condensed', sans-serif;
      display: inline-block; }
    #content .favbet_grid .matches_grid--box-favbet-1 {
      text-align: right; }
    @media only screen and (max-width: 560px) {
      #content .favbet_grid .matches_grid--box-favbet-1 {
        order: 4;
        grid-column: 1 / 4; } }
  @media only screen and (max-width: 560px) {
    #content .favbet_grid .matches_grid--box-favbet-2 {
      order: 1;
      grid-column: 1 / 3;
      text-align: right; } }
@media only screen and (max-width: 560px) {
  #content .favbet_grid .matches_grid--box-favbet-3 {
    order: 2;
    grid-column: 3 / 5;
    text-align: center; } }
@media only screen and (max-width: 560px) {
  #content .favbet_grid .matches_grid--box-favbet-4 {
    order: 3;
    grid-column: 5 / 7; } }
@media only screen and (max-width: 560px) {
  #content .favbet_grid .matches_grid--box-favbet-5 {
    order: 5;
    grid-column: 4 / 7; } }
#content .favbet_grid .matches_grid--box-favbet .bet {
  background-color: #4E576B;
  color: #fff; }
  #content .favbet_grid .matches_grid--box-favbet .bet-b {
    border-bottom: 3px solid #4E576B;
    padding: 5px 10px; }
#content .favbet_grid .matches_grid--box-favbet .kef {
  background-color: #fff;
  color: #000000; }
  #content .favbet_grid .matches_grid--box-favbet .kef-b {
    border-bottom: 3px solid #F46969;
    padding: 5px 10px; }
    #content .favbet_grid .matches_grid--box-favbet .kef-b a:link, #content .favbet_grid .matches_grid--box-favbet .kef-b a:visited {
      color: #fff; }
    #content .favbet_grid .matches_grid--box-favbet .kef-b-green {
      border-color: #64D260; }
#content .favbet_grid .jsview-wrapper::after {
  background: linear-gradient(90.02deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 20.39%, rgba(255, 255, 255, 0.4) 51.04%, rgba(255, 255, 255, 0.2) 79.69%, rgba(255, 255, 255, 0) 100%); }
#content .su-dropcap {
  float: none; }

/*k2-item.scss*/
.k2-item {
  position: unset !important;
  padding-top: 45rem !important; }
  .k2-item:before {
    display: none !important; }
  .k2-item_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80rem;
    z-index: 0; }
    .k2-item_image img {
      width: 100%;
      position: relative;
      z-index: 1; }
    .k2-item_image:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, #222222 0%, rgba(34, 34, 34, 0) 60.42%), radial-gradient(90.92% 90.92% at 54.4% 50.05%, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0) 0.01%, rgba(34, 34, 34, 0.211694) 41.15%, rgba(34, 34, 34, 0.7) 100%);
      z-index: 2; }
  .k2-item_title {
    position: relative;
    z-index: 10;
    padding: 0 15rem;
    margin-bottom: 6rem; }
  @media only screen and (max-width: 768px) {
    .k2-item_title {
      padding: 0 2rem; } }
  .k2-item_title h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 1.2px;
    font-size: 4.6rem;
    color: #fff; }
  @media only screen and (max-width: 1500px) {
    .k2-item_title h1 {
      font-size: 4rem; } }
@media only screen and (max-width: 1200px) {
  .k2-item_title h1 {
    font-size: 3rem; } }
@media only screen and (max-width: 992px) {
  .k2-item_title h1 {
    font-size: 2rem; } }
@media only screen and (max-width: 768px) {
  .k2-item_title h1 {
    font-size: 2rem; } }
@media only screen and (max-width: 560px) {
  .k2-item_title h1 {
    font-size: 2rem; } }
.k2-item_info {
  position: relative;
  z-index: 10;
  padding: 0 15rem;
  margin-bottom: 4rem; }
@media only screen and (max-width: 768px) {
  .k2-item_info {
    padding: 0 2rem; } }
.k2-item_info--category {
  margin-right: 2rem; }
  .k2-item_info--category a:link, .k2-item_info--category a:visited {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    line-height: 3.5rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    background-color: #1A4CCA;
    padding: 0 2rem;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase; }
.k2-item_info--date {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  line-height: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.8px; }
.k2-item_body {
  position: relative;
  z-index: 10;
  padding: 4rem 12rem;
  background-color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 1.7rem;
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 4rem; }
@media only screen and (max-width: 768px) {
  .k2-item_body {
    padding: 4rem; } }
@media only screen and (max-width: 560px) {
  .k2-item_body {
    grid-template-columns: 1fr; } }
.k2-item_body--text {
  grid-column: 1 / -1; }
  .k2-item_body--text p {
    margin-bottom: 2rem; }
.k2-item_body--social {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  grid-gap: 2rem;
  align-items: center; }
@media only screen and (max-width: 560px) {
  .k2-item_body--social {
    order: 3;
    grid-template-columns: 1fr; } }
.k2-item_body--social > * {
  align-self: center; }
  .k2-item_body--social-twitter iframe {
    margin-bottom: -4px; }
.k2-item_body--hits {
  color: #717171;
  font-size: 1.4rem;
  font-family: 'Roboto Condensed', sans-serif; }
  .k2-item_body--hits i {
    margin-right: 1rem; }

/*partners.scss*/
.partners h2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #1A2434;
  font-size: 4rem;
  letter-spacing: 0.6px;
  font-weight: 700;
  margin-bottom: 10rem;
  text-transform: uppercase; }
  .partners h2:not(:first-child) {
    margin-top: 14rem; }
.partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0; }
@media only screen and (max-width: 992px) {
  .partners-grid {
    grid-template-columns: repeat(3, 1fr); } }
@media only screen and (max-width: 768px) {
  .partners-grid {
    grid-template-columns: repeat(2, 1fr); } }
@media only screen and (max-width: 560px) {
  .partners-grid {
    grid-template-columns: 1fr; } }
.partners-item {
  position: relative; }
  .partners-item:nth-child(2), .partners-item:nth-child(4), .partners-item:nth-child(5), .partners-item:nth-child(7), .partners-item:nth-child(10), .partners-item:nth-child(12), .partners-item:nth-child(13), .partners-item:nth-child(15), .partners-item:nth-child(18), .partners-item:nth-child(20), .partners-item:nth-child(21), .partners-item:nth-child(23), .partners-item:nth-child(26) {
    background-color: #EAEDF3; }
  .partners-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    content: '';
    background-color: transparent;
    transition: all 0.5s ease-in-out; }
    .partners-item:hover::after {
      background-color: #6B82AF; }
  .partners-item img {
    padding: 7rem;
    filter: grayscale(100%);
    transition: all 0.5s ease-in-out;
    display: block; }
    .partners-item img:hover {
      filter: grayscale(0%);
      padding: 4rem; }
.partners .more_partners {
  background: #3E67D0;
  border-radius: 4px;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  padding: 8px 20px;
  font-weight: bold;
  margin-top: 20rem;
  display: inline-block; }

.more-about-partners {
  padding-right: 50%; }
@media only screen and (max-width: 1500px) {
  .more-about-partners {
    padding-right: 30%; } }
@media only screen and (max-width: 1200px) {
  .more-about-partners {
    padding-right: 20%; } }
@media only screen and (max-width: 992px) {
  .more-about-partners {
    padding-right: 10%; } }
@media only screen and (max-width: 768px) {
  .more-about-partners {
    padding-right: 0; } }
@media only screen and (max-width: 560px) {
  .more-about-partners {
    padding-right: 0; } }
.more-about-partners-item {
  margin-bottom: 15rem; }
  .more-about-partners-item img {
    max-width: 21rem; }

/*roster.scss*/
#joomsport-container a:link, #joomsport-container a:visited, #joomsport-container a:hover {
  text-decoration: none; }
  #joomsport-container .roster-position-title {
    clear: both; }
    #joomsport-container .roster-position-title h2 {
      font-size: 3.8rem;
      font-family: 'Roboto Condensed', sans-serif;
      letter-spacing: 0.6px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0 0 3rem;
      color: #1A2434; }
  #joomsport-container .roster_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3rem;
    gap: 3rem;
    margin-bottom: 2.5rem; }
  @media only screen and (max-width: 1500px) {
    #joomsport-container .roster_grid {
      grid-template-columns: repeat(4, 1fr); } }
@media only screen and (max-width: 1200px) {
  #joomsport-container .roster_grid {
    grid-template-columns: repeat(3, 1fr); } }
@media only screen and (max-width: 992px) {
  #joomsport-container .roster_grid {
    grid-template-columns: repeat(2, 1fr); } }
@media only screen and (max-width: 768px) {
  #joomsport-container .roster_grid {
    grid-template-columns: repeat(2, 1fr); } }
@media only screen and (max-width: 560px) {
  #joomsport-container .roster_grid {
    grid-template-columns: repeat(1, 1fr); } }
#joomsport-container .roster_grid-player-inner-image {
  position: relative; }
  #joomsport-container .roster_grid-player-inner-image img {
    background: #151c2b;
    background: -moz-linear-gradient(45deg, #151c2b 0%, #253d6b 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #151c2b), color-stop(100%, #253d6b));
    background: -webkit-linear-gradient(45deg, #151c2b 0%, #253d6b 100%);
    background: -o-linear-gradient(45deg, #151c2b 0%, #253d6b 100%);
    background: -ms-linear-gradient(45deg, #151c2b 0%, #253d6b 100%);
    background: linear-gradient(45deg, #151c2b 0%, #253d6b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#151c2b', endColorstr='#253d6b', GradientType=1);
    padding: 0;
    border: none;
    border-radius: 0;
    width: 100%;
    padding-top: 3rem;
    display: block; }
  #joomsport-container .roster_grid-player-inner-image-number {
    position: absolute;
    top: 1rem;
    right: 2rem;
    color: rgba(255, 255, 255, 0.3);
    font-size: 4.2rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700; }
#joomsport-container .roster_grid-player-inner-name {
  background-color: #151C2B;
  padding: 2.5rem 1rem;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.6px; }
  #joomsport-container .roster_grid-player-inner-name .js_div_particName {
    padding: 0;
    display: block;
    font-size: 3rem;
    color: #fff;
    line-height: 4rem; }
  @media only screen and (max-width: 1200px) {
    #joomsport-container .roster_grid-player-inner-name .js_div_particName {
      font-size: 2.6rem; } }
#joomsport-container .roster_grid-player-inner-position {
  color: rgba(255, 255, 255, 0.45);
  font-size: 1.6rem; }

/*player.scss*/
#joomsport-container .player_header {
  position: relative;
  padding-top: 18rem;
  padding-bottom: 10rem; }
@media only screen and (max-width: 768px) {
  #joomsport-container .player_header {
    padding-top: 6rem; } }
#joomsport-container .player_header::before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #242C41;
  z-index: 0; }
#joomsport-container .player_header--name {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
@media only screen and (max-width: 768px) {
  #joomsport-container .player_header--name {
    display: none; } }
#joomsport-container .player_header--name h2 {
  background: #373f52;
  background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #373f52), color-stop(81%, #283045), color-stop(100%, #283045));
  background-image: linear-gradient(to bottom, #373f52 0%, #283045 81%, #283045 100%);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  text-align: center;
  font-size: 26rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0; }
@media only screen and (max-width: 1500px) {
  #joomsport-container .player_header--name h2 {
    font-size: 20rem; } }
@media only screen and (max-width: 1200px) {
  #joomsport-container .player_header--name h2 {
    font-size: 17rem; } }
@media only screen and (max-width: 992px) {
  #joomsport-container .player_header--name h2 {
    font-size: 15rem; } }
@media only screen and (max-width: 768px) {
  #joomsport-container .player_header--name h2 {
    font-size: 10rem; } }
@media only screen and (max-width: 560px) {
  #joomsport-container .player_header--name h2 {
    font-size: 8rem; } }
#joomsport-container .player_header--grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr max-content max-content;
  grid-gap: 2rem;
  gap: 2rem; }
@media only screen and (max-width: 1200px) {
  #joomsport-container .player_header--grid {
    grid-template-columns: 1fr max-content; } }
@media only screen and (max-width: 768px) {
  #joomsport-container .player_header--grid-photo {
    grid-column: 1 / 3; } }
#joomsport-container .player_header--grid-photo > div {
  position: relative;
  z-index: 3; }
  #joomsport-container .player_header--grid-photo > div::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 35%;
    width: 100%;
    z-index: 4;
    background: rgba(36, 44, 65, 0);
    background: -moz-linear-gradient(top, rgba(36, 44, 65, 0) 0%, #242c41 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36, 44, 65, 0)), color-stop(100%, #242c41));
    background: -webkit-linear-gradient(top, rgba(36, 44, 65, 0) 0%, #242c41 100%);
    background: -o-linear-gradient(top, rgba(36, 44, 65, 0) 0%, #242c41 100%);
    background: -ms-linear-gradient(top, rgba(36, 44, 65, 0) 0%, #242c41 100%);
    background: linear-gradient(to bottom, rgba(36, 44, 65, 0) 0%, #242c41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242c41', endColorstr='#242c41', GradientType=0); }
#joomsport-container .player_header--grid-number {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.6px;
  color: #656B7A;
  font-weight: 700;
  font-size: 9.6rem;
  line-height: 1; }
@media only screen and (max-width: 768px) {
  #joomsport-container .player_header--grid-number {
    display: none; } }
@media only screen and (max-width: 1200px) {
  #joomsport-container .player_header--grid-info {
    grid-column: 1 / 3; } }
#joomsport-container .player_header--grid-info-fio h1 {
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 4.8rem;
  line-height: 1;
  margin: 10px 0 5px; }
#joomsport-container .player_header--grid-info-position {
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #656B7A;
  margin-bottom: 4rem; }
#joomsport-container .player_header--grid-info-table {
  color: #FFFFFF;
  letter-spacing: 0.6px;
  font-weight: 500;
  font-size: 1.2rem; }
  #joomsport-container .player_header--grid-info-table table {
    width: 100%; }
    #joomsport-container .player_header--grid-info-table table td {
      padding-bottom: 1.5rem;
      padding-right: 2rem; }
#joomsport-container .player_header--grid-info-stat h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #FFFFFF;
  font-size: 2.4rem;
  margin-bottom: 2rem; }
#joomsport-container .player_header--grid-info-stat-scores {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
  gap: 3rem;
  align-items: center;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.6rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4rem; }
  #joomsport-container .player_header--grid-info-stat-scores > div {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-gap: 2rem;
    gap: 2rem;
    align-items: center; }
    #joomsport-container .player_header--grid-info-stat-scores span.count {
      font-size: 6.4rem; }
#joomsport-container .player_header--grid-info-stat-games {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 2rem;
  gap: 2rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 5px; }
#joomsport-container .player_header--grid-info-stat-gamebar {
  width: 100%;
  height: 16px;
  background-color: #fff;
  position: relative;
  margin-bottom: 2.5rem; }
  #joomsport-container .player_header--grid-info-stat-gamebar div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #1A4CCA; }
#joomsport-container .player_header--grid-info-stat-cards {
  display: grid;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-gap: 2rem;
  gap: 2rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 2.5rem;
  position: relative; }
  #joomsport-container .player_header--grid-info-stat-cards::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #656B7A; }
  #joomsport-container .player_header--grid-info-stat-cards .count-y {
    position: relative;
    padding-right: 2rem; }
    #joomsport-container .player_header--grid-info-stat-cards .count-y::before {
      position: absolute;
      right: 0rem;
      top: 0;
      width: 12px;
      height: 17px;
      content: '';
      background-color: #E0E417;
      border: 1px solid #fff; }
  #joomsport-container .player_header--grid-info-stat-cards .count-yr {
    position: relative;
    padding-right: 3.5rem; }
    #joomsport-container .player_header--grid-info-stat-cards .count-yr::before {
      position: absolute;
      right: 1.5rem;
      top: 0;
      width: 12px;
      height: 17px;
      content: '';
      background-color: #E0E417;
      border: 1px solid #fff; }
    #joomsport-container .player_header--grid-info-stat-cards .count-yr::after {
      position: absolute;
      right: 0rem;
      top: 0;
      width: 12px;
      height: 17px;
      content: '';
      background-color: #C61616;
      border: 1px solid #fff; }
  #joomsport-container .player_header--grid-info-stat-cards .count-r {
    position: relative;
    padding-right: 2rem; }
    #joomsport-container .player_header--grid-info-stat-cards .count-r::before {
      position: absolute;
      right: 0rem;
      top: 0;
      width: 12px;
      height: 17px;
      content: '';
      background-color: #C61616;
      border: 1px solid #fff; }
#joomsport-container .player_header--grid-info-stat-subs {
  display: grid;
  grid-template-columns: 1fr max-content max-content;
  grid-gap: 2rem;
  gap: 2rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 5px;
  position: relative; }
  #joomsport-container .player_header--grid-info-stat-subs::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #656B7A; }
  #joomsport-container .player_header--grid-info-stat-subs .count-in {
    position: relative;
    padding-right: 2rem; }
    #joomsport-container .player_header--grid-info-stat-subs .count-in::before {
      position: absolute;
      right: 0rem;
      top: -2px;
      content: '\f106';
      font-size: 1.8rem;
      line-height: 1;
      color: #fff;
      font-family: 'FontAwesome'; }
    #joomsport-container .player_header--grid-info-stat-subs .count-in::after {
      position: absolute;
      right: 0rem;
      bottom: 1px;
      content: '';
      width: 12px;
      height: 1px;
      background-color: #fff;
      font-family: 'FontAwesome'; }
  #joomsport-container .player_header--grid-info-stat-subs .count-out {
    position: relative;
    padding-right: 2rem; }
    #joomsport-container .player_header--grid-info-stat-subs .count-out::before {
      position: absolute;
      right: 0rem;
      top: -2px;
      content: '\f107';
      font-size: 1.8rem;
      line-height: 1;
      color: #D21D1D;
      font-family: 'FontAwesome'; }
    #joomsport-container .player_header--grid-info-stat-subs .count-out::after {
      position: absolute;
      right: 0rem;
      bottom: 1px;
      content: '';
      width: 12px;
      height: 1px;
      background-color: #D21D1D;
      font-family: 'FontAwesome'; }
#joomsport-container .player_header--grid-info-stat .rl_tabs .nav-tabs {
  border: none;
  margin-bottom: 2rem; }
#joomsport-container .player_header--grid-info-stat .rl_tabs > ul.nav-tabs > li > a {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  min-height: 0;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding-right: 3rem; }
#joomsport-container .player_header--grid-info-stat .rl_tabs > .tab-content > .tab-pane {
  padding: 0;
  color: #fff; }
#joomsport-container .player_header--grid-info-stat .rl_tabs > ul.nav-tabs > li.active span {
  border-bottom: #1A4CCA 3px solid;
  color: #fff; }
#joomsport-container .player_description {
  background-color: #fff;
  padding: 10rem;
  font-family: 'Rubik', sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.6px;
  color: #121D32; }
@media only screen and (max-width: 768px) {
  #joomsport-container .player_description {
    padding: 2rem; } }
#joomsport-container .player_description--text-photo {
  max-width: 50%;
  float: left;
  margin: 0 7rem 7rem -15rem; }
@media only screen and (max-width: 768px) {
  #joomsport-container .player_description--text-photo {
    max-width: 100%;
    float: none;
    margin: 0 0 2rem 0; } }
#joomsport-container .player_description--text-photo img {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); }
#joomsport-container .player_description--career {
  clear: both;
  padding-top: 5rem; }
  #joomsport-container .player_description--career h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 1.8rem;
    margin-bottom: 1.5rem; }
  #joomsport-container .player_description--career table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.5rem;
    text-transform: uppercase; }
    #joomsport-container .player_description--career table tr td {
      border-top: 1px solid #C4C4C4;
      border-bottom: 1px solid #C4C4C4;
      padding: 3rem; }
      #joomsport-container .player_description--career table tr td.clublogo {
        text-align: right; }
        #joomsport-container .player_description--career table tr td.clublogo img {
          max-height: 6rem; }
      #joomsport-container .player_description--career table tr td.clubmatches {
        text-align: right;
        color: rgba(0, 0, 0, 0.3); }

/*person.scss*/
#joomsport-container .person {
  padding-top: 12rem; }
@media only screen and (max-width: 1200px) {
  #joomsport-container .person {
    padding-top: 9rem; } }
@media only screen and (max-width: 992px) {
  #joomsport-container .person {
    padding-top: 5rem; } }
#joomsport-container .person_header--grid {
  grid-template-columns: 1fr 50rem; }
@media only screen and (max-width: 1500px) {
  #joomsport-container .person_header--grid {
    grid-template-columns: 1fr 50rem; } }
@media only screen and (max-width: 1200px) {
  #joomsport-container .person_header--grid {
    grid-template-columns: 1fr 1fr; } }
@media only screen and (max-width: 992px) {
  #joomsport-container .person_header--grid {
    grid-template-columns: 1fr; } }
#joomsport-container .person_header--grid-info {
  grid-column: 2 / 3; }
@media only screen and (max-width: 992px) {
  #joomsport-container .person_header--grid-info {
    grid-column: auto; } }
#joomsport-container .person_about {
  margin-top: 6rem;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.4px; }

/*matchreport.scss*/
#content .matchreport_date {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  letter-spacing: 0.4px;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 1rem; }
#content .matchreport_md {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  letter-spacing: 0.4px;
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-transform: uppercase; }
#content .matchreport_score {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  gap: 3rem;
  align-items: center;
  text-align: center;
  padding-bottom: 6rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #C4C4C4; }
@media only screen and (max-width: 768px) {
  #content .matchreport_score {
    grid-template-columns: 1fr 1fr; } }
@media only screen and (max-width: 768px) {
  #content .matchreport_score--home {
    order: 1; } }
@media only screen and (max-width: 768px) {
  #content .matchreport_score--away {
    order: 3; } }
#content .matchreport_score-pic {
  margin-bottom: 2rem; }
#content .matchreport_score-name {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.4px;
  font-weight: 500;
  font-size: 2.6rem; }
#content .matchreport_score--result {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.4px;
  font-weight: 700;
  font-size: 15rem; }
@media only screen and (max-width: 768px) {
  #content .matchreport_score--result {
    order: 4;
    grid-column: 1 / 3; } }
#content .matchreport_goals {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  padding-bottom: 2rem;
  margin-bottom: 13rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.4px; }
  #content .matchreport_goals a:link, #content .matchreport_goals a:visited {
    color: #fff; }
  #content .matchreport_goals span {
    font-weight: 700; }
  #content .matchreport_goals--home {
    text-align: left; }
    #content .matchreport_goals--home span {
      margin-right: 1.2rem; }
  #content .matchreport_goals--away {
    text-align: right; }
    #content .matchreport_goals--away span {
      margin-left: 1.2rem; }
#content .matchreport_tabs {
  background-color: #fff;
  padding-bottom: 13rem; }
  #content .matchreport_tabs .tabs .tab-content {
    padding: 0; }
  #content .matchreport_tabs .rl_tabs .nav-tabs {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 10rem; }
    #content .matchreport_tabs .rl_tabs .nav-tabs#set-rl_tabs-1 {
      border: none;
      padding: 0;
      margin: 0; }
      #content .matchreport_tabs .rl_tabs .nav-tabs#set-rl_tabs-1 > li {
        display: none; }
    #content .matchreport_tabs .rl_tabs .nav-tabs > li {
      float: none;
      display: inline-block;
      text-transform: uppercase; }
      #content .matchreport_tabs .rl_tabs .nav-tabs > li:not(:last-child) {
        margin-right: 3rem !important; }
      #content .matchreport_tabs .rl_tabs .nav-tabs > li a {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.6rem;
        font-weight: 700;
        color: #242C41;
        padding-right: 0;
        min-height: 0;
        padding: 0;
        line-height: 1.1;
        border: none;
        background-color: transparent !important;
        letter-spacing: 0.183333px; }
        #content .matchreport_tabs .rl_tabs .nav-tabs > li a i {
          display: none; }
      #content .matchreport_tabs .rl_tabs .nav-tabs > li.active span {
        color: #242C41;
        position: relative; }
        #content .matchreport_tabs .rl_tabs .nav-tabs > li.active span::after {
          position: absolute;
          background-color: #242C41;
          height: 3px;
          width: 100%;
          content: '';
          bottom: -2rem;
          left: 0; }
#content .matchreport_events {
  color: #505050;
  padding: 0 4rem;
  margin-top: 4rem; }
  #content .matchreport_events a:link, #content .matchreport_events a:visited {
    color: #505050; }
  #content .matchreport_events--header {
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    gap: 6rem;
    align-items: center; }
  @media only screen and (max-width: 768px) {
    #content .matchreport_events--header {
      gap: 1rem; } }
  #content .matchreport_events--header-1 {
    text-align: right; }
  #content .matchreport_events--header-2 {
    text-align: center;
    letter-spacing: 0.4px;
    font-weight: 500;
    font-size: 2.6rem; }
  #content .matchreport_events--header-3 {
    text-align: left; }
  #content .matchreport_events--timeline {
    letter-spacing: 0.4px;
    font-weight: 500;
    font-size: 2rem; }
    #content .matchreport_events--timeline-1 {
      text-align: right; }
    #content .matchreport_events--timeline-2 {
      text-align: center; }
    #content .matchreport_events--timeline-3 {
      text-align: left; }
    #content .matchreport_events--timeline-grid {
      display: grid;
      grid-template-columns: 1fr 40px 1fr;
      gap: 2rem;
      align-items: center;
      margin-top: 5rem; }
      #content .matchreport_events--timeline-grid.event-id-7 {
        display: none; }
      #content .matchreport_events--timeline-grid.wider {
        grid-template-columns: 1fr max-content 1fr;
        margin-top: 7rem; }
      #content .matchreport_events--timeline-grid-homeplayer {
        text-align: right; }
        #content .matchreport_events--timeline-grid-homeplayer-span {
          align-items: center;
          text-align: right;
          padding: 1.5rem 2.5rem;
          border: 1px solid #E5E8F4;
          position: relative;
          display: inline-block; }
          #content .matchreport_events--timeline-grid-homeplayer-span .subEvDiv {
            font-style: normal;
            font-size: 1.2rem; }
          #content .matchreport_events--timeline-grid-homeplayer-span::after {
            position: absolute;
            right: 0;
            top: 50%;
            content: '';
            transform: translateX(50%) translateY(-50%) rotate(45deg);
            width: 1.5rem;
            height: 1.5rem;
            border-top: 1px solid #E5E8F4;
            border-right: 1px solid #E5E8F4;
            background-color: #fff; }
          #content .matchreport_events--timeline-grid-homeplayer-span img {
            margin-left: 1.7rem;
            transform: translateY(7px);
            padding: 0; }
      #content .matchreport_events--timeline-grid-minute {
        text-align: center;
        font-size: 2.6rem;
        position: relative; }
        #content .matchreport_events--timeline-grid-minute::before {
          position: absolute;
          top: -7.2rem;
          left: 50%;
          height: 6rem;
          width: 4px;
          background-color: #E5E8F4;
          content: '';
          transform: translateX(-50%); }
      #content .matchreport_events--timeline-grid-awayplayer {
        text-align: left; }
        #content .matchreport_events--timeline-grid-awayplayer-span {
          align-items: center;
          text-align: left;
          padding: 1.5rem 2.5rem;
          border: 1px solid #E5E8F4;
          position: relative;
          display: inline-block; }
          #content .matchreport_events--timeline-grid-awayplayer-span .subEvDiv {
            font-style: normal;
            font-size: 1.2rem; }
          #content .matchreport_events--timeline-grid-awayplayer-span::after {
            position: absolute;
            left: 0;
            top: 50%;
            content: '';
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            width: 1.5rem;
            height: 1.5rem;
            border-top: 1px solid #E5E8F4;
            border-left: 1px solid #E5E8F4;
            background-color: #fff; }
          #content .matchreport_events--timeline-grid-awayplayer-span img {
            margin-left: 1.7rem;
            transform: translateY(7px);
            padding: 0; }
#content .matchreport_squads {
  padding: 0 5rem;
  color: #1E293C;
  font-size: 2.3rem;
  letter-spacing: 0.5px;
  font-weight: bold; }
  #content .matchreport_squads a:link, #content .matchreport_squads a:visited {
    color: #1E293C; }
  #content .matchreport_squads--header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 4rem; }
    #content .matchreport_squads--header-1 {
      text-align: left; }
    #content .matchreport_squads--header-2 {
      text-align: right; }
  #content .matchreport_squads--middle {
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    gap: 3rem;
    margin-top: 10rem;
    margin-bottom: 4rem;
    align-items: center; }
    #content .matchreport_squads--middle-1 {
      text-align: left; }
    #content .matchreport_squads--middle-2 {
      text-align: center; }
    #content .matchreport_squads--middle-3 {
      text-align: right; }
  #content .matchreport_squads--lineups {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0; }
  @media only screen and (max-width: 768px) {
    #content .matchreport_squads--lineups {
      grid-template-columns: 1fr;
      gap: 2rem;
      font-size: 1.8rem; } }
  #content .matchreport_squads--lineups-home {
    border-bottom: 2px solid #F5F5F5; }
    #content .matchreport_squads--lineups-home-row {
      display: grid;
      grid-template-columns: 10rem max-content 1fr;
      gap: 2rem;
      align-items: center;
      padding-bottom: 1.5rem;
      padding-top: 1.5rem;
      border-top: 2px solid #F5F5F5; }
    @media only screen and (max-width: 768px) {
      #content .matchreport_squads--lineups-home-row {
        grid-template-columns: 5rem max-content 1fr; } }
  #content .matchreport_squads--lineups-away {
    border-bottom: 2px solid #F5F5F5; }
    #content .matchreport_squads--lineups-away-row {
      display: grid;
      grid-template-columns: 1fr max-content 10rem;
      gap: 2rem;
      align-items: center;
      padding-bottom: 1.5rem;
      padding-top: 1.5rem;
      border-top: 2px solid #F5F5F5; }
    @media only screen and (max-width: 768px) {
      #content .matchreport_squads--lineups-away-row {
        grid-template-columns: 1fr max-content 5rem; } }
    #content .matchreport_squads--lineups-away-row-event {
      text-align: right; }

/*table.scss*/
.table_ranking-table {
  width: 100%;
  color: #151E2D;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  border-collapse: collapse; }
  .table_ranking-table a:link, .table_ranking-table a:visited {
    color: #151E2D; }
  .table_ranking-table a:hover, .table_ranking-table a.active {
    color: #151E2D; }
  .table_ranking-table th {
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: center;
    color: rgba(19, 25, 40, 0.5);
    padding: 2.5rem 0.5rem;
    vertical-align: middle !important;
    font-weight: 900; }
  @media only screen and (max-width: 992px) {
    .table_ranking-table th {
      padding: 2rem 0.5rem; } }
@media only screen and (max-width: 768px) {
  .table_ranking-table th:nth-child(4), .table_ranking-table th:nth-child(5), .table_ranking-table th:nth-child(6), .table_ranking-table th:nth-child(7), .table_ranking-table th:nth-child(8) {
    display: none; } }
.table_ranking-table th a:link, .table_ranking-table th a:visited {
  color: rgba(19, 25, 40, 0.5); }
.table_ranking-table th a:hover, .table_ranking-table th a.active {
  color: #151E2D; }
.table_ranking-table th.table_ranking-table-th2 {
  text-align: left;
  padding-left: 2.5rem; }
.table_ranking-table tbody tr:nth-child(odd) {
  background-color: #fff; }
.table_ranking-table tbody tr td {
  padding: 1.5rem 21px;
  text-align: center;
  font-weight: 500; }
@media only screen and (max-width: 992px) {
  .table_ranking-table tbody tr td {
    padding: 1rem 0.5rem; } }
@media only screen and (max-width: 768px) {
  .table_ranking-table tbody tr td:nth-child(4), .table_ranking-table tbody tr td:nth-child(5), .table_ranking-table tbody tr td:nth-child(6), .table_ranking-table tbody tr td:nth-child(7), .table_ranking-table tbody tr td:nth-child(8) {
    display: none; } }
.table_ranking-table tbody tr td.table_ranking-table-td1 {
  font-weight: 700;
  width: 98px; }
.table_ranking-table tbody tr td.table_ranking-table-td2 {
  text-align: left;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 1.5rem;
  align-items: center;
  font-weight: normal; }
  .table_ranking-table tbody tr td.table_ranking-table-td3:nth-child(3) {
    width: 98px; }
  .table_ranking-table tbody tr td.table_ranking-table-td3:nth-child(4) {
    width: 98px; }
  .table_ranking-table tbody tr td.table_ranking-table-td3:nth-child(5) {
    width: 98px; }
  .table_ranking-table tbody tr td.table_ranking-table-td3:nth-child(6) {
    width: 98px; }
  .table_ranking-table tbody tr td.table_ranking-table-td3:nth-child(7) {
    width: 98px; }
  .table_ranking-table tbody tr td.table_ranking-table-td3:nth-child(8) {
    width: 112px; }
  .table_ranking-table tbody tr td.table_ranking-table-td3:nth-child(9) {
    width: 96px; }
.table_ranking-table tbody tr td.table_ranking-table-td4 {
  width: 162px; }
.table_ranking-table tbody tr td img {
  max-height: 3.5rem;
  min-width: 0 !important; }
@media only screen and (max-width: 560px) {
  .table_ranking-table tbody tr td img {
    max-height: 2.5rem; } }
.table_ranking-table tbody tr td .hasTip {
  cursor: pointer; }
.table_ranking-table tbody tr td span.jsform_none {
  width: 19px;
  height: 6px;
  margin: 0 2px;
  border-radius: 0; }
@media only screen and (max-width: 768px) {
  .table_ranking-table tbody tr td span.jsform_none {
    width: 10px; } }
.table_ranking-table tbody tr td span.match_win {
  background-color: #3DA977; }
.table_ranking-table tbody tr td span.match_draw {
  background-color: #E2D23D; }
.table_ranking-table tbody tr td span.match_loose {
  background-color: #A93D3D; }
.table_ranking-table tbody tr td span.match_quest {
  background-color: #7C7C7C; }

/*loyalty.scss*/
.newsflash_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 3rem; }
  .newsflash_grid--item {
    background-color: #fff; }
    .newsflash_grid--item-title {
      background-color: #283148;
      color: #FFFFFF;
      padding: 2rem 2.5rem;
      font-size: 1.4rem;
      line-height: 1.6rem;
      letter-spacing: 0.11px;
      font-weight: 500;
      position: relative; }
      .newsflash_grid--item-title h2 {
        font-size: 2rem;
        line-height: 2.3rem; }
      .newsflash_grid--item-title p {
        margin: 0; }
      .newsflash_grid--item-title-discount {
        position: absolute;
        right: 0;
        top: 0;
        transform: translateY(-50%);
        background-color: #5C74AF;
        padding: 1rem 1.5rem;
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 700; }
    .newsflash_grid--item-wrapper {
      padding: 5rem 2.5rem;
      font-size: 1.4rem;
      line-height: 1.6rem;
      letter-spacing: 0.25px; }
      .newsflash_grid--item-wrapper figure {
        margin-bottom: 2rem; }
      .newsflash_grid--item-wrapper > div {
        margin-left: 2rem;
        position: relative;
        margin-bottom: 2rem; }
        .newsflash_grid--item-wrapper > div i {
          position: absolute;
          left: -2rem;
          color: #DADADA; }

/*right.scss*/
#content #k2Container {
  padding: 0;
  margin: 0; }
#content .component-right {
  display: grid;
  grid-template-columns: 1fr 33.5rem;
  grid-gap: 6.4rem; }
@media only screen and (max-width: 1200px) {
  #content .component-right {
    grid-template-columns: 1fr;
    grid-gap: 3rem; } }
#content .component-right .right {
  padding-top: 88rem; }
@media only screen and (max-width: 1200px) {
  #content .component-right .right {
    padding-top: 0; } }
#content .component-right .right .moduletable:not(:last-child) {
  margin-bottom: 8rem; }
#content .component-right .right p {
  margin: 0; }
#content .component-right .right h3 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #242C41;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 4px solid #242C41;
  margin-bottom: 4rem; }
#content .component-right .right h4 {
  font-size: 2.6rem;
  line-height: 3rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.5rem; }
#content .component-right .right img {
  display: block; }
#content .component-right .right .white-bg {
  background-color: #fff;
  padding: 3rem; }
  #content .component-right .right .matches_grid--box {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
    gap: 1.5rem;
    align-items: center;
    padding: 0; }
    #content .component-right .right .matches_grid--box::before {
      display: none; }
    #content .component-right .right .matches_grid--box-1 {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 400;
      letter-spacing: 0.4px;
      font-size: 1.6rem;
      color: #454545;
      text-align: center; }
      #content .component-right .right .matches_grid--box-1-round {
        font-size: 1.2rem;
        color: rgba(0, 0, 0, 0.6);
        margin-bottom: 1rem; }
      #content .component-right .right .matches_grid--box-1-md {
        font-size: 1.2rem;
        color: rgba(0, 0, 0, 0.6);
        margin-bottom: 1rem;
        text-transform: uppercase; }
    #content .component-right .right .matches_grid--box-2 {
      display: grid;
      grid-template-columns: 1fr max-content 1fr;
      gap: 2rem;
      align-items: center;
      color: #343434;
      text-transform: uppercase;
      font-size: 1.8rem;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      letter-spacing: 0.4px; }
      #content .component-right .right .matches_grid--box-2 a:link, #content .component-right .right .matches_grid--box-2 a:visited {
        color: #343434;
        text-decoration: none; }
      #content .component-right .right .matches_grid--box-2 img {
        height: auto !important;
        width: auto !important;
        max-width: 9rem;
        display: inline-block; }
      #content .component-right .right .matches_grid--box-2-home {
        text-align: right;
        display: block; }
      @media only screen and (max-width: 1200px) {
        #content .component-right .right .matches_grid--box-2-home {
          text-align: center; } }
      #content .component-right .right .matches_grid--box-2-delimeter {
        width: 40px;
        text-align: center; }
      #content .component-right .right .matches_grid--box-2-away {
        text-align: left;
        display: block; }
      @media only screen and (max-width: 1200px) {
        #content .component-right .right .matches_grid--box-2-away {
          text-align: center; } }
    #content .component-right .right .matches_grid--box-3 {
      text-align: center; }
      #content .component-right .right .matches_grid--box-4 a:link, #content .component-right .right .matches_grid--box-4 a:visited {
        text-decoration: none;
        background-color: #1A4CCA;
        color: #fff;
        display: block;
        border-radius: 0px;
        padding: 10px 18px;
        font-size: 1.6rem;
        font-family: 'Roboto Condensed', sans-serif;
        letter-spacing: 0.8px;
        font-weight: 700;
        text-align: center;
        margin: 0 -3rem -3rem;
        text-transform: uppercase; }
    #content .component-right .right .matches_grid--box-5 {
      display: grid;
      grid-template-columns: 1fr max-content 1fr;
      gap: 2rem;
      align-items: center;
      color: #343434;
      text-transform: uppercase;
      font-size: 1.4rem;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      letter-spacing: 0.4px;
      margin-bottom: 0.5rem; }
      #content .component-right .right .matches_grid--box-5-home {
        text-align: center;
        display: block;
        color: rgba(0, 0, 0, 0.75); }
      #content .component-right .right .matches_grid--box-5-delimeter {
        width: 40px;
        text-align: center; }
      #content .component-right .right .matches_grid--box-5-away {
        text-align: center;
        display: block;
        color: rgba(0, 0, 0, 0.75); }
    #content .component-right .right .matches_grid--box-6 {
      text-align: center;
      letter-spacing: 0.4px;
      color: rgba(0, 0, 0, 0.6);
      font-size: 1.2rem;
      font-family: 'Roboto Condensed', sans-serif; }
    #content .component-right .right .matches_grid--box .eTimer {
      padding: 0 0 1rem !important; }
      #content .component-right .right .matches_grid--box .eTimer .etTitle {
        margin: 0 !important; }
      #content .component-right .right .matches_grid--box .eTimer .etUnit {
        padding-right: 12px;
        position: relative; }
        #content .component-right .right .matches_grid--box .eTimer .etUnit.etSeconds {
          padding: 0; }
        #content .component-right .right .matches_grid--box .eTimer .etUnit .etNumber {
          width: auto;
          padding: 0 !important;
          font-weight: 700;
          margin: 0 !important; }
      #content .component-right .right .matches_grid--box .eTimer .etSep {
        display: none; }

/*content-bottom.scss*/
.content-bottom {
  padding: 12rem 0;
  background-color: #E5E5E5; }
  .content-bottom .cb_links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    grid-gap: 0; }
  @media only screen and (max-width: 560px) {
    .content-bottom .cb_links {
      grid-template-columns: 1fr; } }
.content-bottom .cb_links > div a {
  position: relative;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 2.8rem;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.6px;
  font-weight: bold;
  text-align: center; }
  .content-bottom .cb_links > div a span {
    position: absolute;
    z-index: 999;
    left: 50%;
    bottom: 3rem;
    transform: translateX(-50%); }
  .content-bottom .cb_links > div a::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(28, 37, 57, 0.1) 0%, rgba(28, 37, 57, 0.45) 63.47%, #1C2539 100%);
    z-index: 998;
    transition: all 0.3s ease-in-out; }
    .content-bottom .cb_links > div a:hover::after {
      background: linear-gradient(180deg, rgba(28, 37, 57, 0.1) 0%, rgba(28, 37, 57, 0.45) 20%, #1C2539 100%); }
.content-bottom .cb_links img {
  max-width: 100%; }
.content-bottom-wide {
  position: relative; }
  .content-bottom-wide img {
    display: block;
    max-width: 100%; }
  .content-bottom-wide a {
    background-color: #1A4CCA;
    color: #fff;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 2rem;
    border-radius: 5px; }
    .content-bottom-wide a:hover {
      background-color: #242C41; }
    .content-bottom-wide a i {
      margin-left: 8px; }

/*footer.scss*/
footer {
  background-color: #242C41;
  padding: 12rem 0; }
  footer .footer_logos .custom {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0rem;
    align-items: center; }
    footer .footer_logos .custom img {
      max-width: 16rem;
      opacity: 0.3;
      transition: all 0.3s ease-in-out;
      backface-visibility: hidden;
      margin: 1rem 3rem; }
      footer .footer_logos .custom img:hover {
        opacity: 1; }
footer .footer_social {
  text-align: center;
  padding: 8rem 0; }
  footer .footer_social a {
    display: inline-block;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%; }
    footer .footer_social a:link, footer .footer_social a:visited {
      opacity: 0.3;
      transition: all 0.3s ease-in-out;
      color: #fff;
      text-decoration: none;
      font-size: 22px;
      line-height: 36px; }
    footer .footer_social a:hover, footer .footer_social a:focus {
      opacity: 1; }
    footer .footer_social a:not(:last-child) {
      margin-right: 3.5rem; }
footer .footer_menu {
  color: #fff;
  border-top: 4px solid #fff;
  padding: 4rem 0;
  display: grid;
  grid-template-columns: repeat(5, max-content) 1fr;
  grid-gap: 4rem;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 0.6px;
  font-size: 1.5rem; }
@media only screen and (max-width: 1200px) {
  footer .footer_menu {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem;
    gap: 3rem; } }
@media only screen and (max-width: 768px) {
  footer .footer_menu {
    grid-template-columns: 1fr;
    text-align: center; } }
footer .footer_menu h3 {
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 500;
  margin-bottom: 1.5rem; }
footer .footer_menu h4 {
  margin-bottom: 8px;
  padding-top: 10px;
  font-weight: 700; }
  footer .footer_menu a:link, footer .footer_menu a:visited {
    color: #fff;
    text-decoration: none; }
footer .footer_menu ul {
  margin: 0;
  padding: 0; }
  footer .footer_menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 8px; }
footer .footer_menu > div:nth-child(2), footer .footer_menu > div:nth-child(3) {
  margin-top: 4.2rem; }

/*copyright.scss*/
.copyright {
  background-color: #fff;
  padding: 4rem 0 5rem;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif; }
  .copyright ul {
    margin: 0;
    padding: 0;
    padding-top: 4rem; }
    .copyright ul li {
      margin: 0;
      padding: 0;
      list-style: none;
      display: inline-block; }
      .copyright ul li:not(:last-child) {
        margin-right: 3rem; }
        .copyright ul li a:link, .copyright ul li a:visited {
          color: #717171;
          letter-spacing: 0.6px;
          font-family: 'Rubik', sans-serif;
          font-size: 1.4rem;
          text-decoration: none; }
  .copyright_logo {
    margin-bottom: 2.5rem; }
  .copyright_fc {
    font-size: 1.6rem;
    letter-spacing: 0.6px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .copyright_text {
    font-size: 1.2rem;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-weight: 300; }

/*page_news.scss*/
/*alerts.scss*/
.alert {
  padding: 20px 25px;
  margin-bottom: 15px;
  box-shadow: none;
  overflow: hidden; }

.alert h3 {
  font-size: 18px;
  margin-bottom: 5px; }

.alert-success .close {
  color: #9ab091; }

.alert-success, .alert-success h3, .alert-success .close:hover {
  color: #516c46; }

.alert-warning, .alert-warning h3, .alert-warning .close:hover, .alert-notice, .alert-notice h3, .alert-notice .close:hover {
  color: #998937; }

.alert-info, .alert-info h3, .alert-info .close:hover {
  color: #2c6f90; }

.alert-error, .alert-error h3, .alert-error .close:hover {
  color: #833333; }

.alert .close {
  background: none;
  opacity: 1;
  float: right; }

.alert-warning .close {
  color: #d5c98b; }

.alert-info .close {
  color: #91b1c1; }

.alert-error .close {
  color: #cc9999; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success, .alert-message {
  border-color: #d6e9c6;
  color: #468847; }

.alert-success hr, .alert-message hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link, .alert-message .alert-link {
  color: #356635; }

.alert-info {
  border-color: #bce8f1;
  color: #3a87ad; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #2d6987; }

.alert-warning, .alert-notice {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853; }

.alert-warning hr, .alert-notice hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link, .alert-notice .alert-link {
  color: #a47e3c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #953b39; }
