* {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 300;
    /* font-size: 12px; */
    /*  */
    /* outline: 1px solid limegreen; */
}

html {
    background-color: #f3f3f3;
}

/* Small devices (less than 576px) */
/* navigacja */

.dark-gold {
    color: rgba(186, 169, 113, 1) !important;
    font-weight: 700 !important;
}

.light-gold {
    color: rgba(186, 169, 113, 1);
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* position: fixed; */
    width: 100vw;
    margin: 0px auto;
    background-color: #ffffff;
    z-index: 100;
    top: 0;
    /* height: 98px; */
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.navbar {
    width: 100%;
}

.whole-content {
    /* padding-top: 116px; */
}

.nav {
    padding: .5rem;
    align-items: center;
    justify-content: flex-start;
    /* max-width: 30%; */
}

.nav a{
    display: block;
    width: 170px;
    /* padding:1rem 2rem;  */
    padding: 0 0 0 0rem;
    min-height: 40px;
}

.nav a.nsakademia {
    display: none;
}

.nav a.ns {
    margin-right: 1rem;
}

.nav a img {
    width: 100%;
    /* margin-bottom: 1rem; */
}

.sect {
    max-width: 1400px !important;
    width: 90%;
    margin: 0px auto;
    position: relative;
}

.icons { 
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 20%;
    max-width: 20%;
    /* background: aliceblue; */
}

.disclaimer-wrapper .icons .joinus {
    font-size: 1.2rem;
    font-weight: 400;
}

.icons button.cta.gotoregister {
    margin: 0;
    margin-left: .5rem;
}

.icons a:visited,
.icons a{
    margin: 0rem;
    margin-right: 1.2rem;
    font-size: 1rem;
    font-weight: 600;
    color: #cccccc;
    text-decoration: none;
    padding: .5rem 1rem;
}

.icons a:last-of-type {
    margin-right: 0;
}

.icons a:hover,
.icons a:active,
.icons a:focus {
    color: #acacac;
}

.icons .cta a:focus,
.icons .cta a:active,
.icons .cta a:hover {
    color: #ffffff;
}

.icons img{
    width:25px;
    /* margin-top:2rem; */
}

.icons {
    display: none;
}

.disclaimer-wrapper .icons {
    display: none;
}

@media screen and (min-width: 892px) {
    .icons {
        display: flex;
        align-items: baseline;
        justify-content: flex-end;
        /* min-height: 60px; */
    }

    .icons .joinus {
        margin-right: 1rem;
    }

    .disclaimer-wrapper .icons {
        margin-top: 2rem !important;
        display: flex;
    }
}

.header-safe-anchor {
    position: absolute;
    top: -98px;
}

/* header style */
.header-fluid {
    background: #ffffff;
    /* background-image: url(../gfx/LP_header.png);  */
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    width: 90%;
    max-width: 1400px;
    margin: 2rem auto;
    border-radius: 2rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.25);
}

.header .image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.header .image-container img {
    width: 100%;
    aspect-ratio: 1/1;
    max-width: 300px;
    max-height: 300px;
}

.header {
    display: flex;
    align-items: center;
    /* padding: 3rem; */
    justify-content: flex-start;
    width: 90%;
    /* max-width: 1400px; */
    margin: 0px 1rem;
    /* padding-left: 4rem; */
    /* padding-right: 4rem; */
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 600px;
}

.header h1 {
    font-size: 1.2rem;
    font-family: Poppins, serif;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    text-wrap: balance;
}

.header .text-color {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.header .lefty {
    text-align: center;
}

.header .thin {
    color: #f3f3f3;
    font-weight: 400;
    text-align: left;
}

.header h2 .thin {
    color: #1d1d1c;
}

.header h2 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #1d1d1c;
    /* margin-top: 2rem; */
    /* margin-bottom: 2rem; */
}

.header h2.onlythen {
    margin-top: 0;
    margin-bottom: 1rem;
}

.header h2.margintop {
    margin-top: 2rem;
}

.header h2 .thin {
    font-size: 1.4rem;
    text-align: center;
}

.header h2:first-of-type {
    margin-top: 0rem;
}

.cta,
button {
   display: flex;
   align-items: center;
   justify-content: space-evenly;
   /* width: 90%; */
   /* min-width: 150px; */
   max-width: 400px;
   margin: 1rem auto 0;
   padding: .5rem 1.5rem;
   border-radius: .5rem;
   /* border:  2px solid rgba(186, 169, 113, 1); */
   background-color: rgba(186, 169, 113, 1);
   color: #ffffff;
   font-weight: 700;
   text-decoration: none;
   /* padding-left: 1rem; */
   cursor: pointer;
}

.header .headline .ctabtns .cta .circle {
    height: 2rem;
    width: 2rem;
}

.ctabtns {
    display: flex;
    /* width: 100%; */
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    cursor: pointer;
    /* min-width: 600px; */
}

.ctabtns1 {
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 280px;
}

.lefty .ctabtns {
    justify-content: flex-start;
}

.ctabtns .cta:first-of-type {
    /* margin-right: 2rem; */
}

.ctabtns1 .cta:first-of-type {
    margin-right: 0rem;
}

.ctabtns .icons a {
    margin-right: 0;
}

@media screen and (min-width: 992px) {
    .ctabtns1 .cta:first-of-type {
        margin-right: 0rem;
      }

      .ctabtns1 .cta {
        margin-top: .5rem;
        max-width: 300px;
      }
}

@media screen and (min-width: 1200px) {
    .ctabtns1 {
        flex-wrap: nowrap;
        width: auto;
        /* max-width: 600px; */
    }

    .ctabtns1 .cta {
        margin-top:  0rem;
        margin-right: .5rem;
      }

      .ctabtns1 .cta:first-of-type {
        margin-right: 1rem;
      }
}

.header .oval {
    display: block;
    background-color: rgba(249, 198, 104, 0.882);
    padding: .5rem;
    border-radius: 2rem;
    max-width: 300px;
    text-align: center;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.header-content .column.text,
.header-content .column.photo  {
    width: 100%;
}

.header-content .image {
    /* width: 35%; */
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 2rem 1rem;
    max-width: 270px;
}

.header-content .image img {
    width: 100%;
    max-width: 300px;
}

.header-content .image .name {
    font-size: 1.5rem;
    color: #ffffff;
    background-color: rgba(249, 198, 104, 0.882);
    padding: .5rem;
    min-width: 350px;
    text-align: center;
    display: block;
    border-radius: 3rem;
    font-weight: 700;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%,-50%);
}


.header-content .column.text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header-content .pill-container {
    display: flex;
    width: 100%;
    align-items: center;
    /* justify-content: flex-start; */
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.header-content .text .pill {
    position: relative;
    left: -5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #baa971;
    border-radius: 0 2rem 2rem 0;
    padding: .5rem;
    padding-left: 4.5rem;
    font-size: 1.75rem;
    color: #ffffff;
    font-weight: 600;
}

.header-content .text .pill .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    font-size: 1.5rem;
    color: #baa971;
    background-color: #001A2E;
    padding: .2rem;
    height: 2rem;
    width: 2rem;
    aspect-ratio: 1/1;
    line-height: 1;
}

.header-content .text .pill .arrow-right {
    width: 0; 
    height: 0; 
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: .1rem;
    position: relative;
    
    border-left: 12px solid #baa971;
}

.header-content .text .pill .word {
    font-size: 1.5rem;
    text-align: center;
    margin-left: .5rem;
    margin-right: .2rem;
    font-weight: 500;
}

.header-content .text .pill span {
    font-weight: 500;
    line-height: 1;
    display: block;
}

.header-content .photo {
    display: none;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 350px;
    /* border-radius: 50%; */
    /* border: 4px solid rgba(186, 169, 113, 1); */
}

.header-content .photo img {
    width: 100%;
    max-width: 350px;
}

h2.onlythen {
    /* color: #1d1d1c; */
    text-align: left;
    line-height: 2;
    /* font-style: italic; */
}

span.onlythen {
    font-weight: 500;
    display: block;
    font-size: 1rem;
}

span.cursive {
    font-style: italic;
    text-wrap: balance;
}

.header h4 {
    font-size: 3rem;
    font-weight: 700;
    color: #1d1d1c;
    margin-top:1.5rem;
}

.header h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1d1d1c; 
    /* margin-top: 2rem; */
    margin-bottom: 0rem;
}

.header p {
    font-size: 1.2rem;
    font-weight: 500;
    color: #1d1d1c; 
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.headline {
    padding-top: 0rem;
    padding-bottom: 2rem;
    width: 100%;
}

/* button */
.btn-primary.btn {
    background-color: rgba(249, 198, 104, 0.882);
    border-radius: 0;
    border-color: rgba(249, 198, 104, 0.882);
    font-weight: bold;
    font-size: 1.2rem;
    margin-top:5rem
}
.btn-primary.btn a,
.cta a{
    font-weight: bold;
    font-size: 1.2rem;
    color:#fff;
    text-decoration:none;
    margin-left: 1rem;
}

.date-cta-container {
    display: flex;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    justify-content: center;
    /* text-align: center; */
}

.date-cta-container img {
    height: 2.5rem;
    color: #1d1d1c;
}

.date-cta-container h3 {
    margin-left: 1rem;
    color: #1d1d1c;
    font-weight: 500;
    font-size: 1.2rem;
}

.date-cta-container h3 strong {
    display: inline;
}

.cta,
button {
   display: flex;
   align-items: center;
   justify-content: space-evenly;
   /* width: 90%; */
   /* min-width: 150px; */
   max-width: 400px;
   margin: 1rem auto 0;
   padding: .5rem 1.5rem;
   border-radius: .5rem;
   /* border:  2px solid rgba(186, 169, 113, 1); */
   background-color: rgba(186, 169, 113, 1);
   color: #ffffff;
   font-weight: 700;
   text-decoration: none;
   /* padding-left: 1rem; */
   cursor: pointer;
}

.cta button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    border: 0;
    background-color: inherit;
    padding: 0;
    margin: 0;
}

/* a.cta {
    font-size: 1rem;
} */

.cta button span {
    /* margin-left: 0.5rem; */
    /* width: 100%; */
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    color: rgba(255,255,255,1);
}

/* .cta button span:first-of-type {
    margin-left: .8rem;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.cta .circle,
.form .button .circle {
    display: inline-flex;
    border-radius: 2rem;
    width: 32px;
    height: 32px;
    line-height: 1;
    border: 3px solid #ffffff;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    cursor: pointer;
}

.cta {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    font-size: 1rem;
    background-color: rgba(186, 169, 113, 1);
}

.cta:hover,
/* .cta:visited, */
.cta:active,
button a,
button a:hover,
/* button a:visited, */
button a:active {
    background-color: rgb(153, 137, 86);
}

@media screen and (min-width: 992px) {
        .header-content .column.text {
    width: 65%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
}

.form .button {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    background-color: rgba(186, 169, 113, 1);
    border-radius: .5rem;
    border: 2px solid rgba(186, 169, 113, 1);
    font-weight: bold;
    font-size: 1.2rem;
    padding: .5rem 1rem;
    /* padding-left: 2rem; */
    max-height: 80px;
    transition: transform .15s ease-in-out;
    margin: 0px auto;
    margin-top: 2rem;
    line-height: 1;
    text-align: center;
    color: #ffffff;
} 

 .form .button:hover{
    background-color: rgb(153, 137, 86);
}

#Lp_pok_em_.errorMessage{
    margin-top:-2rem;
    margin-bottom:1rem;
}

/* sekcja z planem spotkania */
.container-list,
.attributes {
    padding: 1rem;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-list .content,
.attributes .content {
    width: 90%;
    max-width: 1440px;
}

.attributes .content {
    padding: 4rem 0rem;
}

.attributes .content.bottomline {
    /* border-bottom: 3px solid rgba(186, 169, 113, 1); */
    /* padding-bottom: 4rem; */
    padding-top: 0;
}

.container-list div {
    max-width: 1440px;
}

.attributes .subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}
.attributes span {
    font-size: 1rem;
    font-weight: 400;
    color: #1d1d1c;
    display: block;
    margin-bottom: 2rem;
}
.attributes .text-wrapper {
    padding-bottom: 3rem;
    border-bottom: 3px solid rgba(250, 248, 246, 1);
}

.attributes span strong {
    font-size: 1rem;
}

.attributes .cta span {
    margin-bottom: 0;
}

.attributes ul {
    /* margin-left: 1rem; */
}
.attributes li {
    color: rgba(186, 169, 113, 1);
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .3rem;
}

.attributes ol li {
    margin-bottom: 1rem;
}

.attributes ul li {
    margin-bottom: .2rem;
}

.attributes .centered {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-top: 4rem;
}

.attributes .centered .cta {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.header-fluid {
    position: relative;
    background-image: url(../gfx/header_mobile.png); 
    /* background-position: 80% 0%; */
    background-position: center;
    background-size: cover;       
    /* box-shadow: inset 0 0 160px #000000;
     */
     /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 75%); */
}

.apla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.sect h1 {
    font-size: 1.6rem;
    font-weight:700; 
    margin-bottom:0rem;
    margin-top: 2rem;
    margin-bottom: .5rem;
    text-align: center;
}

.sect h2 {
    font-size: 1rem;
    font-weight: 500;
}

.sect h2 span.tutor {
    display: block;
    margin-bottom: 1rem;
}

.sect h2 span.tutor:last-of-type {
    margin-bottom: 0;
}

.sect h2 strong {
    font-size: 1rem;
    font-weight: 700;
}

.sect.container-list h2 {
    margin-top: 2rem;
    font-size: 1.5rem;
}

.sect h2.subtitle {
    font-weight: 500;
    text-align: left;
}

.sect h2 .guest {
    font-size: 1rem;
    font-weight: 700;
    color: #1d1d1c;
}

.container-list p {
    font-weight:500; 
}

.container-list span {
    font-weight: 400;
    font-size: 1rem;
    text-align: justify;
}

.container-list h2{
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-size: 1.2rem;
}
.container-list ul li,
.container-list ol li{
    font-size: 1rem;
    font-weight: 500;
}
.numbers{
    font-size: 1.2rem;
    font-weight: 700;
    color:rgba(249, 198, 104, 0.882);
}

.plan {
    /* margin-bottom: 3rem; */
}

.plan .list-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}

.plan .list-item li::marker {
    color: rgba(249, 198, 104, 0.882);
}

.plan .list-text  {
    font-weight: 400;
}

.plan .list-item,
.plan li {
    font-size:1rem;
    font-weight: 400;
    margin-bottom: 1.2rem;
}

.plan .list-item .number {
    background-color: rgba(249, 198, 104, 0.882);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    line-height: 2;
    padding-top: .6rem;
    width: 40px;
    height: 40px;
    padding: 20px;
    border-radius: 20px;
    margin-right: .8rem;
    font-size: 1.3rem;
}

.instructions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4rem 0;
}

.instructions .instructions-wrapper {
    width: 100%;
}

/* .instructions .instructions-wrapper span {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    word-break: normal;
} */

.instructions .instructions-wrapper span {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    word-break: normal;
}

.instructions .instructions-wrapper ul {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.instructions .ctabtns .cta:first-of-type {
    /* margin-right: 0; */
}

.instructions .ctabtns {
    width: 100%;
    justify-content: center;
    font-weight: 700;
}

.instructions .ctabtns .cta {
    margin: .5rem 1rem;
}

.instructions .ctabtns span {
    font-weight: 700;
}

.info {
    position: relative;
    padding: 0 !important;
    background: #cccccc;
    background-image: url(../gfx/wom_phone_LP.png);        
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

.info .opaque {
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.1) 70%);
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.info .content {
    /* padding: 1rem; */
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    /* width: 100%; */
    /* z-index: 2; */
}

.info .content .infocontent,
.info .content .btn-wrapper {
    z-index: 2;
}

.info .infocontent {
    /* padding: 0 2rem; */
}

.info .infocontent .headline {
    font-weight: 700;
    color: rgba(249, 198, 104, 0.882);
    padding-top: 0rem;
    padding-bottom: 2rem;
}

.info .infocontent .description {
    margin-bottom: 1rem;
    font-weight: 400;
}

.info .infocontent .description li {
    font-weight: 400;
}

.info .infocontent .description li::marker {
    color: rgba(249, 198, 104, 0.882);
}

.btn-primary.btn {
    margin:2rem 0;
    min-width: 210px;
    padding: 10px 15px;
}

.prowadzacy {
    background-color: #FAF8F6;
    padding: 2rem 0;
}

.tutor .toutor-img {
    width:100%;
    max-width: 250px;
    margin:2rem;
    border-radius: 300px;
    /* max-width: 500px; */
    /* border: 2px solid #f3f3f3; */
    margin: 2rem;
}

.tutor h2 {
    /* margin:1rem; */
    margin-left: 0;
    margin-top: 2rem;
    font-size: 1rem;
}
.tutor span{
    margin:0;
    font-size: 1rem;
    /* padding-left: 1rem; */
    text-align: left;
}

.tutor span strong {
    font-size: 1rem;
}

.tutor ul li,
.tutor ol li {
    margin:0 1rem;
    font-size: 1.2rem;
    font-weight: 400;
}

.tutor-section{
    /* padding:0 2rem; */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.tutor-section span {
    font-size: 1rem;
}

.tutor-section span strong {
    font-weight: 600;
    font-size: 1rem;
}

.tutor-section p {
    margin-bottom: 1rem;
    text-align: justify;
}

.header-content .image {
    justify-content: flex-start;
}

.tutor-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
    /* padding:0 2rem; */
}

p {
    font-size: 1rem;
    font-weight: 400;
}
.partner-item {
    padding:2rem ;
    height:100%;
}

.noble_logo  {
    max-width: 180px;
    /* padding:1rem; */
    /* padding-top:0; */
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.noble_funds{
    padding:1rem;
    max-width:216px;
}

.partners {
    padding:1rem;
    margin-top:1rem;
}
.partners h2{
    margin-bottom:1rem;
    margin-left:1rem;
    font-size: 1.4rem;
    font-weight: 400;
}

.reminder {
    width: 100% !important;
    background-color: #ffffff;
    margin: 0;
    padding: 2rem 1rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
}

.reminder .headline {
    padding: 0;
}

.reminder .headline p {
    margin-bottom: 0;
}

.reminder strong {
    font-weight: 700;
}

.reminder .cta.gotoregister {
    margin: 0px auto;
    margin-top: 3rem;
}


/* formularz */

.form-section {
    background-color: #F6F0E9;
    text-align: left;
    padding: 1rem;
}

.fields {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.fields .field {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
}

.form-container{
    padding:3rem;
    padding-top: 0;
}
.form-container a{
    font-size:1rem;
    color:#1d1d1c;
    font-weight: 400;
}
.form-container h4{
    font-weight: 700;
    font-size:1.2rem;
    margin-bottom:0rem;
    margin-top:0rem;
    text-align: center;
}
.form-container h5 {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #baa971;
}
.form-container p{
    text-align: left;
    padding:1rem;
    font-size:1rem;
    margin-bottom:0;
}
.form-container p:last-child{
    padding:0rem;
}

#Form #meeting-selection {
    display: none;
}

.formulae {
    position: relative;
    margin-top: 2rem;
}

#Form a:hover {
    color: #1d1d1c;
}

#Form a:active,
#Form a:visited {
    color: #1d1d1c;
}

#Form select#Lp_szkolenie {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 1px !important;
  }

.description{
    text-align: left;
    padding-top: 5px;
    font-size:1rem;
    line-height: 1.5;
    font-weight: 400;
}

.description p {
    padding: 0;
    padding-bottom: 1rem;
}

.szkolenie #Lp_szkolenie{
    padding:1rem
}
.agr_rm3_h,
.agr_rm3_more,
.agr_rm2_more,
.agr_rm2_h{
    color:#cccccc;
    font-weight: 500;
    font-size:1rem;
    cursor:pointer
}

.agr_rm3_h:hover,
.agr_rm3_more:hover,
.agr_rm2_more:hover,
.agr_rm2_h:hover{
    color:#a9804b;
}

.agr_rm3_h:active,
.agr_rm3_more:active,
.agr_rm2_more:active,
.agr_rm2_h:active{
    color:#a9804b;
}

.agr_rm3_h:visited,
.agr_rm3_more:visited,
.agr_rm2_more:visited,
.agr_rm2_h:visited{
    color:#a9804b;
}


.agr_rm3,
.agr_rm2{
    font-size:1rem;
    font-weight: 400; 
}
.item .form{
    padding: 0rem;
}
.szkolenie{
    padding:1rem;
}

/* .form .button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 220px;
    background-color: rgba(249, 198, 104, 0.882);
    border-radius: 2rem;
    border: 2px solid rgba(249, 198, 104, 0.882);
    font-weight: bold;
    font-size: 1.2rem;
    padding: .5rem;
    padding-left: 2rem;
    max-height: 80px;
    transition: transform .15s ease-in-out;
    margin: 0px auto;
    margin-top: 2rem;
    line-height: 1;
    color: #1d1d1c;
} */

/* .form .button .circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    height: 2rem;
    width: 2rem;
    border-radius: 2rem;
    border: 3px solid #1d1d1c;
    color: #1d1d1c;
    font-size: 1.2rem;
    margin-left: 1rem;
} */

/* .form .button:hover{
    background-color: rgba(249, 198, 104, 0.882);
    border-color: rgba(249, 198, 104, 0.882);
} */

.szkolenie,
#lpForm .first_name,
#lpForm .last_name,
#lpForm .phone,
#lpForm .e_mail,
#lpForm .pok,
#lpForm .szkolenie,
.check-all-text,
.short.agree_1,
.short.agree{
    text-align: left;
    font-size:1rem;
    font-weight: 400;
    margin-top:0rem
}
.szkolenie input,
#lpForm .first_name input,
#lpForm .last_name input,
#lpForm .phone input,
#lpForm .e_mail input,
#lpForm .pok input,
#lpForm .szkolenie input,
.check-all-text input,
.short.agree_1 input,
.short.agree input,
#Lp_pok,
#Lp_szkolenie,
#Lp_szkolenie > option{
    font-size:1rem;
    /* font-weight: 600; */
    margin: top 0rem;
    padding:0.5rem;
    outline: 1px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #1d1d1c;
}
#Lp_pok > option{
    font-size:1rem;
    font-weight: 400;
    padding:0.5rem;
}
#Lp_pok > option:active{
    background-color:rgba(249, 198, 104, 0.882);
}

#lpForm .agree {
    line-height: 1.4;
    margin-top: 0rem;
 }

.errorMessage{
    color:#df212c;
    font-size:1rem;
    font-weight: 600;
    font-style:italic;
    
}
.agree > .errorMessage{
    margin-bottom:1rem;
    margin-top:-1rem;
    margin-left:1.5rem;
}

.row {
    --bs-gutter-x: 0 !important;
}

.row>[type="checkbox"]{
    width:1rem;
}
.short,
.check-all-text {
    position:relative;
    margin-left:1.5rem;
    bottom:1.1rem;
    /* margin-right:2rem; */
}
#Lp_pok{
    margin-bottom:2rem;
}
.desclimer p{
    text-align: justify;
    font-size: 1rem;
    /* margin:1rem; */
    padding:2rem 0;
    font-weight:  400;
}
.desclimer p a{
    font-size: 1rem;
    color:rgba(249, 198, 104, 0.882);
    font-weight: 400;
}
.desclimer p span {
    font-weight: 400;
    text-decoration: underline;
}
.desclimer-fluid{
    
    background:#f3f3f3
}

.sect .tutor-section{
    margin-top:0rem;
    /* padding-bottom:2rem; */
}

.headlines {
    margin-top: 3rem;
}

.headlines span.bolder {
    /* display: block; */
    font-size: 1.2rem;
    text-wrap: balance;
    font-weight: 700;
    margin: 4rem 0;
    text-align: center;
}

.headlines span.thin {
    font-size: 1.2rem;
}

.hwwlogo {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
}

.hwwlogo img {
    /* width: 70%; */
    max-width: 300px;
    /* margin-top: 3rem; */
}

.partnershww {
    padding: 4rem 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

span.partner {
    margin: 0;
    font-size: 1rem;
    /* margin: 2rem 0; */
    font-weight: 400;
    text-wrap: nowrap;
}

.disclaimer-wrapper {
    /* border-top: 1px solid #cccccc; */
}

.tutor-section h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0;
}

.tutor-section h2 span {
    font-weight: 700;
    font-size: 1rem;
    color: #1d1d1c;
}

.attributes span {
    font-size: 1rem;
    line-height: 1.5;
}

.attributes span strong {
    font-size: 1rem;
}

@media screen and (min-width: 482px) {
    .sect h1 {
        font-size: 1.5rem;
        text-align: left;
    }
    .header-content .text {
        align-items: flex-start;
    }

    .header h2 .thin {
        text-align: center;
        font-size: 1.2rem;
        text-wrap: balance;
    }

    .header .headline .ctabtns .cta {
        font-size: 1.2rem;
        max-width: 400px;
    }

   /* .header .lefty {
        text-align: center;
    } */

    .date-cta-container {
        justify-content: flex-start;
    }

    .sect h2,
    .sect h2 strong {
        font-size: 1rem;
        text-align: left;
        text-wrap: balance;
    }

    .tutor-section h2 {
        font-size: 1.5rem;
        margin-top: 0;
    }

    .tutor-section h2 span {
        font-size: 1.2rem;
    }

    h2.onlythen {
        text-align: left;
    }

    .ctabtns {
        /* max-width: 400px; */
        /* margin: 0px auto; */
    }

    .container-list {
        padding: 3rem 0rem;
        padding-bottom: 2rem;
    }

    ul {
        margin-bottom: 0 !important;
    }

    .plan .list-item, .plan li {
        margin-bottom: 0;
    }

    .container-list h2 {
        font-size: 1.4rem;
    }

    .container-list span {
        font-size: 1.2rem;
    }

    .attributes span {
        font-size: 1.2rem;
    }

    .attributes span strong {
        font-size: 1.2rem;
        line-height: 1.5;
    }
    
    .attributes span strong {
        font-size: 1.1rem;
    }

    .attributes .subtitle {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    .tutor-section span strong {
        /* font-weight: 700;
        font-size: 1.2rem; */
      }

    .instructions .instructions-wrapper span {
        font-size: 1.2rem;
    }

    .instructions .ctabtns {
        margin-top: 2rem;
        max-width: 400px;
    }

    .instructions .cta button span:first-of-type {
        margin-left: 1rem;
      }

      .info .infocontent .description {
        font-size: 1.2rem;
      }

      .tutor-section p {
        font-size: 1.1rem;
      }

      .sect.tutor {
        margin:  2rem auto;
      }
      
      .reminder {
        padding:  4rem 0rem;
        padding-bottom: 0;
      }

      .reminder .sect {
        width: 90%;
      }

      .reminder .headline h2 {
        text-align: center;
      }

      .reminder .headline p {
        font-size: 1.2rem;
      }

      .formulae {
        /* padding: 1rem 2rem !important; */
      }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 560px) { 
    
    .nav a{
        display: block;
        /* padding:1rem; */
        min-height: 40px;  
        width: 200px;  
    }

    .header-content .pill-container {
        justify-content: flex-start;
    }
    
}

button.cta.gotoregister {
    margin: 3rem auto;
    max-width: 220px;
}

.btn-wrapper button.cta.gotoregister {
    margin-bottom: 0;
}

@media screen and (min-width: 700px) {
    .nav a.nsakademia {
        display: block;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
   
    .header h1 {
        font-size: 2rem;
    }

    .header h2 .thin {
        font-size: 1.6rem;
    }

    .date-cta-container {
        justify-content: flex-start;
    }

    .date-cta-container h3 {
        font-size: 1.5rem;
    }

    .ctabtns {
        /* width: 100%; */
        /* max-width: 100%; */
        /* justify-content: space-between; */
        justify-content: flex-end;
    }

    .header-content .ctabtns {
        justify-content: flex-start;
    }

    .ctabtns1 {
        max-width: 300px;
        margin: 0;
    }

    .attributes .subtitle {
        font-size: 1.8rem;
    }

}




    .instructions .ctabtns {
        max-width: 100%;
        justify-content: space-around;
    }

    .header .headline .ctabtns .cta,
    .instructions .ctabtns .cta {
        max-width: 360px;
    }

    .tutor .toutor-img {
        max-width: 250px;
    }

    .header .headline .ctabtns .ctaregister,
    .instructions .ctabtns .ctaregister {
        max-width: 250px;
        margin-left: 0rem;
    }

    .info .opaque {
        background: none;
        background-color: rgba(255, 255, 255, 0.6);
    }
    
    .form-container p{
        /* font-size:1.2rem; */
    }
    
    .form-container a{
        font-size:1rem;
    }
    
    .form-container h4{
        /* font-size:2rem; */
        margin-bottom:2rem;
        margin-top:4rem;
    }

    @media screen and (min-width: 692px) {
        .form-container h4 {
            font-size: 1.8rem;
        }
    }
    
    .agr_rm3_h,
    .agr_rm3_more,
    .agr_rm2_more,
    .agr_rm2_h{
        font-size:1rem;
    }
    .agr_rm3,
    .agr_rm2{
        font-size:1rem;
    }

    .szkolenie,
    #lpForm .first_name,
    #lpForm .last_name,
    #lpForm .phone,
    #lpForm .e_mail,
    #lpForm .pok,
    #lpForm .szkolenie,
    .check-all-text,
    .short.agree_1,
    .short.agree{
        font-size:1rem;
        margin-top:0.2rem;
        text-align: left;
    }
    .szkolenie input,
    #lpForm .first_name input,
    #lpForm .last_name input,
    #lpForm .phone input,
    #lpForm .e_mail input,
    #lpForm .pok input,
    #lpForm .szkolenie input,
    .check-all-text input,
    .short.agree_1 input,
    .short.agree input,
    #Lp_pok,
    #Lp_szkolenie,
    #Lp_szkolenie > option{
        font-size:1rem;
        margin: top 0.2rem;
    }
    #Lp_pok > option{
        font-size:1.2rem;
        padding:0.5rem;
    }

    label {
        color: rgba(186, 169, 113, 1);
    }

    input::placeholder,
    select::placeholder {
        /* color: rgba(186, 169, 113, 1); */
    }
    
    .short,
    .check-all-text {
        bottom:1.5rem;
    }
    .desclimer p,
    .partnershww span {
        font-size: 1rem;
    }

    .partnershww span {
        padding-top: 1rem;
        margin-right: 2rem;
    }

    .desclimer p a{
        font-size: 1.2rem;
    }
    


/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) { 
    /* *{
        font-size: 14px;
    } */

    .header-fluid {
        background-image: url(../gfx/header.png); 
    }

    .header-content .image {
        display: flex;
    }

    .icons .joinus {
        /* display: inline; */
    }

    .header .lefty {
        text-align: left;
    }

    .apla {
        /* display: none; */
        display: block;
        /* background-color: rgba(255, 255, 255, 1);    */
        background: linear-gradient(90deg,rgba(255, 255, 255, 0.99) 40%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%); 
        /* border-radius: 50%;
        left: 15%;
        top: 50%;
        transform: translate(-50%,-50%);
        height: 200%; */
    }

    .sect .tutor-section {
        margin-bottom: 0;
        /* margin-top: 3rem; */
        padding-left: 2rem;
    }
    
    .tutor .toutor-img{
        margin:0;
    }
    
    /* .tutor p {
        font-size: 1.2rem;
    } */

    .fields .field {
        width: 49%;
    }
    
    .tutor ul li,
    .tutor ol li {
        font-size:1.2rem;
    }
    
    .partners{
        padding-top:0;
        margin-top:0;
    }
    .noble_funds{
        padding-left:0;
    }
    .noble_logo {
        padding:0;
    }
    .partner-item h2{
        margin-left:0;
    }
    .small-part-title{
        font-size:2rem;
        font-style: italic;
        /* border-bottom:1px solid rgba(249, 198, 104, 0.882); */
        padding:1rem 0;
        line-height: 1px;
    }
    .container-list{
        padding-bottom:2rem;
    }
    
}
/* X-Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
    /* *{
        font-size: 16px;
    } */

    .header .image-container {
        display: none;
    }

    .header-content .photo {
        display: flex;
    }

    .ctabtns1 {
        /* max-width: 530px; */
        justify-content: flex-end;
    }

    h2.onlythen {
        max-width: 65vw;
        line-height: 1.5;
    }

    .ctabtns {
        /* max-width: 45vw; */
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: 0;
    }

    .ctabtns1 {
        /* max-width: 530px; */
        margin-right: 0;
    }

    .header-content .ctabtns {
        justify-content: flex-start;
        margin-left: 0;
        width: 100%;
        /* margin-top: 2rem; */
    }

    .ctabtns1 .cta button span:first-of-type {
        margin-left: 1rem;
    }

    .ctabtns1 .cta {
        max-width: 280px;
    }
    
    .ctabtns1 .ctaregister {
        max-width: 210px;
    }

    .date-cta-container {
        margin-bottom: 2rem;
    }

    .container-list h2 {
        font-size: 1.5rem;
    }

    .container-list span {
        font-size: 1.5rem;
    }

    .instructions .instructions-wrapper span {
        font-size: 1.5rem;
    }

    .instructions .ctabtns {
        justify-content: center;
    }

    .instructions .ctabtns .cta span {
        font-size: 1.2rem !important;
    }

    .info .infocontent .description {
        font-size: 1.5rem;
    }

    .apla {
        /* left: 5%; */
    }

    .item-l{
        /* border-bottom:1px solid rgba(249, 198, 104, 0.882); */
        padding-bottom:0rem;
        padding-top:2rem;
        
    }
    p, 
    .container-list ul li,
    .container-list ol li {
        font-size: 1.3rem;
    }
    .header .btn-primary.btn{
        margin-top:2rem;
    }

    .header-content .photos {
        width: 35%;
        align-items: center;
        justify-content: flex-start;
    }
    
    .small-part-title{
        font-size:2rem;
        font-style: italic;
        /* border-bottom:1px solid rgba(249, 198, 104, 0.882); */
        padding:1rem 0;
        line-height: 1px;
    }
    
    .container-list .content{
        padding: 1rem;
        /* padding-bottom:4rem; */
        max-width: 1440px;
        margin: 0px auto;
        width: 90%;
    }
    .header h1 {
        margin-top: 2rem;
        font-size: 2.4rem;
        line-height: 1.5;
    }

    .header .thx_header {
        font-size: 2.5rem;
    }
    /* .tutor p{
        font-size:1.2rem
    } */
    
    .spaceline {
        /* border-bottom: 1px solid rgba(249, 198, 104, 0.882); */
        height: 1px;
        margin: 0px auto;
        margin-top: 30px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

    .ctabtns .ctalogin {
        margin-left: 1rem;
    }

    .ctabtns {
        max-width: 55vw;
    }

        .apla {
        left: 0%;
    }

    .ctabtns1 {
        max-width: 250px;
        margin-right: 0;
        justify-content: flex-end;
    }

    .tutor-section p {
        font-size: 1rem;
    }

    .tutor .toutor-img {
        max-width: 275px;
    }

    .reminder .headline p {
        /* font-size:  1.5rem; */
    }

    .header .btn-primary.btn{
        margin-top:3rem;
        margin-bottom:2rem;
    }
    .icons a{
        margin:0.6rem;
    }
    .nav {
        padding:0;
    }
    .nav a {
        /* width:150px; */
        min-height: 40px;
    }
    
    @media screen and (min-width: 768px) {
        .nav a {
            width:200px;
            /* margin: 1.5rem 0; */
            margin-right: 20px;
        }
    }
    

    /* .kran {
        background-image: url(../gfx/kranik.jpg); 
        background-size:contain;  
        background-repeat: no-repeat;     
        background-position:bottom right;
    } */
    .header h1 {
        /* font-size: 3rem; */
    }
    .small-part-title{
        font-size:2rem;
        font-style: italic;
        /* border-bottom:1px solid rgba(249, 198, 104, 0.882); */
        padding:1rem 0;
        line-height: 1px;
    }
    .btn-primary.btn a{
        font-size:1.3rem
    }
    .item-l{
        /* border-bottom:1px solid rgba(249, 198, 104, 0.882); */
        padding:2rem 0 0rem 0;
    }
    
    /* #lpForm .first_name, #lpForm .last_name, #lpForm .phone, #lpForm .e_mail, #lpForm .pok, #lpForm .szkolenie{
        width:50%;
        display: inline-block;
        position:relative;
        
    }
    .last_name input, 
    .last_name,
    .e_mail input,
    .e_mail,
    .e_mail > .errorMessage,
    .last_name > .errorMessage
    {
        margin-left:2.5rem
    }
    
    .first_name > .errorMessage,
    .e_mail > .errorMessage,
    .phone > .errorMessage,
    .pok > .errorMessage
    {
        position:absolute;
        font-size:1rem;
        left:6rem;
    } */
}
@media (min-width: 1500px) {
    .header-fluid {
        background-image: url(../gfx/header.png); 
        background-position: right;
        background-size:cover;
        /* min-height: 60vh; */
        /* border-bottom:1px solid rgba(249, 198, 104, 0.882); */
        
    }

    .header-content .text {
        /* width: 60%; */
        max-width: 600px;
    }
    /* .kran {
        background-image: url(../gfx/kran-large.jpg); 
        background-size:contain;  
        background-repeat: no-repeat;     
        background-position:bottom right;
    } */
    /* .header h1 {
        font-size: 6rem;
    } */
    
}

.thankyou-header {
    background-image: url(../gfx/header.png); 
    background-size: cover;
    background-position: center;
    /* border-bottom: 5px solid rgba(249, 198, 104, 0.882); */
    /* min-height: 600px; */
    width: 90%;
    max-width: 1400px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.thx-main {
    width: 90%;
    max-width: 1400px;
    /* margin: 0px; */
    position: relative;
    z-index: 3;
}

.thx-header {
    width: 100%;
    /* max-width: 650px; */
}

.thx-header h1 {
    margin-top: 0rem;
    font-size: 2rem;
    color: #1d1d1c;
}

.thx-header h2 {
    margin-top:2rem;
    font-size: 1.2rem;
    color: #1d1d1c;
}

.thx-header h2 a {
    text-decoration: none;
}

.thx-header h2 a button {
    border: none;
    border-radius: .5rem;
    padding: .5rem 1.5rem;
}

.thankyou-header .apla {
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    /* background-color: rgba(0, 0, 0, 0.5); */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translate(0,0);
    border-radius: 0;
}

.thx-ikeikze {
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
    border-bottom: 5px solid rgba(249, 198, 104, 0.882);
    min-height: 350px;
    background-image: url(../gfx/thxPage_IKEiIKZE.png);        
    background-position: 30% 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.thx-wrapper {
    /* width: 100%; */
    /* max-width: 1400px; */
    margin: 0px auto;
    /* background: #acacac; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.thx-ikeikze .txt-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 550px;
    padding: 2rem 0 ;
    position: relative;
    /* left: 0%; */
}

.thx-ikeikze .txt-content p {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.thx-ikeikze .txt-content button {
    margin-top: 1rem;
}

.thx-ikeikze .txt-content .cta {
    min-width: 100px;
}

.gotoIKEIKZE {
    background-color: rgba(249, 198, 104, 0.882);
    border: 1px solid rgba(249, 198, 104, 0.882);
    max-width: 300px;
    color: #1d1d1c;
}

.gotoIKEIKZE a,
.gotoIKEIKZE a:hover,
.gotoIKEIKZE a:active,
.gotoIKEIKZE a:visited {
    color: #1d1d1c;  
}


@media screen and (min-width: 892px) {
    .thx-ikeikze {
        background-position: top left;
        min-height: 550px;
    }

    .thx-ikeikze .txt-content {
        /* left: 30%; */
    }

}

@media screen and (min-width: 1200px) {
    .thx-ikeikze .txt-content {
        /* left: 40%; */
    }
    .thankyou-header .apla {
        background-color: rgba(255, 255, 255, 0.75);
        /* background-color: rgba(255, 255, 255, 0.0); */
    }
}


@media screen and (min-width: 1400px) {
    .thx-ikeikze .txt-content {
        /* left: 50%; */
    }

    .thankyou-header {
        background-size: cover;
    }

    .thx-header {
        width: 80%;
        max-width: 850px;
    }
    .thankyou-header .apla {
        /* display: none; */
    }
}

@media screen and (min-width: 1500px) {
    .thankyou-header {
        background-image: url(../gfx/header.png); 
    }
}

@media screen and (min-width: 1700px) {
    .thx-ikeikze .txt-content {
        /* left: 60%; */
    }
}

#pksel {
    max-height: 0;
    max-width: 0;
    position: absolute;
}