<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body::-webkit-scrollbar,
.custom-popup::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track
 {
  background-color: #8e8e8e;
}

body::-webkit-scrollbar-thumb,
.custom-popup::-webkit-scrollbar-thumb

 {
  background-color: #FFFFFF;
  border-radius: 50px;
}
.custom-popup::-webkit-scrollbar-track{
  background-color: #FFFFFF;
}
.custom-popup::-webkit-scrollbar-thumb{
  background-color: #8e8e8e;
}
.displayNone{
display: none;
}

a{
  color:inherit;
}
a:hover{
  color:inherit;
}

/* GENERAL: */
body {
  font-family: "Jost";
}
.row{
  max-width: 100vw;
}

.main-title {
  font-weight: 700;
  font-size: 62px;
  line-height: 66px;
  margin: 350px 0 20px 0;
}

.header {
  color: #ffffff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    url(/images/bcg1.png) 50% 25% no-repeat;
  background-size: cover;
  padding-bottom: 71px;
  animation: bcgSlide 20s linear infinite  0s;
  animation-timing-function: ease-in-out;
  backface-visibility: hidden;

}
.header_tekst {
  font-family: "Roboto";
  font-size: 20px;
  line-height: 32px;
}
@keyframes bcgSlide {
  0% {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
      url(/images/bcg1.png) 50% 25% no-repeat;
    background-size: cover;
  }
  25% {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
      url(/images/bcg2.png) 50% 25% no-repeat;
    background-size: cover;
  }
  50% {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
      url(/images/bcg3.png) 50% 25% no-repeat;
    background-size: cover;
  }

  75% {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
      url(/images/bcg4.png) 50% 25% no-repeat;
    background-size: cover;
  }
  100% {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
      url(/images/bcg1.png) 50% 25% no-repeat;
    background-size: cover;
  }
}
.menu {
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  z-index: 100;
  align-items: center;
  width: 100%;
  padding: 20px 25px;
  justify-content: space-between;
}

.nav {
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  text-decoration: underline;
}


.nav-icon{
  width: 36px;
  height: 30px;
  margin: 10px 10px;
  position: relative;
  cursor: pointer;
}
.nav-icon span{
  background-color:#fff;
  position: absolute;
  border-radius: 4px;
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
  width:100%;
  height: 4px;
  transition-duration: 500ms
}
.nav-iconspan:nth-child(1){
  top:0px;
  left: 0px;
}
.nav-icon span:nth-child(2){
  top:13px;
  left: 0px;
  opacity:1;
}
.nav-icon span:nth-child(3){
  bottom:0px;
  left: 0px;
}

.nav-icon.open span:nth-child(1){
  transform: rotate(45deg);
  top: 13px;
}
.nav-icon.open span:nth-child(2){
  opacity:0;
}
.nav-icon.open span:nth-child(3){
  transform: rotate(-45deg);
  top: 13px;
}
.nav-item {
  cursor: pointer;
  margin: 0 17px;
}
.about-us {
  display: flex;
  max-width: 940px;
  padding: 45px 0 70px 0;
}
.about-us &gt; div {
  margin: 0 25px;
}
.about-us_text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-top: 15px;
}

.about-us_number {
  font-weight: 800;
  font-size: 47px;
  line-height: 47px;
  color: #f4aa37;
  padding: 37px 37px 16px 0;
  position: relative;
  display: flex;
  justify-content: flex-end;

  width: 281px;
  white-space: nowrap;
}
.about-us_number img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.radio {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: right;
  color: #262626;
  justify-content: center;
  background: #f0f6fc;
  padding-top: 36px;
  padding-bottom: 36px;
}
.radio_image {
  display: flex;
  align-items: center;
}

.radio div {
  margin: 0 10px;
}

.title {
  font-weight: 700;
  font-size: 40px;
  line-height: 90px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
}
.partner_preview {
  margin-right: 18px;
  min-width: 265px;
}
.partners-boxes {
  background: #edf1f5;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  color: #262626;
  width: 630px;
  margin: 15px 10px;
  height: fit-content;
}
.partner-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 18px;
}

.partner-opis {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 18px;
}

.partner-play {
  width: 131px;
  height: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  color: #262626;
  background: #f4aa37;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 32px;
}

.partner-buttons {
  justify-content: end;
}

.partner-regulamin {
  color: #0051c8;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.partner_preview img{
  max-width: 265px;
}
.check-akcje {
  width: 480px;
  background: #3ee8da;
  border-radius: 4px;
  height: 60px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 60px;
  color: #0051c8;
  cursor: pointer;
}

ol {
  list-style: none;
  padding: 0;
}

.faq {
  max-width: 688px;
}

.faq-title {
  color: #003583;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  background: #3ee8da;
  border-radius: 3px;
  height: 81px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  margin: 10px 0;
  width: 688px;
  cursor: pointer;
  justify-content: space-between;
}

.faq-title-text {
  max-width: 550px;
}

.faq-hidden {
  background: #f9f9f9;
  border-radius: 3px;
  padding: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #4a4a4a;
  display: none;
  text-align: justify;
}

.show-hide-arrow::after {
  content: "";
  font-weight: 200;
  font-size: 64px;
  line-height: 46px;
  font-family: "Josefin Sans";
  color: #ffffff;
}

.show-arrow::after {
  content: "+";
}

.hide-arrow::after {
  content: "-";
}

input,
textarea,
select {
  border: 1px solid #505965;
  border-radius: 2px;
  width: 496px;
  height: 41px;
  padding-left: 10px;
  color: #212529;
}
input::placeholder,
textarea::placeholder,
select
{
  font-family: "Roboto";
  font-size: 14px;
  line-height: 16px;
  color: #a8a8a8 !important;
}
.option{
  color: #212529;
}
label {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 18px;
  color: #505965;
  margin-bottom: 0;
}



.form-div {
  margin: 0 15px 27px 15px;
}

textarea {
  height: 127px;
  padding-top: 10px;
}

#submit {
  width: 280px;
  height: 60px;
  background: #505965;
  border-radius: 3px;
  font-weight: 500;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 5px;
}

.information {
  font-size: 18px;
  line-height: 26px;
  margin-top: 47px;
}

.information a,
.footer-text a,
.consents a {
  color: inherit;
}

.information div {
  margin: 0 83px;
}

.contact-container {
  background: #f0f6fc;
  padding-bottom: 50px;
  margin-top: 40px;
}
.contact-container .title {
  margin: 20px 0 10px 0;
}

.consents {
  max-width: 955px;
  font-family: "Roboto";
  font-size: 12px;
  line-height: 16px;
  color: #505965;
  padding: 80px 0;
}

.footer-text {
  display: flex;
  justify-content: flex-end;
  padding: 15px 32px 15px 0;
  background: #f9f9f9;
  color: #505965;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
}

.footer-text div {
  margin: 0 10px;
}

.table{
  font-weight: 800;
  font-size: 13px;
  line-height: 23px;
  color: #505965;
}

.tablet-title{
  color: #A8A8A8; 
}
.table &gt; div{
  height: auto;
  display: flex;
  width: 100%;
  padding: 10px 0;
  align-items:center;

}
.table &gt; div div{
  width: 20%;
  margin:0 2%;
}
.table &gt; div:nth-child(2n) {
  background: #F3F6F8;
 } 
 .popup-title{
  font-weight: 700;
  font-size: 40px;
  line-height: 90px;
  color: #505965;
 }

 .custom-popup{
   position: absolute;
   right: 0;
   top:72px;
   background: #FFFFFF;
box-shadow: 0px -4px 80px rgba(0, 0, 0, 0.65);
padding: 50px 0;
padding-left: 20px;
height: 100vh;
overflow-y: scroll;
transform: none;
transition: transform 2s cubic-bezier(0, 0, 0.35, 1);
 }
 .custom-popup_No-view{
  transform: translateX(115%);
 }
 .close-popup{
   position: fixed;
   /* right: 20px;
   top:20px; */
   cursor: pointer;
    right: 10px;
 }

 .regulamin-button{
  background: #A7BCD2;
  border-radius: 29px;
  padding: 10px 17px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  margin:6px;
  cursor: pointer;
 }

 .active {
  background: #F4AA37; 
  color: #201C25;
 }
 @media (min-width:769px){
  .nav-icon{
    display: none;
  }
  .nav{
    text-transform: uppercase;
  }
 }

@media (max-width: 1166px) {
  .col-partners {
    flex-direction: column;
    align-items: center;
  }

  .old-akcje {
    justify-content: center;
    display: flex;
  }
  .inputs-box {
    flex-direction: column;
  }
  .about-us {
    flex-direction: column;
    align-items: center;
  }
  .radio {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .radio_image {
    display: flex;
    flex-direction: column;
  }
  .radio {
    display: flex;
    flex-direction: column;
  }
  .radio_image div {
    margin: 12.5px;
  }
  .consents {
    width: 90vw;
  }
}

@media (max-width: 768px) {
  .custom-popup {
    padding: 50px 5px;
}
/* .close-popup {

  top: 95px;
} */
.popup-title {

  line-height: 40px;
}
  .displayNoneMob{
    display: none;
  }
  .header_tekst {
    font-size: 18px;
    line-height: 24px;
  }
  .main-title {
    font-size: 32px;
    line-height: 38px;
  }
  .about-us_text {
    text-align: center;
  }
  .about-us &gt; div {
    margin: 9px 0;
  }
  .nav{
    position: absolute;
    flex-direction: column;
    right: 0;
    top: 100%;
    background: #FFFFFF;
    text-align: right;
    font-weight: 700;
font-size: 24px;
line-height: 48px;
text-decoration: none;
color: #505965;
padding: 32px;
  }

  .custom-popup {
    top: 90px;
}
  .title,
  .contact-container .title {
    font-size: 32px;
    line-height: 32px;
    margin:55px 0 25px 0;
}
  .partners-boxes {
    flex-direction: column;
    width: 90vw;
  }
  .partner_preview {
    margin-right: 0;
    display: flex;
    justify-content: center;
  }
  .partner-title {
    font-size: 28px;
    line-height: 28px;
    margin-top: 18px;
  }

  .partner-play {
    margin-left: 22px;
  }
  .old-akcje {
    width: 100%;
}
  .check-akcje,
  .faq-title,
  .faq-hidden,
  input,
  textarea,
  select
   {
    width: 90vw;
  }

  .information{
    flex-direction: column;
  }

  .information div{
    margin: 12px 0;
  }
  .footer-text {
   flex-direction: column;
    align-items: flex-end;
    padding-right: 20px;
}
.footer-text div {
  margin: 0;
}
.table {
  font-size: 13px;
  line-height: 14px;
}

}

#success, #error {
    display:none;
}</pre></body></html>