<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.showcase-left-intro {
    display: flex;
	flex-direction: column;
	flex-flow: column wrap;
	align-content: start;
    width:33%;
    padding-top: 5%;
    padding-right: 5%;
    box-sizing: border-box;
}

@media(max-width:940px){
    .showcase-left-intro {
    width:100%;
    }
}

h1{
    font-size: 32px;
    text-transform: uppercase;
    color:#896e6e;
    font-weight: bold;
}

h2{
    font-size: 16px;
    text-transform: uppercase;
    color:#896e6e;
    font-weight: bold;
}

p{
    color:#896e6e;
}

.hr-showcase{
    height: 3px;
    background-color:#896e6e;
    width: 100%;
    border: 0;
    margin: 0%;
}

.showcase-right-intro{
    display: flex;
	flex-direction: column;
	flex-flow: column wrap;
	justify-content: space-between;
	align-content: space-around;
    width:66%;
    padding-top:5%;
    padding-bottom:5%;
    box-sizing: border-box;
}

@media(max-width:950px){
    .showcase-right-intro{
        width:100%;
    }
}

.showcase-spacer{
    height: 3rem;
    width: 100%;
}

.no-margin{
    margin-bottom: 0;
    padding-bottom: 1vh !important;
}

.lifestyle-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    max-width:1200px;
}

#boxes .box {
    margin: 0;
    padding-bottom: 2%;
}

#boxes .box h3 {
    white-space: nowrap;
    font-weight: bold;
    font-size: 16pt;
    text-transform: uppercase;
    line-height: 0.6;
    text-align: center;
    padding-bottom: 0.2vh;
}

#boxes .box hr{
    margin-right: auto;
    height: 2px;
    margin-bottom: 0px;
    width: 50%;
    border: 0;
}

.value-box {
    background-color: #ac91c5;
    margin-bottom:0;
}

@media (max-width: 850px){
    #boxes .box {
        width: 100%;
        margin: auto;
    }
}

.usp-justify{
    text-align: justify;
}

.usp-img-right{
    float:left; 
    width:35%; 
    padding-right: 3vh;
    padding-bottom: 1vh;
}

@media(max-width:570px){
    .usp-img-right{
        width:50%; 
        margin-right: 25%;
        margin-left: 25%;
        margin-bottom: 1vh;
    }
}
@media(max-width:750px){
    .usp-img-right{
        padding-top: 5vh;
    }
}

.usp-img-left{
    float:right; 
    width:35%; 
    padding-left: 3rem;
    padding-bottom: 1vh;
}

@media(max-width:570px){
    .usp-img-left{
        width:50%; 
        margin-right: 25%;
        margin-left: 25%;
        margin-bottom: 1vh;
        margin-top: 2vh;
    }
}


.h-padding{
    margin-top:2%; 
    margin-bottom:2%;
}

.auto-margin{
    margin:auto !important; 
    width: 90% !important;
}

.show-case-padding{
    padding-top: 1%;
    padding-bottom: 1%;
}

.show-case-padding-top{
    padding-top: 5%;
}

.show-case-padding-bottom{
    padding-bottom: 7.5%;
}

.big-number{
    font-size: 60pt;
    align-items: center;
    font-weight: bold;
    color: #fbeaea;
    text-align: center;
}

@media(max-width:500px){
    .big-number{
        font-size: 32pt;
    }
}

body{
    background-color: #b9abc6;
}

.quote{
    font-style: italic;
    font-weight: bold;
    font-size: 14pt;
}

.quoter{
    margin-left: 4vw;
    margin-top: 1vh;
    font-size: 14pt;
    color: #896e6e;
}

.quote-img-left{
    float:right; 
    width:25%; 
    padding-left: 3vw;
    padding-bottom: 1vw;
}

@media(max-width:570px){
    .quote-img-left{
        width:50%; 
        margin-right: 25%;
        margin-left: 25%;
        margin-bottom: 2vw;
        margin-top: 1vh;
    }
}

.values{
    color: #fbeaea;
    float:left;
}
</pre></body></html>