<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------*/
/*Additional Class*/
/*------------------------------------*/
.bg-soft-yellow {background: #f1e9cd !important}
.bg-soft-light {background: #e8e2e2 !important}
.bg-medium-light {background: #F0F1F1 !important}

.bg-danamon {
    background-color: #e65a1b;
}
.text-bg-danamon {
    background-color: #e65a1b;
    color: #fff;
}
.text-bg-danamon-2 {
    background-color: #f79221;
    color: #fff;
}
.text-danamon-1 {
    color: #e65a1b;
}
.text-danamon-2 {
    color: #f79221;
}

.btn-danamon {
    background-color: #e65a1b!important;
    color: #fff!important;
    border-color: #e65a1b!important;
}

.pointer {cursor: pointer!important}
.default {cursor: default!important}

.full-index {z-index: 10!important}
.imgCont {overflow: hidden}
.imgCont img {
    max-width: 100%;
    max-height: 100%;
}

.fs-xs { font-size: .675rem!important}
.fs-sm { font-size: .775rem!important}
.fs-md { font-size: .850rem!important}
.fs-base { font-size: .950rem!important}
.fs-lg {font-size: 1.125rem !important;}
.fs-xl {font-size: 1.2rem!important;}

.fw-medium {font-weight: 600!important;}

.rounded-xs {
    -webkit-border-radius: .55rem!important;
    -moz-border-radius: .55rem!important;
    border-radius: .55rem!important;
}
.rounded-sm {
    -webkit-border-radius: .75rem!important;
    -moz-border-radius: .75rem!important;
    border-radius: .75rem!important;
}

html, body {
    color: #323232;
}
a {
    text-decoration: none !important;
    cursor: pointer;
    color: #333!important;
}



/*Navbar*/
.navbar .navbar-brand {width: 15rem;}
.navbar .navbar-brand img {max-width: 100%;}
.navbar .imgCont {
    width: 3.5rem;
    overflow: visible;
}
.navbar .imgCont img {
    position: relative;
    z-index: 2;
}

.theme-btn{
    position: relative;
    display: inline-block;
    color: #fff!important;
    padding: 15px 1rem;
    text-align: center;
    outline: none!important;
    cursor: pointer;
    overflow: hidden;
    -webkit-border-radius: 5rem!important;
    -moz-border-radius: 5rem!important;
    border-radius: 5rem!important;
    z-index: 1;
    -webkit-font-smoothing: antialiased!important;
    outline-color: rgba(0,78,255,0.5);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    /*box-shadow: 0 0 0 0.5px rgba(50,50,93,.17), 0 2px 5px 0 rgba(50,50,93,.1), 0 1px 1.5px 0 rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.08), 0 0 0 0 transparent!important;*/
    transition: all 500ms ease;
}
.navbar .theme-btn {
    padding: 0 .5rem!important;
}
.theme-btn {
    background-color: #003386;
    color: #fff!important;
}
.theme-btn b {
    font-size: 1.5rem;
    margin-right: .5rem;
    display: inline-block;
}
.theme-btn i{
    position: relative;
}
.theme-btn::before{
    position: absolute;
    content: '';
    background: #ee3b29;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-border-radius: 5rem!important;
    -moz-border-radius: 5rem!important;
    border-radius: 5rem!important;
}
.theme-btn:hover:before{
    width: 100%;
    left: 0;
}

.companyLogo .imgCont:first-child {
    max-width: 7rem;
}
.companyLogo .imgCont:last-child {
    width: 11rem;
}
.companyLogo i {
    transform: rotate(45deg);
}

/*POSTVIDEO*/
.postVideo ul li {
    position: relative;
    padding-left: 1.8rem;
}
.postVideo ul li::before {
    font-family: bootstrap-icons!important;
    content: "\f26a";
    color: #198754;
    position: absolute;
    left: 0;
}

.top-headline {}
.top-headline h1 {
    font-size: 3.2rem !important;
}

/*ABOUT*/
.about figure {
    transform: translate(-50%,-55%) rotate(-95deg);
}
.about figure svg path {
    fill: #eeeeee !important;
}

/*HOW TO DO*/
.howToDo {}
.howToDo .icoCst {
    min-width: 4rem;
    height: 4rem;
    line-height: 3rem;
    text-align: center;
}

/*BENEFIT*/
.benefit {}


/*Responsive Desktop*/
@media screen and (max-width: 1024px) {
    .container {
        max-width: 100%!important;
    }
    .w-50,
    .w-75 {
        width: 100%!important;
    }
    .bottom-headline .cards {
        width: 370px;
    }
}
@media screen and (max-width: 580px) {
    .top-headline h1 {
        font-size: 2.3rem !important;
    }
}
</pre></body></html>