<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-main-header {
    height: 35vw;
    /*background-position-y: 10% !important;*/
    background-size: cover;
}
.page-main-header.gz {
    align-items: start;
}

.page-main-header.push-center .texts {
    margin-top: 5px;
}

.page-main-header.push-center .texts.tp {
    margin-top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

.page-main-header.push-center .texts.tp h1.title {
    margin-top: 200px !important;
}

.page-main-header .team-intro {
  bottom: -60px;
  padding: 12px 80px;
  justify-content: space-between;
}

.page-main-header .team-intro .content {
    display: flex;
    width: 100%;
    text-align: center;
}

.page-main-header .details img {
    max-height: 64px;
}
.page-main-header.gz .details img {
    max-height: 100%;
}

.page-main-header .team-intro .content.full {
    width: 100%;
}

.page-main-header .team-intro .content .details,
.page-main-header .team-intro .content .season {
    width: 100%;
    font-size: 42px;
    font-weight: bold;
}

.page-main-header .team-intro .logo {
  width: 20%;
  text-align: center;
}

.page-main-header .team-intro .logo img {
    max-height: 64px;
}

.page-main-header .team-intro .logo-n {
    width: 100%;
    text-align: center;
}

.page-main-header .team-intro .logo-n img {
    max-height: 64px;
}


.page-main-header .team-intro .content .season {
    display: flex;
    justify-content: flex-end;
}

.page-main-header .team-intro .content .season select {
  background-color: transparent;
  border: 0;
  color: #fff;
  outline: none;  
  font-family: 'OpenSansHebrew-Bold';
}

.team-section {
  position: relative;
}

.team-section .common-container {
    margin-top: 120px;
    border-bottom: 1px solid #E0E0E0;
    background-color: #fff;
}

.team-section.gz .common-container {
    border-bottom: 0px solid #E0E0E0;
        
}

.games-section h3.title,
.other-info-section h3.title,
.team-section h3.title {
  font-family: 'OpenSansHebrew-Bold';
  color: #19141F;
  font-size: 16px;
  margin-bottom: 12px;
}

.team-section .players-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.team-section .players-container .player {
  flex-basis: 10%;
  position: relative;
  margin: 5px;
}

    

.team-section .players-container .player img {
  width: 100%;
  height: 100%;
  max-height: 135px;
}

.team-section .players-container .player .player-details {
  display: none;
  position: absolute;
  top: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  padding: 5px;
}

.team-section .players-container .player:hover .player-details {
  display: block;
}

.team-section .players-container .player .player-details .top {
  color: #fff;
  font-size: 12px;
}

.team-section .players-container .player .player-details .general {
  margin-top: 10px;
  font-family: 'OpenSansHebrew-Bold';
}

.team-section .players-container .player .player-details .general .number {
  font-size: 20px;
  opacity: 0.5;
  color: #fff;
}

.team-section .players-container .player .player-details .general .name {
  color: #fff;
  font-size: 18px;
  max-width: 96%;
  margin: 0 auto;
  line-height: 20px;
}
.team-section .players-container .player .player-details .general .name.long {
    font-size: 12px;
    line-height: 14px;
    max-width: 90%;
}


.team-section .players-container .player .player-details .general .role {
    color: #fff;
    font-size: 14px;
    opacity: 0.5;
    margin-top: 4px;
}

/*GAME ZONE FIXES*/

.team-section.gz .players-container .player {
    margin: 20px;
    display: flex;
    width: 250px;
}

.team-section.gz .players-container .player img {
    min-width: 110px;
    max-width: 110px;
    max-height: 135px;
    width: auto;
}

.team-section.gz .players-container .player .p-img {
    float: right;
    max-height: 135px;
}

.team-section.gz .players-container .player .player-details {
    display: inline-block;
    text-align: center;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    width: 130px;
    max-height: 135px;
    padding: 5px;
    float: right;
}

.team-section.gz .players-container .player .player-details .general .name {
    font-size: 14px;
    line-height: 15px;
}

.team-section.gz .players-container .player .player-details .general .role {
    font-size: 12px;
}

.team-section.gz.bhr {
    border-top: 1px solid #E0E0E0;
}

.other-info-section.gz .staff-and-winnings .staff .p-img {
    max-height: 100px;
}
.other-info-section.gz .staff-and-winnings .staff .item {
    display: inline-block;
    vertical-align: top;
}

.other-info-section.gz .staff-and-winnings .staff-wrapper .staff .item .role {
    font-size: 12px;
}

.other-info-section.gz .staff-and-winnings .staff .p-img img {
    min-width: 90px;
    max-height: 100px;
    width: auto;
}
.other-info-section.gz .staff-and-winnings {
    padding: 10px 0 !important;
}
.common-container.score-sets {
    padding-top: 60px;
    text-align: center;
}
.common-container.score-sets table {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.staff .item .c-pic img {
    max-height: 135px;

}

.other-info-section {
    position: relative;
}

.other-info-section:before {
  content: '';
  position: absolute;
  top: 20px;
  right: -135px;
  background-image: url('./../assets/images/hand_01.png');
  width: 480px;
  height: 630px;
  background-repeat: no-repeat;
  z-index: -1;

}

.other-info-section .staff-and-winnings {
  border-bottom: 1px solid #E0E0E0;
  padding: 50px 0;
  background-color: #fff;
}
.other-info-section.gz .staff-and-winnings {
    border-bottom: 0px solid #E0E0E0;
    padding: 50px 0;
}

.other-info-section .staff-and-winnings .staff-wrapper .staff {
  
  max-width: 90%;
  font-family: 'OpenSansHebrew-Bold';
  margin-top: 20px;
}

.other-info-section .staff-and-winnings .staff-wrapper .staff .item {
    display: inline-block;
    vertical-align: top;
    margin: 5px 30px;
    width: 120px;
    max-width: 120px;
    min-height: 80px;
}

.other-info-section .staff-and-winnings .staff-wrapper .staff .item .name {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.other-info-section .staff-and-winnings .staff-wrapper .staff .item .role {
  font-size: 14px;
  color: #0243C9;
}

.other-info-section .staff-and-winnings .winnings .item {
  margin-bottom: 15px;
  font-size: 20px;
}

.other-info-section .staff-and-winnings .winnings .item:last-child {
  margin-bottom: 0;
}

.other-info-section .staff-and-winnings .winnings .item .title {
  font-size: 14px;
  color: #0243C9;
  font-family: 'OpenSansHebrew-Bold';
}

.common-container.score-sets .title,
.common-container.score-sets .title a,
.common-container.score-sets .title a:hover,
.common-container.score-sets .title a:visited,
.common-container.score-sets .title a:link,
.common-container.score-sets .title a:active,
.winnings .item,
.winnings .item a,
.winnings .item a:hover,
.winnings .item a:visited,
.winnings .item a:link,
.winnings .item a:active {
    color: #000;
}


.page-main-header .title,
.page-main-header .title a,
.page-main-header .title a:hover,
.page-main-header .title a:visited,
.page-main-header .title a:link,
.page-main-header .title a:active,
.extra,
.extra a,
.extra a:hover,
.extra a:visited,
.extra a:link,
.extra a:active {
    color: #fff;
}

.other-info-section .stadium {
    padding: 50px 0;
    background-color: #fff;
}

.other-info-section .stadium .details {
  margin-bottom: 15px;
}

.other-info-section .stadium .details .name {
  font-size: 20px;
  font-family: 'OpenSansHebrew-Bold';
  letter-spacing: -0.2px;
}

.other-info-section .stadium .stadium-img img {
  width: 100%;
}

.other-info-section .stadium .details .address {
  font-size: 14px;
}

.games-table {
    margin: 40px 0px 100px 0px;
}

.game_zone_team_icon {
    display: inline-block;
    vertical-align: top;
    font-family: 'OpenSansHebrew-Regular';
    color: #fff;
}
.game_zone_team_icon div {
    text-align: center;
    width: 128px;
}
.game_zone_team_icon img {
    width: 128px;
    height: auto;
}

.game_zone_team_icon .t_icon {
    height: 128px;
}
.game_zone_team_icon .t_name {
    font-size: 14px;
}

.game_zone_result {
    display: inline-block;
    vertical-align: top;
    margin: 30px 30px 0px 30px;
    font-family: 'OpenSansHebrew-Bold';
    font-size: 48px;
    color: #fff;
}

.game_zone_team_icon a,
.game_zone_team_icon a:hover,
.game_zone_team_icon a:visited,
.game_zone_team_icon a:link,
.game_zone_team_icon a:active,
.game_zone_result a,
.game_zone_result a:hover,
.game_zone_result a:visited,
.game_zone_result a:link,
.game_zone_result a:active {
    color: #fff;
}
.game_zone_result .g-links {
    font-size: 18px;
}
#game_countdown {
    direction: ltr;
}
.cdi {
    line-height: 10px;
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
    font-family: 'OpenSansHebrew-Regular';
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}
.cdd {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 5px 15px;
    font-size: 32px;
    color: #fff;
    font-weight: bolder;
}
.cdp {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0px 0px;
    font-size: 36px;
    color: #fff;
    font-weight: bolder;
}
.extra {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.p-title {
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 20px;
}
.p-address {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 20px;
}
.p-map {
    width: 320px;
    height: 240px;
    margin-bottom: 20px;
}
#arena-details .mapouter {
    position: relative;
    text-align: right;
    width: 480px;
    height: 240px;
}
#arena-details .gmap_canvas {
    width: 480px;
    height: 240px;
}
.extra a.und {
    text-decoration: underline;
}


/***** Mobile + tablet ******/
@media screen and (max-width: 991px) {
    .page-main-header {
    height: 95vw;
    background-position: center center;
  }
  .page-main-header.bv {
        height: 95vw;
        background-position: center center;
  }

  .page-main-header.push-center .texts {
    max-width: 80%;
  }

  .page-main-header .team-intro {
    padding: 12px 18px;
    width: 90%;
  }

  .page-main-header .team-intro .content {
    flex-direction: column;
    width: 75%;
  }

  .page-main-header .team-intro .content .season {
    justify-content: flex-start;
  }

  .team-section {
    padding: 0 15px;
    margin-top: 100px;
  }

.team-section .players-container .player {
    flex-basis: 45%;
    margin: 5px 10px 5px 5px;
}
.team-section .players-container .player img {
    width: 100%;
    height: 100%;
    max-height: 165px;
}

  .team-section .players-container .player .player-details {
    display: block;
    background-color: transparent;
    padding: 0;
  }

  .team-section .players-container .player .player-details {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #000000 0%, rgba(0,0,0,0) 80%);
    display: none;
  }

  .team-section .players-container .player:hover .player-details {
    display: block;
  }

  .team-section .players-container .player .player-details .top {
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
  }
  
  .team-section .players-container .player .player-details .general {
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 2;
  }

  .team-section:before,
  .other-info-section:before {
    display: none;
  }

  .other-info-section {
    padding: 0 15px;
  }

  .other-info-section .staff-and-winnings .winnings {
    margin-top: 55px;
  }

  .other-info-section .staff-and-winnings .staff-wrapper .staff {
    max-width: 90%;
  }

  .other-info-section .stadium {
    padding: 25px 0 0 0;
  }

  .other-info-section .stadium .map {
    height: 48vw;
    max-height: 400px;
  }

    .common-table, .games-table, .legue-table {
        padding-right: 0px;
        overflow-y: scroll;
    }

    .teams {
        overflow-y: scroll;
        margin-top: 45px;
    }

    .teams::-webkit-scrollbar {
        display: none;
    }

    .mapouter {
        position: relative;
        text-align: right;
        width: 100% !important;
        height: 100% !important;
    }

    .gmap_canvas {
        width: 100% !important;
        height: 100% !important;
    }

    .game_zone_team_icon div {
        text-align: center;
        width: 88px;
    }

    .game_zone_team_icon img {
        width: 88px;
        height: auto;
    }

    .game_zone_team_icon .t_icon {
        height: 88px;
    }

    .game_zone_result {
        margin: 10px 10px 0px 10px;
        font-size: 36px;
    }

    .page-main-header .team-intro {
        bottom: -100px;
        padding: 12px 36px;
        justify-content: space-between;
    }

    .team-section.gz .players-container .player {
        margin: 20px auto;
        display: flex;
        width: 250px;
    }

    .other-info-section .staff-and-winnings .staff-wrapper .staff {
        max-width: 100%;
        text-align: center;
    }

    .page-main-header h1.title.gz {
        font-size: 18px;
    }
    .ly.gz {
        font-size: 18px;
    }

    .extra {
        font-size: 15px;
        color: #fff;
    }

    .page-main-header.push-center .texts.tp {
        background-color: transparent !important;
    }
    .page-main-header .team-intro .content .details, .page-main-header .team-intro .content .season {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .team-section .players-container .player {
    flex-basis: 33.3%;
  }

  .team-section {
    padding: 0 30px;
  }

  .other-info-section {
    padding: 0 30px;
  }

    .games-table {
        padding: 32px 30px 32px 0;
    }
}

/**** small desktop ****/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  
}
</pre></body></html>