@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: .05em;
   -webkit-text-decoration-line:  underline;
   -webkit-text-decoration-color: #FDC100;
   -webkit-text-decoration-style: solid;
   -webkit-text-decoration-thickness: .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: .07em;
    -webkit-text-decoration-line:  underline;
    -webkit-text-decoration-color: #FDC100;
    -webkit-text-decoration-style: solid;
    -webkit-text-decoration-thickness: .07em;
}

h4-un {
    font-size: 1.5rem;
    font-weight: 400;
    padding: 0;
    margin: 0;
	line-height: 1.4em;
	text-decoration: underline #FDC100;
	text-underline-offset: 25%;
	text-decoration-thickness: .07em;
    -webkit-text-decoration-line:  underline;
    -webkit-text-decoration-color: #FDC100;
    -webkit-text-decoration-style: solid;
    -webkit-text-decoration-thickness: .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: .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;
}

.long-text-gap {
    /*display: inline-block;
	width: 2rem;
    height: 4rem;*/
}

.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: space-around;
    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.25rem;
    color: #505050;
    font-weight: 300;
    line-height: 1.6rem;
	margin: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    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-content .banner-img img {
    object-fit: contain;
}

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

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

.banner-body {
    font-size: 0.8rem;
    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: 1.0rem;
  }*/

  .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
  }
  .long-text-gap {
    display: inline-block;
	width: 0rem;
    height: 0rem;
}
}

.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(70vh - 105px);
}
  }

.img-item {
    display: inline-block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: bottom;
}

.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;
}



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

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

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

#rules 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;
    margin: 3rem 2rem 0rem 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;
  }

  #shops .container {
    padding: 0;
  }
}

.promo-item {
    display: flex;
    flex-direction: column;
    place-self: flex-end;
    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;
  }
}
#technology .feature-copy {
	gap: 1rem;
}

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

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

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

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

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

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

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

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

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

.partners-box {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
}

.partners-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
	padding: 1rem;
	grid-gap: 4rem;
	align-items: center;
}

.partners-tile {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
	padding: 1rem;
	margin-right: 0rem;
	/*grid-gap: 50px;*/
	align-items: center;
	background-color: #FFFFFF;
	border-radius: 0.5rem;
	border: 1px solid #E5E5E5;
}

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

#technology .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: max-content;
    /*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: 0rem;
	/*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%;
}

#prize-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;

}


.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: .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: .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;
    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;
  }
  
.partners-row {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 2rem;
    margin: 4rem 2rem 4rem 2rem;

}
}



.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: .0625rem solid #D0D3D4;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}

.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: .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
    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: .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: #000000;
}

#footer .container{
    width: 100%;
    max-width: 1288px;
    margin: 4rem auto 0rem;
	padding: 1rem 0 2rem 0;
}

}

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

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

.footer-box {
    display: flex;
	flex-direction: column;
    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: #8b8b8b;
}

.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, #rules {
    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: 60%;
    height: auto;
}

@media only screen and (max-width: 767px) {
  #technology .container-first, #prize .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: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .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: .04em;
}

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

    .feature-copy {
        padding: 1.5rem;
    }

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

    #technology 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) {
    #technology .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;
    }

    #technology 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) {
    #technology .feature-copy {
        gap: 0;
    }

    .feature-copy {
        padding: 0.7rem;
    }

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

    #technology 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) {
    #technology h4-un {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}

.promo-text > strong {
    font-weight: 500;
    border-bottom: 2px solid #FDC100;
    padding-bottom: 2px;
}

.promo-text > p {
    padding-top: 10px;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 300;
}



  .products-box,
  .products-box {
    text-align: center;
    padding: 0 5.8333%
}

@media only screen and (max-width: 991px) {
      .products-box,
      .products-box {
        padding: 0 5.8333%
    }
}

  .products-box h2,
  .products-box h2 {
    font-size: 1.875rem;
    margin: 3.125rem 6.875rem 3.125rem;
    line-height: 1.4em;
    text-decoration: none;
    display: inline-block
}

@media only screen and (max-width: 575px) {
      .products-box h2,
      .products-box h2 {
        font-size: 1.875rem;
        margin: 0 10% 6%;
        padding-bottom: 2%;
        line-height: 1.4em
    }
}


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

  .products-box .products {
    text-align: left
}

  .products-box .products .product a {
    text-decoration: none;
    color: unset
}

  .products-box .products .product a:hover {
    color: unset;
    text-decoration: none;
    -webkit-text-decoration-color: #edb112;
    text-decoration-color: #edb112
}

  .products-box .products .product .content,
  .products-box .products .product .content {
    padding: 1.375rem
}

  .products-box .products .product .content .image,
  .products-box .products .product .content .image {
    padding: 1.875rem
}

  .products-box .products .product .content .title,
  .products-box .products .product .content .title {
    font-size: .875rem;
    line-height: 1.375rem;
    padding: .625rem 0
}

  .products-box .products .product .title {
	text-align: center;
    font-size: 1.1875rem;
    line-height: 1.375rem;
    margin-bottom: 4.375rem;
    font-weight: 600;
	margin: 10px auto;
}

  .products-box .products .product .desc {
	text-align: center;
    font-size: 1.1875rem;
    line-height: 1.375rem;
    margin-bottom: 4.375rem;
    font-weight: 300;
	margin: 10px auto;
}

@media only screen and (max-width: 575px) {
      .products-box .products .product .content .desc,
      .products-box .products .product .content .desc {
        margin-bottom: .3125rem
    }
}

  .product {
    display: flex;
	flex-direction: column; 
    align-items: center; 
  }
  .products-box .products .product .m-button--primary,
  .products-box .products .product .m-button--primary-full,
  .products-box .products .product .m-button--primary,
  .products-box .products .product .m-button--primary-full {
    color: #fff;
    background: #fdc100;
    position: relative;
    text-align: center;
	border-radius: 1rem;
	margin: 15px auto;
	
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.2;
    letter-spacing: -0.2px;
    overflow: hidden;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    border-radius: .3125rem;
    display: inline-flex;
    min-height: 2.8125rem;
    min-width: 9.375rem;
    cursor: pointer;
    transition: all .5s ease;
    text-transform: uppercase
}


  .products-box .products .product,
  .products-box .products .product {
    border: 1px solid #e1e1e1
}

  .products-box .products .product .m-button--primary-full,
  .products-box .products .product .m-button--primary-full-full,
  .products-box .products .product .m-button--primary-full,
  .products-box .products .product .m-button--primary-full-full {
    border-radius: 0
}

  .products-box .products .product .m-button--primary-full:hover .m-button__wrapper:after,
  .products-box .products .product .m-button--primary:hover .m-button__wrapper:after,
  .products-box .products .product .m-button--primary-full:hover .m-button__wrapper:after,
  .products-box .products .product .m-button--primary:hover .m-button__wrapper:after {
    -webkit-animation: hover 1s cubic-bezier(0.86, 0, 0.07, 1) forwards;
    animation: hover 1s cubic-bezier(0.86, 0, 0.07, 1) forwards
}

  .products-box .products .product .m-button,
  .products-box .products .product .m-button {
	text-align: center;
    justify-content: center;
    align-items: center;  
    border: 0;
    position: relative;
    text-decoration: none;
    color: inherit;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.2;
    letter-spacing: -0.2px;
    padding: .75rem 1.25rem .5rem;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: .3125rem;
    display: inline-flex;
    min-height: 2.8125rem;
    min-width: 9.375rem;
    cursor: pointer;
    transition: all .5s ease;
    text-transform: uppercase
	margin: 0 auto;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
 .owl-nav {
    position: initial
}

 .owl-carousel {
    position: relative
}

 .owl-next,
 .owl-prev {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

 .owl-next {
    right: -20px;
    text-align: right
}

 .owl-prev {
    left: -20px;
    display: flex
}

 .owl-next span,
 .owl-prev span {
    font-size: 3rem
}

#cookie-bar {
    width: 100%;
    background: #F9F9F9;
    padding: 15px;
    position: fixed;
    bottom: 0;
    border-top: 2px solid rgb(80, 80, 80);
    display: grid;
    grid-template-columns: 2fr 1fr;
}

#cookie-bar header {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.6rem;
    margin-bottom: 1rem;
}

#cookie-bar a.link, #cookie-bar a.link:visited {
    color: #FDC100;
}

#cookie-bar .btn-yellow, #cookie-bar .btn-ghost {
    display: inline-block;
    margin-right: 10px;
}

#cookie-bar .cookie-txt {
}

#cookie-bar .cookie-btn {
    text-align: right;
}

@media only screen and (max-width: 1500px) {
    #cookie-bar .btn-yellow, #cookie-bar .btn-ghost {
        width: 110px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media only screen and (max-width: 1140px) {
    #cookie-bar {
        grid-template-columns: 3fr 2fr;
    }

    #cookie-bar .cookie-btn {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 960px) {
    #cookie-bar {
        grid-template-columns: 1fr 1fr;
    }

    #cookie-bar .cookie-btn {
        padding-top: 25px;
    }
}

@media only screen and (max-width: 776px) {
    #cookie-bar .cookie-btn {
        padding-top: 0;
    }

    #cookie-bar .btn-yellow, #cookie-bar .btn-ghost {
        width: 80%;
        float: right;
        padding-left: 1rem;
        padding-right: 1rem;
        display: block;
        margin-bottom: 10px;
    }
}

#consent-modal {
    display: none;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

#consent-modal .overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
}

#consent-modal .modal {
    width: 1024px;
    max-width: 80%;
    padding: 4rem;
    max-height: 70%;
    background: #fff;
    color: #000;
    margin: 0 auto;
    margin-top: 10vh;
    overflow-y: scroll;
}

#consent-modal .modal header {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}

#consent-modal a.link, #cookie-bar a.link:visited {
    color: #FDC100;
}

#consent-modal p {
    padding-bottom: 4rem;
}

#consent-modal .btn-yellow, #consent-modal .btn-ghost {
    display: inline-block;
    margin-right: 10px;
}

@media screen and (max-width: 650px) {
    #consent-modal .btn-yellow, #consent-modal .btn-ghost {
        width: 100px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media only screen and (max-width: 550px) {
    #consent-modal .btn-yellow, #consent-modal .btn-ghost {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 10px;
        display: block;
    }
}

.btn-discover {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    display: block;
}

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

#cookie-icon {
    display: none;
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 100px;
    height: auto;
    max-width: 20vw;
}

#cookie-icon img {
    width: 50px;
    height: auto;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.5);
}