/* START TYPE 1 */

.content-full-width.hero-block.type-1.wpblock {
    position: relative;
    background-color: var(--grey);
    overflow: hidden;
    padding-top: 40px;
} 

/* FOR GOOGLE PAGEINSIGHTS LAYOUT SHIFT, ELEMENT HAS FIXED HEIGHT IN HTML THEN FLEXIBLE AFTER LOADED */

body.loaded .content-full-width.hero-block.type-1.wpblock.full-height {
    height: calc(100% - 80px);
    height: 950px;
}

.content-full-width.hero-block.type-1.background-grey-tint.wpblock {
    background-color: var(--grey-tint);
}  

.content-full-width.hero-block.type-1.background-red-tint.wpblock {
    background-color: var(--red-tint);
}  

.content-full-width.hero-block.type-1.wpblock:after {
    content: '';
    position: absolute;
    bottom: 2.3vw;
    left: 0px;
    width: 100%;
    height: 1.569vw;
    background-color: var(--grey);
    transform: rotate(-2.6deg);
    transform-origin: top center;
}

.content-full-width.hero-block.type-1.background-grey-tint.wpblock:after {
    background-color: var(--grey-tint);
}

.content-full-width.hero-block.type-1.background-red-tint.wpblock:after {
    background-color: var(--red-tint);
}

.content-full-width.hero-block.type-1.wpblock .content-full-width-inner {
    height: 100%;    
}  

.content-full-width.hero-block.type-1.wpblock .content-full-width-inner:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 110%;
    height: 5.229vw;
    background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' width='1920' height='100' viewBox='0 0 1920 100' fill='none'%3E%3Cpath d='M1920 100L0 100L4.72437e-08 99.4596L1920 0.000114441L1920 100Z' fill='white'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    transform: none;
    transform-origin: top left;    
}

.content-full-width.hero-block.type-1.wpblock .content-full-width-inner .container {
    height: 100%;
}  

.content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content {
    position: relative;
    height: 100%;
}  

.content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .image-1 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: calc(57.732% - 19.05% - 20px);
    z-index: 10;
}

.content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .image-1 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

.content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .columns .column:nth-child(1) {
    width: 32.588%;
    padding: 0 0 100px 0;
}

.content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .columns .column:nth-child(1) h1 {
    color: var(--white);
    padding-bottom: 40px;
}

.content-full-width.hero-block.type-1.background-grey-tint.wpblock .content-full-width-inner .content .columns .column:nth-child(1) h1 {
    color: var(--black);
}

.content-full-width.hero-block.type-1.background-red-tint.wpblock .content-full-width-inner .content .columns .column:nth-child(1) h1 {
    color: var(--black);
}

.content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .columns .column:nth-child(1) p {
    color: var(--white);
    padding-bottom: 30px;
}

p.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.content-full-width.hero-block.type-1.background-grey-tint.wpblock .content-full-width-inner .content .columns .column:nth-child(1) p {
    color: var(--black);
}

.content-full-width.hero-block.type-1.background-red-tint.wpblock .content-full-width-inner .content .columns .column:nth-child(1) p {
    color: var(--black);
}

.content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .columns .column:nth-child(1) p:last-child {
    padding-bottom: 0;
}

.content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .columns .column:nth-child(2) {
    position: relative;
    width: 57.732%;
    height: 100%;
}

.content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .columns .column:nth-child(2) .image-2 {
    position: absolute;
    left: 0px;
    bottom: 0;
    height: calc(50% + 64px);
    width: calc(33.978% - 10px);
}

.content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .columns .column:nth-child(2) .image-2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .columns .column:nth-child(2) .image-3 {
    position: absolute;
    left: 0px;
    bottom: calc(50% + 84px);
    height: 25%;
    width: calc(33.978% - 10px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .columns .column:nth-child(2) .image-3 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* END TYPE 1 */

@media(max-width:1440px) { 

	.content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .columns .column:nth-child(1) h1 {
    	padding-bottom: 30px;
		padding-top: 20px;
	}
	
	.content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .columns .column:nth-child(1) p {
		padding-bottom: 24px;
	}
	
	.content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .columns .column:nth-child(1) {
		width: 36%;
	}
	
}

@media(max-width:1240px) {
  
	.content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .columns .column:nth-child(1) {
    	width: 41%;
  	}
	
	.content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .columns .column:nth-child(2) {
  		width: 53.732%;
	}
	
	.content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .image-1 {
		width: calc(55.4% - 19.05% - 20px);
	}

}

@media(max-width:980px) { 

    body.loaded .content-full-width.hero-block.type-1.wpblock.full-height {
        height: auto;
        max-height: none;
    } 

	.content-full-width.hero-block.type-1.wpblock .content-full-width-inner::after {
		bottom: -1px;
	}

    .content-full-width.hero-block.type-1.wpblock::after {
        display: none;
    }    

    .content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .image-1 {
        display: none;
    }

    .content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .columns {
        padding: 0 0 80px 0;
    }     

    .content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .columns .column:nth-child(1) {
        padding: 0;
        width: 100%;
        order: 2;        
    }  

    .content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .columns .column:nth-child(2) {
        display: block;
        height: 400px;
        width: 100%;
        order: 1;
        margin: 0 0 20px 0;
    }      

    .content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .columns .column:nth-child(2) .image-2 {
        display: none;
    }    

    .content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .columns .column:nth-child(2) .image-3 {
        position: absolute;
        right: auto;
        bottom: auto;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
    }        

}  

@media(max-width:600px) { 

    .content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .columns .column:nth-child(2) {
        height: 250px;
    } 
	
	.content-full-width.hero-block.type-1.wpblock .content-full-width-inner .content .columns .column:nth-child(2) {
		margin-bottom: 10px;
	}
	
}