
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* Regular 400, Medium 500, SemiBold 600, Bold 700 */

/* Your Desing Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
    --main: #212121;
    --orange: #FC5206;
    --text: #333333; /* body copy */
    --light-grey: #f0f0f0; /* light color */
}
.red {
    background: red;
    padding: 10px 0;
    margin-bottom: 20px;
}
#preloader {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    z-index:999999;
    display: flex;
    align-items: center;
}
#preload-logo {
    width:50px;
    height:50px;
    position:relative;
    background-image:url(../images/logo.svg);
    background-size: 100%;
    background-repeat:no-repeat;
    background-position:center center;
    margin: 0 auto;
}

/* top */
#top {
    position: fixed;
    top: 1px;
    z-index: 9999;
    width: 100%;
    padding-top: clamp(25px, 3vw, 40px);
    padding-bottom: 30px;
    transition: all .45s ease-out;
}
#top.fixed {
    position: fixed;
    top: 0;
    padding-top: clamp(10px, 3vw, 24px);
    padding-bottom: clamp(10px, 3vw, 24px);
    background: rgba(255, 255, 255, .92);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    transition: all .75s ease-out;
    transition-delay: .15s;
}
.trigger {
    position: absolute;
    top: 10px;
    left: -200vw;
    height: 1px;
    width: 1px;
}
.trigger2 {
    position: absolute;
    top: 50vh;
    left: -200vw;
    height: 1px;
    width: 1px;
}
.top-wrap {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: stretch;
}
.top-left .logo img {
    width: clamp(28px, 4vw, 35px);
    height: auto;
    display: flex;
}
.top-cell {
    display: flex;
    height: 100%;
    align-items: center;
}
/* mobile menu */
.mobile-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    background: rgba(255, 255, 255, .92);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    transition: all .75s ease-out;
    transition-delay: .15s;
    display: block
}
.menu2 {
    padding: 18px 0 18px;
    text-align: center;
}
.menu2 li {
    display: inline;
    flex-grow: 1;
    margin-bottom: 0;
    margin-left: 0;
}
.menu2 ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    text-transform: uppercase;
}
.menu2 li a {
    text-decoration: none;
    color: var(--main);
    font-weight: 600;
    font-size: 1.1rem;
    padding: 5px;
}
/* top menu */
.menu {
    display: none;
    position: relative;
    z-index: 1;
    margin-left: clamp(0px, 1vw, 30px);
}
.menu ul {
    margin-left: 14px;
}
.menu li {
    display: inline;
    margin-right: clamp(2px, 1.1vw, 8px);
    margin-left: 0;
}
.menu li a {
    text-decoration: none;
    color: var(--main);
    font-weight: 600;
    font-size: 1.1rem;
    padding: 4px 4px;
}
.menu ul {
    margin-bottom: 0;
    font-size: clamp(10px, 2.5vw, 1.3rem);
    text-transform: uppercase;
    letter-spacing: clamp(0px, .5vw, 0.059rem);
}
@media (min-width: 800px) {
    .menu {
        display: block;
    }
    .mobile-menu {
        display: none;
    }
}

.top-right  {
    justify-content: right;
    align-items: center;
}
.top-right div {
    justify-content: right;
    align-items: center;
    display: flex;
}
.social {
    margin-right: 0px;
    background-color: #333333;
    border-radius: 8px;
    transition: background-color .25s ease;
    display: inline-block;
}
.social:hover {
    background-color: #4D4D4D;
    border-radius: 8px;
}
.social img {
    height: 12px;
    width: auto;
    display: block;
}
.social a {
    display: block;
    padding: 12px clamp(8px, 1.5vw, 12px);
}
.logo {
    display: flex;
    align-items: center;
}

.top-right .button  {
    background: var(--orange);
    margin-bottom: 0;
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    text-decoration: none;
    margin-left: clamp(2px, 2vw, 15px);
}
/* hero */
#hero {
    display: table;
    margin: 0 auto;
}
.hero {
    height: 100svh;
    min-height: auto;
    position: relative;
    width: 100%;
}
.inside-hero {
    height: calc(100svh - 150px);
    min-height: 460;
    position: relative;
    width: 100%;
}
.inside-hero .container {
    height: inherit;
    display: flex;
    flex-direction: column;
}
.inside-tag {
    padding: clamp(60px, 10vw, 200px) 0 clamp(60px, 10vw, 100px) 0;
    margin-top: auto;

}
.inside-tag p {
    margin-bottom: 0px;
}
.inside-tag span {
    font-weight: 600;
}
.tagline h1 {
    font-size: 19vw;
    line-height: 96%;
    letter-spacing: -.5vw;
    color: var(--main);
    font-weight: 500;
}
.tagline h1 span {
    color: var(--orange);
}
.tag-center {
    display: table-cell;
    vertical-align: middle;
    z-index: 2;
    position: relative;
}
.myname {
    margin-bottom: 10px;
}
.tag {
    margin: 30px auto 0;
}
.intro {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 170%;
    position: relative;
}
.intro .c6 {
    max-width: 550px;
}
.intro p {
    margin-bottom: 0;
}
.intro-line {
    width: 1px;
    border-left: 1px solid #212121;
    bottom: 0px;
    height: 150px;
    position: absolute;
    left: -12%;
    z-index: 1;
    content: "";
    opacity: .2;
}
.intro span {
    color: var(--main);
}
.hero-bottom {
    position: absolute;
    z-index: 9;
    bottom: 20px;
    width: 100%;
    filter: opacity(.6);
    left: 0;
}

/* sections */
.section-spacing {
    padding: clamp(60px, 10vw, 200px) 0;
}
.dark * {
    color: #fff;
}
.about {
    background: var(--main);
}
.about .container {
    position: relative;
    z-index: 1;
}
.about .section-spacing {
    padding: clamp(60px, 10vw, 200px) 0 0 0;
}
.me {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;

}
.me img {
    height: auto;
    width: 80%;
    position: relative;
    display: inline-block;
}
.name-details {
    margin-top: 0;
    position: absolute;
    z-index: 99;
    width: 50%;
    bottom: clamp(60px, 10vw, 200px);
}
.name-details .name {
    font-weight: 500;
    margin-bottom: 0;
}
.name-details .desc {
    font-size: 1.2rem;
    color: #ADADAD;
    line-height: 140%;
    margin-bottom: 10px;
}
.name-details hr {
    margin: 8px 0;
    border-top: 1px solid #4D4D4D;
}

.experience {
    background: url('../images/k-shape.png') var(--main) top right no-repeat;
    background-size: 100% auto;
}
.mini-title p {
    line-height: auto;
    font-size: 1.1rem;
    color: #747474;
    letter-spacing: 0.059rem;
    text-transform: uppercase;
    margin-bottom: clamp(3rem, 4vw, 5rem);
    position: relative;
    padding-left: 15px;
}
.mini-title p::before {
    content: "";
    width: 5px;
    height: 9px;
    background: var(--orange);
    position: absolute;
    left: 0;
    top: 7px;
}
.timeline {
    margin-top: clamp(40px, 5vw, 120px);
    position: relative;
    margin-bottom: 2.5rem;
}

.timeline h3 {
    font-size: 1.8rem;
    letter-spacing: -0.04rem;
    display: inline-block;
    padding: 10px 25px 10px 40px;
}
.timeline h3::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 100px;
    background: #fff;
    position: absolute;
    left: 5px;
    top: 16px;
}
.timeline h4 {
    font-size: 1.8rem;
    margin-bottom: 0;
}
.timeline .time-label h4 {
    padding-right: 10%;
    padding-left: 30px;
}
.time-entry {
    padding: 35px 0;
    position: relative;
    display:inline-table;
}
.time-entry p:last-child {
    margin-bottom: 0;
}

.time-label::before {
    content: "";
    width: 2px;
    height: 16px;
    border-radius: 1px;
    background: #fff;
    position: absolute;
    top: 38px;
    transition: all 0.35s ease-in-out;
    filter: opacity(.25);
}
.time-entry:hover .time-label::before {
    content: "";
    width: 10px;
    border-radius: 1px;
    background: var(--orange);
    position: absolute;
    filter: opacity(1);
}
.time-entry::before {
    content: "\002B";
    color: var(--orange);
    right: 15px;
    top: 40px;
    display: inline-block;
    transform: translateY(-10px);
    position: absolute;
    font-size: 1.8rem;
}
.active.time-entry::before {
    content: "\2212";
    color: var(--orange);
    right: 15px;
    top: 40px;
    display: inline-block;
    transform: translateY(-10px);
    position: absolute;
    transition: top .25s ease;
}
.time-description {
    padding-left: 30px;
    padding-right: 35px
}
.time-description p {
    margin-bottom: 0;
}
.accordion {
    cursor: pointer;
    outline: none;
    transition: .5s ease;
    border-top: 1px solid #4A4A4A;
}
.accordion:hover {
    background: rgba(242, 242, 242, .02);
    -webkit-backdrop-filter: saturate(100%) blur(15px);
    backdrop-filter: saturate(100%) blur(15px);
}
.active .panel {
    margin-top: 10px;
    filter: opacity(1);
    transform: translateY(0);
}
.panel {
    max-height: 0;
    overflow: hidden;
    transition: all .75s ease;
    margin-top: 0px;
    filter: opacity(0);
    transform: translateY(25px);
}
.panel .c6:first-of-type {
    margin-bottom: 2.5rem;
}
.time-entry:last-child {
    border-bottom: 1px solid #4A4A4A;
}
.featured-sites {
    display: grid;
    grid-template-columns: 48.9% 48.9%;
    gap: clamp(6px, 2vw, 30px);
    margin-top: clamp(40px, 5vw, 120px);
    font-size: clamp(75%, 75%, 100%);
}
.featured-sites a {
    color: var(--text);
}
.featured-sites a:hover {
    text-decoration: none;
}
.sites {
    position: relative;
}
.sites p {
    line-height: 140%;
    margin-top: 2px;
}
.site {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: all .75s ease;
}
.sites-logo {
    position: absolute;
    object-fit: contain !important;
    width: clamp(10px, 14vw, 150px);
    height: clamp(10px, 6vw, 78px);
    z-index: 2;
    top: clamp(4px, 3vw, 30px);
    left: clamp(4px, 3vw, 30px);
    object-position:left;
    transition: none !important;
}
.featured-sites a:hover .site {
    transform: scale(1.04);
}
.featured-sites a:hover  {
    color: var(--text);
}
.sites h4 {
    margin-bottom: 0;
    font-size: clamp(1.2rem, 6vw, 1.8rem);
    margin-top: 15px;
}
.sites figure {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}
.project {
    margin-top: var(--spacing-large);
}
.project img {
    width: 100%;
    height: auto;
}
.project-main {
    margin-bottom: var(--spacing-large);
}
.graphic {
    margin: var(--spacing-large) 0;
}
.project-header {
    padding-bottom: 30px;
}
.year {
    text-align: right;
    font-weight: 600
}
.contact {
    background: url('../images/k-shape.png') var(--main) center right no-repeat;
    background-size: 100% auto;
    padding: clamp(60px, 10vw, 200px) 0 clamp(60px, 10vw, 80px) 0;
}
.contact .button {
    margin-bottom: 30px;
}
.footer {
    font-size: 1.2rem;
    line-height: 160%;
    margin-bottom: 20px;
}
.footer p {
    margin-bottom: 2px;
}
.copyright {
    font-size: 1.2rem;
    filter: opacity(.7);
}
.social-footer {
    margin-bottom: 30px;
}
.desings img {
    width: 100%;
    height: auto;
}
.desings {
    margin-top: clamp(40px, 5vw, 120px);
}

.projects {

}
.responisve-preview {
    background: #f2f2f2;
    height: auto;
    padding: clamp(10px, 5vw, 50px);
    border-radius: 14px;
}
.responsive-functions {
    margin-bottom: 30px;
}
.responsive-functions .c6 {
    grid-column-end: span 6;
}

.responsive-functions .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr); /* 12 equal columns */
    gap: clamp(25px, 2vw, 30px); /* gutter */
}
.preview-controls {
    text-align: right;
}
.preview-controls img {
    max-width: 26px;
    max-height: 26px;
}
.preview-controls button {
    background: none;
    display: inline-block;
    padding: 10px;
    line-height: 0;
    height: auto;
}
.preview-controls button:hover {
    background: #fff;
}
.resposnive-title {
    padding-top: 8px;
}
.resposnive-title span {
    font-weight: 600;
    font-size: clamp(1.4rem, 3vw, 2.0rem);
    line-height: 80%
}

.responsive-base {
    aspect-ratio: 16 / 9;   /* keeps 16:9 ratio */
    width: 100%;            /* responsive */
    overflow: hidden;
    position: relative;
    border-radius: clamp(3px, 2vw, 8px);
    box-shadow: 0px 40px 40px -15px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 40px 40px -15px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 40px 40px -15px rgba(0,0,0,0.25);
    transition: all 0.7s ease;
    margin: 0 auto;
}
.website-base {
    aspect-ratio: 16 / 9;   /* keeps 16:9 ratio */
    width: 100%;            /* responsive */
    overflow: hidden;
    position: relative;
    border-radius: clamp(3px, 2vw, 8px);
    box-shadow: 0px 40px 50px -15px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 40px 50px -15px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 40px 50px -15px rgba(0,0,0,0.25);
}
.responsive-base .desktop-device-top-left,
.responsive-base .desktop-device-top-center,
.responsive-base .desktop-device-top-right {
    display: none;
}
.responsive-base .desktop-device-top {
    height: clamp(20px, 5vw, 30px);
}
.website-box, .responsive-box {
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.responsive-box {
    transition: all 0.3s ease;
}

.responsive-box.overflow {
    overflow-y: scroll;
}
/* Default (desktop) */
.responsive-base.desktop-mode {
    aspect-ratio: 16 / 9;
}

.responsive-base.phone-mode {
    aspect-ratio: 9 / 19;
    width: clamp(200px, 15vw, 575px);
    border-radius: 12px;
}

/* Responsive-box just takes full size of parent */
.responsive-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.desktop-img, .phone-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.7s ease;
}

/* Show desktop by default */
.desktop-mode .desktop-img {
    opacity: 1;
}
.desktop-mode .phone-img {
    opacity: 0;
    display: none;
}

/* Show phone in phone mode */
.phone-mode .desktop-img {
    opacity: 0;
}
.phone-mode .phone-img {
    opacity: 1;
}

.website-box img {
    width: 100%;
    height: auto;
    margin-top: clamp(25px, 5vw, 50px);
}
.responsive-box img {
    width: 100%;
    height: auto;
    margin-top: clamp(20px, 5vw, 30px);
}
.desktop-device-top {
    border-radius: 7px 7px 0 0;
    height: clamp(25px, 5vw, 50px);
    background: rgba(62,62,62, .90);
    position: absolute;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255, .08);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
.desktop-device-top div {
    flex: 1;
}
.desktop-device-top-left {
    padding-top: 3px;
    padding-left: 18px;
}
.desktop-device-top-center {
}
.desktop-url {
    height: clamp(14px, 3vw, 28px);
    border: 1px solid #484848;
    border-radius: 4px;
    background: rgba(0,0,0, .20);
}
.desktop-device-top-right {
    text-align: right;
    padding-right: 18px;
    padding-top: 3px;
}
.objective .c6, .goals .c6 {
    text-wrap: balance;
}
.responisve









/* Larger than mobile */
@media (min-width: 400px) {

}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
    .tagline h1 {
        font-size: 11vw;
    }
}

/* Larger than tablet */
@media (min-width: 768px) {
    .hero {
        min-height: 780px;
    }
    .c4.intro {
        width: 50%;
    }
    .about .c4 {
        grid-column-end: span 6;
    }
    .work .c4 {
        grid-column-end: span 6;
    }
    .contact .c4 {
        grid-column-end: span 6;
    }
    .philosophy .c4 {
        grid-column-end: span 6;
    }
    .experience-header .c4 {
        grid-column-end: span 6;
    }
    .about .c4.empty {
        display: none;
    }
    .intro .c4.empty {
        display: block !important;
    }
    .me img {
        height: auto;
        width: 60%;
        position: relative;
        display: inline-block;
    }

    .name-details {
        margin-top: 0;
        position: absolute;
        z-index: 99;
        width: 100%;
        bottom: clamp(60px, 10vw, 200px);
    }
    .time-description {
        padding-left: 0;
        padding-right: 35px
    }
}

/* Larger than desktop */
@media (min-width: 1000px) {
    .time-description {
        padding-left: 0;
        padding-right: 30px;
    }
    .tagline h1 {
        font-size: clamp(40px, 10.8vw, 18rem);
    }
    .me {
        position: absolute;
        width: 100%;
        height: 90%;
        top: 7%;
        left: 0;
        z-index: -1;
        text-align: center;
    }
    .me img {
        height: inherit;
        width: auto;
        position: relative;
        display: inline-block;
    }
    .grid .empty {
        display: block !important;
    }
    .name-details {
        margin-top: 18.0rem;
        position: relative;
        width: auto;
        bottom: 0;
    }
    .about .c4 {
        grid-column-end: span 4;
    }
    .work .c4 {
        grid-column-end: span 4;
    }
    .contact .c4 {
        grid-column-end: span 4;
    }
    .experience-header .c4 {
        grid-column-end: span 4;
    }
    .philosophy .c4 {
        grid-column-end: span 4;
    }
}

.about .section-spacing {
    padding: clamp(60px, 10vw, 200px) 0;
}




























/* abstract bg */
.abstract-wrap {
    min-height:100vh;
    width: 100vw;
    overflow: hidden;
    position: fixed;
    z-index: -1;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform 2s ease, filter 2s ease;
}
.abstract-wrap.fade-bg {
    filter: blur(2px) opacity(0.75);
    transform: scale(1.1);
    transition: transform 3s ease, filter 3s ease;
}
.abstract-1, .abstract-2, .abstract-3 {
    filter:saturate(-100%);
    width: 200vh;
    height: 200vh;
    position: absolute;
    -webkit-box-shadow: 0px 0px 250px -30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 250px -30px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 250px -30px rgba(0,0,0,0.1);
    background: rgba(255,255,255,0.55);
}


/*one*/
.abstract-1 {
    animation-name: abs1;
    animation-duration: 200s;
    animation-delay: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    z-index: 2;
    transform: translate(25%, -25%) rotate(45deg);

}
@keyframes abs1 {
    0%   {
        transform: translate(25%, -25%) rotate(45deg);
    }
    25%  {
        transform: translate(40%, -15%) rotate(-45deg);
    }
    50%  {
        transform: translate(-5%, 20%) rotate(-45deg);
    }
    75% {
        transform: translate(0%, 20%) rotate(-45deg);
    }
    100% {
        transform: translate(25%, -25%) rotate(45deg);
    }
}
/*two*/
.abstract-2 {
    animation-name: abs2;
    animation-duration: 190s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    z-index: 1;
    transform: translate(-60%, -50%) rotate(45deg);
}
@keyframes abs2 {
    0%   {
        transform: translate(-60%, -50%) rotate(45deg);
    }
    25%  {
        transform: translate(10%, 0%) rotate(45deg);
    }
    50%  {
        transform: translate(-40%, 30%) rotate(-45deg);
    }
    75% {
        transform: translate(80%, -30%) rotate(-45deg);
    }
    100% {
        transform: translate(-60%, -50%) rotate(45deg);
    }
}
.abstract-3 {
    animation-name: abs3;
    animation-duration: 180s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    z-index: 3;
    transform: translate(80%, -50%) rotate(45deg);
}
@keyframes abs3 {
    0%   {
        transform: translate(80%, -50%) rotate(45deg);
    }
    25%  {
        transform: translate(60%, -15%) rotate(45deg);
    }
    50%  {
        transform: translate(50%, 0%) rotate(45deg);
    }
    75% {
        transform: translate(-30%, -80%) rotate(-45deg);
    }
    100% {
        transform: translate(80%, -50%) rotate(45deg);
    }
}
.fadeoutbg {
    height: 100vh;
    width: 100vw;
    background: #fff;
    z-index: 100;
    position: absolute;
}

/* Note
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
    font-size: 62.5%;
}
body {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: var(--text);
    letter-spacing: 0;
}
.sub-header {
    font-size: 1.8rem;
    line-height: 145%;
    font-weight: 500;
    text-wrap: balance;
}
.small {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 140%;
    color: #747474;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: var(--main);
    text-wrap: balance;
}
h1 {
    font-size: clamp(3.8rem, 6vw, 6.8rem);
    line-height: 110%;
    letter-spacing: -.12rem;
}
h2 {
    font-size: clamp(3.0rem, 4vw, 6.0rem);
    line-height: 105%;
    letter-spacing: -.09rem;
}
h3 { font-size: clamp(2.4rem, 6vw, 3.4rem); line-height: 125%; letter-spacing: -.09rem;}
h4 { font-size: clamp(2.0rem, 6vw, 2.6rem); line-height: 130%;}
h5 { font-size: clamp(1.8rem, 6vw, 2.0rem); line-height: 130%;}
h6 { font-size: clamp(1.6rem, 6vw, 1.8rem); line-height: 140%;}


p {
    margin-top: 0;
}
/* Links  */
a {
    color: #E96654;
    text-decoration: none;
    transition: color .25s ease;
}
a:hover {
    color: #D54C3C;
    text-decoration: underline;
}
/* Buttons  */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    height: 36px;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: .05rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: var(--orange);
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    border: none;
    transition: background-color .25s ease;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    color: #fff;
    outline: 0;
    background-color: #D54C3C;
    text-decoration: none;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
    color: #FFF;
    background-color: #33C3F0;
    border-color: #33C3F0;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
    color: #FFF;
    background-color: #1EAEDB;
    border-color: #1EAEDB;
}


/* Forms  */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    height: 38px;
    padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #33C3F0;
    outline: 0;
}
label,
legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}
fieldset {
    padding: 0;
    border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
    display: inline;
}
label > .label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal;
}


/* Lists  */
ul {
    list-style: unset;
}
ol {
    list-style: decimal inside;
}
ol, ul {
    padding-left: 0;
    margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%;
}
li {
    margin-bottom: 1rem;
    margin-left: 20px;
}


/* Code */
code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: 90%;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
}
pre > code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}
pre {  overflow: scroll; }


/* Tables  */
th,
td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #E1E1E1;
}
th:first-child,
td:first-child {
    padding-left: 0;
}
th:last-child,
td:last-child {
    padding-right: 0;
}


/* Spacing */
button,
.button {
    margin-bottom: 1rem;
}
input,
textarea,
select,
fieldset {
    margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
    margin-bottom: 2.5rem;
}

figure {
    margin: 0 0 0 0;
}

iframe {
    margin-bottom: 40px;
    width: 100%;
    aspect-ratio: 16 / 9;
}
p {
    text-wrap: pretty;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
    position: relative;
    width: 94%;
    max-width: 1700px;
    margin: 0 auto;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    /* Grid container */
    .grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr); /* 12 equal columns */
        gap: clamp(25px, 2vw, 30px); /* gutter */
    }

    /* Column spans using start + span */
    .c1  { grid-column-end: span 1; }
    .c2  { grid-column-end: span 2; }
    .c3  { grid-column-end: span 3; }
    .c4  { grid-column-end: span 4; }
    .c5  { grid-column-end: span 5; }
    .c6  { grid-column-end: span 6; }
    .c7  { grid-column-end: span 7; }
    .c8  { grid-column-end: span 8; }
    .c9  { grid-column-end: span 9; }
    .c10 { grid-column-end: span 10; }
    .c11 { grid-column-end: span 11; }
    .c12 { grid-column-end: span 12; }

    /* Offsets using only start */
    .offset-1  { grid-column-start: 2; }
    .offset-2  { grid-column-start: 3; }
    .offset-3  { grid-column-start: 4; }
    .offset-4  { grid-column-start: 5; }
    .offset-5  { grid-column-start: 6; }
    .offset-6  { grid-column-start: 7; }
    .offset-7  { grid-column-start: 8; }
    .offset-8  { grid-column-start: 9; }
    .offset-9  { grid-column-start: 10; }
    .offset-10 { grid-column-start: 11; }
    .offset-11 { grid-column-start: 12; }
}
[class*="offset-"] {
    grid-column-start: auto !important; /* disable offsets on mobile */
}
.grid .empty {
    display: none;
}



/* utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
    width: 100%;
    box-sizing: border-box;
}
.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}
.u-pull-right {
    float: right;
}
.u-pull-left {
    float: left;
}
hr {
    margin-top: 0;
    margin-bottom: 0;
    border-width: 0;
    border-top: 1px solid #E1E1E1;
}

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
    content: "";
    display: table;
    clear: both;
}






/* Typography Utilities */
.u-caps { text-transform: uppercase; letter-spacing: .u-15em }
.u-text-right { text-align: right; }
.u-text-left { text-align: left; }
.u-text-center { text-align: center; }
.u-bold     { font-weight: bold; }
.u-semi-bold     { font-weight: 600; }
.u-regular  { font-weight: normal; }
.u-italic  { font-style: italic; }
.u-balance { text-wrap: balance }
.u-white	{ color: #fff; }
.u-gray { color: #848484; }
.u-dark-gray { color: #282828; }
.u-red { color: #bd2c00;}
.u-green { color: #6cc644;}

/* layout */
.u-relative { position: relative; }
.u-absolute { position: absolute; }
.u-fixed { position: fixed; }
.u-zindex-1 { z-index: 1; }
.u-zindex-2 { z-index: 2; }
.u-zindex-3 { z-index: 3; }

.u-hide { display: none; }
.u-show .u-block  { display: block; }

.u-inline       { display: inline; }
.u-inline-block { display: inline-block; }
.u-flex         { display: flex; }

.u-m0 { margin: 0;}
.u-mt0 { margin-top: 0; }
.u-mr0 { margin-right: 0;}
.u-mb0 { margin-bottom: 0;}
.u-ml0 { margin-left: 0;}

.u-fit         { max-width: 100%; }
.u-half-width  { width: 50% }
.u-full-width  { width: 100%; }
.u-full-height { height: 100%; }

.u-right { float: right; }
.u-left { float: left; }
.u-centered { display: block; float: none; margin-right: auto; margin-left: auto }

.u-bg-white         { background-color: #fff; }
.u-bg-gray          { background-color: #848484; }
.u-bg-dark-gray     { background-color: #282828; }
.u-bg-light-gray {background-color: #eeeeee;}
.u-bg-green     { background-color: #6cc644; }
.u-bg-red     { background-color: #bd2c00; }

.u-img-circle { border-radius: 50%; }

.u-bg-fixed { background-attachment:inherit !important; }
@media (min-width: 980px) {
    .u-bg-fixed {	background-attachment: fixed !important; 	}
}

/* Clearing */
.u-container:after, .u-row:after,  .u-cf {
    content: "";
    display: table;
    clear: both;
}
/* Clear Fix */
.u-clearfix:before, .u-clearfix:after {
    content: "";
    display: table;
}
.u-clearfix:after {
    clear: both;
}
.u-clearfix {
    zoom: 1; /* ie 6/7 */
}




/* Nomrmalize
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

main {
    display: block;
}

/* h1 {
font-size: 2em;
margin: 0.67em 0;
}
*/
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

a {
    background-color: transparent;
}
a .disabled {
    filter: opacity(.6);
    cursor: default;
}

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

button,
input { /* 1 */
    overflow: visible;
}

button,
select { /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}
html {
    /* scroll-behavior: smooth; */
}

.show-grid {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100vh;
    width: 90%;
    filter: opacity(.2);
    display: none;

}
.show-grid .c1 {
    background: rgba(193, 84, 84, .0);
    height: 100vh;
    box-sizing: border-box;
}
.show-grid .c1 {
    border: 1px solid #747474;
    border-style: dashed ;
}
