.pp-section{
    width: 100%;
    clear: both;
    font-size: 18px;
}

.pp-section h1{
    color: #231f20;
    font-size: 40px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    margin-bottom: 30px;
    line-height: 40px;
    text-transform: uppercase;
}

.pp-section h2,
.pp-section h3{
    color: #008091;
    font-size: 30px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
}

.pp-section h3{
    font-size: 25px;
}

.pp-section p,
.pp-section li{
    line-height: 1.3;
}

.pp-section a{
    transition: all 0.3s ease;
}

.pp-container{
    max-width: 1225px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.pp-banner{
    background: #fdd700;
}

/* notice */
.pdr-notice{
    background: #00ad3c;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}

.pdr-notice strong{
    font-weight: 900;
}

.pdr-notice span{
    margin: 0 5px;
}

.pdr-notice a{
    color: #fff;
    text-decoration: underline !important;
}

/* banner */

.pp-banner{
    background: #fdd700;
}

.pp-banner-pd-logo{
    position: absolute;
    top: 30px;
    left: calc(50% - 60px);
    width: 120px;
}

.pp-banner-left {
	margin-bottom: 50px;
	max-width: 100%;
    padding-top: 90px;
	width: 560px;
}

.pp-banner h1{
    color: #231f20;
	font-size: 70px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
    margin-bottom: 10px;
    line-height: 60px;
    text-transform: uppercase;
}

.pp-banner h1 span {
	display: block;
}

.pp-banner-left p.pp-banner-subtitle{
    color: #231f20;
    font-size: 30px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1.2;
    margin-bottom: 15px;
    width: 515px;
    max-width: 100%;
}

.pp-banner-gallery{
    margin-bottom: 75px;
}

.pp-banner-gallery img{
    margin-right: 15px;
}

.pp-banner-image{
    position: absolute;
    bottom: 0;
    right: -40px;
    max-height: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.pp-banner-image img{
    max-height: 100%;
    width: auto;
}

/* intro content */

.pp-intro-content{
    padding: 75px 0;
}

.pp-intro-content .pp-container {
	display: flex;
	justify-content: space-between;
}

.pp-intro-content-content{
    font-size: 17px;
    max-width: 100%;
    width: 600px;
}

.pp-intro-content-content ins{
    color: #231f20;
    display: block;
    font-size: 40px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    margin-bottom: 10px;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
}

.pp-intro-content-content h3{
    color: #231f20;
    line-height: 1.2;
}

.pp-intro-content-content strong{
    font-weight: 900;
    font-family: "Gotham", sans-serif;
}

.pp-intro-content-image{
    width: calc(100% - 650px);
}

.pp-intro-content-image img{
    width: 100%;
}

/* content sections */

.pp-content-sections{
    background: #008091;
    padding: 75px 0;
}

.pp-content-section{
    background: #fff;
    border-radius: 50px;
    margin: 0 auto 20px;
    max-width: 100%;
    padding: 40px 50px 0;
    text-align: center;
    width: 950px;
}

.pp-content-section-block-content{
    font-size: 17px;
}

.pp-content-section-block-image{
    margin-top: 60px;
}

.pp-content-section h2{
    font-size: 35px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.pp-content-section h3{
    color: #231f20;
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.pp-content-section h4{
    color: #231f20;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.pp-content-section-block{
    padding-bottom: 50px;
}

.pp-content-section-block a,
.pp-content-section-block strong{
    color: #008091;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
}

a.pp-content-section-button{
    transition: all 0.3s ease;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    background: #008091;
    min-width: 250px;
    padding: 15px;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    margin-top: 20px;
    cursor: pointer;
}

a.pp-content-section-button:hover{
    background: #231f20;
}

@media only screen and (max-width: 1250px) {

    .pp-container{
        padding: 0 25px;
    }

    .pp-banner-img{
        left: 25px;
    }

}

@media only screen and (max-width: 1199px) {

    .pp-banner-pd-logo {
        left: calc(50% - 45px);
        width: 90px;
    }

}

@media only screen and (max-width: 1099px) {

    .pp-banner h1,
    .pp-banner h1 span {
    	font-size: 50px;
        line-height: 50px;
    }

}

@media only screen and (max-width: 1050px) {


}

@media only screen and (max-width: 992px) {

    .pp-banner-pd-logo {
    	display: none;
    }

    .pp-banner-left {
    	padding-top: 40px;
    }

    .pp-intro-content-inner{
        text-align: center;
    }

    .pp-intro-content .pp-container {
        flex-direction: column;
    }

    .pp-intro-content-content,
    .pp-intro-content-image{
        width: 100%;
    }

    .pp-intro-content-image img{
        margin-top: 30px;
        max-width: 450px;
    }

}

@media only screen and (max-width: 840px) {

    .pp-banner-left {
        width: 55%;
    }

    .pp-banner-image {
    	right: -50px;
    	width: 45%;
    }

}

@media only screen and (max-width: 767px) {

    .pdr-notice{
        line-height: 16px;
    }

    .pdr-notice span {
    	font-size: 12px;
    }

    .pp-section h1{
        font-size: 45px;
    }

    .pp-section h1 span{
        font-size: 22px;
    }

    .pp-section p,
    .pp-section li{
        font-size: 16px;
    }

    .pp-banner h1,
    .pp-banner h1 span {
    	font-size: 40px;
        line-height: 40px;
    }

    .pp-banner-left {
    	margin-bottom: 20px;
    }

    .pp-banner-gallery {
    	margin-bottom: 35px;
    }

    .pp-intro-content,
    .pp-content-sections{
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .pp-intro-content-content ins {
    	font-size: 30px;
    }

}

@media only screen and (max-width: 600px) {

    .pp-banner-inner {
    	background: none;
    }

    .pp-banner-left {
    	width: 100%;
    }

    .pp-banner-left {
    	padding-top: 30px;
    }

    .pp-banner-image {
    	display: none;
    }

    .pp-banner-gallery img{
        width: 75px;
    }

    .pp-content-section {
    	padding: 40px 30px 0;
    }

    .pp-content-section h2 {
    	font-size: 30px;
    }

    .pp-content-section h3 {
    	font-size: 25px;
    }

    .pp-content-section h4 {
    	font-size: 20px;
    }

    .pp-section h3 {
    	font-size: 22px;
    }

}
