<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: raleway, sans-serif;
}

/* adjust body when menu is open */
body.slide-active {
    overflow-x: hidden
}

/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#content {
    position: relative;
    left: 0;
    background: white;
}

#content.slide-active {
    padding-top: 0
}



.thumb-container {
    position: relative;
}

.thumb-container img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    position: absolute;
}



.section-header {
    text-align: center;
    margin: 15px auto;
}

.section-header h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    text-transform: uppercase;
}

.section-header h4 {
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .section-header h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .section-header h4 {
        font-size: 15px;
        font-weight: 600;
    }
}

.section-header-break {
    background: url("../images/separatorgreen.png") no-repeat center center;
    height: 31px;
    width: 100%;
}


.highlight {
    color: #39ba89;
}


.button {
    border: 4px solid rgb(40, 55, 70);
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 15px;
    max-width: 250px;
    margin: 30px auto;
    display: block;
    text-align: center;
    color: rgb(40, 55, 70);
    background: white;
    transition: background 0.25s, color 0.25s;
    -webkit-transition: background 0.25s, color 0.25s;
}


.button:hover {
    color: white;
    background: rgb(40, 55, 70);
    transition: background 0.25s, color 0.25s;
    text-decoration: none;
}

@media (max-width: 767px) {
    .button {
        border-width: 3px;
        font-size: 20px;
        line-height: 24px;
        padding: 5px 8px;
        max-width: 180px;
        margin: 15px auto;
    }
}




#superlogo-background {
    width: 100%;
    height: 100%;
    background: #FFFFFF url("../images/tlo_3.jpg") no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
}

#superlogo {
    margin: 57px auto 0 auto;
    padding: 100px;
    background: transparent !important;
    text-align: center;
    color: white;
    width: 70%;
}

#superlogo h1 {
    font-weight: 700;
    font-size: 60px;
    color: rgb(69, 186, 137);
    text-transform: uppercase;
}

#superlogo p {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
}

@media (min-width:992px) and (max-width:1199px){
    #superlogo img{
        height: 225px;
    }
    
    #superlogo p {
        font-weight: 600;
        font-size: 30px;
        line-height: 35px;
    }
}

@media (min-width:500px) and (max-width:991px) { 
    #superlogo {
        padding: 20px;
    }
    
    #superlogo img {
        height: 150px;
    }

    #superlogo h1 {
        font-weight: 600;
        font-size: 45px;
        line-height: 50px;
    }
    
    #superlogo p {
        font-weight: 600;
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width:499px) { 
    #superlogo {
        padding: 10px;
    }
    
    #superlogo img {
        height: 100px;
    }
    
    #superlogo h1 {
        font-weight: 600;
        font-size: 30px;
        line-height: 25px;
    }
    
    #superlogo p {
        font-weight: 600;
        font-size: 15px;
        line-height: 25px;
    }
}




.img-content {
    margin-top: 15px;
    cursor: default;
}
    
@media (max-width: 499px) {
    .img-content {
        width: 70% !important;
        margin: 0 15%;
    }
}

.img-content-box {
    margin-top: 15px;
    background: #283746;
}

.img-content,
.img-content-box {
    overflow: hidden;
}

.img-content img {
    max-width: 100%;
    height: auto;
}

.img-content h3,
.img-content p {
    left: 0;
    bottom: 0;
    position: absolute;
    width: 80%;
    text-align: center;
    margin: 5% 10%;
    color: white;
}

.img-content h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}



.ruby .img-content-box img {
    opacity: .95;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, transform 0.25s;
}

.ruby .img-content-box:hover img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .5;
}

.ruby .img-content-box h3 {
    transition: margin 0.25s;
}

.ruby .img-content-box:hover h3 {
    -webkit-transition: margin 0.35s;
    transition: margin 0.35s;
    margin: 15% 10%;
}



.goliath .img-content-box p {
    text-transform: none;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}

.goliath .img-content-box img,
.goliath .img-content-box h3 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.goliath .img-content-box img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.8;
}

.goliath .img-content-box:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: translate3d(0,-80px,0);
}

.goliath .img-content-box:hover h3 {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}

.goliath .img-content-box:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}



@media (min-width: 500px) and (max-width: 767px) {
    .img-content h3 {
        font-size: 12px !important;
        line-height: 15px !important;
    }
    .img-content p {
        font-size: 10px !important;
        line-height: 13px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .img-content h3 {
        font-size: 16px !important;
        line-height: 19px !important;
    }
    .img-content p {
        font-size: 13px !important;
        line-height: 15px !important;
    }
}



#logo-traits {
    margin-top: 15px;
    text-align: center;
}

#logo-traits .section-header {
    max-width: 500px;
    margin: 30px auto 10px auto;
}

.logo-trait {
    margin-top: 15px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    background: white;
}

.logo-trait:hover {
    margin-top: 15px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    background: #f5f5f5;
}

.logo-trait h5 {
    font-size: 22px;
    line-height: 26px;
    -webkit-transition: font-weight 0.3s;
    transition: font-weight 0.3s;
    font-weight: 600;
}

.logo-trait:hover h5 {
    -webkit-transition: font-weight 0.3s;
    transition: font-weight 0.3s;
    font-weight: 700;
}

.logo-trait-img {
    display: inline-block;
    height: 150px;
    margin: 10px auto;
}

.logo-trait-img img {
    max-height: 150px;
    max-width: 200px;
    vertical-align: middle;
}

#logo-golden-means {
    padding: 35px 0 15px 0;
    font-weight: bold;
    text-align: center;
}

#we-dont-do-row {
    margin-top: -30px;
    margin-bottom: 50px;
}



#what-you-get {
    margin-bottom: 50px;
}

.what-you-get-box h5 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    width: 80%;
    margin: 10px auto;
    min-height: 50px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.what-you-get-box:hover h5 {
    color: #386c61;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
} 

.what-you-get-box p {
    text-align: justify;
}

.what-you-get-img {
    width: 200px;
    height: 200px;
    background-size: cover;
    margin: 15px auto;
    border-radius: 100px;
    border: 4px solid #50bb89;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}

.what-you-get-box:hover .what-you-get-img {
    border: 4px solid #386c61;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}

#what-you-get-img-projects {
    background: url("../images/fotolia_company.png") no-repeat center center;
}

#what-you-get-img-satisfaction {
    background: url("../images/rubber-stamp-mockup-ieu3420-fr.png") no-repeat center center;
}

#what-you-get-img-analysis {
    background: url("../images/fotolia_52977486_subscription_monthly_m-u3422-fr.jpg") no-repeat center center;
}

#what-you-get-img-source-files {
    background: url("../images/preview.jpg") no-repeat center center;
}



.how-it-works-box {
    text-align: center;
    padding: 30px 0;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.how-it-works-box:hover {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    background: #f5f5f5;
}

.how-it-works-box img{
    margin: 0 auto;
}

.how-it-works-box h5 {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    width: 80%;
    margin: 10px auto;
}

#how-it-works-explanations {
    padding: 30px 0 50px 0;
}

.how-it-works-explanation h5{
    padding: 5px 0;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    border-bottom: 3px solid #39ba89;
}



#answer-questions-list {
    max-width: 600px;
    margin: 15px auto;
    padding-bottom: 35px;
    list-style-type:decimal;
}

#answer-questions-list li {
    font-size: 17px;
    line-height: 20px;
}

@media (max-width:767px) {
    #answer-questions-list li {
        font-size: 14px;
        line-height: 17px;
    }
}



.our-projects-row {
    margin-right: -5px !important;
    margin-left: -5px !important;
}

.our-projects-col {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

@media (max-width: 499px) {
    .our-projects-col {
        width: 100%;
    }
}

#our-projects-mosaic {
    margin: 30px auto;
    overflow: hidden;
}


@media (min-width: 768px) and (max-width: 991px) {
    #our-projects-mosaic {
        max-height: 257px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #our-projects-mosaic {
        max-height: 340px;
    }
}

@media (min-width: 1200px) {
    #our-projects-mosaic {
        max-height: 410px;
    }
}

.our-project-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.our-project-box img {
    max-width: 100%;
    height: auto;
}

.our-project-box-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    bottom: 0;
    background: black;
    transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
}

.our-project-box-info {
    text-align: center;
    color: white;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    opacity: 0;
    transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
}

.our-project-box:hover .our-project-box-info {
    transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    opacity: 1;
}

.our-project-box:hover .our-project-box-overlay {
    transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    opacity: 0.8;
}

.our-project-box-info h5 {
    font-size: 25px;
    line-height: 29px;
    font-weight: bold;
}

.package {
    clear: both;
    margin-bottom: 30px;
    display: inline-block;
}

.package-img {
    display: inline;
    float: left;
    width: 20%;
}

.package-img img {
    max-width: 100%;
    height: auto;
}

.package-info {
    display: inline;
    float: right;
    width: 80%;
}


@media (max-width: 991px) {
    .package-img,
    .package-info {
        display: block;
        width: 100%;
    }
    
    .package-img {
        text-align: center;
    }
}

.package-info h5,
.package-info p,
.package-price {
    padding-left: 5px;
    padding-right: 5px;
}

.package-info h4 {
    color: white;
    padding: 8px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}

.package-info h5 {
    font-weight: 600;
    font-size: 17px;
}

.package-info h4,
.package-info h5 {
    text-align: center;
}

.package-info hr {
    width: 75%;
    height: 2px;
    margin: 5px auto;
    border: none;
}

.package-info p {
    font-size: 15px;
    text-align: justify;
}

.package-details {
    padding-top: 15px;
}

.package-price {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    float: left;
    display: inline-block;
}

.package-button {
    display: inline-block;
    float: right;
    font-size: 17px;
    padding: 6px 12px;
    color: white;
    border: 2px solid;
    transition: background 0.25s;
    -webkit-transition: background 0.25s;
}

@media (max-width: 991px) {
    .package-price,
    .package-button {
        display: block;
        text-align: center;
        float: none;
    }
    
    .package-button {
        width: 200px;
        margin: auto;
    }
}

.package-button:hover {
    text-decoration: none;
    background: white !important;
    transition: background 0.25s;
    -webkit-transition: background 0.25s;
}

#package-kiwi h4,
#package-kiwi hr,
#package-kiwi .package-button {
    background: #87ac46;
}

#package-pomarancza h4,
#package-pomarancza hr,
#package-pomarancza .package-button {
    background: #e3951a;
}

#package-kokos h4,
#package-kokos hr,
#package-kokos .package-button {
    background: #886540;
}

#package-arbuz h4,
#package-arbuz hr,
#package-arbuz .package-button {
    background: #d3433b;
}

#package-kiwi .package-button {
    border-color: #87ac46;
}

#package-pomarancza .package-button {
    border-color: #e3951a;
}

#package-kokos .package-button {
    border-color: #886540;
}

#package-arbuz .package-button {
    border-color: #d3433b;
}

#package-kiwi .package-button:hover {
    color: #87ac46;
}

#package-pomarancza .package-button:hover  {
    color: #e3951a;
}

#package-kokos .package-button:hover {
    color: #886540;
}

#package-arbuz .package-button:hover {
    color: #d3433b;
}


#contact {
    padding-bottom: 30px;
}

#contact-data h4 {
    font-weight: bold;
}

#contact-data a {
    color: #39ba89;
    font-weight: 600;
}

#contact-guardian {
    text-align: center;
}

#contact-guardian-box {
    margin: 15px auto;
    background: #50bb89;
    width: 250px;
    height: 250px;
    border-radius: 125px;
    text-align: center;
    padding-top: 60px;
}

#contact-guardian-box a {
    color: white;
}

#contact-guardian-box h4,
#contact-guardian-box p {
    max-width: 180px;
    margin: 0 auto 10px auto;
}

#contact-guardian-box h4 {
    font-weight: 600;
    font-size: 22px;
}

#contact-guardian-box p {
    font-size: 16px;
}




footer {
    background: #283746;
    text-align: center;
}

#footer-info,
#footer-logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer-socials {
    padding-top: 10px;
}

.footer-social {
    height: 50px;
    width: 50px;
    padding: 4px 0;
    margin: 0 5px;
    display: inline-block;
    border-radius: 25px;
    border: 2px solid white;
    transition: background 0.25s;
    -webkit-transition: background 0.25s;
}

.footer-social:hover {
    transition: background 0.25s;
    -webkit-transition: background 0.25s;
    background: #39ba89;
}

#footer-copyright {
    margin-top: 20px;
    color: white;
    font-size: 13px;
}

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