<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.founder_profile {    
    border-radius: 100px;
    border: 6px solid #cecece;
}
.founder h1{
    font-size: 55px;
    font-weight: 700;
}
.nbs-flexisel-container {
    position: relative;
}
.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
}
.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}
.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.3;
}
.nbs-flexisel-nav-left {
    left: -30px;
    background: url('../../images/founder/button-previous.png') no-repeat;
}
.nbs-flexisel-nav-right {
    right: -30px;
    background: url('../../images/founder/button-next.png') no-repeat;
}

@media (max-width: 1170px) {
	
}
@media (max-width: 767px) {
	.nbs-flexisel-nav-left {
	    left: 15px;
	}
	.nbs-flexisel-nav-right {
	    right: 15px;
	}
	.nbs-flexisel-item img {
		width:90%; 
	}
}
@media (max-width: 750px) {
	
}
@media (max-width: 580px) {

	.nbs-flexisel-item img {
		width:90%; 
	}
}
@media (max-width: 480px) {	
	.nbs-flexisel-nav-left,
	.nbs-flexisel-nav-right {
		top: 35px !important;
	}	
	
	.image_caption {
		width: 100%;
	}
	.founder_image img {
		width: 100%;
	}	
}</pre></body></html>