<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&amp;subset=latin-ext');

:root {
    --bs-font-sans-serif: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0))
}

*, :after, :before {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-weight: 400;
    line-height: 1.625;
    font-size: .9rem;
    color: #333333;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a {
    color: #666666;
    text-decoration: none
}

a:hover {
    color: #000000;
}

/* Special content separator from content editor */
.hidden-page-break-hr {
    display: none !important;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

.fw-bold {
    font-weight: 500 !important;
}

/* Orange */
.text-orange {
    color: #fe6022;
}

.link-orange {
    color: #fe6022;
}

.bg-orange {
    background-color: #fe6022;
}

.bg-hover-orange:hover {
    background-color: #fe6022;
}

.link-hover-orange:hover {
    color: #fe6022 !important;
}

.bg-hover-orange-opacity-20:hover {
    background-color: rgba(250, 188, 22, 0.2) !important;
}

.border-orange {
    border-color: #fe6022 !important;
}


/* green */
.text-green {
    color: #40bd53;
}

.link-green {
    color: #40bd53;
}

.bg-green {
    background-color: #40bd53;
}

.bg-hover-green:hover {
    background-color: #40bd53;
}

.link-hover-green:hover {
    color: #40bd53 !important;
}

.bg-hover-green-opacity-20:hover {
    background-color: rgba(250, 188, 22, 0.2) !important;
}


/* Black */
.text-black {
    color: #000;
}

.link-black {
    color: #000;
}

.bg-black {
    background-color: #000;
}
.link-hover-black:hover {
    color: #000 !important;
}

.bg-hover-black:hover {
    background-color: #000;
}

/* Gray */
.text-gray {
    color: #f0f0f0;
}

.link-gray {
    color: #f0f0f0;
}

.bg-gray {
    background-color: #f0f0f0;
}
.link-hover-gray:hover {
    color: #f0f0f0 !important;
}

.bg-hover-gray:hover {
    background-color: #f0f0f0;
}

/* Gray light */
.text-gray-light {
    color: #F8F9FA;
}

.link-gray-light {
    color: #F8F9FA;
}

.bg-gray-light {
    background-color: #F8F9FA;
}
.link-hover-gray-light:hover {
    color: #F8F9FA !important;
}

.bg-hover-gray-light:hover {
    background-color: #F8F9FA;
}


/* Fonts */
.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-19 {
    font-size: 19px;
}

.fs-21 {
    font-size: 21px;
}


/* Min height */
.mh-150 {
    min-height: 150px;
}

.mh-200 {
    min-height: 200px;
}

.mh-300 {
    min-height: 300px;
}

.mh-400 {
    min-height: 400px;
}

.mh-500 {
    min-height: 500px;
}


/* Headers */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h1, h1 {
    font-size: 1.65rem
}

.h2, h2 {
    font-size: 1.44375rem
}

.h3, h3 {
    font-size: 1.2375rem
}

.h4, h4 {
    font-size: 0.95rem
}

.h5, .h6, h5, h6 {
    font-size: .825rem
}

/* Bootstrap others */
.btn-sm {
    padding: .4rem .6rem;
    font-size: .875rem;
}

.badge {
    font-weight: 500;
}

.card-title {
    margin-bottom: 0
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-zoom {
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.form-label {
    margin-bottom: 0;
}

/* Typeahead */
.typeahead .active {
    background-color: #fe6022;
}

.typeahead .active a {
    color: #fff;
}


/* Error, OK message */
.message {
    position: fixed;
    top: 0px;
    left: 50%;
    width: 420px;
    transform: translate(-50%, 0);
    z-index: 1030;
}

.message-wide {
    position: fixed;
    top: 0;
    min-height: 80px;
    width: 100%;
    background-color: #fff;
    opacity: .95;
    z-index: 1030;
}


/* Stepper */
.step-line-right {
    height: 2px;
    position: relative;
    top: 19px;
    z-index: -1;
    width: 49%;
    left: 51%;
}

.step-line-left {
    height: 2px;
    position: relative;
    top: 19px;
    z-index: -1;
    width: 46%;
}

.step-line {
    height: 2px;
    position: relative;
    top: 19px;
    z-index: -1;
}

.stepper .line {
    width: 2px;
    background-color: lightgrey !important;
}


/* Icons */
.icon {
    position: relative;
    margin-right: 7px;
    flex-shrink: 0;
    flex-grow: 0;
}

.icon-xs, .icon-sm, .icon-md, .icon-lg {
    display: inline-block;
    text-align: center;
    flex-shrink: 0;
    flex-grow: 0;
}

.icon-xs {
    width: 32px;
    height: 32px;
    line-height: 32px !important;
    font-size: 17px;
}

.icon-sm {
    width: 48px;
    height: 48px;
    line-height: 48px !important;
    font-size: 20px;
}

.icon-md {
    width: 60px;
    height: 60px;
    line-height: 60px !important;
    font-size: 28px;
}

.icon-lg {
    width: 96px;
    height: 96px;
    line-height: 96px !important;
    font-size: 42px;
}


/* Carousel */
.carousel-inner {

}

.carousel-indicators button {
    height: 20px !important;
    background-color: #fe6022 !important;
}

.carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
    background-color: #fe6022 !important;
}

.carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    background-color: #fe6022 !important;
}

.carousel-control-prev {
    background: none;
    border: 0;
}

.carousel-control-next {
    background: none;
    border: 0;
}

/* Navbar */
.over-navbar {
    height: 36px;
    padding-top: 7px;
}


/* Pagination */
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fe6022;
    background-color: #fff;
    border: 1px solid #fe6022;

}

.page-item.disabled .page-link {
    color: #999999;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #fe6022;

}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.page-link:focus, .page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fe6022;
    border-color: #fe6022;
}


/* List group - menu */
.list-group-item.active {
    background-color: #fe6022;
    border-color: #fe6022;
}

.list-group-item {
    color: #000;
}


/* CAROUSEL */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}

.carousel-item &gt; img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap &lt;hr&gt; more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
}

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

/* CAROUSEL END */</pre></body></html>