<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&amp;display=swap');

@font-face {
    font-family: 'gilroy';
    src: url('../css/font/Gilroy-Regular.ttf');
}

@font-face {
    font-family: 'gilroybold';
    src: url('../css/font/Gilroy-Bold.ttf');
}

@font-face {
    font-family: 'epstein';
    src: url('../css/font/Epstein Free Font.ttf');
}

@font-face {
    font-family: 'sofia';
    src: url('../css/font/Sofia Pro.otf');
}

@font-face {
    font-family: 'helvetica';
    src: url('../css/font/HelveticaNeue.otf');
}


* {
    padding: 0;
    margin: 0;
}

body::-webkit-scrollbar {
    background: none;
    width: 4px;
}

body::-webkit-scrollbar-thumb {
    background: #E5BF55;
    border-radius: 50px;
}

body::-moz-scrollbar {
    background: none;
    width: 4px;
}

body::-moz-scrollbar-thumb {
    background: #E5BF55;
    border-radius: 50px;
}

.ArticleSuper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-size: cover !important;
}

.ArticleCentral {
    width: 90%;
    max-width: 1680px;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sec1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.sec1 img {
    width: 100%;
    max-width: 60px;
    margin-top: 60px;
}

.sec1 h1 {
    font-size: 60px;
    color: #ffffff;
    font-family: 'gilroybold';
    width: 100%;
    text-align: center;
}

.sec1 h2 {
    font-size: 20px;
    color: #ffffff;
    font-family: 'gilroy';
    font-weight: lighter;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.sec2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 130px;
}

.sec2 img {
    width: 100%;
    max-width: 830px;
}

.sec2 div {
    width: 100%;
    max-width: 670px;
}

.sec2 h1 {
    font-size: 60px;
    color: #000000;
    font-family: 'gilroy';
    font-weight: bold;
}

.sec2 p {
    font-size: 24px;
    color: #000000;
    font-family: 'gilroy';
    margin-top: 30px;
}

.sec2 ul {
    width: 100%;
    margin-top: 10px;
}

.sec2 ul li {
    font-size: 25px;
    color: #000000;
    font-family: 'gilroy';
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    margin: 30px 0px;
    padding: 20px;
    border-radius: 18px;
    filter: drop-shadow(0px 3px 70px rgba(0, 0, 0, 0.08));
    background: #ffffff;
}

.sec2 ul li img {
    width: 45px;
    margin-right: 10px;
}

.sec3 {
    width: 100%;
    margin: 130px 0px;
}

.sec3 img {
    width: 100%;
}

.sec4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.sec4 span {
    width: 100%;
    max-width: 550px;
    display: block;
}

.sec4 div {
    width: 100%;
    max-width: 855px;
}

.sec4 span h1 {
    font-size: 60px;
    color: #000000;
    font-family: 'gilroy';
    text-transform: uppercase;
    font-weight: 400;
}

.sec4 span p {
    font-size: 20px;
    color: #353B3B;
    font-family: 'gilroy';
}

.sec4 div h1 {
    font-size: 60px;
    color: #000000;
    font-family: 'gilroy';
    text-transform: uppercase;
    font-weight: 400;
}

.sec4 div img {
    width: 100%;
    max-width: 900px;
}

.sec4 div p {
    font-size: 20px;
    color: #353B3B;
    font-family: 'sofia';
}

.sec4 div section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.sec4 div section span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 270px;
}

.sec4 div section h3 {
    color: #000000;
    font-family: 'helvetica';
    font-weight: bold;
    font-size: 73px;
    letter-spacing: -1.30px;
}


.sec4 div section h4 {
    color: #353B3B;
    font-family: 'inter';
    font-weight: 500;
    font-size: 23px;
}

.sec4 section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sec4 a {
    display: inline-block;
    background: #E5BF55;
    border-radius: 100px;
    padding: 20px 70px;
    font-size: 30px;
    font-weight: bold;
    font-family: 'gilroy';
    color: #000000;
    margin-top: 130px;
    transition: .5s;
}

.sec4 a:hover {
    transition: .5s;
    filter: brightness(1.2);
    transform: translateY(-8px) scale(1.05);
    color: #ccc;
}

.sec5 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 200px 0px;
}

.sec5 span {
    display: block;
    max-width: 673px;
    margin: 40px 0px;
}

.sec5 span h1 {
    font-size: 50px;
    color: #000000;
    font-family: 'gilroy';
    text-transform: uppercase;
    font-weight: 400;
}

.sec5 span p {
    font-size: 20px;
    color: #000000;
    font-family: 'gilroy';
    font-weight: lighter;
    margin-top: 20px;
}

.sec5 span span {
    margin-top: 75px;
}

.sec5 span span p {
    font-size: 20px;
    color: #000000;
    font-family: 'gilroy';
    font-weight: 500;
    margin-top: 20px;
}

.sec5 span span img {
    width: 75px;
}

.sec5 span span img.line {
    margin-top: 30px;
    width: 100%;
}

.sec5 span span div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: initial;
    align-items: center;
    justify-content: left;
    margin-top: 20px;
}

.sec5 span span div img {
    width: 98px;
    height: 98px;
    object-fit: cover;
}

.sec5 span span div span {
    display: block;
    margin-top: initial;
    margin-left: 20px;
}

.sec5 span span div h2 {
    font-size: 24px;
    color: #000000;
    font-family: 'mulish';
    font-weight: bolder;
}

.sec5 span span div h3 {
    font-size: 20px;
    color: #000000;
    font-family: 'mulish';
}

.sec5 div {
    width: 100%;
    max-width: 930px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 40px 0px;
}

.sec5 div img {
    width: 100%;
}

.sec5 div img.button {
    width: 100%;
    max-width: 220px;
    position: absolute;
    margin-bottom: 250px;
    margin-left: 100px;
}

.sec5 section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sec5 a {
    display: inline-block;
    background: #E5BF55;
    border-radius: 100px;
    padding: 20px 70px;
    font-size: 30px;
    font-weight: bold;
    font-family: 'gilroy';
    color: #000000;
    margin-top: 130px;
    transition: .5s;
}

.sec5 a:hover {
    transition: .5s;
    filter: brightness(1.2);
    transform: translateY(-8px) scale(1.05);
    color: #ccc;
}

footer {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    background: #000000;
    padding: 120px 0px;
}

footer section {
    width: 80%;
    max-width: 860px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

footer p {
    font-family: 'gilroy';
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    margin: 32px 0px;
}

footer a {
    font-size: 30px;
    color: #ffffff;
    transition: .5s;
    margin: 0px 10px;
}

footer a:hover {
    transition: .5s;
    color: #818181;
}

@media (max-width: 550px) {
    .sec2 h1 {
        font-size: 50px;
        margin-top: 30px;
    }

    .sec2 ul li {
        font-size: 18px;
    }

    .sec4 div {
        margin: 50px 0px;
    }

    .sec4 div section {
        justify-content: center;
    }

    .sec4 div section span {
        margin: 30px 0px;
    }

    .sec5 div img.button {
        width: 100px;
        margin-bottom: 100px;
    }

    article a {
        text-align: center;
    }
}</pre></body></html>