<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=Oswald:wght@700&amp;display=swap');
@font-face {
    font-family: 'Lens Grotesk';
    src: local('Lens Grotesk Book'), local('Lens-Grotesk-Book'),
        url('../font/LensGrotesk-Book.woff2') format('woff2'),
        url('../font/LensGrotesk-Book.woff') format('woff'),
        url('../font/LensGrotesk-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html,* {cursor: none;}
*,
*::before,
*::after {
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    outline: none;
}

html, body {
    font-family: 'Lens Grotesk';
    font-size:18px;
    color:#ffffff;
    line-height:1.5;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    padding:0;
    margin:0;
    background:#000 !important;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, li {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    list-style:none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block;
}

h1, h2, h3, h4, h5, h6 {
    line-height:1.5;
    margin:0;
}

h2{
    font-size:150px;
    color:#ffffff;
}

h3{
    font-size:75px;
    color:#ffffff;
}

h4{
    font-size:45px;
    color:#ffffff;
}

article, p {
    font-size:18px;
    color:#ffffff;
    line-height:1.5;
    padding:0;
    margin:0;
}

a {
    color:#ffffff;
    text-decoration:none;
    transition:all .5s ease;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    display: inline-block;
}

a:hover {
    color:#ffffff;
}

img {
    vertical-align:middle;
    border-style:none;
    max-width:100%;
}

.btn{
    font-size:15px;
    color:#ffffff;
    text-transform:uppercase;
    display:inline-block;
    padding:20px 60px;
    background:#ffffff;
}

.clearfix {
    display:inline-block;
}

.clearfix::after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:"";
    clear:both;
    height:0;
}

* html .clearfix {
    height:1%;
}

.clearfix {
    display:block;
}

/*******/

.o-scroll {
    background-color: #d4c9c9;
    overflow: hidden
}

html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-scroll-smooth body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

[data-scroll-direction=horizontal] [data-scroll-container] {
    height: 100vh;
    display: inline-block;
    white-space: nowrap
}

[data-scroll-direction=horizontal] [data-scroll-section] {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%
}
.cursor {position: fixed; width: 30px; height: 30px; border-radius: 50%; background-color: #ffffff; pointer-events: none; mix-blend-mode: difference; z-index: 999999; transition: transform 0.2s;}

header, footer, .dl-sections{float:left;width:100%;}
.dl-sections{padding:0 20px;}


.o-title {
    line-height:1;
    margin: 0;
    padding: 0;
    perspective: 1200px;
    -webkit-perspective: 1200px
}

.o-title_line {
    display: block;

}
.o-title.is-inview .o-title_line{
    transform: translateY(0%) rotateX(0deg);
    opacity: 1;
    transition-delay: .3s
}

.o-title.is-inview .o-title_line:nth-child(2) {
    transition-delay: .5s
}

.o-title.is-inview .o-title_line:nth-child(3) {
    transition-delay: .6s
}

.o-title.is-inview .o-title_line:nth-child(4) {
    transition-delay: .7s
}

header{padding: 0px !important}
body.single-projects header{position: absolute; z-index: 2}
.header-main{padding: 50px 20px; display: flex; justify-content: space-between; align-items: center;}
.header-main ul.main-menu{margin: 0px; padding: 0px; list-style: none; display: flex;}
.header-main ul.main-menu li{margin-left: 100px}
.header-main ul.main-menu li a{color: #fff; font-size: 18px}

.work-top-section{padding: 0px; position: relative; }
.work-top-section img{position: relative; width: 100%;}


.iframe-wrapper {
    overflow: hidden;
    padding-top: 56.25%; 
    position: relative;
} 

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

.iframe-wrapper.landscape{padding-top: 57.35%;}
.iframe-wrapper.portrait{padding-top: 117.25%;}
.top-section{padding-top: 265px; }
.top-section h1{color: #fff; font-size: 80px; margin: 0 0 40px 0;line-height: 80px;}
.top-section .img-area{width: 100%; height: auto; overflow: hidden;}
.top-section .img-area img{width: 100%; height: 100%; object-fit: cover; margin: auto;}

.about-section{margin: 80px 0px 0px 0px}
.about-section .content-area{display: flex; border-top: #666666 1px solid; padding-top: 40px; padding-bottom: 90px}
.about-section .half{width: 50%}
.about-section h2{color: #FFF; font-size: 22px; line-height: 124.6%; margin: 0px; max-width: 612px}
.about-section p{color: #FFF; font-size: 22px; font-weight: 400; line-height: 124.6%; margin: 0 0 330px 0}
.about-section p span{color: #666; display: block;}

.project-list-section{margin: 0px; padding-bottom: 370px}
.project-list-section ul.list-area{margin: 0px -10px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap;}
.project-list-section ul.list-area li{width: 50%; padding: 0 10px}
.project-list-section ul.list-area li.full{width: 100%}
.project-block{margin-bottom: 130px}
.project-block .project-img{width: 100%; position: relative; margin-bottom: 16px}
.project-block .project-img img{width: 100%; filter: grayscale(0); transition: all .5s ease;}
.project-block h2{color: #FFF; font-size: 18px; line-height: 124.6%; margin: 0px;}
.project-block h2 span{display: block; color: #666; }
.project-list-section ul.list-area li.full .project-block .project-img{ }
.project-list-section ul.list-area li.full .project-block .project-img a {display: inline;}
.project-block:hover .project-img img{filter: grayscale(1); transition: all .5s ease;}

.contact-section{margin: 0px; padding-bottom: 220px}
.contact-section h2{color: #666; font-size: 18px; line-height: 124.6%; margin: 0px; border-top: #666666 1px solid; padding-top: 20px}
.contact-section h2 a{color: #fff; text-decoration: underline;}
body.white-page .contact-section h2{border-top: #050505 1px solid;}
body.white-page .contact-section h2 a{color: #050505; text-decoration: underline;}

.contact-info{margin: 0px; padding-bottom: 35px}
.contact-info img{width: 100%}
.contact-info h2{color: #666; font-size: 18px; line-height: 124.6%; margin: 0px; }
.contact-info a{color: #fff; font-size: 18px; line-height: 124.6%; margin: 0px; transition: all .5s ease;}
.contact-info a.policy-link{color: #666}
.contact-info .d-flex{border-top: #666666 1px solid; padding-top: 20px; padding-bottom: 140px; border-bottom: #666666 1px solid; margin-bottom: 220px; justify-content: space-between;}
.contact-info .d-flex .leftside{display: flex; width: 70%}
.contact-info .first-part{width: 50%}
.contact-info .second-part{width: 50%}
.contact-info svg{width: 100%; height: 100%}
.contact-info svg path{fill:#fff}
body.white-page .contact-info .d-flex{border-top: #050505 1px solid; border-bottom: #050505 1px solid; }
body.white-page .contact-info a{color: #050505}
body.white-page .contact-info svg path{fill:#050505}

.contact-page{margin: 250px 0 0px 0}
.contact-page .inner-area{border-top: #666666 1px solid; padding-top: 20px; display: flex;}
.contact-page .inner-area .small-part{width: 25%}
.contact-page .inner-area .large-part{width: 50%}
.contact-page .inner-area h2{font-size: 22px; line-height: 26px; color: #fff; margin: 0px}
.contact-page .inner-area a{color: #fff; font-size: 22px; line-height: 124.6%; margin: 0px; transition: all .5s ease; display: block;}
.contact-page .inner-area h3{color: #fff; font-size: 50px; margin: 0px 0px 140px 0px; line-height: 49px}
.contact-page .inner-area p{color: #666; font-size: 22px; line-height: 124.6%; margin: 0px;}
.contact-page .inner-area h4{color: #fff; font-size: 22px; line-height: 124.6%; margin: 0px 0px 14px 0px;}
.contact-page .inner-area ul.link{margin: 0px 0px 400px 0px; padding: 0px; list-style: none;}
.contact-page .inner-area ul.link li a{color: #666; font-size: 22px; line-height: 124.6%; text-decoration: none}
.contact-page .inner-area ul.link li a:hover{color: #fff}


.studio-top-section{margin: 250px 0 100px 0}
.studio-top-section .inner-area{border-top: #666666 1px solid; padding-top: 20px; padding-bottom: 240px; display: flex;}
.studio-top-section .inner-area .small-part{width: 25%}
.studio-top-section .inner-area .large-part{width: 50%}
.studio-top-section .inner-area h2{color: #666; font-size: 22px; font-weight: 400; line-height: 124.6%; }
.studio-top-section .inner-area h1{color: #fff; font-size: 50px; margin: 0px; line-height: 46px}
.studio-top-section .content-area{display: flex; padding-bottom: 172px}
.studio-top-section .content-area .lefttitle{padding: 0 30px 0 25%; width: 50%; color: #666; font-size: 22px; font-weight: 400; line-height: 124.6%; }
.studio-top-section .content-area .rightside{width: 50%}
.studio-top-section .content-area p{color: #FFF; font-size: 22px; font-weight: 400; line-height: 124.6%; margin: 0px; width: 64%}

.awards-section {margin: 0 0 200px 0;}
.awards-section h2{color: #FFF; font-size: 50px; font-weight: 400; line-height: 60px; margin: 0 0 100px 0; border-top: #666666 1px solid;padding-top: 20px;}
.awards-section .awards-list-1{display: flex; justify-content: space-between; align-items: center;}
.awards-section .awards-list-1 .awrd-logo{width: 33.33%;  text-align: center;}
.awards-section .awards-list-1 .awrd-logo img{width: 380px; height: 90px; object-fit: contain;}

.awards-section h3{color: #666666; font-size: 22px; font-weight: 400; line-height: 30px; margin: 100px 0 85px 0}
.awards-section .awards-list-2{display: flex; justify-content: space-between; align-items: center;}
.awards-section .awards-list-2 .awrd-logo{width: 20%;  text-align: center;}
.awards-section .awards-list-2 .awrd-logo img{width: 195px; height: 90px; object-fit: contain;}



.mainproject-section{margin: 0}
.mainproject-section .d-flex{border-top: #666666 1px solid; padding-top: 40px; border-bottom: #666666 1px solid; padding-bottom: 380px}
.mainproject-section .project-photo{width: 50%; position: relative; overflow:hidden; }
.mainproject-section .project-photo img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}
.mainproject-section .content-right{width: 50%; padding-left: 20px; padding-right: 30px;position: relative;}
.mainproject-section .content-right h2{color: #FFF; font-size: 50px; font-weight: 400; line-height: 60px; margin: 0 0 100px 0}
.mainproject-section .content-right a{color: #FFF; font-size: 22px; font-weight: 400; line-height: 124.6%; text-decoration-line: underline;position: absolute;bottom: 4px;}

.service-section{padding-bottom: 410px}
.service-section h2{color: #666; font-size: 22px; font-weight: 400; line-height: 124.6%; margin: 36px 0 145px 0}
.service-section .service-block{display: flex; padding-bottom: 186px; border-top: #666666 1px solid; padding-top: 50px}
.service-section .service-block .number{width: 25%; color: #FFF; font-size: 150px; font-weight: 400; line-height: 99.6%; }
.service-section .service-block .service-highlight{width: 25%}
.service-section .service-block .service-content{width: 50%}
.service-section .service-block .service-content .service-photo{width: 100%; height: 630px; position: relative; overflow:hidden; margin-top: 200px; margin-bottom: 18px}
.service-section .service-block .service-content .service-photo img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}
.service-section .service-block h3{color: #666; font-size: 22px; font-weight: 400; line-height: 124.6%; margin-bottom: 20px}
.service-section .service-block p{color: #FFF; font-size: 22px; font-weight: 400; line-height: 124.6%; margin: 0px; width: 90%}
.service-section .service-block ul{margin: 0px; padding: 0px; list-style: none}
.service-section .service-block li{color: #FFF; font-size: 22px; font-weight: 400; line-height: 124.6%; }
.service-section .service-block li ol li{color: #666; font-size: 22px; font-weight: 400; line-height: 124.6%; }
.service-section .service-block a.link{color: #FFF; font-size: 22px; font-weight: 400; line-height: 124.6%; text-decoration-line: underline; display: flex; align-items: center;}
.service-section .service-block a.link .icon{margin-left: 10px}

.project-info-section{padding-bottom: 0px; padding-top: 30px}
.project-info-section .lefside{width: 50%}
.project-info-section .rightside{width: 50%; display: flex; justify-content: flex-end;}
.project-info-section h2{color: #0D0D0D; font-family: 'Lens Grotesk'; font-size: 50px; font-weight: 400; line-height: 54px; margin: 0 0 100px 0}
.project-info-section p{color: #0D0D0D; font-family: 'Lens Grotesk'; font-size: 22px; font-weight: 400; line-height: normal; max-width: 680px}
.project-info-section .client-area{width: 25%}
.project-info-section .info-area{color: #0D0D0D; font-family: 'Lens Grotesk'; font-size: 18px; font-weight: 400; line-height: normal; margin: 0 0 50px 0}
.project-info-section .info-area span{color: #666; display: block;}
.project-info-section .info-area ul{margin: 0px; padding: 0px; list-style: none;}
.project-info-section .info-area ul li{color: #666; font-family: 'Lens Grotesk'; font-size: 18px; font-weight: 400; line-height: normal;}
.project-info-section ul.project-photo{margin: 100px -5px 0 -5px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap;}
.project-info-section ul.project-photo li{padding: 0 5px; width: 50%; margin-bottom: 10px}
.project-info-section ul.project-photo li.half{width: 50%;}
.project-info-section ul.project-photo li.full {width: 100%;}
.project-info-section ul.project-photo li.half.c-right {margin-left: 50%;}
.project-info-section ul.project-photo li .project-img{width: 100%;}
.project-info-section ul.project-photo li .project-img img{width: 100%; }

.challenge-section{padding-bottom: 100px; padding-top: 0px}
.challenge-section .lefside{width: 50%}
.challenge-section .rightside{width: 50%; }
.challenge-section h2{color: #0D0D0D; font-family: 'Lens Grotesk'; font-size: 22px; font-weight: 400; line-height: normal; margin: 0 0 100px 0}
.challenge-section p{color: #0D0D0D; font-family: 'Lens Grotesk'; font-size: 22px; font-weight: 400; line-height: normal; margin: 0 0 30px 0}
.challenge-section ul.project-photo{margin: 100px -5px 0 -5px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap;}
.challenge-section ul.project-photo li{padding: 0 5px; width: 50%; margin-bottom: 10px}

.challenge-section ul.project-photo li .project-img{width: 100%;}
.challenge-section ul.project-photo li .project-img img{width: 100%;}
.challenge-section ul.project-photo li.half{width: 50%;}
.challenge-section ul.project-photo li.full {width: 100%;}
.challenge-section ul.project-photo li.half.c-right {margin-left: 50%;}

.typeface-section{padding-bottom: 100px; padding-top: 0px}
.typeface-section .lefside{width: 50%}
.typeface-section .rightside{width: 50%; }
.typeface-section h2{color: #0D0D0D; font-family: 'Lens Grotesk'; font-size: 24px; font-weight: 400; line-height: normal; margin: 0 0 100px 0}
.typeface-section p{color: #0D0D0D; font-family: 'Lens Grotesk'; font-size: 24px; font-weight: 400; line-height: normal;}
.typeface-section ul.project-photo{margin: 100px -5px 0 -5px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap;}
.typeface-section ul.project-photo li{padding: 0 5px; width: 50%; margin-bottom: 10px}
/* .typeface-section ul.project-photo li .project-img{width: 100%; height: 950px; overflow: hidden; position: relative;}
.typeface-section ul.project-photo li .project-img img{width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; object-fit: cover;} */
.typeface-section ul.project-photo li .project-img{width: 100%; }
.typeface-section ul.project-photo li .project-img img{width: 100%;}
.typeface-section ul.project-photo li.half{width: 50%;}
.typeface-section ul.project-photo li.full {width: 100%;}
.typeface-section ul.project-photo li.c-right {margin-left: 50%;}

.colors-section{padding-bottom: 100px; padding-top: 0px}
.colors-section .lefside{width: 50%}
.colors-section .rightside{width: 50%; }
.colors-section h2{color: #0D0D0D; font-family: 'Lens Grotesk'; font-size: 24px; font-weight: 400; line-height: normal; margin: 0 0 100px 0}
.colors-section p{color: #0D0D0D; font-family: 'Lens Grotesk'; font-size: 24px; font-weight: 400; line-height: normal;}
.colors-section ul.project-photo{margin: 100px -5px 0 -5px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap;}
.colors-section ul.project-photo li{padding: 0 5px; width: 100%; margin-bottom: 10px}
/* .typeface-section ul.project-photo li .project-img{width: 100%; height: 950px; overflow: hidden; position: relative;}
.typeface-section ul.project-photo li .project-img img{width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; object-fit: cover;} */
.colors-section ul.project-photo li .project-img{width: 100%; }
.colors-section ul.project-photo li .project-img img{width: 100%;}
.colors-section ul.project-photo li.half{width: 50%;}
.colors-section ul.project-photo li.full {width: 100%;}
.colors-section ul.project-photo li.c-right {margin-left: 50%;}

.whatwedid-section{padding-bottom: 230px; padding-top: 0px}
.whatwedid-section .lefside{width: 50%}
.whatwedid-section .rightside{width: 50%; }
.whatwedid-section h2{color: #0D0D0D; font-family: 'Lens Grotesk'; font-size: 24px; font-weight: 400; line-height: normal; margin: 0 0 100px 0}
.whatwedid-section p{color: #0D0D0D; font-family: 'Lens Grotesk'; font-size: 24px; font-weight: 400; line-height: normal; margin: 0 0 30px 0}
.whatwedid-section ul.project-photo{margin: 100px -5px 0 -5px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap;}
.whatwedid-section ul.project-photo li{padding: 0 5px; width: 50%; margin-bottom: 10px}
.whatwedid-section ul.project-photo li.half{width: 50%;}
.whatwedid-section ul.project-photo li.full {width: 100%;}
.whatwedid-section ul.project-photo li.c-right {margin-left: 50%;}

.browse-more-section{padding-bottom: 40px}
.browse-more-section h2{color: #0D0D0D; font-size: 18px; font-weight: 400; line-height: normal; margin: 0 0 65px 0}
.browse-more-section ul.project-list{margin: 0px -5px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap;}
.browse-more-section ul.project-list li{padding: 0 5px; width: 50%; margin-bottom: 10px}
.browse-more-section ul.project-list li .project-title{border-top: #BABABA 1px solid; color: #0D0D0D;font-size: 18px; font-weight: 400; display: flex; align-items: center; justify-content: space-between; padding: 7px 0 18px 0}
.browse-more-section ul.project-list li .project-title a{width: 12px; height: 12px; display: block;}
.browse-more-section ul.project-list li .project-title a img {vertical-align: top;}
.browse-more-section ul.project-list li .project-img{width: 100%; height: 600px; overflow: hidden; position: relative;}
.browse-more-section ul.project-list li .project-img img{width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; object-fit: cover;}
.no-content {padding-bottom: 0px !important;}
.no-content ul.project-photo {margin-top: 0px;}
section.dl-sections.challenge-section .d-flex {padding-top: 100px; padding-bottom: 100px;}
.dark-page .project-info-section h2,
.dark-page .project-info-section .info-area,
.dark-page .project-info-section p,
.dark-page .challenge-section h2,
.dark-page .challenge-section p,
.dark-page .typeface-section h2,
.dark-page .typeface-section p,
.dark-page .colors-section h2,
.dark-page .colors-section p,
.dark-page .whatwedid-section h2,
.dark-page .whatwedid-section p,
.dark-page .browse-more-section h2,
.dark-page .browse-more-section ul.project-list li .project-title
{color: #fff;}
.show_in_mobile{display: none !important;}
.iframe-wrapper::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
header.dl-sections.fixed {
    position: fixed;
    z-index: 1;
}
header.dl-sections.fixed .header-main {
    padding: 15px 20px;
}
.iframe-wrapper.show_control::before {
    display: none;
}

body header{
    mix-blend-mode: difference;
}
.page-template-page-contact section#footer_sec {
    display: none;
}

.page-template-page-contact .reach_out_cnt {
    display: none !important;
}

.privacy-page{margin: 230px 0 0px 0}
.privacy-page .inner-area{border-top: #666666 1px solid; padding-top: 35px; display: flex; flex-wrap: wrap;}
.privacy-page .inner-area .leftside{width: 50%}
.privacy-page .inner-area .leftside h1{color: #FFF; font-family: 'Lens Grotesk'; font-size: 50px; font-weight: 400; line-height: 99.6%; margin: 0px 0px 20px 0px}
.privacy-page .inner-area .rightside{width: 50%; padding-right: 150px}
.privacy-page .inner-area .rightside p{color: #FFF; font-family: 'Lens Grotesk'; font-size: 22px; font-weight: 400; line-height: 124.6%; margin: 0 0 25px 0}
.privacy-page .inner-area .full-info-area{margin-top: 125px; border-top: #666666 1px solid; padding-top: 25px; width: 100%}
.privacy-page .inner-area .full-info-area p{color: #FFF; font-family: 'Lens Grotesk'; font-size: 22px; font-weight: 400; line-height: 124.6%; margin-bottom: 40px}
.privacy-page .inner-area .full-info-area p span{color: #666; line-height: 99.6%; display: block; margin-bottom: 40px}
.privacy-page .inner-area .point-area{margin-top: 60px; border-top: #666666 1px solid; padding-top: 25px; width: 100%}
.privacy-page .inner-area .point-area h3{color: #666; font-family: 'Lens Grotesk'; font-size: 22px; font-weight: 400; line-height: 99.6%; margin: 0 0 40px 0}
.privacy-page .inner-area .point-area ul{margin: 0px; padding: 0px;}
.privacy-page .inner-area .point-area ul li{color: #FFF; font-family: 'Lens Grotesk'; font-size: 22px; font-weight: 400; line-height: 130%; position: relative; padding-left: 24px; width: 50%}
.privacy-page .inner-area .point-area ul li:before{content: ''; position: absolute; top: 10px; left: 0px; width: 8px; height: 8px; background: #D9D9D9; border-radius: 50%}
.privacy-page .inner-area .last-section{margin-top: 100px; border-top: #666666 1px solid; padding-top: 25px; width: 100%; padding-bottom: 20em}
.privacy-page .inner-area .last-section h3{color: #666; font-family: 'Lens Grotesk'; font-size: 22px; font-weight: 400; line-height: 99.6%; margin: 0 0 40px 0}
.privacy-page .inner-area .last-section p{color: #FFF; font-family: 'Lens Grotesk'; font-size: 22px; font-weight: 400; line-height: 124.6%; margin: 0 0 25px 0}</pre></body></html>