@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
	padding: 0;
}

.nespresso-home-main-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin: 0 auto;
	width: 100%;
}

.nespresso-top-banner {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-banner-content-sec {
    width: max-content;
    position: absolute;
    margin: 0px 50px;
}

.nespresso-top-banner img{
	width: 100%;
	padding: 0;
	margin: 0;
}

.nespresso-top-banner p{
	font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0;
    color: #000000;
    line-height: 45px;
}

.nespresso-top-banner a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 15px 30px;
    font-family: 'Currys Sans', sans-serif;
    transition: background-color 0.5s;
    font-weight: 500;
    cursor: pointer;
    width: max-content;
    margin-top: 40px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    background: #2a2929;
	border: 1px solid #2a2929;
}

.nespresso-top-banner a:hover{
	background: #ffffff61;
	color: #2a2929;
}

.nespresso-vertuo-main-sections{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row;
	margin-bottom: 20px;
	flex-wrap: nowrap;
	padding: 0;
	background: #f3eee6;
}

.vertuo-image-section{
	flex-basis: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vertuo-image-section img{
	width: 100%;
	margin: 0 auto;
}

.vertuo-content-section{
	flex-basis: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    flex-flow: column;
}
.vertuo-header-sec{
	width: 90%;
	margin: 0 auto;
}
.vertuo-content-section h2{
	font-family: 'Currys Sans', sans-serif;
    font-weight: 800;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
    color: #000000;
    line-height: normal;
	padding: 0;
}
.vertuo-content-section p{
	    font-family: 'Currys Sans', sans-serif;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    color: #000000;
    line-height: normal;
    padding: 0;
}

.vertuo-icons-main-section{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: row;
	margin-top: 15px;
	padding: 0;
}

.vertuo-icon-sec{
	flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-flow: column;
}

.vertuo-icon-sec img{
	width: 50%;
	margin: 0 auto;
}
.vertuo-icon-sec h3{
	    font-family: 'Currys Sans', sans-serif;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    color: #000000;
    text-align: center;
    line-height: normal;
    padding: 10px 0px;
}

.nespresso-plus-recycle-main{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: row;
	margin-bottom: 20px;
	flex-wrap: nowrap;
	padding: 0;
}

.recycle-section{
	flex-basis: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-flow: column;
	margin: 0 auto;
	background: #f3eee6;
}

.recycle-section img{
	width: 100%;
	padding: 0;
	margin: 0;
}
.recycle-section h3{
	font-family: 'Currys Sans', sans-serif;
    font-weight: 300;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0;
    color: #000000;
	text-align: center;
    line-height: normal;
	padding: 20px 0px;
}

.recycle-types-main-section{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: row;
	margin-bottom: 20px;
	padding: 0;
}

.recycle-type-sec{
	flex-basis: 27%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    flex-flow: column;
    margin: 5px;
    background: #f9f7f3;
}
.recycle-type-sec img{
	width: 50%;
}

.recycle-type-sec p{
	    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    text-align: center;
    color: #000000;
    line-height: normal;
    padding: 20px 0px;
}

.nespresso-plus-main{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: row;
	margin-bottom: 20px;
	padding: 0;
}

.nespresso-plus-types-section{
	flex-basis: 27%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 7px;
    flex-flow: column;
    margin: 5px;
    background: #f9f7f3;
}

.nespresso-plus-types-section h2{
	font-family: 'Currys Sans', sans-serif;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    color: #000000;
    line-height: normal;
	padding-bottom: 15px;
}

.nespresso-plus-types-section  p{
	font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
    text-align: center;
    color: #000000;
    line-height: normal;
    padding: 0;
}

.comparsion-table-main-sec {
    width: 100%;
    margin: 0;
    padding: 0;
}

.comparsion-table-main-sec table {
	border: 1px solid #fff;
	border-collapse: collapse;
	margin: 50px 0px;
	width: 100%;
	display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.comparsion-table-main-sec table th{
	background: #d0b69b;
	color: #fff;
	font-family: "Currys Sans", sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: initial;
	border: 3px solid #fff;
    padding: 10px;
}

.comparsion-table-main-sec table th:first-child, tbody tr td:first-child{
	text-align: left;
	width: 25%;
	font-weight: 800;
}

.comparsion-table-main-sec td{
	color: #1D1C1C;
	font-family: "Currys Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: initial;
	border: 3px solid #fff;
    padding: 10px;
}

.comparsion-table-main-sec tr:nth-child(odd){
	background: #f1efe9;
}
.comparsion-table-main-sec tr:nth-child(even){
	background: #e8e4da;
}

img.vertuo-table-img {
    width: 80%;
	margin: 0 auto;
}

tr.comparsion-table-img-sec td {
    background: #fff;
	text-align: center;
}

tr.table-cta-sec {
    background: #fff !important;
}

.comparsion-table-main-sec td a{
	text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 10px 30px;
    font-family: 'Currys Sans', sans-serif;
    transition: background-color 0.5s;
    font-weight: 500;
    cursor: pointer;
	margin: 20px 0px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    background: #2a2929;
	border: 1px solid #2a2929;
	width:max-content;
}

.comparsion-table-main-sec td a:hover{
	background: #ffffff61;
	color: #2a2929;
}

.vertuo-header-sec a {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    padding: 10px 30px;
    font-family: 'Currys Sans', sans-serif;
    transition: background-color 0.5s;
    font-weight: 500;
    cursor: pointer;
    margin-top: 30px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    background: #2a2929;
    border: 1px solid #2a2929;
    width: max-content;
}

.vertuo-header-sec a:hover{
	background: #ffffff61;
	color: #2a2929;
}

@media screen and (min-width: 1025px) and (max-width: 1300px){
	.top-banner-content-sec {
    margin: 0px 25px;
	}
	.nespresso-top-banner{
	padding: 0;
	}
	.nespresso-top-banner p{
        font-size: 20px;
    line-height: 32px;
	}
	.nespresso-top-banner a, .vertuo-header-sec a {
    font-size: 15px;
    padding: 5px 20px;
    margin-top: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.nespresso-home-main-section{
	width: 100%;
	}
	.top-banner-content-sec {
    margin: 0px 25px;
	}
	.nespresso-top-banner{
	padding: 0;
	}
	.vertuo-content-section h2{
    font-size: 25px;
	}
	.vertuo-content-section p{
	font-size: 14px;
	}
	.vertuo-icon-sec h3{
	font-size: 12px;
	}
	.recycle-section h3{
	font-size: 19px;
    padding: 20px 0px;
	}
	.nespresso-plus-types-section h2{
	font-size: 16px;
    padding-bottom: 5px;
	}
	.nespresso-plus-types-section{
	padding: 15px 10px;
	flex-basis: 30%;
	}
	.comparsion-table-main-sec table th{
	font-size: 15px;
	}
	.comparsion-table-main-sec td{
	font-size: 13px;
	}
	.nespresso-plus-types-section p{
	font-size: 10px;
	}
	.recycle-type-sec{
	flex-basis: 30%;
    height: auto;
	}
	.recycle-type-sec p {
    font-size: 10px;
    padding: 20px 0px;
	}
	.nespresso-top-banner p{
     font-size: 19px;
    line-height: 32px;
	}
	.nespresso-top-banner a, .vertuo-header-sec a{
	font-size: 13px;
    padding: 5px 20px;
    margin-top: 20px;
	}
	.comparsion-table-main-sec td a{
	font-size: 11px;
    padding: 10px 25px;
    margin: 6px 0px;
	}
	.vertuo-icons-main-section{
	margin-top: 15px;
	}
	.vertuo-icon-sec img{
	width: 40%;
	}
}

@media only screen and (max-width: 767px){
	.nespresso-home-main-section{
	width: 100%;
	}
	.nespresso-top-banner{
    padding: 0;
	}
	.nespresso-top-banner p{
	font-size: 13px;
    line-height: 20px;
	}
	.nespresso-vertuo-main-sections{
    flex-flow: column;
	}
	.nespresso-vertuo-main-sections:nth-child(even){
    flex-flow: column-reverse;
    padding: 0px 0px;
	}
	.vertuo-icon-sec img {
    width: 75%;
    margin: 0 auto;
	}
	.nespresso-plus-recycle-main{
	flex-flow: column;
	}
	.recycle-section{
	flex-basis: 100%;
	margin-bottom: 20px;
	}
	.nespresso-plus-types-section{
	padding: 15px 10px;
	margin: 7px;
	}
	.comparsion-table-main-sec table th{
	font-size: 15px;
	}
	.comparsion-table-main-sec td{
	font-size: 13px;
	}
	.comparsion-table-main-sec table th:first-child, tbody tr td:first-child{
	width: auto;
	}
	.vertuo-content-section h2{
	font-size: 40px;
    padding: 20px 0px;
	}
	.nespresso-plus-types-section p{
	font-size: 13px;
	}
	.nespresso-plus-types-section h2{
	font-size: 20px;
    padding-bottom: 5px;
	}
	.recycle-section h3{
	font-size: 23px;
	}
	.recycle-type-sec{
	flex-basis: 30%;
	height: auto;
	}
	.recycle-type-sec p{
	font-size: 15px;
	}
	.vertuo-icon-sec h3{
	font-size: 17px;
	}
	.nespresso-top-banner a{
	font-size: 10px;
    padding: 3px 15px;
    margin-top: 15px;
	}
	.vertuo-header-sec a{
	font-size: 14px;
    padding: 10px 30px;
	margin-top: 25px;
	}
	.comparsion-table-main-sec td a{
	font-size: 11px;
    padding: 10px 25px;
    margin: 6px 0px;
	}
	.top-banner-content-sec {
    margin: 0px 12px;
	}
}
@media screen and (min-width: 320px) and (max-width: 425px){
	.nespresso-home-main-section{
	width: 100%;
	}
	.top-banner-content-sec {
    margin: 0px 10px;
	}
	.nespresso-top-banner {
    padding: 0;
	}
	.nespresso-top-banner p {
    font-size: 8px;
    line-height: 11px;
	}
	.nespresso-vertuo-main-sections{
    flex-flow: column;
	}
	.nespresso-vertuo-main-sections:nth-child(even){
    flex-flow: column-reverse;
    padding: 0px 0px;
	}
	.vertuo-icon-sec img {
    width: 65%;
	margin: 0 auto;
	}
	.vertuo-icon-sec h3{
	font-size: 14px;
	}
	.nespresso-plus-recycle-main{
	flex-flow: column;
	}
	.recycle-section{
	flex-basis: 100%;
	margin-bottom: 20px;
	}
	.nespresso-plus-types-section{
	padding: 15px 10px;
	margin: 3px;
	flex-basis: 30%;
	}
	.recycle-section h3 {
    font-size: 17px;
    padding: 20px 0px;
	}
	.comparsion-table-main-sec table th {
    font-size: 12px;
	padding: 7px;
	}
	.comparsion-table-main-sec td{
	font-size: 11px;
	padding: 7px;
	}
	.vertuo-content-section h2 {
    font-size: 30px;
	}
	.vertuo-content-section p{
	font-size: 15px;
	}
	.recycle-type-sec {
    flex-basis: 30%;
    height: auto;
    padding: 5px;
	}
	.recycle-type-sec p {
    font-size: 9px;
	}
	.nespresso-plus-types-section p {
    font-size: 10px;
	}
	.nespresso-plus-types-section h2 {
    font-size: 15px;
    padding-bottom: 5px;
	}
	.nespresso-top-banner a{
	font-size: 7px;
    padding: 0px 11px;
    margin-top: 15px;
	}
	.vertuo-header-sec a{
	font-size: 12px;
    padding: 6px 20px;
	margin-top: 20px;
	}
	.comparsion-table-main-sec td a{
	font-size: 9px;
    padding: 7px 20px;
    margin: 6px 0px;
	}
} 