:root,
:host,
.spxThemeOverride {
    --color_0: 255, 255, 255;
    --color_1: 255, 255, 255;
    --color_2: 0, 0, 0;
    --color_3: 237, 28, 36;
    --color_4: 0, 136, 203;
    --color_5: 255, 203, 5;
    --color_6: 114, 114, 114;
    --color_7: 176, 176, 176;
    --color_8: 255, 255, 255;
    --color_9: 114, 114, 114;
    --color_10: 176, 176, 176;
    --color_11: 243, 243, 243;
    --color_12: 227, 227, 227;
    --color_13: 199, 199, 199;
    --color_14: 138, 138, 138;
    --color_15: 0, 0, 0;
    --color_16: 250, 206, 112;
    --color_17: 238, 163, 2;
    --color_18: 146, 100, 2;
    --color_19: 117, 81, 4;
    --color_20: 89, 62, 3;
    --color_21: 255, 190, 182;
    --color_22: 255, 157, 146;
    --color_23: 255, 59, 37;
    --color_24: 170, 39, 25;
    --color_25: 85, 20, 12;
    --color_26: 188, 235, 237;
    --color_27: 167, 216, 217;
    --color_28: 128, 216, 218;
    --color_29: 42, 145, 146;
    --color_30: 19, 84, 84;
    --color_31: 233, 179, 255;
    --color_32: 223, 141, 255;
    --color_33: 190, 26, 255;
    --color_34: 127, 17, 170;
    --color_35: 63, 9, 85;
    --color_36: 243, 243, 243;
    --color_37: 0, 0, 0;
    --color_38: 227, 227, 227;
    --color_39: 199, 199, 199;
    --color_40: 138, 138, 138;
    --color_41: 146, 100, 2;
    --color_42: 0, 0, 0;
    --color_43: 199, 199, 199;
    --color_44: 243, 243, 243;
    --color_45: 0, 0, 0;
    --color_46: 0, 0, 0;
    --color_47: 227, 227, 227;
    --color_48: 146, 100, 2;
    --color_49: 146, 100, 2;
    --color_50: 243, 243, 243;
    --color_51: 243, 243, 243;
    --color_52: 146, 100, 2;
    --color_53: 146, 100, 2;
    --color_54: 199, 199, 199;
    --color_55: 199, 199, 199;
    --color_56: 243, 243, 243;
    --color_57: 243, 243, 243;
    --color_58: 146, 100, 2;
    --color_59: 146, 100, 2;
    --color_60: 146, 100, 2;
    --color_61: 146, 100, 2;
    --color_62: 243, 243, 243;
    --color_63: 243, 243, 243;
    --color_64: 199, 199, 199;
    --color_65: 199, 199, 199;
    --font_0: normal normal normal 100px/1.4em worksans-semibold, 'work sans', sans-serif;
    --font_1: normal normal normal 16px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    --font_2: normal normal normal 42px/1.4em worksans-semibold, 'work sans', sans-serif;
    --font_3: normal normal normal 26px/normal worksans-semibold, 'work sans', sans-serif;
    --font_4: normal normal normal 22px/normal worksans-semibold, 'work sans', sans-serif;
    --font_5: normal normal normal 18px/normal worksans-semibold, 'work sans', sans-serif;
    --font_6: normal normal normal 18px/1.4em avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif;
    --font_7: normal normal normal 22px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --font_8: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --font_9: normal normal normal 13px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --font_10: normal normal normal 12px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    --wix-ads-height: 0px;
    --sticky-offset: 0px;
    --wix-ads-top-height: 0px;
    --site-width: 980px;
    --above-all-z-index: 100000;
    --portals-z-index: 100001;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --minViewportSize: 320;
    --maxViewportSize: 1920;
    --theme-spx-ratio: 1px;
}


nav.main-nav {
    line-height: normal;

}

nav.main-nav ul>li {
    --display: inline-block;
    border-left: 1px solid rgba(var(--sep, var(--color_15)), var(--alpha-sep, 1));
    cursor: pointer;
    display: var(--display);
    padding: 0 15px;
    line-height: normal;
    font: var(--font_8);
}

nav.main-nav ul>li:first-child {
    border-left: none;
}

.menu-toggle {
    display: none;
}

@media screen and (max-width: 640px) {

    nav.main-nav ul>li {
        border-left: none;
    }
}

nav.main-nav ul>li>a,
a {
    color: rgb(var(--color_15));
}

a:hover,
nav.main-nav ul>li>a:hover {
    color: rgb(var(--color_18));
}

.name-n-profession {
    --fill-opacity: 1;
    --stroke: #000000;
    --stroke-opacity: 1;
    --fill: #EEA302;
}

.yellow-circle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    fill: var(--fill);
    fill-opacity: var(--fill-opacity);
    stroke: var(--stroke);
    stroke-opacity: var(--stroke-opacity);
    stroke-width: var(--stroke-width);
    filter: var(--drop-shadow, none);
    opacity: var(--opacity);
    transform: var(--flip);
    height: 30px;
    width: 30px;
    margin-right: 15px;
}


.name-n-profession .name {
    font-size: 22px;
    font: var(--font_4);
    color: rgb(var(--color_15));
    margin-right: 15px;
}

.name-n-profession .profession {
    margin-top: 5px;
    font-size: 16px !important;
    font: var(--font_8);
    color: rgb(var(--color_15));
}

footer ul>li>h2 {
    font: var(--font_5);
    color: rgb(var(--color_15));
    font-size: 18px;
}

footer ul>li>a {
    font: var(--font_8);
    color: rgb(var(--color_15));
    line-height: 1.4em;
    font-size: 16px;
}

footer ul.copyright>li>p {
    color: rgb(var(--color_15));
}

.profile-picture,
.resume-content {
    animation-delay: 700ms;
}

#resume-link,
.work-experience {
    animation-delay: 1000ms;
}

#project-link {
    animation-delay: 1200ms;
}

#contact-link {
    animation-delay: 1500ms;
}

.project-description {
    font-size: 16px;
    font: var(--font_8);
    color: rgb(var(--color_15));
}

.font_8 {
    font: var(--font_8);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
}

.font_2 {
    font: var(--font_2);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
}

.font_3 {
    font: var(--font_3);
    color: rgb(var(--color_15));
    letter-spacing: normal;
}

.input-group {
    font: var(--font_8);
    color: rgb(var(--color_15));
    margin-bottom: 1rem;
}


/*
Mobile Menu
*/
body._lock {
    overflow: hidden;
}

/*-------------------------*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #912105;
}

.header__container {
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
}

.header__logo {
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    z-index: 5;
    width: 40px;
    height: 40px;
}

.header__menu {}

.menu {}

.menu__icon {
    display: none;
}

.menu__body {}

.menu__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

.menu__list>li {
    position: relative;
    margin-left: 20px;
}

.menu__link {
    color: #fff;
    font-size: 18px;
}

.menu__sub-list {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #000;
    padding: 15px;
    min-width: 200px;
}

.menu__sub-list li {
    margin-bottom: 10px;
}

.menu__sub-list li:last-child {
    margin-bottom: 0px;
}

.menu__sub-link {
    color: #fff;
}

.menu__sub-link:hover {
    text-decoration: underline;
}

.menu__arrow {
    display: none;
}

/*-------------------------*/
body._pc .menu__list>li:hover .menu__sub-list {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    pointer-events: all;
}

body._touch .menu__list>li {
    display: flex;
    align-items: center;
}

body._touch .menu__link {
    flex: 1 1 auto;
}

body._touch .menu__arrow {
    display: block;
    width: 0;
    height: 0;
    margin-left: 5px;
    transition: transform 0.3s ease 0s;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
}

body._touch .menu__list>li._active .menu__sub-list {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    pointer-events: all;
}

body._touch .menu__list>li._active .menu__arrow {
    transform: rotate(180deg);
}

/*-------------------------*/
@media (min-width: 767px) {
    .menu__list {
        display: flex;
        align-items: center;
    }

    .menu__list>li {
        /* padding from link to sub links area to avoid breaking hover on mouse move */
        padding: 10px 0;
    }

    .menu__sub-list {
        transform: translate(0, 10px);
        opacity: 0;
        visibility: hidden;
        /* to avoid mistaken hover */
        pointer-events: none;
        transition: all 0.3s ease 0s;
    }
}

@media (max-width: 767px) {
    .menu__icon {
        z-index: 13;
        display: block;
        position: relative;
        width: 30px;
        height: 18px;
        cursor: pointer;
    }

    .menu__icon span,
    .menu__icon::before,
    .menu__icon::after {
        left: 0;
        position: absolute;
        height: 10%;
        width: 100%;
        transition: all 0.3s ease 0s;
        background-color: #000000;
    }

    .menu__icon::before,
    .menu__icon::after {
        content: '';
    }

    .menu__icon::before {
        top: 0;
    }

    .menu__icon::after {
        bottom: 0;
    }

    .menu__icon span {
        top: 50%;
        transform: scale(1) translate(0, -50%);
    }

    .menu__icon._active span {
        transform: scale(0) translate(0, -50%);
    }

    .menu__icon._active::before {
        top: 50%;
        transform: rotate(-45deg) translate(0, -50%);
    }

    .menu__icon._active::after {
        bottom: 50%;
        transform: rotate(45deg) translate(0, 50%);
    }

    .menu__body {
        display: flex;
        position: fixed;
        z-index: 12;
        top: -100px;
        display: none;
        opacity: 0;
        left: 0;
        width: 100%;
        height: 80%;
        background-color: rgb(255, 255, 255);
        padding: 0px;
        transition: top .5s ease, height .5s ease, opacity .5s ease;
    }

    .menu__body._active {
        display: block;
        opacity: 1;
        top: 0;
        height: 100%;
    }

    .menu__body._inactive {
        opacity: 0;
        top: -100px;
        height: 80%;
    }

    .menu__body::before {
        content: '';
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 70px;
        background-color: transparent;
        z-index: 2;
    }

    .menu__list>li {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .menu__list>li:last-child {
        margin-bottom: 0;
    }

    .menu__list>li._active .menu__sub-list {
        display: block;
    }

    .menu__link {
        font-size: 24px;
    }

    .menu__sub-list {
        position: relative;
        background-color: #fff;
        flex: 1 1 100%;
        margin-top: 20px;
        display: none;
    }

    .menu__sub-link {
        font-size: 20px;
        color: #000;
    }
}