<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.main { max-width: 1470px !important; padding: 0px 15px; margin: 0 auto; }

.zfooter { padding: 40px 0px; display: flex; flex-direction: row; }
.zfooter dl { flex: 1; }
.zfooter dl dt { color: #333333; font-size: 18px; color: #333; margin-bottom: 15px; font-weight: bold; }
.zfooter dl dd a { display: block; font-size: 15px; color: #4c4c4c; margin-top: 2px; }
.zfooter dl .consulting {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
    margin-top: 15px;
    display: none;
}
.zfooter dl dd a:hover { color: #1da63b; }
.zfooter dl:last-child dt { border-bottom: 1px solid #e6e6e6; padding-bottom: 10px; }
.zfooter dl:last-child dd a { border: 1px solid #e6e6e6; padding: 5px 4px; display: inline-block; width: 48%; float: left; text-align: center; }
.zfooter dl:last-child dd a:nth-child(2n+1) { margin-right: 4%; }

.zfooter dl dd .form .txt { width: 100%; background: #f0f0f0; border-radius: 15px; padding: 10px 15px; margin-bottom: 10px; }
.zfooter dl dd .form .but { width: 100%; background: #b6eb9a; color: #fff; padding: 10px 15px; border-radius: 15px; text-align: center; margin-top: 5px; font-size: 16px; font-weight: bold; }
.zfooter dl dd .form .but:hover { background: #1da63b; }



.footxt { border-top: 1px solid #e6e6e6; padding: 20px 0px; font-size: 14px;   }
.footxt .zfooterdwo { display: flex; flex-direction: row; justify-content: space-between; align-items: center; position: relative; }
.footxt .zfooterdwo  .rt a { display: inline-block; vertical-align: top; margin-left: 10px; }

#section-footer .fp-tableCell { height:auto !important}
#section-footer{ height: auto !important; }


.foot .bottom .backtotop {
    position: absolute;
    font-size: 1.8rem;
    color: grey;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #e6e6e6;
    right: 12px;
    top: -2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.foot .bottom .backtotop:hover {
    background-color: #1da63b;
    color: #ffffff;
}

.foot .bottom .in-backtotop { top: inherit; bottom: 50px; }


.zfooterdwo .awx { position: absolute; right: 175px; bottom: 60px; display: none; pointer-events: none;}
.zfooterdwo .awx img { width: 120px; border: 1px solid #eaeaea;  }

.footxt a:hover{
    color: #1da63b;
}

@media screen and (max-width:1600px) {

    .main {
         max-width: 1230px !important;
         padding: 0px 15px;
         margin: 0 auto;
    }

}


@media screen and (max-width:992px) {

.zfooter { display: none; }
.footxt .zfooterdwo { display: block; }
.footxt .zfooterdwo .lt { line-height: 22px; }
.footxt .zfooterdwo .rt { margin-top: 10px; }
.footxt .zfooterdwo .rt a { margin-right: 5px; margin-left: 0px; }
.footxt .zfooterdwo .rt a img { width: 36px; height: 36px; }

}

@media (max-width: 640px) {
    .footxt .zfooterdwo .rt{
        display: none;
    }
}
</pre></body></html>