a {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
p {
    padding: 0;
    margin: 0;
}

.wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

body {
    font-family: 'Montserrat';
    color: #fff;
    line-height: 1;
    /*background: #262626 url('../img/bg-header.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;*/
    background-color: #252525;
}

.center {
    text-align: center;
}

.clearListing {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
}

/*HEADER*/

.header {
    background: url('../../images/Newsletter/bg-woman.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 30px 0;
    height: 600px;
}

.headerTop {
    display: flex;
    justify-content: space-between;
    padding: 0 0 30px;
}

.header .par {
    padding: 0 0 150px;
}

.q1 span {
    font-size: 50px;
    font-weight: 700;
    padding: 0 0 5px;
    display: block;
}

.q1 .year {
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}

.headerTitle {
    font-family: 'Goeslim';
    font-size: 45px;
    font-style: italic;
    text-transform: uppercase;
    padding: 0 0 40px;
}

.par {
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    max-width: 640px;
    margin: 0 auto;
}

.section {
    padding: 0 25px;
}

.sectionTitle {
    font-family: 'Goeslim';
    font-size: 32px;
    font-style: italic;
    text-transform: uppercase;
    padding: 50px 0 25px 80px;
}

.sectionTable {
    background: url('../../images/Newsletter/bg-shape.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 160px;
	margin-top: -180px;
	margin-bottom:40px;
}

table {
    width: 100%;
}

.tableHeader {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 15px 10px 15px 110px;
}

.tableHeader li {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    /*flex: 1;*/
    flex: 50%;
    padding: 0 10px;
}

.tableHeader li:first-child {
    flex: 20%;
}

.tableHeader li:nth-child(2) {
    flex: 23%;
}

.tableHeader li:nth-child(3) {
    flex: 23%;
}

.tableHeader li:nth-child(4) {
    flex: 24%;
}

.tableHeader li:nth-child(5) {
    flex: 10%;
}

td {
    background: transparent;
    border: 1px solid #fff;
    min-width: 180px;
    position: relative;
}

td:first-child {
    min-width: auto;
    border-right: none;
}

td:nth-child(2) {
    border-left: none;
}

td:last-child {
    min-width: 80px;
}

table .imageHolder {
    background: #fff;
    margin: 0 15px 0 0;
    position: relative;
    display: inline-block;
    padding: 10px;
    min-width: 100px;
    text-align: center;
}

table .imageHolder:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -7px;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
}

table .imageHolder img {
    max-height: 75px;
    max-width: 80px;
}

table .textBlock {
    display: inline-block;
}

.tableText {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    display: block;
    padding: 0 10px;
}

.tableText--light {
    font-weight: 300;
}

.sectionListing {
    padding: 80px;
}

.sectionListing .itemHolder {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.sectionListing .imageHolder {
    flex: 45%;
}

.whiteBg {
    max-width: 315px;
    height: 160px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    border-radius: 20px;
}

.sectionListing .imageHolder img {
    max-width: 100%;
    max-height: 100%;
}

.sectionListing .textBlock {
    flex: 55%;
}

.itemTitle {
    font-family: 'Goeslim';
    font-size: 34px;
    font-style: italic;
    text-transform: uppercase;
    padding: 0 30px 20px;
}

.extraBold {
    font-weight: 800;
}

.textListing .par {
    position: relative;
    line-height: 25px;
}

.textListing .par:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -30px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
}

.th--mobile {
    display: none;
}

.terms {
    font-size: 13px;
}

.yellow {
    color: #febc12;
}

.footer {
    background: #dcdcdc;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    margin: 0 20px;
}

.footerTitle {
    font-family: 'Goeslim';
    font-style: italic;
    font-size: 29px;
    padding: 20px 0;
    color: #000;
}

th {
    padding-bottom: 20px;
}

th span {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 10px 15px 10px;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    min-height: 70px;
}

th:first-child span {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

th:last-child span {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

@media all and (-ms-high-contrast:none) {
    .sectionListing .imageHolder img {
        width: 100%;
    }
}