<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.video--banner {
    width:100%;
    padding-top: 40%;
    position: relative;
    background:#000;
  }
  .video--banner video {
    position: absolute;
    left: 0;
    top:0;
    width:100%;
    height: 100%;
  }
  @media (max-width:991px) {
    .video--banner {
        padding-top: 0px;
    }
    .video--banner video {
        position: static;
        height: auto;
    }
  }
  
  .text-color-white * {
    color: #fff;
  }
  .text-color-white h1,   .text-color-white a {
    color:#fff !important;
  }
  .pt-50 {
    padding-top: 50px !important;
  }
  .pb-50 {
    padding-bottom: 50px !important;
  }
  .premium-three-columns p strong {
    font-size:24px;
  }
  .premium-three-columns p {
    margin: 0px;
    color: #fff !important;
    margin-top: 10px;
  }
  
  .access-container {
    max-width: 1170px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
  }
  .access-container :is(.lg\:w-1\/4) {
  text-align:right;  
  }
  .access-container .prose {
    width:100%;
    max-width: 100%;
  }
  
  .packages-top:before {
    position:absolute;
    top:0;
    left:50%;
    margin-left:-100px;
    content:'';
    border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 40px solid #ff3c00;
  }
  .access-container .w-full {
    display: inline-block !important;
    margin-right:10px;
    margin-bottom: 20px;
    width: auto;
  }
  .access-table  h2 {
    margin-bottom:40px;
  }
  .access-table  table {
    width: 100%;
  }
  .access-table  table td {
    border:#333 solid 1px;;
    padding:15px !important;
    font-size:16px;
    vertical-align:middle;
    
  }
  .access-table  table td p {
    margin:0px !important;
  }
  .access-table  table td:nth-child(2), .access-table  table td:nth-child(3), .access-table  table td:nth-child(2) p, .access-table  table td:nth-child(3) p {
    text-align:center;
    font-size:20px !important;;
    font-weight:bold !important;
  }
  .access-table  table tr:nth-child(1) td {
    font-size:20px;
    font-weight:bold;
    
  }
  #ds_cpp {
    display: none !important;
}
#text-center img {
  margin-left: auto;
  margin-right: auto;
}

.partners-grid {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.partner-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  width: 25%;
}
.partner-link {
  display: block;

}
.partner-link img {
  width: 100%;
  height: auto;
}
@media (max-width:991px) {
  .partner-item {
    width:33.33%;
  }
}
@media (max-width:767px) {
  .partner-item {
    width:50%;
  }
}
@media (max-width:350px) {
  .partner-item {
    width:100%;
  }
}
.tgr-search-results .entry-item {
  display: flex !important;
  
  
}
.tgr-search-results .entry-item .search-thumb {
  width:300px;
  min-width: 300px;
  max-width: 300px;
  margin-right:20px;
}
.tgr-search-results .entry-item .search-thumb img {
  width:100%;
  height: auto;
}
@media (max-width:600px) {
    .tgr-search-results .entry-item {
  display: flex !important;
  flex-flow:wrap;
  
}
 .tgr-search-results .entry-item .search-thumb {
  width:100%;
  min-width: 100%;
  max-width: 100%;
  margin-right:0px;
  margin-bottom: 20px;
}   
}
.member-profile .social-accounts&gt;div a.i-twitter:before {
  display: none !important;
}
#footer .i-twitter:before {
  display: none;
}

#footer .i-twitter svg {
  width:27px;
}

#footer .i-twitter:hover svg path {
  fill: #00c0ff !important;
}
.post .image-wrap img {
  object-fit: cover;
  object-position: center;
}
select#primary-category {
  height: 35px;
  margin-bottom: 5px;
  width: 100%;
}
.add-entry .CIField .SearchImages .images .img img {
  width: 100% !important;
  height: auto !important;
}
.add-entry .CIField .SearchImages .images .img {
  width: 24% !important;
  height: auto !important;
}
.entry-share a.views {
  display: none;
}
.entry-share .social-network span.label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-stats .view_count {
  display: none;
}
.post-stats li:nth-last-child(2) {
  border:none !important;
}</pre></body></html>