<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Copyright General Type Studio';
    src: url('/fonts/Copyright-General-Type-Studio.eot');
    src: url('/fonts/Copyright-General-Type-Studio.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Copyright-General-Type-Studio.woff2') format('woff2'),
        url('/fonts/Copyright-General-Type-Studio.woff') format('woff'),
        url('/fonts/Copyright-General-Type-Studio.ttf') format('truetype'),
        url('/fonts/Copyright-General-Type-Studio.svg#Copyright-General-Type-Studio') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Copyright General Type Studio';
    font-size: 32px;
    line-height: 1.2;
    background: #fff;
    color: #002b45;
    margin: 0;
    text-align: left;
    padding: 0;
    font-weight: normal;
}

.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

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

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.scroll-content {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.scroll-content {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .scroll-content::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

#preloader {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

section {
    position: relative;
}

.fullheight {
    position: relative;
    background-size: cover;
    height: 100vh;
}

.full-h {
    position: relative;
    height: calc(100vh - 74px);
    background-size: cover;
    width: 100%;
}

    .full-h.abs {
        position: absolute;
        top: 0;
        left: 0;
    }

.fullheight .slides li:after, .dark_bg:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);
}

.half {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.fadeIn {
    opacity: 1;
}

.holder {
    position: relative;
    width: 1px;
}

.sticky {
    position: sticky;
    top: 74px;
}

.stickHolder {
    position: absolute;
    width: 0.1px;
    height: 200%;
    top: -100%;
}


.in-ancher {
    width: 0;
    display: block;
    position: absolute;
    z-index: 11;
    opacity: 0;
}

.h-ancher {
    display: block;
}

.curve {
    height: 60px;
    border-radius: 40px 40px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 15px;
    padding: 0 40px;
}

    .curve.white {
        position: absolute;
        bottom: 0;
        z-index: 1;
        background: #fff;
        width: 100vw;
    }

    .curve.sticky {
        background: #fff;
        z-index: 2;
    }

    .curve.white.topCurve {
        bottom: auto;
        top: 0;
        transform: translateY(-99%);
    }

.inner {
    background-size: cover;
    width: 100%;
    height: 100%;
}

.gr_6 {
    width: calc(50% - 20px);
}

.gr_4 {
    width: calc(33.33% - 26.66px);
    position: relative;
    margin-right: 40px;
}

.flex-d .gr_4:nth-child(3n) {
    margin-right: 0;
}

.gr_2 {
    width: calc(50% - 20px);
    display: block;
}

.gr_3 {
    width: calc(25% - 15px);
    margin-right: 20px;
}

.g3 {
    width: 33.33%;
    position: relative;
    padding: 0 20px;
}

    .g3:before {
        content: '';
        position: absolute;
        left: 0;
        top: -5px;
        bottom: 0;
        width: 1px;
        background: #002b45;
        display: block;
    }

    .g3.last:after {
        content: '';
        position: absolute;
        right: 0;
        top: -5px;
        bottom: 0;
        width: 1px;
        background: #002b45;
        display: block;
    }

.flex-d .gr_3:nth-child(4n) {
    margin-right: 0;
}

.bg-white {
    background: #fff;
}

.bg-grey {
    background: #ebe6df;
}

.bg-blue {
    background: #002b45;
    color: #ebe6df;
}

.bg-creame {
    background: #f8f5f1;
}

.bg-dark {
    background: #e0e2e8;
}

.container {
    width: calc(100% - 80px);
    margin: auto;
    position: relative;
}

.capy {
    padding: 15px 0 0 0;
    width: calc(100% - 80px);
    text-align: left;
    margin: 0 auto 100px auto;
}

.w1080 {
    width: 1110px;
    max-width: 100%;
}

.v_w1080 {
    width: 325px;
    position: absolute;
    right: 40px;
    top: 0;
    height: 100%;
}

.nnews {
    position: absolute;
    display: block;
    width: 150px;
    top: 0;
    right: 0;
    text-align: right;
}

.pnews {
    position: absolute;
    display: block;
    width: 150px;
    top: 0;
    left: 0;
    text-align: left;
}

.stickyNav {
    position: sticky;
    top: 200px;
}

.w204 {
    width: 204px;
    max-width: 18%;
}

.w217 {
    width: 217px;
    max-width: 18.5%;
}

.w540 {
    width: 540px;
    max-width: 45%;
    position: relative;
}

.w426 {
    width: 426px;
    max-width: 90%;
    position: relative;
    padding-top: 116px;
}

.w651 {
    width: 651px;
    max-width: 51%;
    position: relative;
}

.max690 {
    width: 690px;
    max-width: 100%;
}

.max730 {
    max-width: 730px;
}

.max450 {
    max-width: 450px;
}



.w935 {
    width: 935px;
    max-width: 100%;
    position: relative;
}

.pt60 {
    padding-top: 60px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb80 {
    padding-bottom: 80px;
}

.pt100 {
    padding-top: 100px;
}

.pb120 {
    padding-bottom: 120px;
}

.pt120 {
    padding-top: 120px;
}

.pb160 {
    padding-bottom: 150px;
}

.pb250 {
    padding-bottom: 250px;
}

.pt200 {
    padding-top: 200px;
}

.pt180 {
    padding-top: 180px;
}

.uppercase {
    text-transform: uppercase;
}

.f15 {
    font-size: 15px;
}

.f20 {
    font-size: 20px;
}

.block {
    display: block;
}

.pt145 {
    padding-top: 145px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb40 {
    margin-bottom: 40px;
}


.mb120 {
    margin-bottom: 120px;
}

.border-b {
    border-bottom: 1px solid #fff;
}

.date {
    display: block;
    font-size: 15px;
}

.b-border {
    border-bottom: 1px solid #002b45;
}

.title {
    display: block;
    font-size: 32px;
}

.project-link {
    font-size: 60px;
    line-height: 1;
}

    .project-link span {
        padding-top: 10px;
        font-size: 15px;
        line-height: 1;
    }

.f15 li {
    transform: translateX(18px);
}

.article-copy p {
    margin-bottom: 5px;
}


.arrow {
    position: relative;
    padding-right: 40px;
    text-align: left;
    display: inline-block;
    overflow: hidden;
    letter-spacing: 0.03em;
    font-size: 20px;
}

    .arrow:before {
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        border-color: #002b45;
        border-bottom: 2px solid;
        border-right: 2px solid;
        content: '';
    }

    .arrow:after {
        bottom: 20px;
        left: calc(100% - 20px);
        width: 35px;
        display: block;
        position: absolute;
        border-color: #002b45;
        border-top: 2px solid;
        transform: rotate(45deg);
        transform-origin: left top;
        content: '';
    }

.btn {
    width: 300px;
    height: 80px;
    border-radius: 40px;
    background: #ebe6df;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
}

    .btn:hover {
        background: #00b2cc;
    }

.bgHober {
    transition: all 0.4s;
}

    .bgHober:hover {
        background: #00b2cc;
    }

.btn.bg-grey {
    background: #ebe6df;
    color: #002b45;
}

    .btn.bg-grey:hover {
        background: #00b2cc;
    }

.flex-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-h {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-d {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.flexslider .flex-c {
    align-items: center;
}

.leftalign {
    text-align: left;
}

.rightalign {
    text-align: right;
}

.caption {
    position: absolute;
    left: 40px;
    text-align: left;
    font-size: 60px;
    bottom: 120px;
    color: #fff;
    width: 1155px;
    max-width: calc(100% - 40px);
    line-height: 1;
    z-index: 2;
}

    .caption span {
        display: block;
        font-size: 32px;
        padding: 10px 0 0 0;
    }

.right-c {
    bottom: 0;
    right: -20px;
    transform: translateX(100%);
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

img {
    border: none;
    max-width: 100%;
}

a, img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

textarea:focus, input:focus, select:focus {
    outline: none;
}
/* General */

.img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.copy-p p {
    margin-bottom: 0.5em;
    width: 690px;
    max-width: 100%;
}
.copy-h-p p {
    margin-bottom: 40px;
    width: 690px;
    max-width: 100%;
}

/* Headings */
h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight:normal
}

p {
    margin: 0;
}

.mb {
    margin-bottom: 0.5em;
}

.line_2 {
    line-height: 2;
}

h3 {
    font-size: 32px;
    line-height: 1.125;
}



h2 {
    font-size: 60px;
    line-height: 1;
}


h4 {
    font-size: 15px;
    margin-bottom: 1.2em;
    text-transform: uppercase;
}

.f14 {
    font-size: 14px;
}

.icon {
    display: block;
    margin-bottom: 22px;
}

.toHide {
    overflow: hidden;
    transition: height 0.7s;
}

.fixedP {
    height: 3.5em !important;
}

.toHide:after {
    background: linear-gradient(rgba(235, 230, 223, 0) 0%, #ebe6df 100%);
    position: absolute;
    bottom: 0;
    height: 2em;
    display: block;
    content: '';
    left: 0;
    width: 100%;
    z-index: 2;
}

.toHide.crem:after {
    background: linear-gradient(rgba(248, 245, 241, 0) 0%, #f8f5f1 100%);
}

.toHide p {
    padding-bottom: 1em;
    font-size: 20px;
    max-width: 690px;
    position: relative;
    z-index: 1;
}

.innerP {
    padding-bottom: 80px;
}

.more {
    display: block;
    padding: 0 0 25px 0;
    font-size: 60px;
}

    .more span {
        display: inline-block;
        position: relative;
        line-height: 1;
        padding-right: 50px;
    }

        .more span:after {
            position: absolute;
            top: 55%;
            transform: translateY(-50%);
            width: 25px;
            background: #002b45;
            height: 2px;
            display: block;
            content: '';
            right: 0;
        }

        .more span:before {
            position: absolute;
            top: 55%;
            transform: translateY(-50%);
            height: 25px;
            background: #002b45;
            width: 2px;
            display: block;
            content: '';
            right: 10.5px;
        }

    .more.active span:before {
        display: none;
    }

.frameHolder {
    position: relative;
}

.iframe {
    width: 100%;
    height: 625px;
    position: relative;
    z-index: 1;
}

.frameHolder:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    z-index: 2;
}

/* Navigation */
header {
    position: fixed;
    top: 0;
    height: 74px;
    align-items: center;
    width: 100%;
    z-index: 10;
    border-bottom: 1px solid #002B45;
    padding: 0 40px;
    background: #fff;
}

.logo {
    display: block;
    width: 145px;
}

nav {
    padding: 0;
}

#main-menu {
    width: 516px;
}

#nav li {
    list-style: none;
    display: inline-block;
    font-size: 15px;
    position: relative;
}

    #nav li a {
        text-transform: uppercase;
        letter-spacing: 0.02em;
    }

#page-about a.about, #page-projects a.projects, #page-sustainability a.Sustainability, #page-team a.team, #page-news a.news, #page-contact a.contact {
    color: #00b2cc;
}

#nav li a:hover, footer a:hover {
    color: #00b2cc;
}

/* nav-toggle */
#nav-toggle {
    right: 20px;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 155;
    display: none;
}

    #nav-toggle span {
        cursor: pointer;
        height: 2px;
        width: 30px;
        background: #A5845F;
        position: absolute;
        display: block;
        top: 5px;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

        #nav-toggle span:after, #nav-toggle span:before {
            -webkit-transition: all .6s ease-in-out;
            -moz-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            display: block;
            background: #002b45;
        }

        #nav-toggle span:before {
            top: -5px;
        }

        #nav-toggle span:after {
            top: 5px;
        }

    #nav-toggle.Active span {
        background-color: transparent !important;
    }

        #nav-toggle.Active span:after, #nav-toggle.Active span:before {
            top: 0;
        }

        #nav-toggle.Active span:before {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: a rotate(45deg);
        }

        #nav-toggle.Active span:after {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
        }


.linkedin {
    display: block;
    font-size: 15px;
    text-decoration: underline;
}
/* enquiry */

label {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

.morline {
    line-height: 1.6;
}

.plenary {
    display: block;
}

    .plenary img {
        display: block;
        width: 233px;
    }

input, select, textarea {
    font-size: 20px;
    margin: 0 auto 15px auto;
    padding: 5px 0;
    width: 100%;
    color: #002b45;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #002b45;
    text-align: left;
    font-family: inherit;
        font-weight: 700;
}

select {
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
}

    select option {
        padding: 5px 0;
        color: #fff;
        background: #000;
        text-align-last: left;
        text-align: left;
        -ms-text-align-last: left;
        -moz-text-align-last: left;
        text-align-last: left;
    }

.b_submit {
    text-align: center;
    background: #002b45;
    color: #fff;
    width: 160px;
    margin: 25px 0;
    padding: 12px 0;
    font-size: 15px;
    line-height: 1;
}

.privacy {
    font-size: 10px;
    text-transform: uppercase;
}

.chk_holder {
    margin: 10px auto 0 auto;
    color: #fff;
}

#chkInternational {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    line-height: 25px;
    width: 20px;
    text-align: center;
}

    #chkInternational + label {
        padding: 2px 0 2px 26px;
        position: relative;
        text-align: center;
        display: block;
        color: #546670;
        font-size: 18px;
        letter-spacing: 3px;
        font-family: inherit;
        text-transform: uppercase;
        display: inline;
        margin: auto;
    }

        #chkInternational + label:before {
            position: absolute;
            left: 0;
            width: 20px;
            height: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            border: 1px solid #546670;
            content: '';
            display: block;
        }

        #chkInternational + label:after {
            position: absolute;
            left: 0;
            width: 5px;
            height: 11px;
            top: 50%;
            left: 8px;
            -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
            transform: translateY(-60%) rotate(45deg) scale(0);
            border-bottom: 2px solid #546670;
            border-right: 2px solid #546670;
            content: '';
            display: block;
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

    #chkInternational:checked + label:after {
        -webkit-transform: translateY(-60%) rotate(45deg) scale(1);
        transform: translateY(-60%) rotate(45deg) scale(1);
    }

input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
    color: #DEDAD2;
    opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #DEDAD2;
    opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #DEDAD2;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #DEDAD2;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #DEDAD2;
    opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent;
}
/*footer*/
footer {
    position: relative;
    z-index: 2;
}

.bar {
    display: inline-block;
    margin: 0 5px 0 5px;
    transform:translateY(-2px);

    font-size: 12px;
}
 .bar:after {
        content: '|';
    }
.popUp {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 500;
    display: none;
    opacity: 0;
    transition: opacity 0.7s;
    background: #fff;
}

.innerPop {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 80px 0;
}

.innerPop .container {
    width: 690px;
    max-width:calc(100% - 40px);
    text-align: left;
    margin: 0 0 0 15%;

}
.innerPop h2{
    margin-bottom:35px;
}
.innerPop p {
    margin-bottom: 20px;
    font-size:20px
    

}

.innerPop h3 {
     padding-top: 34px;
    margin-bottom: 25px;
    font-weight: 500;
}
.close 
{
    display:block;position:absolute;
    right:30px;
    top:30px;
    color:#00B2CC;
    font-size:15px;
}
   .space
   {
       display:block;
       height:0.75em
   }

/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
    text-align-last: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border-bottom: 1px solid #525252;
    clear: both;
}

li.token-input-input-token-project {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

ul.token-input-list-project li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100% !important;
    margin-bottom: 0;
}

li.token-input-token-project p {
    display: inline;
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 20px;
    font-size: 11px;
}

li.token-input-token-project {
    overflow: hidden;
    height: 25px;
    margin: 0;
    padding: 2px 5px;
    background-color: #ccc;
    color: #000;
    cursor: default;
    border: 1px solid #525252;
    font-size: 12px;
    white-space: nowrap;
    list-style: none;
    display: inline-block;
}

div.token-input-dropdown-project {
    position: absolute;
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
    cursor: default;
    font-size: 11px;
    z-index: 13;
    color: #000000;
}

    div.token-input-dropdown-project ul {
        margin: 0;
        padding: 0;
        display: block !important;
        max-height: 205px;
    }

        div.token-input-dropdown-project ul li {
            background-color: #fff;
            font-size: 14px;
            padding: 3px;
            margin: 0;
            list-style-type: none;
            font-weight: 100 !important;
        }

            div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
                background-color: #fff;
            }

            div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
                background-color: #fff;
            }

            div.token-input-dropdown-project ul li em {
                font-weight: bold;
                font-style: normal;
            }

            div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
                background-color: #ccc;
                color: #fff;
            }
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
    font-size: 10px;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    top: 0;
}

    ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
        padding: 0;
        text-align: left;
        color: #F00D0D;
    }

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

#page-news .flex-d .gr_4 {
    margin-bottom: 40px;
}

@media screen and (max-width : 1540px) {
    .v_w1080 {
        width: calc(100% - 80px);
        left: 40px;
    }

    .stickyNav {
        top: 74px;
        height: 50px;
        background: #fff;
    }

    .pnews, .nnews {
        top: 8px;
    }
}

@media screen and (max-width : 1260px) {
    .svg1 {
        width: 28px;
    }

    .svg2, .svg4 {
        width: 207px;
    }

    .svg3 {
        width: 26px;
    }
    .innerPop .container {
 
    margin: 0 auto

}
}

@media screen and (max-width :1000px) {
    body, .title {
        font-size: 20px;
    }

    .container {
        width: calc(100% - 40px);
    }
        .innerPop p {
 
font-size:15px;

}
    .caption {
        left: 20px;
        font-size: 30px;
    }

    h2 ,.more{
        font-size: 26px;
    }

    h3 {
        font-size: 20px;
    }

    .gr_4, .gr_3 {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .curve {
        padding: 0 20px;
    }

    .pt100 {
        padding-top: 60px;
    }

    .pt120 {
        padding-top: 60px;
    }

    .pb120 {
        padding-bottom: 60px;
    }
    .pb160{
        padding-bottom:60px;
    }
    .pb250 {
        padding-bottom: 80px;
    }

    .btn {
        width: 260px;
        height: 60px;
        border-radius: 40px;
    }

    .logo {
        width: 120px;
    }

    header {
        height: 60px;
        width: 100%;
        z-index: 10;
        padding: 0 20px;
    }

    #nav {
        position: absolute;
        height: 100vh;
        left: 0;
        width: 100vw;
        transform: translateX(-100%);
        top: 60px;

        background: #fff;
        transition: transform 0.5s;
        display: flex;
        flex-direction:column;
        justify-content:center
    }

     header.Active   #nav {
            transform: translateX(0);
        }

    #nav-toggle {
        display: block;
    }
    #main-menu
    {
        width:100%;
        transform:translateY(-60px);
          display:block;

    }

        #main-menu li{
            display:block;
            padding:7px 0;
            margin:0;
            text-align:center
            

        }
    .iframe {
        height: 52vw;
    }
    .stickyNav {
    top: 60px;

}
    .v_w1080 {
        width: calc(100% - 40px);
        left: 20px;
        right: 20px;
    }
    .capy {
    padding: 15px 0 20px 0;
    width: calc(100% - 40px);

    margin: 0 auto 0 auto;
}
    .gr_2 {
    width: 100%;
    display: block;
    margin-bottom: 25px;
}
}

@media screen and (max-width : 420px) {
}
</pre></body></html>