<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('./header.css');
@import url('./footer.css');
@import url('./sliders.custom.css');
@import url('./common-style.css');

.player-top-section {
  width: 100%;
}

.player-top-section .player-top-contianer {
  display: flex;
  flex-direction: row;
}

.player-top-section .player-top-contianer.en {
    direction: ltr;
}

.player-top-section .player-top-contianer .about-player {
  background-color: #B10416;
  width: 60vw;
}

.player-top-section .player-top-contianer .about-player .top {
  height: 230px;
  padding-right: 5vw;
    padding-left: 0vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.player-top-section .player-top-contianer.en .about-player .top {
    padding-left: 5vw;
    padding-right: 0vw;
}

.player-top-section .player-top-contianer .about-player .top .name-and-number {
  display: flex;
  justify-content: space-between;
  line-height: 55px;
}

.player-top-section .player-top-contianer .about-player .top .name-and-number .name {
  font-size: 400%;
  color: #fff;
  font-family: 'FbForma-medium';
}

.player-top-section .player-top-contianer .about-player .top .name-and-number .name.en {
    font-size: 320%;
    font-family: sans-serif;
    font-weight: bold;
}

.player-top-section .player-top-contianer .about-player .top .name-and-number .number {
  font-size: 500%;
  opacity: 0.5;
  color: #FFFFFF;
  margin-left: 35px;
}

.player-top-section .player-top-contianer.en .about-player .top .name-and-number .number {
    margin-right: 35px;
}

.player-top-section .player-top-contianer .about-player .top .role {
  font-size: 180%;
  color: #fff;
  margin-top: 5px;
}

.player-top-section .player-top-contianer .about-player .bottom {
  height: 275px;
  background-color: rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 5vw;
    padding-left: 0vw;
}

.player-top-section .player-top-contianer.en .about-player .bottom {
    padding-right: 0vw;
    padding-left: 5vw;
}

.player-top-section .player-top-contianer .about-player .bottom .statistics {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.player-top-section .player-top-contianer .about-player .bottom .statistics .one-stat {
  width: 33.3%;
  margin-bottom: 45px;
}

.player-top-section .player-top-contianer .about-player .bottom .statistics .one-stat .title {
  font-size: 95%;
  font-family: 'FbForma-light';
  margin-bottom: 7px;
  color: #fff; 
}

.player-top-section .player-top-contianer .about-player .bottom .statistics .one-stat .data {
  font-size: 120%;
  font-family: 'FbForma-medium';
  color: #FFFFFF;
}

.player-top-section .player-top-contianer .about-player .bottom .statistics .one-stat .title.en,
.player-top-section .player-top-contianer .about-player .bottom .statistics .one-stat .data.en {
    font-family: sans-serif;
}

.player-top-section .player-top-contianer .about-player .bottom .statistics .one-stat:last-child,
.player-top-section .player-top-contianer .about-player .bottom .statistics .one-stat:nth-child(4) {
  margin-bottom: 0px;
}

.player-top-section .player-top-contianer .player-image {
  width: 40vw;
}

.player-top-section .player-top-contianer .player-image .player-background {
  height: 100%;
  /*background-image: url('./../assets/images/player_1.jpg');*/
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

.player-data-section {
  width: 80vw;
  max-width: 80vw;
  margin: 50px auto 50px auto;
}

.player-data-section .title {
  font-size: 200%;
  font-family: 'FbForma-medium';
  margin-bottom: 25px;
}

.player-data-section .title.en {
    font-family: sans-serif;
    text-align: left;
    direction: ltr;
}

.player-data-section .player-content-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 55px;
  direction: rtl;
}
.player-data-section .player-content-container.en {
    direction: ltr;
}

.player-data-section .player-content-container .content {
  font-size: 120%;
  line-height: 1.7;
  width: 70%;
  margin-left: 5%;
}

.player-data-section .player-content-container .career .career-title {
  font-size: 120%;
  font-family: 'FbForma-medium';
  line-height: 1.7;
}

.player-data-section .player-content-container .career .career-title.en {
    font-family: sans-serif;
}

.player-data-section .player-content-container .career .career-content {
  font-size: 120%;
  line-height: 1.7;
}

.player-data-section .player-stats .title { 
  font-size: 200%;
  font-family: 'FbForma-medium';
  margin-bottom: 25px;
}

.player-data-section .player-stats .title.en,
.layout-container .title.en,
.other-players-section .other-players-container .title.en {
    font-family: sans-serif;
    text-align: left;
    direction: ltr;
}

.layout-container .title {
    font-size: 200%;
    font-family: 'FbForma-medium';
    margin: 0px 75px;
}

.player-data-section .player-stats .season-table,
.player-data-section .player-stats .playoff-table {
  margin-bottom: 45px;
  overflow-x: scroll;
  white-space: nowrap;
}


.other-players-section {
  width: 100%;
  margin: 50px 0;
}

.other-players-section .other-players-container {
  padding-right: 10vw;
  padding-left: 10vw;
}

.other-players-section .other-players-container .title {
  font-size: 200%;
  font-family: 'FbForma-medium';
  margin-bottom: 25px;
  margin: 50px auto;
  width: 80vw;
  max-width: 80vw;
}

.other-players-section .other-players-container .other-players-carousel .player {
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
}

.other-players-section .other-players-container .other-players-carousel .player .player-details { 
  padding-right: 15px;
  margin-left: 10px;
  width: 120px;
}

.other-players-section .other-players-container .other-players-carousel .player .player-details .name {
  font-size: 125%;
  font-family: 'FbForma-medium';
}

.other-players-section .other-players-container .other-players-carousel .player .player-details .name.reduce {
    font-size: 105%;
    font-family: 'FbForma-medium';
}
.other-players-section .other-players-container .other-players-carousel .player .player-details .name.reducer {
    font-size: 85%;
    font-family: 'FbForma-medium';
}

.other-players-section .other-players-container .other-players-carousel .player .player-details .name.en {
    font-size: 105%;
    font-family: sans-serif;
}
.other-players-section .other-players-container .other-players-carousel .player .player-details .name.reduce.en {
    font-size: 85%;
    font-family: sans-serif;
}
.other-players-section .other-players-container .other-players-carousel .player .player-details .name.reducer.en {
    font-size: 65%;
    font-family: sans-serif;
}

.other-players-section .other-players-container .other-players-carousel .player .player-details .name a,
.other-players-section .other-players-container .other-players-carousel .player .player-details .name a:hover,
.other-players-section .other-players-container .other-players-carousel .player .player-details .name a:visited,
.other-players-section .other-players-container .other-players-carousel .player .player-details .name a:link,
.other-players-section .other-players-container .other-players-carousel .player .player-details .name a:active {
    color: #000;
}
.other-players-section .other-players-container .other-players-carousel .player .player-details .number {
    color: #B10416;
    font-size: 110%;
}
.other-players-section .other-players-container .other-players-carousel .player .player-details .number a,
.other-players-section .other-players-container .other-players-carousel .player .player-details .number a:hover,
.other-players-section .other-players-container .other-players-carousel .player .player-details .number a:visited,
.other-players-section .other-players-container .other-players-carousel .player .player-details .number a:link,
.other-players-section .other-players-container .other-players-carousel .player .player-details .number a:active {
    color: #B10416;
}

.other-players-section .other-players-container .other-players-carousel .player .profile-container { 
  width: 120px;
  padding: 15px 0px 15px 15px;
  display: flex;
  justify-content: center;
}

.other-players-section .other-players-container .other-players-carousel .player .profile-container .profile-pic {
  /*background-image: url(./../assets/images/player_1.jpg);*/
  border-radius: 50%;
  background-repeat: no-repeat;
  height: 120px;
  width: 120px;
  background-size: 220px;
  background-position-x: -45px;
  background-position-y: 0px;
  position: relative;
  border: 1px solid #C9C9C9;
}

.other-players-section .other-players-container .other-players-carousel .owl-stage-outer {
  padding: 10px;
}

@media screen and (max-width: 1024px) {
  .player-top-section .player-top-contianer {
    flex-direction: column;
  }

  .player-top-section .player-top-contianer .player-image .player-background {
    height: 65vw;
  }

  .player-top-section .player-top-contianer .about-player {
    width: 100%;
    order: 2;
  }

  .player-top-section .player-top-contianer .about-player .bottom  {
    padding: 0px 5vw;
  }

  .player-top-section .player-top-contianer .player-image {
    width: 100%;
    order: 1;
  }

  .player-top-section .player-top-contianer .about-player .top .name-and-number .number {
    display: none;
  }

  .player-data-section {
    width: 90vw;
    max-width: 90vw;
  }
  
  .player-data-section .player-content-container {
    flex-direction: column;
  }

  .player-data-section .player-content-container .content {
    width: 100%;
    margin: 0;
  }

  .other-players-section {
    width: calc(100% - 2px);
  }

  .layout-container .title {
        margin: 0px 10px;
    }
  
  .other-players-section .other-players-container {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .other-players-section .other-players-container .title {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1440px) { 
  .player-top-section .player-top-contianer .about-player {
    width: 70vw;
  }
}</pre></body></html>