<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: 50% 5% !important;
}

.static-chat {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 68vh;
  z-index: 999;
  display: flex;
}

.static-chat .chat-event {
  display: flex;
  align-items: center;
}

.static-chat .chat-event img {
  cursor: pointer;
}

.static-chat .chat-event .hide {
  display: none;
}

.static-chat .chat-messages {
    width: 430px;
    margin-left: 0;
    padding-bottom: 50px;
    margin-right: -1px;
}

.static-chat .chat-messages.hide {
  margin-left: -430px;
}

.static-chat .chat-messages:after {
  content: '';
  opacity: 0.2;
  transform: scaleX(-1);
  background: linear-gradient(270deg, #000000 0%, rgba(0,0,0,0) 100%);  
}

.static-chat .chat-messages .header {
  background-color: #0243C9;
  padding: 21px 45px 21px 32px;
}

.static-chat .chat-messages .header .title {
  font-size: 20px;
  font-family: 'OpenSansHebrew-Bold';
  color: #fff;
}

.static-chat .chat-messages .messages {
  padding: 21px 32px;
  background-color: #E6E6E6;
  overflow: scroll;
  height: 100%;
}

.static-chat .chat-messages .messages .all-msgs {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0;
}

.articles-section .main-article {
  position: relative;
  margin-bottom: 80px;
}

.main-container {
    height: 170px;
}

.articles-section .main-article .content-box {
    padding: 16px 24px 25px 31px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: relative;
        
}

.articles-section .main-article .content-box .content {
  padding: 0;
}

.articles-section .main-article .content-box .content .title {
    font-size: 32px;
    margin: 8px 0;
    line-height: 36px;
    font-family: 'OpenSansHebrew-Bold';
}

.common-container .content .text {
    font-family: 'OpenSansHebrew-Regular';
}

.main-container .content .text {
    font-size: 18px;
    font-family: 'OpenSansHebrew-Regular';
    width: 75%;
    margin-top: 15px;
}

.common-container .content .title,
.common-container .content .title a,
.common-container .content .text,
.common-container .content .text a,
.common-container .content .title a:hover,
.common-container .content .title a:visited,
.common-container .content .title a:link,
.common-container .content .title a:active,
.common-container .content .text a:hover,
.common-container .content .text a:visited,
.common-container .content .text a:link,
.common-container .content .text a:active {
    color: #000;
    text-decoration: none;
}

.main-container .content .title,
.main-container .content .title a,
.main-container .content .text,
.main-container .content .text a,
.main-container .content .title a:hover,
.main-container .content .title a:visited,
.main-container .content .title a:link,
.main-container .content .title a:active,
.main-container .content .text a:hover,
.main-container .content .text a:visited,
.main-container .content .text a:link,
.main-container .content .text a:active {
    color: #fff;
    text-decoration: none;
}


.games-section {
  margin-top: 9px;
  position: relative;
}

.games-section:before {
  content: '';
  position: absolute;
  top: -70px;
  left: 0;
  background-image: url('./../assets/images/hand_02.png');
  width: 100%;
  height: 630px;
  background-repeat: no-repeat;
  z-index: -1;
}

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

.sponsers-section .chat h2.title,
.games-section h2.title {
  font-size: 20px;
  font-family: 'OpenSansHebrew-Bold';
}

.games-section .games-container {
  margin-top: 16px;
  border: 1px solid #E6E6E6;
  background-color: #FFFFFF;
  box-shadow: 0 2px 16px 0 rgba(64,64,64,0.16);
}

.games-section .games-container ul.games-tabs {
  display: flex;
  justify-content: space-between;
  border-bottom: 0;
} 

.games-section .games-container ul.games-tabs li {
  flex: 1;
}

.games-section .games-container ul.games-tabs li a {
  color: #0243C9;
  font-family: 'OpenSansHebrew-Bold';
  font-size: 16px;
  letter-spacing: 0.28px;
  height: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.games-section .games-container ul.games-tabs li a.active {
  border-bottom: 6px solid #00adee;
}

.games-section .games-container .tab-content {
  max-height: 374px;
  overflow-y: scroll;
}

.sponsers-section {
  position: relative;
  margin-top: 80px;
}

.sponsers-section .sponser-item {
  margin-bottom: 30px;
}

.sponsers-section .sponser-item img {
  width: 100%;
  padding: 5px;
  border: 1px solid #E6E6E6;
  background-color: #FFFFFF;
  box-shadow: 0 2px 16px 0 rgba(64,64,64,0.16);
}

.sponsers-section .chat {
  padding-right: 30px;
}

.sponsers-section .chat .all-msgs {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.lead-boxes-section {
    margin-top: 68px;
    margin-bottom: 68px;
}

.lead-boxes-section .wrapper {
  display: flex;
}

.lead-boxes-section .wrapper a {
  width: 100%;
}

.lead-boxes-section .wrapper .box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100% 0;
  position: relative;
}

.lead-boxes-section .wrapper .box:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  height: 100%;
  width: 100%;
}

.lead-boxes-section .wrapper a:hover .box:before {
  display: none;
}

.lead-boxes-section .wrapper a:hover .box .title {
  color: #fff;
}

.lead-boxes-section .wrapper .box.beach-volleyball {
    
    background-image: url('./../assets/images/img_beach.jpg');
}
.lead-boxes-section .wrapper .box.beach-volleyball .title {
  color: #FAAF3F;
  font-size: 50px;
  font-family: 'OpenSansHebrew-Bold';
}

.lead-boxes-section .wrapper .box.ligat-al-male {
  
  background-image: url('./../assets/images/img_men.jpg');
}
.lead-boxes-section .wrapper .box.ligat-al-male .title {
  color: #00ADEE;
  font-size: 50px;
  font-family: 'OpenSansHebrew-Bold';
}

.lead-boxes-section .wrapper .box.ligat-al-female {
    margin: 0 2px;
    background-image: url('./../assets/images/img_woman.jpg');
}
.lead-boxes-section .wrapper .box.ligat-al-female .title {
  color: #EB0180;
  font-size: 50px;
  font-family: 'OpenSansHebrew-Bold';
}

.lead-boxes-section .wrapper .box .title {
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 80%;
}

.tv-section {
  margin-top: 85px;
  background-image: url('./../assets/images/bg_video.jpg');
  padding: 80px 0 150px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.tv-section .tv-wrapper .title {
  text-align: center;
  font-size: 36px;
  font-family: 'OpenSansHebrew-Bold';
  color: #fff;
  margin-bottom: 24px;
}

.tv-section .tv-wrapper .playlist-wrapper .playlist {
  background-color: #fff;
  padding: 12px 24px;
}

.tv-section .tv-wrapper .playlist-wrapper .playlist .title {
  font-family: 'OpenSansHebrew-Bold';
  color: #404040;
  font-size: 16px;
  text-align: right;
}

.tv-section .tv-wrapper .playlist-wrapper .playlist .title {
  margin-bottom: 10px;
}

.tv-section .tv-wrapper .playlist-wrapper .playlist .playlist-item {
  display: flex;
  margin-bottom: 16px;
}

.tv-section .tv-wrapper .playlist-wrapper .playlist .playlist-item .thumbnail {
  width: 46%;
}

.tv-section .tv-wrapper .playlist-wrapper .playlist .playlist-item .thumbnail img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.tv-section .tv-wrapper .playlist-wrapper .playlist .playlist-item .content {
  padding-right: 12px;
  width: 54%;
}

.tv-section .tv-wrapper .playlist-wrapper .playlist .playlist-item .content a {
  font-size: 14px;
  color: #404040;
  line-height: 1;
}

.tv-section .tv-wrapper .playlist-wrapper .playlist a.all-videos {
  color: #0243C9;
  font-size: 14px;
}

.tv-section .tv-wrapper .playlist-wrapper .video-player {
  padding-right: 0;
}

.tv-section .tv-wrapper .playlist-wrapper .video-player .hide {
  display: none !important;
}

.tv-section .tv-wrapper .playlist-wrapper .video-player .video-player-wrapper {
  height: 100%;
  width: 100%;
}

.tv-section .tv-wrapper .playlist-wrapper .video-player .jwplayer {
  height: 100% !important;
}

.tv-section .tv-wrapper .playlist-wrapper .video-player .jwplayer .jw-controls .jw-display-icon-container {
  width: 64px !important;
  height: 64px !important;
}

.tv-section .tv-wrapper .playlist-wrapper .video-player .jwplayer .jw-controls .jw-background-color {
    background-color: #000;
    border-radius: 32px;
}

.tv-section .tv-wrapper .playlist-wrapper .video-player .jwplayer .jw-controls .jw-display-icon-container&gt;.jw-icon {
  color: #fff !important;
  font-size: 30px;
}

.social-section {
  padding: 45px 0 90px 0;
}

.social-section .social-boxes {
  padding: 0;
}

.social-section .social-boxes .social-item {
  border: 1px solid #E6E6E6;
  background-color: #FFFFFF;
  box-shadow: 0 2px 16px 0 rgba(64,64,64,0.16);
}

.social-section .social-boxes .social-item.instagram .header {
  background-color: #EB0180;
}

.social-section .social-boxes .social-item.facebook .header {
  background-color: #0243C9;
}

.social-section .social-boxes .social-item .header {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;  
}

.social-section .social-boxes .social-item .social-inner {
  padding: 7px;
  width: 100%;
  height: 353px;
  text-align: center;
}

.social-section .opinion-tour {
  padding-top: 1px;
  padding-left: 30px;
}

.social-section .opinion-tour .opinion-wrapper {
  border: 1px solid #E6E6E6;
  background-color: #FFFFFF;
  box-shadow: 0 2px 16px 0 rgba(64,64,64,0.16);
  display: flex;
  height:100%;
}

.social-section .opinion-tour .opinion-wrapper .opinion-img {
  position: relative;
  width: 46%;
  max-height: 400px;
}

.social-section .opinion-tour .opinion-wrapper .opinion-img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-section .opinion-tour .opinion-wrapper .opinion-img .author-img {
  position: absolute;
  bottom: -47px;
  left: -70px;
}

.social-section .opinion-tour .opinion-wrapper .opinion {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 35px 16px 16px;
  width: 54%;
}

.social-section .opinion-tour .opinion-wrapper .opinion-content .author {
  color: #808080;
  font-size: 12px;
  letter-spacing: 0.2px;
}

.social-section .opinion-tour .opinion-wrapper .opinion-content .title {
  font-size: 32px;
  font-family: 'OpenSansHebrew-Bold';
  line-height: 1;
  margin-bottom: 12px;
}

.social-section .opinion-tour .opinion-wrapper .opinion-content .content {
  font-size: 14px;
}

.social-section .opinion-tour .opinion-wrapper .opinion-button {
  display: flex;
  justify-content: flex-end;
}

.common-btn {
    color: #fff;
}

/***** Mobile + tablet ******/
@media screen and (max-width: 991px) {
    .static-chat {
        display: none;
    }

    .articles-section .main-article .page-main-header {
        padding-bottom: 72%;
        height: auto;
        background-position: center;
    }

    .articles-section .main-article {
        padding: 15px 15px 0 15px;
        margin-bottom: 25px;
    }

    .articles-section .main-article .content-box {
        margin: 0;
        width: 100%;
        margin-bottom: 27px;
        padding: 16px 12px;
    }

    .main-container .text {
        max-height: 50px;
        overflow: hidden;
    }

    .articles-section .main-article .content-box .content .title {
        font-size: 20px;
        line-height: 24px;
    }

    .articles-section .more-articles .content-box .img-box {
        padding-bottom: 72%;
        margin-bottom: 0;
    }

    .articles-section .more-articles .content-box {
        margin-bottom: 11px;
    }

    .games-section {
        padding-right: 15px;
        margin-top: 0;
    }

    .games-section:before {
        display: none;
    }

    .games-section .games-container ul.games-tabs {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .games-section .games-container ul.games-tabs li {
        min-width: fit-content;
    }
    .games-section .games-container ul.games-tabs li a {
        padding: 0 25px;
    }

    .games-section .games-container .tab-content table tbody tr td {
        min-width: 140px;
    }

    .sponsers-section {
        margin-top: 24px;
        padding: 0 15px;
    }

    .sponsers-section:before {
        display: none;
    }

    .sponsers-section .sponsers {
        margin-top: 44px;
    }

    .lead-boxes-section {
        display: none;
    }

    .tv-section {
        padding: 15px 15px 50px 15px;
        margin-top: 18px;
    }

    .tv-section .playlist-wrapper {
        padding: 0 15px;
    }

    .tv-section .tv-wrapper .title {
        text-align: right;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .tv-section .tv-wrapper .playlist-wrapper .video-player {
        height: 60vw;
        padding: 0;
    }

    .tv-section .tv-wrapper .playlist-wrapper .playlist {
        padding: 16px 12px;
    }

    .tv-section .tv-wrapper .playlist-wrapper .playlist .playlist-item .thumbnail {
        width: 40%;
    }

    .tv-section .tv-wrapper .playlist-wrapper .playlist .playlist-item .content {
        width: 45%;
    }

    .social-section {
        padding: 45px 15px 0 15px;
    }

    .social-section .opinion-tour {
        padding: 0;
        margin-bottom: 70px;
    }

    .social-section .social-boxes .social-item {
        margin-bottom: 45px;
    }

    .social-section .social-boxes .social-item .header {
        height: 80px;
    }

    .social-section .social-boxes .social-item .header a img {
        width: 45px;
    }

    .social-section .opinion-tour .opinion-wrapper .opinion-img {
        width: 48%;
    }

    .social-section .opinion-tour .opinion-wrapper .opinion-img img {
        max-width: 100%;
    }

    .social-section .opinion-tour .opinion-wrapper .opinion {
        width: 52%;
        padding: 12px;
    }

    .social-section .opinion-tour .opinion-wrapper .opinion-img .author-img {
        left: -30px;
    }

    .social-section .social-boxes .social-item .social-inner {
        padding: 15px;
    }

    .main-container .content .text {
        font-size: 14px;
        width: 95%;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .tv-section,
  .sponsers-section,
  .articles-section {
    padding: 30px;
  }
  .games-section {
    padding-right: 30px;
  }

  .tv-section .playlist-wrapper {
    padding: 30px;
  }
  .social-section {
    padding-right: 30px;
    padding-left: 30px;
  }
}

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



</pre></body></html>