@charset "utf-8";
.menu_trzymak {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 9999;
}
.menu_l {
    float: left;
    width: 150px;
}
.menu_s {
    float: left;
    width: calc(100% - 650px);
    margin-left: 50px;
    margin-right: 50px;
}
.menu_s .linia {
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #D4D4D4;
}
.menu_p {
    float: left;
    width: 400px;
    text-align: right;
    padding-top: 25px;
}
.menu_p img {
    height: 40px;
    margin-right: 20px;
}
.menu_p_button {
    display: inline-block;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 24px;
    background: linear-gradient(90deg, #041899 0%, #2E60D5 100%);
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 3.33px 16.67px rgba(255, 255, 255, 0.15);  
}
.menu_p_button:hover {
    color: #000000;
    background: linear-gradient(90deg, #DBB36B 0%, #F7CD80 100%);
}
.menu_s_button {
    display: inline-block;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 24px;
    background: linear-gradient(90deg, #DBB36B 0%, #F7CD80 100%);
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 3.33px 16.67px rgba(255, 255, 255, 0.15);  
}
.menu_s_button:hover {
    color: #ffffff;
    background: linear-gradient(90deg, #041899 0%, #2E60D5 100%);
}
.menu_s_button img {
    height: 30px;
    margin-right: 5px;
}
.menu_s .ik2 {
    height: 40px;
    margin-left: 20px;
}

a.menu_link:link {
    color:#000000;
    margin-right: 20px;
    text-decoration:none;
    font-weight: bold;
    font-size: 14px;
}
a.menu_link:visited
{
    color:#000000;
    text-decoration:none;
}
a.menu_link:hover
{
    color:#000000;
    text-decoration: underline;
}
a.menu_link:active
{
    color:#000000;
    text-decoration:none;
}

a.menu_link2:link {
    color:#000000;
    margin-right: 40px;
    text-decoration:none;
}
a.menu_link2:visited
{
    color:#000000;
    text-decoration:none;
}
a.menu_link2:hover
{
    color:#000000;
    text-decoration: underline;
}
a.menu_link2:active
{
    color:#000000;
    text-decoration:none;
}

.menu_s_button2 {
    display: inline-block;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 24px;
    background: #EFEFEF;
    color: #000000;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 3.33px 16.67px rgba(255, 255, 255, 0.15);     
}
.menu_s_button2:hover {
    color: #000000;
    background: linear-gradient(90deg, #DBB36B 0%, #F7CD80 100%);
}
.menu_s_button2 span {
    color: #DBB36B;
}
.menu_rozwniete {
    position: fixed;
    top: 65px;
    width: 100%;
    z-index: 9999;
    background-color: #F5F5F5;
    max-width: 800px;
    margin: auto;
    left: 0;
    right: 0;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.12);
    display: none;
}
.menu_rozwniete #menu_rozwniete_1 {
    display: none;
}
.menu_rozwniete #menu_rozwniete_2 {
    display: none;
}
.menu_rozwniete_bold {
    font-family: "Roc Grotesk Medium";
}
.menu_rozwniete_l {
    width: 300px;
    float: left;
}
.menu_rozwniete_p {
    width: calc(100% - 300px);
    float: left;
    padding-top: 25px;
}
.menu_rozwniete_p img {
    height: 50px;
    margin-right: 50px;
}
.banner {
  width: 100%;
  height: 650px;
  background-color: #FFFFFF;
  margin-top: 118px;

  position: relative;
  overflow: hidden;
}
.banner_txt {
    width: 650px;
    margin-left: 0;
    position: relative;
    z-index: 10;
    padding-top: 30px;
}
.banner_txt_lewa {
    position: relative;
    width: 80px;
    min-height: 260px;
    margin-right: 20px;
    float: left;
}
.banner_txt_lewa_pioro {
    width: 35px;
    display: table;
    margin: auto;
    margin-bottom: 40px;
}
.banner_txt_prawa {
    float: left;
    width: calc(100% - 100px);
    font-size: 20px;
}
.banner_txt_prawa_img1 {
    width: 250px;
}
.banner_txt_prawa_txt1 {
    font-size: 40px;
    margin-top: 20px;
    font-family: "Roc Grotesk Medium";
    color:#021069;
    line-height: 1.2;
}
.banner_txt_prawa_txt_button {
    display: inline-block;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    background: linear-gradient(90deg, #001294 0%, #2F62D7 100%);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 20px;
}
.banner_txt_prawa_txt_button img {
    height: 40px;
    margin-left: 20px;
}
.banner_txt_prawa_txt_button:hover {
    background: linear-gradient(90deg, #DBB36B 0%, #F7CD80 100%);
    color: #000000;
}
.banner-blur-bg {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;

  width: 820px;
  height: 520px;

  border-radius: 50%;
  background: #dbb36b;

  transform: translateY(-50%);
  filter: blur(90px);
  opacity: 0.15;

  z-index: 0;
  pointer-events: none;

  animation: changeColor 18s linear infinite;
}
/* kontener animacji w banerze */
.banner-animation {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);

  width: 520px;
  height: 520px;
}
.tlo_siwe {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #F5F5F5;
}
.boxy_home_trzymak {
    width: 100%;
    height: 120px;
    position: relative;
    max-width: 1400px;
    margin: auto;
    margin-top: -70px;
}
.boxy_home {
    width: 440px;
    float: left;
    overflow: hidden;
}
.boxy_home_srodek {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 24px;
    width: 100%;
    box-shadow: 0px 4px 22px 0px #0000000D;
    overflow: hidden;
}
.boxy_home_l {
    float: left;
    width: calc(100% - 150px);
    font-size: 11px;
    letter-spacing: 1px;
}
.boxy_home_p {
    float: left;
    width: 150px;
}
.boxy_home_margin {
    margin-left: 40px;
    margin-right: 40px;
}
.boxy_home_l span {
    color: #010D67;   
    font-size: 42px;
    font-family: "Roc Grotesk Medium";
    letter-spacing: 2px;
}
.boxy_home2_trzymak {
    width: 100%;
    height: auto;
    position: relative;
}
.boxy_home2 {
    float: left;
    width: calc(50% - 90px);
    height: 420px;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 25px;
    overflow: hidden;
}
.boxy_home2_kolor1 {
    background-color: #fef8ed;
    transition:
        background-color 0.6s ease,
        transform 0.6s ease;
}
.boxy_home2_kolor1:hover {
    background-color: #d1a85d;
}
.boxy_home2_kolor2 {
    background-color: #e8eefd;
    transition:
        background-color 0.6s ease,
        transform 0.6s ease;
}
.boxy_home2_kolor2:hover {
    background-color: #092067;
}
.boxy_home2_kolor3 {
    background-color: #dafed5;
    transition:
        background-color 0.6s ease,
        transform 0.6s ease;
}
.boxy_home2_kolor3:hover {
    background-color: #84cb9f;
}
.boxy_home2_kolor4 {
    background-color: #fcedeb;
    transition:
        background-color 0.6s ease,
        transform 0.6s ease;
}
.boxy_home2_kolor4:hover {
    background-color: #f2a8a3;
}
.boxy_home2_kolor5 {
    background-color: #55A5D4;
    transition:
        background-color 0.6s ease,
        transform 0.6s ease;
}
.boxy_home2_kolor5:hover {
    background-color: #1b648e;
}
.boxy_home2_kolor6 {
    background-color: #FF8B55;
    transition:
        background-color 0.6s ease,
        transform 0.6s ease;
}
.boxy_home2_kolor6:hover {
    background-color: #a34f28;
}

.boxy_home2_ksztalt {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 50px;
}
.boxy_home2_ksztalt img {
    width: 250px;
    transform: translateX(40px);
    opacity: 0.2;
    transition: transform 0.6s ease;    
}
.boxy_home2_ksztalt2 {
    width: 80px;
    position: absolute;
    z-index: 10;
    left: 20px;
    bottom: 20px;
    transition: transform 0.6s ease;   
}
.boxy_home2_ksztalt2_przesuniecie {
    left: 120px;
    transition: transform 0.6s ease;   
}
.boxy_home2_ksztalt2 .txt {
    position: absolute;
    font-size: 8px;
    top: 30px;
    width: 60px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    font-family: "Roc Grotesk Medium";
    letter-spacing: 0.5px;
}
.boxy_home2_ksztalt2 img {
    width: 80px;
}
.boxy_home2_ksztalt3 {
    width: 10px;
    height: 10px;
    opacity: 0;
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    color: #FFFFFF;
    font-size: 1px;
    font-family: "Roc Grotesk Medium";
    letter-spacing: 0.1px;
    padding-top: 4.2px;
    background-color: #1232a0;
    transition: transform 0.6s ease; 
    left: 200px;
    z-index: 20;
}
.boxy_home2_ksztalt4 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    font-family: "Roc Grotesk Medium";
    letter-spacing: 1px;
    padding-top: 42px;
    background-color: #d1a75d;
    transition: transform 0.6s ease; 
    left: 50px;
    z-index: 20;    
}


.boxy_home2_kolor1 .boxy_home2_ksztalt4 {
    background-color: #d1a75d;
}
.boxy_home2_kolor2 .boxy_home2_ksztalt4 {
    background-color: #1232a0;
}
.boxy_home2_kolor3 .boxy_home2_ksztalt4 {
    background-color: #84cb9f;
}
.boxy_home2_kolor4 .boxy_home2_ksztalt4 {
    background-color: #f2a8a3;
}

.boxy_home2_czlowiek {
    position: absolute;
    z-index: 3;
    right: 50px;
    bottom: 0px;
}
.boxy_home2_czlowiek img {
    height: 350px;
  transform-origin: bottom center;

  transition: transform 0.7s cubic-bezier(.22, .61, .36, 1);
}

.boxy_home2:hover .boxy_home2_ksztalt img {
    transform: translateX(-40px);
    opacity: 1;
}
.boxy_home2:hover .boxy_home2_czlowiek img {
    transform: scale(0.9);
}
.boxy_home2:hover .boxy_home2_ksztalt2  {
    transform: scale(0.4);
}
.boxy_home2:hover .boxy_home2_ksztalt2_przesuniecie {
    transform: translateX(-50px) scale(0.4);
}
.boxy_home2:hover .boxy_home2_ksztalt3 {
    opacity: 1;
    transform: translateY(-35px) scale(10);
}
.boxy_home2:hover .boxy_home2_ksztalt4 {
    background-color: #FFFFFF;
    color: #000000;
}
.boxy_home2:hover .boxy_home2_nag1 {
    color: #FFFFFF;
    text-decoration:underline;
    transition-delay: 0.3s;
}
.boxy_home2:hover .boxy_home2_nag2 {
    color: #FFFFFF;
    transition-delay: 0.3s;
}
.boxy_home2:hover .boxy_home2_nag4 {
    opacity: 1;
    transition-delay: 0.3s;
}


.boxy_home2_tlo {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 100px;
    background: #5a95d6;
    z-index: 1;

    clip-path: polygon(
        0 0,
        20% 0,
        100% 64%,
        0 98%
    );

    transition:
    width 0.85s cubic-bezier(.76, 0, .24, 1),
    height 0.85s cubic-bezier(.76, 0, .24, 1),
    clip-path 0.85s cubic-bezier(.76, 0, .24, 1);
}

.boxy_home2:hover .boxy_home2_tlo {
    width: 100%;
    height: 100%;

    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        0 100%
    );
}
.boxy_home2_tlo_kolor {
    background-color: #E9BE73;
}

.boxy_home2_srodek {
    float: left;
    width: 100px;
    position: relative;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
}
.boxy_home2_srodek_linia {
    width: 1px;
    height: 400px;
    background-color: #d9d9d9;
    margin: auto;
}
.boxy_home2_srodek_kolo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0px 4px 22px 0px #0000000D;
    background-color: #FFFFFF;
    position: absolute;
    top: 300px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
}
.boxy_home2_srodek_kolo img {
    width: 50px;
    margin-top: 22px;
}
.boxy_home2_pioro {
    width: 60px;
}

.boxy_home2_nag1 {
    color: #00216B;
    font-size: 32px;
    font-family: "Roc Grotesk Medium";
    padding-top: 50px;
    padding-left: 20px;
    z-index: 10;
    position: relative;
    width: 200px;
    margin-left: 0;
    line-height: 1;
    transition: color 0.4s ease;
    transition-delay: 0s;    
}
.boxy_home2_nag2 {
    color: #00216B;
    font-size: 62px;
    font-family: "Roc Grotesk Medium";
    padding-top: 50px;
    padding-left: 20px;
    z-index: 10;
    position: relative;
    margin-left: 0;
    line-height: 1;
    transition: color 0.4s ease;
    transition-delay: 0s;    
}
.boxy_home2_nag3 {
    color: #ffffff;
    font-size: 14px;
    padding-top: 15px;
    padding-left: 20px;
    z-index: 10;
    position: relative;
    margin-left: 0;
    line-height: 1.3;
    width: 280px;
    transition: color 0.4s ease;
    transition-delay: 0s;    
}
.boxy_home2_nag4 {
    opacity: 0;
    color: #ffffff;
    font-size: 16px;
    padding-top: 35px;
    padding-left: 20px;
    z-index: 10;
    position: relative;
    margin-left: 0;
    line-height: 1.3;
    width: 280px;
    transition: color 0.4s ease;
    transition-delay: 0s;    
}

.boxy_home3 {
    display: inline-block;
    width: 300px;
    margin: 20px;
    z-index: 10;
    border-radius: 20px;
    background-color: #FFFFFF;
    position: relative;
    height: 160px;
    overflow: hidden;
    color: #092067;
    font-size: 26px;
    font-family: "Roc Grotesk Medium";
    vertical-align: top;
}
.boxy_home3_wyzszy {
    height: 200px
}
.boxy_home3_txt {
    position: absolute;
    left: 30px;
    bottom: 10px;
    text-align: left;
    line-height: 1;
}
.boxy_home3_ksztalt {
    position: absolute;
    left: 0;
    top: 0;

    width: 95px;
    height: 82.5px;

    z-index: 1;
}

.boxy_home3_ksztalt svg {
    width: 100%;
    height: 100%;
    display: block;
}

.boxy_home3_ksztalt path {
    fill: #d5b575;
}
.boxy_home3_ksztalt_kolor2 path {
    fill: #74c3d2;
}
.boxy_home3_ksztalt_kolor3 path {
    fill: #04128e;
}
.boxy_home3_ksztalt_kolor4 path {
    fill: #84cb9f;
}
.boxy_home3_ksztalt_kolor5 path {
    fill: #e5a4a1;
}
.boxy_home3_ksztalt_kolor6 path {
    fill: #3b5fcf;
}
.boxy_home3_ksztalt_kolor7 path {
    fill: #5594d4;
}

.boxy_home3_img {
    position: absolute;
    top: 25px;
    left: 20px;
    height: 30px;
    z-index: 4;
}

.sekcja_z_parallaxem {
    position: relative;
    min-height: 700px;
    overflow: hidden;
}

.sekcja_content {
    position: relative;
    z-index: 5;
    padding: 140px 80px;
}

.tlo_ruch {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    user-select: none;

    opacity: var(--tlo-opacity, 0);
    filter: blur(var(--tlo-blur, 12px));

    transform:
        translate3d(var(--move-x, 0px), var(--move-y, 0px), 0)
        rotate(var(--rotate, 0deg))
        scale(var(--tlo-scale, 0.85));

    transition:
        opacity 0.15s linear,
        filter 0.15s linear,
        transform 0.15s linear;

    will-change: transform, opacity, filter;
}

/* pozycje obrazków */
.tlo_ruch_1 {
    width: 120px;
    left: 8%;
    top: 18%;
}

.tlo_ruch_2 {
    width: 180px;
    right: 10%;
    top: 32%;
}

.tlo_ruch_3 {
    width: 95px;
    left: 55%;
    bottom: 14%;
}

.tlo_home_zasw_men {
    background-color: #ebfef3;
    padding: 40px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    border-radius: 20px;
    padding-left: 200px;
    padding-right: 100px;
    margin-top: 50px;
    position: relative;
}
.tlo_home_zasw_men_pioro {
    position: absolute;
    top: 35%;
    left: 50px;
    width: 60px;
    z-index: 3;
}
.tlo_home_zasw_men_l {
    width: calc(100% - 250px);
    float: left;
    padding-right: 100px;
}
.tlo_home_zasw_men_l_nag {
    font-size: 36px;
    font-family: "Roc Grotesk Medium";
    margin-left: 0;
    width: 400px;
    line-height: 1.2;
}
.tlo_home_zasw_men_l img {
    width: 180px;
}
.tlo_home_zasw_men_p {
    float: left;
    width: 250px;
}
.tlo_home_zasw_men_p img {
    width: 300px;
}
.tlo_home_jakosc {
    background-color: #FFEDDA;
    padding: 40px;
    width: 100%;
    margin: auto;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 50px;
    position: relative;    
    max-width: 1200px;
    padding-right: 500px;
    padding-left: 140px;
    padding-top: 120px;
    transition: background 0.6s ease;
}
.tlo_home_jakosc:has(.tlo_home_jakosc_box.tlo_home_jakosc_box_kolor1:hover) {
    background-color: #fceedc;
}

.tlo_home_jakosc:has(.tlo_home_jakosc_box.tlo_home_jakosc_box_kolor2:hover) {
    background-color: #e5f6fe;
}

.tlo_home_jakosc:has(.tlo_home_jakosc_box.tlo_home_jakosc_box_kolor3:hover) {
    background-color: #e8eef0;
}
.tlo_home_jakosc_nag {
    font-size: 36px;
    font-family: "Roc Grotesk Medium";
    margin-left: 0;
    width: 300px;
    line-height: 1.2;    
}
.tlo_home_jakosc_zdj1 {
    position: absolute;
    top: 0;
    width: 50px;
    left: 50px;
}
.tlo_home_jakosc_zdj2 {
    position: absolute;
    bottom: 0;
    width: 250px;
    right: 100px;
    z-index: 10;
}
.tlo_home_jakosc_zdj3 {
    position: absolute;
    bottom: 150px;
    right: 50px;
    width: 350px;
    height: 350px; /* ważne */
    z-index: 1;
    overflow: visible;
}
.tlo_home_jakosc_box {
    width: 100%;
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 20px;
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.tlo_home_jakosc_box:hover {
    background-color: rgba(255,255,255,0.7);
}
.tlo_home_jakosc_box1 {
    float: left;
    width: 100px;
    padding-top: 5px;
}
.tlo_home_jakosc_box2 {
    float: left;
    width: calc(100% - 200px);
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 3px;
}
.tlo_home_jakosc_box2 span {
    font-family: "Roc Grotesk Medium";
}
.tlo_home_jakosc_box1 img {
    width: 100%;
}
.tlo_home_jakosc_box3 {
    float: left;
    width: 40px;
}
.tlo_home_jakosc_box3 img {
    width: 100%;
}

.tlo_home_jakosc_zdj3 .jakosc_zdj {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;
    object-fit: contain;

    opacity: 0;
    filter: blur(6px);
    transform: translateX(120px) scale(0.96);

    transition:
        opacity 0.65s ease,
        filter 0.65s ease,
        transform 0.65s cubic-bezier(.76, 0, .24, 1);
}

/* domyślnie pierwsze zdjęcie widoczne */
.tlo_home_jakosc_zdj3 .jakosc_zdj_1 {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0) scale(1);
}

/* gdy hoverujesz dowolny box — wszystkie wyjeżdżają w prawo */
.tlo_home_jakosc:has(.tlo_home_jakosc_box:hover) .jakosc_zdj {
    opacity: 0;
    filter: blur(6px);
    transform: translateX(120px) scale(0.96);
}

/* aktywne zdjęcie wjeżdża z prawej na miejsce */
.tlo_home_jakosc:has(.tlo_home_jakosc_box_kolor1:hover) .jakosc_zdj_1,
.tlo_home_jakosc:has(.tlo_home_jakosc_box_kolor2:hover) .jakosc_zdj_2,
.tlo_home_jakosc:has(.tlo_home_jakosc_box_kolor3:hover) .jakosc_zdj_3 {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0) scale(1);
}

.tlo_home_punkty {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #F5F5F5;
    padding-top: 50px;
    padding-bottom: 30px;
}
.tlo_home_punkty_button1 {
    float: left;
    width: 48%;
    margin-right: 2%;
    background-color: #FFFFFF;
    position: relative;
    height: 90px;
    border-radius: 20px;
    overflow: hidden;
    padding-left: 130px;
    padding-top: 18px;
    z-index: 9999;
}
.tlo_home_punkty_button1 span {
    font-family: "Roc Grotesk Medium";
    font-size: 21px;
    color: #00216B;
}
.tlo_home_punkty_button2 {
    float: left;
    width: 48%;
    margin-left: 2%;
    position: relative;
    height: 90px;
    border-radius: 20px;
    overflow: hidden;
    padding-left: 130px;
    padding-top: 18px;
    z-index: 9999;
}
.tlo_home_punkty_button2 span {
    font-family: "Roc Grotesk Medium";
    font-size: 21px;
    color: #00216B;
}
.tlo_home_punkty_trzymak {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    position: relative;
    border-radius: 25px;
    padding-top: 200px;
    padding-bottom: 50px;
    z-index: 2;
}
.tlo_home_punkty_trzymak_button1 {
    display: inline-block;
    padding: 10px;
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 20px;
    border-radius: 25px;
    border: solid 1px #061C9C;
    font-family: "Roc Grotesk Medium";
}
.tlo_home_punkty_trzymak_button1:hover {
    background: linear-gradient(90deg, #031798 0%, #2D5FD5 100%);
    color: #FFFFFF;    
}
.tlo_home_punkty_trzymak_button2 {
    display: inline-block;
    padding: 12px 30px 10px;
    margin-left: 20px;
    border-radius: 25px;
    background: linear-gradient(90deg, #031798 0%, #2D5FD5 100%);
    color: #FFFFFF;
    font-family: "Roc Grotesk Medium";
    border: none;
    box-sizing: border-box;
    min-height: 44px;
    position: relative;
    z-index: 2;
}

.tlo_home_punkty_trzymak_button2:hover {
    border: none;
    box-shadow: inset 0 0 0 1px #061C9C;
    color: #000000;
    background: #FFFFFF;
}
.tlo_home_punkty_zdj1 {
    position: absolute;
    z-index: 2;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
    top: 100px;
}
.tlo_home_punkty_zdj1_kurs {
    width: 50%;
}
.tlo_home_punkty_zdj2 {
    position: absolute;
    z-index: 1;
    top: -100px;
    width: 100%;
}

.timeline-home {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 120px 20px;

    --dot-size: 64px;
    --line-width: 3px;
    --blue: #d5b575;
}

/* linia środkowa */
.timeline-line {
    position: absolute;
    left: 50%;
    top: 100px;
    bottom: 150px;

    width: var(--line-width);
    background: #fff;

    transform: translateX(-50%);
    z-index: 1;
    overflow: hidden;
}

.timeline-line-progress {
    width: 100%;
    height: 0%;
    background: var(--blue);
    transition: height 0.15s linear;
}

.timeline-line-end-img {
    position: absolute;
    left: 50%;
    bottom: -55px;

    width: 130px;
    height: 130px;

    transform: translateX(-50%);
    z-index: 10;
    pointer-events: none;
}

.timeline-line-end-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* stałe małe kropki na linii */
.timeline-fixed-dot {
    position: absolute;
    left: 50%;
    width: 14px;
    height: 14px;
    background: #eed9b0;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 3;

    transition:
        background-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

.timeline-fixed-dot.dot-1 {
    top: 18%;
}

.timeline-fixed-dot.dot-2 {
    top: 38%;
}

.timeline-fixed-dot.dot-3 {
    top: 60%;
}

.timeline-fixed-dot.dot-4 {
    top: 82%;
}

/*
    Układ:
    box lewy | puste miejsce | linia | puste miejsce | box prawy
*/
.timeline-row {
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        var(--dot-size)
        var(--line-width)
        var(--dot-size)
        minmax(0, 1fr);

    align-items: center;
    z-index: 2;

    opacity: 0;
    filter: blur(8px);

    transition:
        opacity 0.7s ease,
        filter 0.7s ease,
        transform 0.7s cubic-bezier(.22, .61, .36, 1);
}

.timeline-row.left {
    transform: translateX(-70px);
}

.timeline-row.right {
    transform: translateX(70px);
}

.timeline-row.is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

/* box po lewej */
.timeline-row.left .timeline-box {
    grid-column: 1;
}

/* box po prawej */
.timeline-row.right .timeline-box {
    grid-column: 5;
}

/* box */
.timeline-box {
    position: relative;
    width: 100%;
    padding: 10px;
    overflow: hidden;
}
.timeline-box_txt {
    float: left;
    width: calc(100% - 300px);
    padding-right: 20px;
}
.timeline-box_zdj {
    float: left;
    width: 300px;
}

.timeline-box span {
    color: #e6e9ef;
    font-size: 122px;
    font-family: "Roc Grotesk Medium";
    letter-spacing: 0.02em;
    line-height: 0.7;
}

.timeline-box h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.1;
    color: #00216B;
    font-family: "Roc Grotesk Medium";
}

.timeline-box p {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
}

.timeline-fixed-dot {
    position: absolute;
    left: 50%;

    width: 14px;
    height: 14px;

    background: #eed9b0;
    border-radius: 50%;

    transform: translateX(-50%);
    z-index: 6;

    transition:
        background-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

.timeline-fixed-dot.dot-1 {
    top: 18%;
}

.timeline-fixed-dot.dot-2 {
    top: 38%;
}

.timeline-fixed-dot.dot-3 {
    top: 60%;
}

.timeline-fixed-dot.dot-4 {
    top: 82%;
}

.timeline-fixed-dot.is-active {
    background: #d5b575;
    box-shadow: 0 0 0 14px rgba(85, 148, 212, 0.14);
    transform: translateX(-50%) scale(1.12);
}

.timeline-runner {
    position: absolute;
    left: 50%;
    top: 0;

    width: 54px;
    height: 54px;

    transform: translate(-50%, 0);
    z-index: 10;

    pointer-events: none;
    will-change: transform;
}

.timeline-runner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.boxy_home4 {
    float: left;
    width: calc(100% / 3 - 30px);
    margin: 15px;
    padding: 30px;
    border-radius: 25px;
    border: solid 1px #CCCCCC;
}
.boxy_home4_rekrutacje {
    border: none;
    padding: 0;
}
.boxy_home4_rekrutacje .strony-twoj-koszyk-tlo1-boxy-zdj {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.boxy_home4_pierwszy {
    background-color: #f4f7fe
}
.boxy_home4_pierwszy2 {
    background-color: #FFF9EF
}
.boxy_home4_gwiazdki {
    width: 100%;
    height: auto;
    color: #6B9CDB;
    font-size: 24px;
}
.boxy_home4_symbol {
    font-size: 100px;
    line-height: 0.3;
    font-family: "Roc Grotesk Bold";
    transform: scaleY(1.4);
    color: #b7b9be;
    margin-top: 150px;
    clear: both;
}
.boxy_home4_txt {
    width: 100%;
    height: 110px;
    font-size: 18px;
}
.boxy_home4_linia {
    width: 100%;
    height: 1px;
    clear: both;
    background-color: #CCCCCC;
}
.boxy_home4_zrodlo {
    vertical-align: middle;
}
.boxy_home4_zrodlo span {
    vertical-align: middle;
    line-height: 1;
}
.boxy_home4_zrodlo img {
    height: 25px;
    margin-left: 10px;
    vertical-align: middle;
}
.boxy_home4_osoba {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.boxy_home4_osoba_l {
    float: left;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.boxy_home4_osoba_l_zdj_przyklad {
    background-image: url("../images/home/zdj35.webp");
}
.boxy_home4_osoba_p {
    float: left;
    width: calc(100% - 70px);
    margin-left: 20px;
} 
.boxy_home4_osoba_p span {
    font-family: "Roc Grotesk Medium";
}
.button {
    display: inline-block;
    font-size: 18px;
    color: #FFFFFF;    
    border-radius: 20px;
    padding: 10px;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #002F6D;
}
.button:hover {
    border: solid 1px #002F6D;
    background-color: #FFFFFF;
    color: #002F6D;    
}
.button2 {
    display: inline-block;
    font-size: 18px;
    border-radius: 20px;
    padding: 10px;
    padding-top: 13px;
    padding-left: 35px;
    padding-right: 35px;
    border: solid 1px #002F6D;
    background-color: #FFFFFF;
    color: #002F6D;      
    font-family: "Roc Grotesk Medium";  
}
.button2:hover {
    color: #FFFFFF;    
    background-color: #002F6D;
}
.boxy_home5 {
    float: left;
    width: calc(100% / 3 - 30px);
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}
.boxy_home5 span {
    font-size: 50px;
    font-family: "Roc Grotesk Medium";
}
.boxy_home5 img {
    width: 200px;
}


.boxy_home6 {
    float: left;
    width: calc(100% / 3 - 40px);
    margin: 20px;
    box-shadow: 0px 4px 20px 0px #1212311A;
    overflow: hidden;
    border-radius: 20px;
}
.boxy_home6_zdj {
    width: 100%;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    margin-bottom: 20px;
}
.boxy_home6_zdj_przyklad {
    background-image: url("../images/home/zdj42.webp");
}
.boxy_home6_txt1 {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 10px;
}
.boxy_home6_txt1_kropka {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #E65000;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.boxy_home6_txt1 img {
    height: 18px;
}
.boxy_home6_txt2 {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px; 
    background-color: #DBE1FF;
    font-size: 13px;
    display: inline-block;
    margin-left: 25px;
    margin-top: 15px;
    border-radius: 6px;
}
.boxy_home6_txt3 {
    padding-left: 25px;
    padding-right: 25px;  
    color: #121231;
    font-family: "Roc Grotesk Medium";
    font-size: 16px;
    margin-top: 15px;
}
.boxy_home6_txt4 {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 20px;
    padding-bottom: 20px;
    height: 60px;
    box-sizing: content-box;
    font-size: 12px;
    line-height: 20px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.boxy_home6_txt5 {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
    vertical-align: middle;
    color: #464691;
    font-size: 14px;
    font-family: "Roc Grotesk Medium";
}
.home_txt_blog_nag {
    width: 1000px;
    margin: auto;
    font-size: 20px;
}

.faq-section {
width: 100%;
box-sizing: border-box;
}

.faq-item {
background: #ffffff;
border-radius: 8px;
margin-bottom: 20px;
overflow: hidden;
}

.faq-question {
width: 100%;
min-height: 96px;
padding: 0 32px;
border: none;
background: transparent;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
text-align: left;
font-size: 22px;
font-weight: 700;
color: #46498f;
letter-spacing: 0.5px;
}

.faq-question span:first-child {
padding-right: 24px;
}

.faq-icon {
width: 16px;
height: 16px;
border-right: 3px solid #46498f;
border-bottom: 3px solid #46498f;
transform: rotate(45deg);
transition: transform 0.25s ease;
flex-shrink: 0;
}

.faq-item.active .faq-icon {
transform: rotate(225deg);
}

.faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.35s ease;
}

.faq-answer p {
margin: 0;
padding: 0 32px 32px;
max-width: 980px;
font-size: 19px;
line-height: 1.55;
color: #151515;
}

.faq-item.active .faq-answer {
max-height: 300px;
}

.stopka {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f5f5f5;    
    position: relative
}
.stopka_symbol {
    position: absolute;
    bottom: -100px;
    width: 300px;
    margin: auto;
    right: 300px;
    z-index: 1;
}
.stopka_linia_trzymak {
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 2;
}
.stopka_linia {
    width: 100%;
    height: 6px;
    background-color: #FFFFFF;
    position: absolute;
    top: 27px;
    z-index: 1;
}
.stopka_linia_przycisk {
    background-color: #FFFFFF;
    border: solid 1px #002F6D;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    right: 30px;
    top: 5px;
    border-radius: 50%;
    color: #002F6D;
    text-align: center;
    font-size: 30px;
}
.stopka_linia_przycisk:hover {
    background-color: #002F6D;
    color: #FFFFFF;
}
.stopka_gora_1 {
    display: inline-block;
    width: 200px;
    vertical-align: middle;
    padding-right: 50px;
    margin-right: 50px;
    border-right: solid 1px #CCCCCC;
    position: relative;
    z-index: 2;
}
.stopka_gora_2 {
    display: inline-block;
    width: calc(100% - 510px);
    vertical-align: middle;
    font-family: "Roc Grotesk Medium";
    position: relative;
    z-index: 2;    
}
.stopka_gora_2 img {
    height: 40px;
    margin-right: 30px;
}
.stopka_gora_3 {
    display: inline-block;
    width: 200px;
    vertical-align: middle;
    text-align: right;
    position: relative;
    z-index: 2;    
}
.stopka_gora_3 img {
    height: 20px;
    margin-left: 15px;
}
.stopka_linia2 {
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
    clear: both;
    position: relative;
    z-index: 2;    
}
.stopka_srodek_1 {
    float: left;
    width: 40%;
    font-size: 13px;
    position: relative;
    z-index: 2;    
}
.stopka_srodek_2 {
    float: left;
    width: 20%;
    font-size: 13px;
    position: relative;
    z-index: 2;    
}
.stopka_srodek_2_l {
    float: left;
    width: 30px;
    text-align: left;
}
.stopka_srodek_2_l img {
    width: 20px;
}
.stopka_srodek_2_p {
    float: left;
    width: calc(100% - 30px);
    text-align: left;
}
.stopka_srodek_3 {
    float: left;
    width: 20%;
    font-size: 13px;
    position: relative;
    z-index: 2;    
}
.stopka_srodek_4 {
    float: left;
    width: 20%;
    font-size: 13px;
    position: relative;
    z-index: 2;    
}
.stopka_dol_1 {
    float: left;
    width: 50%;
    text-align: left;
    font-size: 12px;
}
.stopka_dol_2 {
    float: left;
    width: 50%;
    text-align: right;
    font-size: 12px;
}

.tlo_siwe_lp {
    width: 100%;
    background-color: #E7E7E7;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
}
.tlo_siwe_lp_txt {
    width: 100%;
    padding: 30px;
    border-radius: 30px;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
}
.tlo_siwe_lp_txt_l {
    width: calc(100% - 400px);
    float: left;
    padding-right: 100px;
}
.tlo_siwe_lp_txt_p {
    width: 400px;
    position: relative;
    float: left;
}
.tlo_siwe_lp_txt_l_nag {
  background: linear-gradient(90deg, #000C66 0%, #5594D4 82.35%);
    background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 40px;
  font-family: "Roc Grotesk Medium";
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1.2;
}
.tlo_siwe_lp_txt_l select {
    background-color: #F7F7F7;
    padding: 10px;
    border-radius: 15px;
    font-size: 18px;
    width: 100%;
    color: #000;
    border: none;
}
.tlo_siwe_lp_txt_l input[type="text"] {
    background-color: #F7F7F7;
    padding: 10px;
    border-radius: 15px;
    font-size: 18px;
    width: 100%;
    color: #000;
    border: none;
}

.tlo_siwe_lp_txt_l .tlo_home_punkty_trzymak_button2 {
    width: 100%;
    text-align: center;
}

.blad_formularza {
    box-shadow: 0 0 0 2px #d60000 !important;
}
.strony-lp-kolor-1 {
    background-color: #FFF4E2 !important;
}
.strony-lp-kolor-1 .strony-blog-wpisy_tlo1_txt {
    width: calc(100% - 400px);
    padding-right: 100px
}
.strony-lp-kolor-1 .strony-blog-wpisy_tlo1_zdj2 {
    width: 400px
}
.opinie-lp {
    
}
.opinie-lp-l {
    float: left;
    width: calc(100% - 300px);
    font-size: 40px;
    line-height: 1.2;
    font-weight: bold;
}
.opinie-lp-l span {
    color: #808080;
}
.opinie-lp-p {
    float: left;
    width: 300px;
    text-align: right;
    color:#848484;
    font-size: 14px;
}
.opinie-lp-box-trzymak {
    width: 100%;
    height: 430px;
    padding: 10px;
}
.opinie-lp-box-pole {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.opinie-lp-box-pole-gora {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #CCC;    
    color: #1E1E1E99;
    font-weight: bold;
}
.opinie-lp-box-pole-gora img {
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.opinie-lp-box-pole-l {
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}
.opinie-lp-box-pole-p {
    width: calc(100% - 70px);
    margin-left: 20px;
    padding: 10px;
    background-color: #e0ebf5;
    float: left;
    border-radius: 10px;
    font-size: 14px;
}

.tlo_siwe_lp2 {
    width: 100%;
    background-color: #F0F0F0;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.strony-twoj-koszyk-tlo1-boxy-txt-lp-kolor {
    background-color: #F9EAD1 !important;
    height: 75px !important;
    font-size: 14px;
}
.strony-twoj-koszyk-tlo1-boxy-zdj-zdj1 path {
  fill: #E9BE73 !important;
}
.strony-twoj-koszyk-tlo1-boxy-zdj-zdj1 img {
    top: 20px !important;
    left: 10px !important;
}
.tlo_siwe_lp2-zdj1 {
    position: absolute;
    z-index: 1;
    width: 500px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0px;
}
.tlo_siwe_lp2-zdj2 {
    position: absolute;
    z-index: 1;
    width: 400px;
    left: 100px;
    bottom: 0;
}
.tlo_siwe_lp2-zdj3 {
    position: relative;
    z-index: 3;
}
.tlo_zolte_lp {
    width: calc(100% - 100px);
    margin: auto;
    background-color: #FFF7E7;
    text-align: center;
    border-radius: 20px;
    padding-top: 100px;
    padding-left: 300px;
    padding-right: 300px;
}
.tlo_zolte_lp img {
    width: 100%;
    max-width: 400px;
}
.banner_lp {
    width: 100%;
    position: relative;
    background-color: #E7E7E7;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px
}
.banner_lp_l {
    float: left;
    width: 500px;
    position: relative;
    z-index: 2;
}
.banner_lp_p {
    float: left;
    width: calc(100% - 600px);
    position: relative;
    z-index: 2;
    background-color: #FFF;
    padding: 50px;
    border-radius: 20px;
    overflow: hidden;
    margin-left: 100px;
}
.banner_lp_zdj {
    position: absolute;
    left: 0px;
    bottom: 250px;
    width: 600px;
    z-index: 1;
}
.banner_lp_zdj2 {
    height: 20px;
}
.banner_lp_l_logo1 {
    height: 50px;
    margin-right: 50px;
}
.banner_lp_l_logo2 {
    height: 50px;
}
.banner_lp_l_logo3 {
    height: 50px;
    margin-right: 20px;
}
.banner_lp_l_logo4 {
    height: 50px;
}
.banner_lp_l_tytul {
    line-height: 1.0;
    font-size: 48px;
    font-weight: bold;
}

.banner_lp_p_zdj_trzymak {
    display: flex;
    gap: 55px;
    width: 100%;
}

.banner_lp_p_zdj_wybor {
    position: relative;
    flex: 1;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0.42;
}

.banner_lp_p_zdj_wybor img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

/* aktywny kafelek */
.banner_lp_p_zdj_wybor.aktywny {
    opacity: 1;
}

/* pole checkboxa */
.banner_lp_p_zdj_check {
    position: absolute;
    top: 10px;
    left: 7px;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    z-index: 5;
    box-sizing: border-box;
}

/* ptaszek */
.banner_lp_p_zdj_wybor.aktywny .banner_lp_p_zdj_check::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 11px;
    left: 6px;
    top: 2px;

    border-right: 2px solid #d9ad55;
    border-bottom: 2px solid #d9ad55;

    transform: rotate(45deg);
}

/* biały środek przy aktywnym */
.banner_lp_p_zdj_wybor.aktywny .banner_lp_p_zdj_check {
    background: #fff;
}

/* hover */
.banner_lp_p_zdj_wybor:hover {
    opacity: 0.75;
}

.banner_lp_p_zdj_wybor.aktywny:hover {
    opacity: 1;
}

.banner_lp_p .tlo_home_punkty_trzymak_button2 {
    width: 100%;
    text-align: center;
}
.banner_lp_p_polowa_l {
    float: left;
    width: calc(50% - 20px);
    margin-right: 20px;
}
.banner_lp_p_polowa_p {
    float: left;
    width: calc(50% - 20px);
    margin-left: 20px;
}
.banner_lp_p_polowa_l input[type="text"] {
    background-color: #F7F7F7;
    padding: 10px;
    border-radius: 15px;
    font-size: 18px;
    width: 100%;
    color: #000;
    border: none;
}
.banner_lp_p_polowa_p input[type="text"] {
    background-color: #F7F7F7;
    padding: 10px;
    border-radius: 15px;
    font-size: 18px;
    width: 100%;
    color: #000;
    border: none;
}
.trzymak_sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #FFF;
    text-align: center;
    z-index: 9999;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: opacity 0.2s ease;
}
.trzymak_sticky.ukryty {
    opacity: 0;
    pointer-events: none;
}
.trzymak_sticky .tlo_home_punkty_trzymak_button2 {
    width: 100%;
    max-width: 600px;
    text-align: center;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(50px) scale(0.96);
  filter: blur(10px);
  transition:
    opacity 0.9s ease,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.9s ease;
  will-change: opacity, transform, filter;
}

.js .reveal.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}