@font-face {
    font-family: "myriad-pro";
    src: url("../fonts/MyriadPro-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "myriad-pro";
    src: url("../fonts/MyriadPro-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "myriad-pro";
    src: url("../fonts/MyriadPro-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "myriad-pro";
    src: url("../fonts/MyriadPro-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

/* ==========================================================================
   PAGE
   ========================================================================== */

body {
    max-width: 100%;
    overflow-y: scroll;
    position: relative;
    font-family: "myriad-pro", sans-serif;
    font-weight: 300;
    color: #505050;
    margin: 0 auto;
}

h1 {
    font-size: 3rem;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: underline #fdc100;
    text-underline-offset: 15%;
    text-decoration-thickness: 0.05em;
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-color: #fdc100;
    -webkit-text-decoration-style: solid;
    -webkit-text-decoration-thickness: 0.05em;
}

h2 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1;
    padding: 0;
    margin: 0;
}

h3 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    margin: 0;
}

h4 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    margin: 0;
}

h5 {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1;
    padding: 0;
    margin: 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    padding: 0;
    margin: 0;
}

h3-un {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    margin: 0;
    line-height: 1.4em;

    text-decoration: underline #fdc100;
    text-underline-offset: 25%;
    text-decoration-thickness: 0.07em;
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-color: #fdc100;
    -webkit-text-decoration-style: solid;
    -webkit-text-decoration-thickness: 0.07em;
}

h4-un {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    margin: 0;
    line-height: 1.4em;

    text-decoration: underline #fdc100;
    text-underline-offset: 25%;
    text-decoration-thickness: 0.07em;
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-color: #fdc100;
    -webkit-text-decoration-style: solid;
    -webkit-text-decoration-thickness: 0.07em;
}

head-un {
    text-decoration: underline #fdc100;
    text-underline-offset: 25%;
    text-decoration-thickness: 0.04em;
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-color: #fdc100;
    -webkit-text-decoration-style: solid;
    -webkit-text-decoration-thickness: 0.04em;
}

strong {
    font-weight: 600;
}

.logo {
    margin-right: 50px;
}

@media only screen and (max-width: 767px) {
    .logo {
        margin-right: 0;
    }
}

.title {
    font-size: 3rem;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin: 0 2rem 0 2rem;
    line-height: 4rem;
}

.caption {
    font-size: 0.875rem;
    line-height: 1.3;
    font-weight: 300;
}

.buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.buttons.buttons-rules-models {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.buttons-rules-models .button-col {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.gap {
    display: inline-block;
    width: 2rem;
    height: 2rem;
}

.big-gap {
    display: inline-block;
    width: 30rem;
    height: 2rem;
}

@media only screen and (max-width: 1199px) {
    .big-gap {
        width: 15rem;
    }
}

@media only screen and (max-width: 767px) {
    .promo-item .gap {
        height: 4rem;
    }

    .buttons.buttons-rules-models {
        grid-template-columns: 1fr;
    }
}

.spacegap {
    display: inline-block;
    width: 2rem;
    height: 2rem;
}
.button-gap {
    display: inline-block;
    width: 2rem;
    height: 4rem;
}

.hide-br {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .hide-br {
        display: initial;
    }
}

.btn-yellow {
    font-size: 0.9rem;
    text-align: center;
    color: #000;
    background: #fdc100;
    font-weight: 400;
    letter-spacing: 0.25px;
    padding: 17px 3rem 15px 3rem;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}

.btn-yellow-small {
    font-size: 0.8rem;
    text-align: center;
    color: #000;
    background: #fdc100;
    font-weight: 400;
    letter-spacing: 0.25px;
    padding: 12px 2rem 10px 2rem;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}

.btn-banner-yellow {
    display: inline-block;
    width: fit-content;
    flex-wrap: wrap;
    justify-content: left;
    margin: 2rem 2rem 0 0rem;
    font-size: 0.9rem;
    text-align: center;
    color: #000;
    background: #fdc100;
    font-weight: 600;
    letter-spacing: 0.25px;
    padding: 17px 1rem 15px 1rem;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}
.btn-send {
    font-size: 0.9rem;
    text-align: center;
    color: #000;
    background: #fdc100;
    font-weight: 400;
    letter-spacing: 0.25px;
    padding: 17px 4rem 15px 4rem;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: 0.3s;
    border: none;
    cursor: pointer;
}

.btn-form-box {
    font-size: 1.5rem;
    text-align: center;
    color: #c1c1c1;
    font-weight: 500;
    letter-spacing: 0.25px;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}

.disable_button {
    cursor: not-allowed;
    pointer-events: none;
    background: #fafafa;
}

.disable_button:hover {
    color: #000;
    background: #fafafa;
    text-decoration: none;
}
.btn-yellow:hover {
    color: #000;
    background: #ffe180;
    text-decoration: none;
}

.btn-send:hover {
    color: #000;
    background: #ffe180;
    text-decoration: none;
}

.btn-banner-yellow:hover {
    color: #000;
    background: #ffe180;
    text-decoration: none;
}

.btn-dark {
    font-size: 0.9rem;
    text-align: center;
    color: #fff;
    background: #505050;
    font-weight: 400;
    letter-spacing: 0.25px;
    padding: 17px 3rem 15px 3rem;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: 0.3s;
}

.btn-dark:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
}

.btn-ghost {
    font-size: 0.9rem;
    text-align: center;
    color: #505050;
    font-weight: 400;
    letter-spacing: 0.25px;
    padding: 15px 3rem 15px 3rem;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #505050;
}

.btn-ghost:hover {
    color: #505050;
    background: #f9f9f9;
    border: 1px solid #505050;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .buttons .btn-ghost {
        margin-bottom: 15px;
    }

    .buttons .gap {
        display: none;
    }
}

.button {
    border-width: 2px;
    position: absolute;
    top: 20%;
    left: 45%;
    opacity: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 0;
    color: #fff;
    background: rgba(253, 193, 0, 0.5);
}

.button_tech {
    position: absolute;
    width: 0px;
    height: 0px;
    top: calc(50% - 65px);
    left: calc(50% - 65px);
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
}

.button_tech > img {
    background: rgba(50, 50, 50, 0.5);
    border-radius: 50%;
    opacity: 70%;
}

@media only screen and (max-width: 1100px) {
    .button {
        bottom: 6rem;
    }
}

.button.pause {
}

.button.play {
}

.container {
    width: 100%;
    max-width: 1288px;
    margin: 0 auto;
}

.header-box {
    width: 100%;
    padding: 0;
}

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

.other-device {
}

#nav {
    letter-spacing: 0.25px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    margin: 0 auto;
    padding: 0.875rem 8rem 0.75rem 3rem;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}

#nav .container {
    width: 100%;
    padding: 0;

    max-width: 100%;
    padding: 0;
}

.main-nav {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-template-rows: 1fr;
    gap: 4rem;
    list-style: none;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 1199px) {
    .main-nav {
        gap: 1.5rem;
    }

    #nav {
        padding-right: 2rem;
    }
}

@media only screen and (max-width: 980px) {
    #nav {
        padding: 0.5rem;
    }

    .logo {
        margin-right: 25px;
    }

    .main-nav {
        gap: 1rem;
        font-size: 0.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .main-nav {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .content {
        display: block;
        text-align: center;
    }

    .content a img {
        margin-bottom: 20px;
    }

    #nav {
        position: initial;
        padding: 0;
    }
}

.main-nav a {
    font-size: 0.9rem;
    font-weight: 600;
    color: #505050;
    text-decoration: none;
    transition: 0.3s;
}

/*.main-nav a.active {
    color: #FDC100;
} */

.main-nav a.active:after {
    opacity: 1;
}

.main-nav a:hover {
    /*color: #FDC100;
	text-decoration: underline #FDC100;
	text-underline-offset: 35%;
	text-decoration-thickness: .15em;
	transition: 0.3s;*/
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    border: none;
    background-color: inherit;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    color: #505050;
    padding-bottom: 6px;
    text-decoration: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media only screen and (max-width: 767px) {
    .dropdown-menu-center {
        left: 50% !important;
        right: auto !important;
        text-align: center !important;
        transform: translate(-50%, 0) !important;
    }

    .dropdown-content a {
        text-align: center;
    }
}

#header .container {
    width: 100%;
    padding: 0;
}
@media only screen and (max-width: 1920px) {
    #header .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}

.un {
    display: inline-block;
    padding-bottom: 6px;
    background-image: linear-gradient(#fdc100, #fdc100);
    background-position: 0 100%; /*OR bottom left*/
    background-size: 0% 2px;
    background-repeat: no-repeat;
    transition: background-size 0.3s, background-position 0s 0.3s; /*change after the size immediately*/
}

.un:hover {
    background-position: 100% 100%; /*OR bottom right*/
    background-size: 100% 2px;
}
.banner-content {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
}

.banner-copy {
    display: grid;
    grid-template-rows: auto;
    align-content: center;
    gap: 2rem;
    padding: 4rem;
    background-color: #f9f9f9;
}

@media only screen and (max-width: 980px) {
    .banner-copy {
        padding: 1rem;
    }
}

.banner-claim {
    font-size: 3rem;
    color: #505050;
    font-weight: 300;
    line-height: 1.2;
}

.prize-content {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 4rem;
}

@media only screen and (max-width: 800px) {
    .prize-content {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }

    .order-3 {
        order: 3;
    }

    .order-4 {
        order: 4;
    }

    .order-5 {
        order: 5;
    }

    .order-6 {
        order: 6;
    }

    .order-7 {
        order: 7;
    }
}

.prize-copy {
    display: grid;
    grid-template-rows: auto;
    align-content: top;
    gap: 0;
    padding: 2rem;
    background-color: #f9f9f9;
}

.prize-copy sup {
    font-size: 0.6em;
}

.prize-claim {
    font-size: 1.1rem;
    color: #505050;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    padding-right: 25px;
    text-align: left;
    padding-bottom: 30px;
}

#prize_logo {
    margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
    .prize-claim {
        margin-top: 1rem;
        padding-bottom: 0;
    }

    #prize_logo {
        margin-top: 2rem;
        margin-bottom: 0;
    }
}

.prize-claim.prize-claim-bigger {
    font-size: 1.5rem;
    font-weight: 300;
}

.prize-body {
    color: #505050;
    font-weight: 300;
    line-height: 1.5;
}

.prize-copy img {
    vertical-align: middle;
}

.prize-content .banner-img {
    padding: 0; /*2rem;*/
}

.banner-body {
    white-space: pre-wrap;
    font-size: 1.5rem;
    color: #505050;
    font-weight: 300;
    line-height: 1.3;
}

.sup-footer {
    font-size: 0.8rem;
    color: #505050;
    font-weight: 300;
    line-height: 1.3;
}

.banner-footer {
    font-size: 0.7rem;
    color: #505050;
    font-weight: 300;
    line-height: 1.3;
}
@media only screen and (max-width: 1240px) {
    .banner-claim {
        font-size: 2rem;
    }

    .banner-footer {
        font-size: 0.75em;
    }
    .sup-footer {
        font-size: 0.6em;
    }
}

@media only screen and (max-width: 800px) {
    .banner-claim {
        font-size: 1.75rem;
    }
}

@media only screen and (max-width: 1240px) {
    .banner-content {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
    }
    .banner-body {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 980px) {
    .banner-content {
        display: grid;
        grid-template-columns: 55% 45%;
        grid-template-rows: auto;
    }
    .banner-body {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 800px) {
    .banner-body {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 767px) {
    .banner-content {
        grid-template-columns: 1fr;
    }

    .banner-claim {
        font-size: 2rem;
    }

    .banner-body {
        font-size: 1rem;
    }

    .banner-content > .banner-copy {
        order: 2;
    }

    .banner-content > .banner-copy .banner-claim {
        text-align: center;
    }

    .banner-content > .banner-copy .banner-body {
        text-align: center;
    }

    .banner-content > .banner-copy .btn-banner-yellow {
        margin: 2rem auto;
    }

    .banner-content > .banner-img {
        order: 1;
        margin-top: 0px;
        margin-bottom: 0rem;
    }

    .spacegap {
        display: none;
    }

    .banner-footer {
        margin-top: 1rem;
        order: 2;
    }
}

.banner-img {
    position: relative;
    display: flex;
    width: auto;
}

.banner-ticker {
    position: absolute;
    top: 24%;
    left: -10%;
    width: 50%;
}

@media only screen and (max-width: 1920px) {
    #header .banner-img {
        display: flex;
        width: auto;
        height: calc(100vh - 105px);
    }
}

.img-item {
    display: inline-block;
    width: 100%;
    height: auto;

    object-fit: cover;
}

.feature-video {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: scale-down;

    position: relative; /*
    height: 0;
    padding-bottom: 56.25%; /*16:9*/
    padding-top: 0; /* Use ZERO, not 25px or 30px and so on */
    overflow: hidden;
}

#feature-video iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#zasady .container {
    width: 100%;
    padding: 8rem 0 0 0;
}

#zasady label {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.promo-steps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 3rem 2rem 6rem 2rem;
    gap: 4rem;
}

@media only screen and (max-width: 767px) {
    .promo-steps {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 0;
        margin: 5rem 2rem 6rem 2rem;
    }

    #zasady .container {
        padding: 0;
    }
}

.promo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    gap: 1rem;
}

.promo-icon {
    display: inline-block;
    text-align: center;
    width: auto;
    height: auto;
    object-fit: cover;
}

.promo-arrow {
    display: inline-block;
    width: auto;
    height: auto;
    object-fit: cover;
}

@media only screen and (max-width: 767px) {
    .promo-arrow {
        transform: rotate(90deg);
    }

    .promo-item {
        margin-bottom: 50px;
    }

    .promo-item.promo-item-last {
        margin-bottom: 0;
    }
}

.promo-text {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 300;
}

.prize-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.prize-copy > h3 {
    margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
    .prize-split {
        grid-template-columns: 1fr;
    }

    .prize-slider {
        order: 1;
    }

    .prize-body {
        order: 1;
        margin-bottom: 0;
    }

    .prize-copy > h3 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

.prize-split > .prize-slider {
    justify-items: center;
}

.prize-slider .leftSlides {
    text-align: center;
}

.prize-slider .leftSlides > img {
    width: 100%;
}

@media only screen and (max-width: 1023px) {
    .promo-text {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.promo-box {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    align-items: center;
    justify-items: center;
    width: auto;
    padding: 4rem;
    gap: 2.8rem;
    margin: 6rem 2rem 6rem 2rem;
    border: 1px solid #e5e5e5;
    border-radius: 0.5rem;
    background-color: #fafafa;
}

.promo-table {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    width: 100%;
    gap: 1rem;
}

.labels-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #d0d3d4;
}

.product-row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #ededed;
}

#register .container {
    padding-top: 8rem;
}

#washing .feature-box {
    grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767px) {
    #washing .feature-box {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}

#drying .feature-box {
    grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767px) {
    #drying .feature-box {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}
#technologie .feature-copy {
    gap: 1rem;
}

#washing .container-first {
    padding-top: 7rem;
}

#drying .container-first {
    padding-top: 7rem;
}

#technologie .container {
    padding-top: 0rem;
}

#technologie .container-first {
    padding-top: 8rem;
}

#prize .container {
    padding-top: 8rem;
}

@media only screen and (max-width: 767px) {
    #dishwashers .container {
        padding-top: 4rem;
    }
}

#nagroda .container {
    padding-top: 8rem;
}

.product-box {
    margin: 5rem 2rem 0 2rem;
}

@media only screen and (max-width: 767px) {
    .product-box {
        margin-top: 3rem;
    }
}

.feature-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    margin-bottom: 1rem;
}

#technologie .container-slider {
    margin-bottom: 4rem;
}

@media only screen and (max-width: 767px) {
    .feature-box {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}

.feature-box p {
    padding-left: 50px;
    font-weight: 300;
}

.feature-box .sup-footer {
    padding-left: 50px;
}

.feature-box p strong {
    font-weight: 400;
}

.feature-copy {
    display: grid;
    grid-template-rows: auto;
    /*align-content: center; */
    gap: 1rem;
    padding: 2.5rem;
    background-color: #f9f9f9;
}

.feature-row {
    display: grid;
    grid-template-columns: 20% 80%;
    grid-template-rows: auto;
    padding: 1rem;
    margin-right: 3rem;
    /*grid-gap: 50px;*/
    align-items: center;
}

.feature-img {
    display: flex;
    width: auto;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .feature-box-1 .feature-copy {
        order: 2;
    }

    .feature-box-1 .feature-img {
        order: 1;
    }

    .feature-box-2 .feature-copy {
        order: 2;
    }

    .feature-box-2 .feature-img {
        order: 1;
    }

    .feature-copy {
        padding: 1rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.prize-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 10%;
}

#nagroda-table p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

.prize-tile {
    display: grid;
    position: relative;
    grid-template-rows: auto;
    grid-template-rows: auto auto 1fr;
    grid-gap: 10px;
    align-content: center;
    text-align: center;
    gap: 2rem;
    padding: 2rem;
    background-color: #f9f9f9;
}

@media only screen and (max-width: 767px) {
    .prize-box {
        display: block;
    }
}

.answer-body {
    padding: 2rem 10rem 2rem 10rem;
    white-space: pre-wrap;
    font-size: 1.5rem;
    color: #505050;
    font-weight: 300;
    line-height: 1.3;
    padding-bottom: 2rem;
}

#formularz .container {
    padding-top: 8rem;
}

@media only screen and (max-width: 767px) {
    #formularz .container {
        padding-top: 4rem;
    }
}

.register-box {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 2rem;
    margin: 3rem 2rem 3rem 2rem;
}

.register-box-column {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 2rem;
    margin: 4rem 2rem 4rem 2rem;
}

.register-column {
    gap: 1rem;
}

.form-container {
    max-width: 100%;
    margin: 4rem 2rem 4rem 2rem;
}

.form-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
}

@media only screen and (max-width: 767px) {
    .form-columns {
        display: block;
    }
    .answer-column {
        padding: 1rem 1rem 7rem 1rem;
    }
    .answer-body {
        padding: 1rem 1rem 1rem 1rem;
    }
    .personal-column {
        padding: 1rem 1rem 1rem 1rem;
    }
    .washer-column {
        padding: 1rem 1rem 1rem 1rem;
    }
    .poll-column {
        padding: 0.5rem;
    }
}

.personal-column {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 8px;
    row-gap: 1.5rem;
}

.answer-column {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 8px;
    row-gap: 1.5rem;
}

.personal-column input,
.washer-column input {
    width: 100%;
    height: 3rem;
    color: #505050;
    padding: 9px 1rem 7px 1rem;
    display: inline-block;
    border: 1.5px solid #d0d3d4;
    border-radius: 0.55rem;
    box-sizing: border-box;
    box-shadow: none;
}

.answer-column textarea {
    width: 100%;
    height: 10rem;
    color: #505050;
    padding: 9px 1rem 7px 1rem;
    display: inline-block;
    border: 1.5px solid #d0d3d4;
    border-radius: 0.55rem;
    box-sizing: border-box;
    box-shadow: none;
}

.washer-column select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 3rem;
    color: #505050;
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 13.5'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23D0D3D4;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='1.5 1.5 12 12 22.5 1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    background-size: 1rem;
    padding: 9px 1rem 7px 1rem;
    display: inline-block;
    border: 1px solid #d0d3d4;
    border-radius: 0.55rem;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
}

.washer-column select:focus {
    outline: none !important;
    width: 100%;
    height: 3rem;
    color: #d0d3d4;
    padding: 9px 1rem 7px 1rem;
    display: inline-block;
    border: 1px solid #d0d3d4;
    border-radius: 0.55rem;
    box-sizing: border-box;
    box-shadow: 0 0.25rem 1rem #e5e5e5;
}

.washer-column {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 8px;
    row-gap: 1.5rem;
}

.washer-column .btn-dark,
.personal-column .btn-dark {
    font-size: 0.9rem;
    text-align: center;
    color: #505050;
    background: #d0d3d4;
    font-weight: 400;
    letter-spacing: 0.25px;
    padding: 17px 4rem 15px 4rem;
    border-radius: 0.55rem;
    border: 0.0625rem solid #d0d3d4;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}
.form-input {
    font-size: 1.25rem;
    height: 56px;
    border-width: 1px;
    background-color: #fff;
    border: 1px solid #d0d3d4;
    box-shadow: none;
    border-radius: 8px;
    padding: 16px;
}

.form-label {
    font-size: 1rem;
    color: #505050;
    letter-spacing: 0.75px;
    font-weight: 300;
    margin-left: 8px;
    margin-bottom: 2px;
}

.form-caption {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: 300;
    margin-top: 16px;
    padding-left: 8px;
    padding-right: 8px;
}

.form-title {
    font-size: 1.25rem;
    font-weight: 400;
    margin-left: 0.5rem;
}

.form-remove {
    font-size: 0.9rem;
    text-align: center;
    color: #505050;
    background: #d0d3d4;
    font-weight: 400;
    letter-spacing: 0.25px;
    padding: 17px 0.5rem 15px 0.5rem;
    border-radius: 0.55rem;
    border: 0.0625rem solid #d0d3d4;
    text-decoration: none;
}

.form-title {
    display: grid;
    grid-template-columns: 4fr 1fr;
    column-gap: 2em;
}

.personal-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
}

.poll-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
}
.poll-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 1.5rem;
}

.device-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    padding: 1rem 1rem 1rem 1rem;
}

.device-form-column {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
}

@media only screen and (max-width: 767px) {
    .register-box {
        /*display: block;*/
        gap: 2rem;
    }
    .register-box-column {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        gap: 2rem;
        margin: 4rem 2rem 4rem 2rem;
    }

    .register-column.register-column-next {
        margin-top: 30px;
    }

    .register-box .form-title {
        font-size: 2em;
    }
    .personal-form {
        grid-template-columns: 1fr;
    }
    .poll-form {
        grid-template-columns: 1fr;
    }
    .poll-form-wrapper {
        grid-template-columns: 1fr;
    }
    .device-form {
        grid-template-columns: 1fr;
    }
}

.receipt-form {
    display: grid;
    grid-template-rows: auto;
    margin: 1.5rem 0 0 0;
    padding: 1rem 1rem 1rem 1rem;
    gap: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
}

.input-comp {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.25rem;
    width: 100%;
    height: 5rem;
}

.input-comp-blank {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.25rem;
    width: 100%;
    height: 5rem;
}

.answer-comp {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.25rem;
    width: 100%;
    margin-bottom: 1.5rem;
}

.input-label {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.2px;
    padding: 0 0 0 0.125rem;
    height: auto;
    margin: 0;
    height: 2.1em;
}

.input-form {
    font-size: 1rem;
    color: #d0d3d4;
    height: 1.875rem;
    border-width: 1px;
    background-color: #fff;
    border: 1px solid #d0d3d4;
    box-shadow: none;
    border-radius: 0.5rem;
    padding: 9px 1rem 7px 1rem;
}

.register-box input,
.register-box-column input {
    width: 100%;
    height: 3rem;
    color: #505050;
    padding: 9px 1rem 7px 1rem;
    display: inline-block;
    border: 1.5px solid #d0d3d4;
    border-radius: 0.55rem;
    box-sizing: border-box;
    box-shadow: none;
}

.register-box input:focus {
    outline: none !important;
    width: 100%;
    height: 3rem;
    padding: 9px 1rem 7px 1rem;
    display: inline-block;
    border: 2px solid #505050;
    border-radius: 0.55rem;
    box-sizing: border-box;
    box-shadow: 0 0.25rem 1rem #e5e5e5;
}

.register-box .btn-dark,
.register-box-column .btn-dark {
    font-size: 0.9rem;
    text-align: center;
    color: #505050;
    background: #d0d3d4;
    font-weight: 400;
    letter-spacing: 0.25px;
    padding: 17px 4rem 15px 4rem;
    border-radius: 0.55rem;
    border: 0.0625rem solid #d0d3d4;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
    max-height: 50px;
}

.title-box {
    font-size: 0.9rem;
    text-align: left;
    color: #505050;
    background: #d0d3d4;
    font-weight: 400;
    letter-spacing: 0.25px;
    padding: 16px 4rem 0px 1rem;
    border-radius: 0.55rem;
    border: 0.0625rem solid #d0d3d4;
    text-decoration: none;
}

.register-box .btn-dark:hover {
    color: #505050;
    background: #f9f9f9;
    text-decoration: none;
    cursor: pointer;
}

.register-box .btn-dark label {
    cursor: pointer;
}

.file {
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
}

.input-2-comp {
    display: grid;
    grid-template-rows: auto;
    height: auto;
    gap: 0.75rem;
}

.input-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.input-caption {
    font-size: 0.75rem;
    line-height: 1.25;
    font-weight: 300;
    height: auto;
    padding: 0 0.25rem 0 0.25rem;
}

.register-box select,
.register-box-column select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 3rem;
    color: #505050;
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 13.5'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23D0D3D4;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='1.5 1.5 12 12 22.5 1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    background-size: 1rem;
    padding: 9px 1rem 7px 1rem;
    display: inline-block;
    border: 1px solid #d0d3d4;
    border-radius: 0.55rem;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
}

.register-box select:focus {
    outline: none !important;
    width: 100%;
    height: 3rem;
    color: #d0d3d4;
    padding: 9px 1rem 7px 1rem;
    display: inline-block;
    border: 1px solid #d0d3d4;
    border-radius: 0.55rem;
    box-sizing: border-box;
    box-shadow: 0 0.25rem 1rem #e5e5e5;
}

::placeholder {
    color: #d0d3d4;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #d0d3d4;
}

::-ms-input-placeholder {
    color: #d0d3d4;
}

.agree-box {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0.5rem;
    margin: 4rem 2rem 4rem 2rem;
}

.agree-box p {
    font-size: 1rem;
    padding-top: 0.4rem;
    width: 100%;
}

.agree-box a {
    color: #006cd9;
    opacity: 1;
    transition: 0.3s;
    font-weight: 400;
    text-decoration: none;
}

.agree-box a:hover {
    opacity: 0.75;
}

.agree {
    display: grid;
    grid-template-columns: 2rem auto;
    gap: 1.5rem;
}

.agree-box input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border: 1px solid #d0d3d4;
    border-radius: 0.25rem;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
}

.agree-box input[type="checkbox"]:checked {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url("../img/tick-gold.svg") 50% 50% no-repeat;
}

.agree-box input:focus {
    outline: none !important;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    border: 1px solid #505050;
    border-radius: 0.25rem;
    box-sizing: border-box;
    box-shadow: 0 0.25rem 1rem #e5e5e5;
}

.agree-box label.error {
    order: 5;
}

.agree-box p {
    order: 1;
}

.disclaimer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 4rem 6rem 4rem 6rem;
}

.thanks {
    text-align: center;
    padding-top: 60px;
}

#thanks {
    display: none;
}

#thanks.send {
    display: block;
}

.thanks img {
    margin: 0 auto 1.5rem;
}

.thanks .txt {
    font-size: 2rem;
    color: #009640;
}

.disclaimer p {
    font-weight: 300;
}

.disclaimer a {
    color: #006cd9;
    opacity: 1;
    transition: 0.3s;
    font-weight: 400;
    text-decoration: none;
}

label.error {
    color: red;
}

input.error {
    border-color: red;
}

select.error {
    border-color: red;
}

#formularz form input[type="submit"] {
    border: 0;
    width: 200px;
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .disclaimer {
        margin: 1rem;
    }

    .disclaimer p {
        font-size: 0.8rem;
    }

    .input-comp {
        height: 5rem;
    }
    .input-comp-blank {
        display: none;
        height: 0.125rem;
    }
    .answer-comp {
        height: 5rem;
    }
}

#kontakt {
    width: 100%;
    max-width: 100%;
    margin-top: 8rem;
    background: #f9f9f9;
    border-top: 1px solid #f2f2f2;
}

#kontakt .container {
    padding: 4rem 0 4rem 0;
}

@media only screen and (max-width: 767px) {
    #kontakt {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

.contact-box {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 1fr;
    align-content: center;
    justify-content: space-between;
    margin: 0 2rem 0 2rem;
}

.contact-box h4 {
    font-size: 1.25rem;
}

.infoline {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 0.75rem;
}

.contact-number {
    gap: 1.5rem;
    align-content: center;
}

.contact-number a {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    color: #505050;
    opacity: 1;
    transition: 0.3s;
    text-decoration: none;
    padding-top: 0.4rem;
}

@media only screen and (max-width: 767px) {
    .contact-box {
        display: block;
    }

    .infoline {
        text-align: center;
    }

    .contact-number {
        display: block;
    }

    .contact-number img {
        display: none;
    }
}

.social {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1.5rem 3rem;
    justify-items: center;
    row-gap: 0.8rem;
}

.social-icons {
    display: grid;
    height: 100%;
    grid-template-columns: auto auto auto;
    gap: 1.5rem;
}

@media only screen and (max-width: 767px) {
    .social {
        margin-top: 30px;
    }
}

#footer {
    background: #505050;
}

#footer .container {
    width: 100%;
    max-width: 1288px;
}

#footer .second-sm-row {
    background: #ffffff;
    width: 100%;
    max-width: 100%;
}

#footer a {
    margin: 0;
    padding: 0;
}

.footer-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.875rem 2rem 0.75rem 2rem;
}

.footer-txt {
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    color: #f9f9f9;
}

.footer-brand {
    display: inline-block;
}

.jfilestyle > div {
    display: none !important;
}

.form-input-comp-2 {
    margin-top: 20px;
}

.form-checkbox {
    height: 40px;
    line-height: 40px;
}

.form-checkbox input,
.form-checkbox input:focus {
    width: auto;
    height: auto;
    display: inline;
    margin-right: 10px;
}

.form-input-comp-2 .input-label {
    margin-left: 0;
    margin-bottom: 10px;
}

.form-input-comp-2 select {
    width: 100%;
    height: 3rem;
    padding: 0.75rem;
    font-size: 16px;
    border-width: 1px;
    background-color: #fff;
    border: 1px solid #d0d3d4;
    box-shadow: none;
    border-radius: 0.55rem;
}

.poll-column {
    padding-top: 0.75em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .poll-column {
        width: 100%;
    }

    .prize-content,
    #zasady {
        margin-bottom: 4rem;
    }

    .prize-tile {
        margin-bottom: 2rem;
        grid-template-rows: auto;
    }
}

.form-poll {
    display: block;
    border: 1px solid #d0d3d4;
    border-radius: 0.5rem;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.promo-icon img {
    width: 40%;
}

@media only screen and (max-width: 767px) {
    #technologie .container-first,
    #nagroda .container,
    #formularz .container {
        padding: 0;
    }

    .product-box,
    .banner-copy {
        margin-bottom: 4rem;
    }

    .feature-copy {
        margin-bottom: 2rem;
    }

    .promo-icon img {
        width: 60%;
    }

    .banner-img,
    #header .banner-img {
        width: 100%;
        height: auto;
        /*	   -webkit-transform: scale(1.7);
    transform: scale(1.7);
   -webkit-transform-origin: center;
    transform-origin: center; */
    }

    .prize-copy {
        padding: 2rem;
    }
}

.prize-tile p {
    font-weight: 300;
}

.prize-tile strong {
    font-weight: 500;
}

* {
    box-sizing: border-box;
}

table {
    margin-top: 2rem;
    margin-bottom: 6rem;
    border-collapse: collapse;
    width: 100%;
}

td {
    text-align: center;
    padding: 6px;
}

th {
    text-align: center;
    padding: 20px;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.leftSlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: black;
    background-color: rgba(255, 255, 255, 0.3);
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: -10px;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}
/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.leftDot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 10px;
    background-color: #f2f2f2;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.activeDot,
.dot:hover {
    background-color: #fdc100;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

.err {
    color: red;
}

.banner-copy img {
    margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
    .banner-copy img {
        margin: 1em auto;
    }
}

.prize-content u {
    text-decoration: underline #fdc100;
    text-underline-offset: 25%;
    text-decoration-thickness: 0.04em;
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-color: #fdc100;
    -webkit-text-decoration-style: solid;
    -webkit-text-decoration-thickness: 0.04em;
}

@media only screen and (max-width: 1280px) {
    #technologie .feature-copy {
        gap: 0;
    }

    .feature-copy {
        padding: 1.5rem;
    }

    .feature-box p {
        font-size: 0.9rem;
    }

    #technologie h4-un {
        font-size: 1.2rem;
    }

    .feature-row {
        padding: 0;
    }

    .prize-copy {
        padding: 1.5rem 1rem 1rem 2rem;
    }

    .prize-claim.prize-claim-bigger {
        font-size: 1.2rem;
    }

    .prize-claim {
        font-size: 0.8rem;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 1023px) {
    #technologie .feature-copy {
        gap: 0;
    }

    .feature-copy {
        padding: 1rem;
    }

    .feature-box p {
        font-size: 0.8rem;
        padding-left: 20px;
    }

    .feature-box .sup-footer {
        padding-left: 20px;
    }

    #technologie h4-un {
        font-size: 1.2rem;
    }

    .feature-row {
        /*grid-gap: 20px;*/
        margin-right: 20px;
        padding: 0;
    }

    .spacegap {
        height: 0.8rem;
    }

    .prize-copy {
        padding: 0.6rem 1rem 1rem 2rem;
    }

    .prize-claim.prize-claim-bigger {
        font-size: 1.1rem;
    }

    .prize-claim {
        font-size: 0.75rem;
    }
}

@media only screen and (max-width: 900px) {
    #technologie .feature-copy {
        gap: 0;
    }

    .feature-copy {
        padding: 0.7rem;
    }

    .feature-box p {
        font-size: 0.7rem;
    }

    #technologie h4-un {
        font-size: 1rem;
    }

    .feature-row {
        /*grid-gap: 20px;*/
        margin-right: 20px;
        padding: 0;
    }

    .spacegap {
        height: 0.8rem;
    }

    .prize-copy {
        padding: 0.6rem 0.3rem 0.3rem 1rem;
        font-size: 0.6rem;
    }

    .prize-claim {
        padding-bottom: 12px;
    }
}

@media only screen and (max-width: 800px) {
    .prize-copy {
        padding: 1.5rem 1rem 1rem 2rem;
        font-size: 0.8rem;
    }

    .prize-claim.prize-claim-bigger {
        font-size: 1.3rem;
    }

    .prize-claim {
        font-size: 0.9rem;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    #technologie h4-un {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}

/* ==========================================================================
   PROGRESS BARS
   ========================================================================== */

:root {
    --progress-many: #04eea0;
    --progress-medium: #feca57;
    --progress-few: #ee5006;
    --progress-bg: #d8e7f4;
}

.task-progress {
    margin: 0px 0px 20px 0px;
}

.task-progress p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #222f3e;
}

.progress {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 10px;
    height: 10px;
}

.progress::-webkit-progress-bar {
    background-color: var(--progress-bg);
}

.progress::-webkit-progress-bar,
.progress::-webkit-progress-value {
    border-radius: 10px;
}

.progress::-moz-progress-bar {
    border-radius: 10px;
}

.progress--many::-webkit-progress-value {
    background-color: var(--progress-many);
}

.progress--many::-moz-progress-bar {
    background-color: var(--progress-many);
}

.progress--medium::-webkit-progress-value {
    background-color: var(--progress-medium);
}

.progress--medium::-moz-progress-bar {
    background-color: var(--progress-medium);
}

.progress--few::-webkit-progress-value {
    background-color: var(--progress-few);
}

.progress--few::-moz-progress-bar {
    background-color: var(--progress-few);
}

/* ==========================================================================
   FORM CONFIRMATION
   ========================================================================== */

.form-confirmation {
    width: 60vw;
    height: 65vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 35px 40px;
    z-index: 133;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid rgba(80, 80, 80, 0.089);

    @media (max-width: 576px) {
        width: 100vw;
        height: 100vh;
    }

    @media (min-width: 577px) and (max-width: 1200px) {
        width: 90vw;
        height: 90vh;
    }
}

.form-confirmation .form-confirmation--title {
    font-size: 3rem;
    color: #505050;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
}

.form-confirmation p {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 30px;
}

.w-200 {
    width: 200px;
}
.align-baseline {
    align-items: baseline;
}
input[type="file"] label.error {
    position: relative;
    font-size: 12312312px !important;
}
