<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
.hero-title-textpanel--compaign .compaign-hlight__inner {
    background: #ffb600;
    -webkit-box-shadow: 15px 0 0 #e0301e, -15px 0 0 #db536a;
    box-shadow: 15px 0 0 #ffb600, -15px 0 0 #ffb600;
    line-height: 1.3em;
    padding-top: 4px;
    padding-bottom: 12px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
}

.hero-title-textpanel--compaign h1 {
    line-height: 1.3em !important;
    font-size: 4.5rem !important;
	color:#2d2d2d !important;
}

.hero-title-textpanel p {
    color:#2d2d2d !important;
}


.team-section .media-card__content-email{ 
    display:none;
}
.team-section .contacts-component .container{
    margin:0px -30px;
    padding: 0px;
}
.contacts-component {
    padding: 0px 0;
}
.large-contact-section .contacts-component .container{
    margin:0px -15px;
    padding: 0px;
}

.large-contact-section .container{
    width:100%;
}

.large-contact-section .media-card__heading{
    font-size:1.8rem;
}
</pre></body></html>