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

nav
{
    border-bottom:1px solid #756b6b;

}

.br
{
    width: 10%;text-align: center;margin: 0 auto
}
.br-line-blue
{
    border-bottom: 2px solid #113e70
}
.br-line-green
{
    border-bottom: 2px solid #00963f
}

.nav-link
{
    color:white;
    font-weight: bolder;
}
.nav-link:hover
{
    color:#28a745;
}
.section-green
{
    border-bottom: 3px solid #00963f;
}
.item-link
{
    display: inline-block;
    margin-right: 5%;
}
.notice-box
{
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    color:#e82b00;
    text-align: left;
}

.poster img
{
  width: 100%;
}
.top-menu
{
    background-color: #1b3b5b;
}

.sample-img
{
    max-height: 220px !important;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.requirement
{
    background-color: #1b3b5b;
    color:white;
}

.requirement h5
{
    color:rgba(208, 201, 201, 0.8);
}
.requirement p
{
    text-align: left;
}</pre></body></html>