<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wp-block-pullquote blockquote, .wp-block-quote:not(.is-large):not(.is-style-large),.wp-block-pullquote {
    border-color: #ffba00;
}
.wp-block-file .wp-block-file__button, .wp-block-button .wp-block-button__link{
	background: #ffba00;
	color: #fff !important;
	border-radius: 30;
    font-weight: 500;
}
.wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
    background-color: #1e2843;
    color: #fff !important;
    box-shadow: 0px 15px 30px -17px rgb(0 0 0 / 75%);
}

.wp-block-button.is-style-outline{   
    padding: 15px 0px;
}

.wp-block-button.is-style-squared .wp-block-button__link{
    border-radius: 0px!important;
}

.wp-block-file .wp-block-file__button,
.wp-block-button.is-style-outline .wp-block-button__link {
    border-color: #ffba00!important;
    border: 3px solid;
    background:none;
    color: #ffba00!important;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover{
 border-color: black!important;
 
}

.has-media-on-the-right img{
     width: 21vw;
}

.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    padding: 20px;
}
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow p{
    margin-bottom: 0px;
}

.page-links{
    clear: both;
}

 </pre></body></html>