/*Generated time: July 19, 2024 07:08This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.*/
.page-title{
	margin-top:0;
	margin-bottom:3rem
}
@media screen and (min-width:750px){
	.page-title{
		margin-bottom:4rem
}
}
.page-placeholder-wrapper{
	display:flex;
	justify-content:center
}
.page-placeholder{
	width:52.5rem;
	height:52.5rem
}
.page-sidebar{
	margin-top:4rem;
	padding:6rem 3rem;
	background:var(--gradient-background);
	background-color:rgb(var(--color-background))
}

/* (320x480) iPhone (Original, 3G, 3GS) */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
.page-sidebar{  
    /* insert styles here */
    margin-top:0rem !important;
	padding:0rem 0rem !important;
}
}

@media screen and (min-width:750px){
	.page-sidebar{
		padding:7rem 5rem
}
}
@media screen and (min-width:990px){
	.page-sidebar{
		position:sticky;
		top:0;
		padding:6rem 3rem;
		margin-top:0
}
}
@media screen and (min-width:1200px){
	.page-sidebar{
		padding:3rem 5rem
}
}
@media screen and (max-width:989px){
	.main-page-content .grid__item{
		width:100%;
		max-width:100%
}
}
.page-sidebar .heading{
	margin-top:0;
	margin-bottom:1.5rem
}
.page-sidebar hr{
	margin:3rem 0
}
