﻿
:root {
    --dl-color-gray-500: #595959;
    --dl-color-gray-700: #999999;
    --dl-color-gray-900: #D9D9D9;
    --dl-size-size-large: 144px;
    --dl-size-size-small: 48px;
    --dl-color-danger-300: #A22020;
    --dl-color-danger-500: #BF2626;
    --dl-color-danger-700: #E14747;
    --dl-color-gray-black: #000000;
    --dl-color-gray-white: #FFFFFF;
    --dl-size-size-medium: 96px;
    --dl-size-size-xlarge: 192px;
    --dl-size-size-xsmall: 16px;
    --dl-space-space-unit: 16px;
    --dl-color-primary-100: #003EB3;
    --dl-color-primary-300: #0074F0;
    --dl-color-primary-500: #14A9FF;
    --dl-color-primary-700: #85DCFF;
    --dl-color-success-300: #199033;
    --dl-color-success-500: #32A94C;
    --dl-color-success-700: #4CC366;
    --dl-size-size-xxlarge: 288px;
    --dl-size-size-maxwidth: 1400px;
    --dl-radius-radius-round: 50%;
    --dl-space-space-halfunit: 8px;
    --dl-space-space-sixunits: 96px;
    --dl-space-space-twounits: 32px;
    --dl-radius-radius-radius2: 2px;
    --dl-radius-radius-radius4: 4px;
    --dl-radius-radius-radius8: 8px;
    --dl-space-space-fiveunits: 80px;
    --dl-space-space-fourunits: 64px;
    --dl-space-space-threeunits: 48px;
    --dl-space-space-oneandhalfunits: 24px;
}
.section-numeral-section-numeral {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: row;
}

.section-numeral-divide {
    width: 100px;
    height: 1px;
    display: flex;
    margin-top: 4px;
    align-items: center;
    flex-direction: row;
    background-color: var(--dl-color-gray-black);
}

@media(max-width: 479px) {
    .section-numeral-divide {
        width: 20px;
    }

    .section-numeral-text {
        font-size: 16px;
        line-height: 24px;
    }
}

.speaker-speaker {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 100%;
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: var(--dl-space-space-threeunits);
}

.speaker-image {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

.speaker-deails {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.speaker-name {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
}

.speaker-position {
    gap: var(--dl-space-space-halfunit);
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.speaker-point {
    width: 100%;
    height: 1px;
    display: flex;
    max-width: 40px;
    margin-top: var(--dl-space-space-halfunit);
    align-items: center;
    flex-direction: row;
    background-color: var(--dl-color-gray-black);
}

.speaker-caption {
    font-size: 18px;
}
.speaker-root-class-name8 {
    max-width: 320px;
}
@media(max-width: 991px) {
    .speaker-name {
        font-size: 20px;
    }

    .speaker-point {
        margin-top: 4px;
    }

    .speaker-caption {
        font-size: 10px;
    }
}

@media(max-width: 767px) {
    .speaker-speaker {
        padding-bottom: var(--dl-space-space-oneandhalfunits);
    }

    .speaker-name {
        font-size: 14px;
    }

    .speaker-point {
        max-width: 20px;
        margin-top: 0px;
    }

    .speaker-caption {
        font-size: 10px;
    }
}

@media(max-width: 479px) {
    .speaker-point {
        width: 100%;
        max-width: 20px;
    }
}

.home-container {
    width: 100%;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    align-items: center;
    flex-direction: column;
}

.home-hero {
    width: 100%;
    height: 100vh;
    background: #000000;
    display: flex;
    position: relative;
    align-items: center;
    padding-left: var(--dl-space-space-fiveunits);
    padding-right: var(--dl-space-space-fiveunits);
    flex-direction: column;
    background-size: cover;
    justify-content: center;
    background-position: center;
}
.home-background {
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    margin: auto;
    display: flex;
    position: absolute;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.home-image {
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    position: page;
    object-fit: cover;
}
/* New styles for the shadow overlay element */
.shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.home-image1 {
    height: 100%;
    z-index: 100;
    object-fit: cover;
}

.home-navbar {
    width: 100%;
    display: flex;
    z-index: 1000;
    position: relative;
    max-width: var(--dl-size-size-maxwidth);
    align-items: center;
    justify-content: space-between;
}

.home-text {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
}

.home-desktop-menu {
    gap: var(--dl-space-space-threeunits);
    display: flex;
}

.home-nav {
    gap: var(--dl-space-space-oneandhalfunits);
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.home-icon {
    width: 16px;
    height: 16px;
}

.home-burger-menu {
    display: none;
    align-items: center;
    justify-content: center;
}

.home-icon02 {
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
}

.home-mobile-menu {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    display: flex;
    padding: 32px;
    z-index: 100;
    position: fixed;
    transform: translateX(100%);
    transition: 0.5s;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
    box-sizing: border-box;
}

.home-nav1 {
    display: flex;
    z-index: 20;
    align-items: flex-start;
    flex-direction: column;
    flex-grow: 1;
}

.home-container1 {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: var(--dl-space-space-threeunits);
    justify-content: space-between;
}

.home-text02 {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
}

.home-menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-icon04 {
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
}

.home-nav2 {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.home-button-container {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    margin-top: var(--dl-space-space-unit);
    align-items: center;
    flex-direction: row;
}

.home-login {
    margin-right: var(--dl-space-space-twounits);
}

.home-icon-group {
    display: flex;
    align-self:end;
    vertical-align:bottom;
}

.home-icons {
    display: flex;
}

.home-icon06 {
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
    margin-right: var(--dl-space-space-twounits);
}

.home-icon08 {
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
    margin-right: var(--dl-space-space-twounits);
}

.home-icon10 {
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
}

.home-background1 {
    left: 0px;
    right: 0px;
    width: 100%;
    bottom: 0px;
    height: 80%;
    margin: auto;
    position: absolute;
    object-fit: cover;
}

.home-hero-content {
    gap: var(--dl-space-space-threeunits);
    flex: 1;
    width: 100%;
    display: flex;
    z-index: 100;
    max-width: 1000px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.home-text08 {
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
}

.home-notes {
    width: 100%;
    display: flex;
    max-width: var(--dl-size-size-maxwidth);
    align-items: center;
    flex-direction: column;
}

.home-first {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.home-content {
    gap: var(--dl-space-space-oneandhalfunits);
    flex: 1;
    display: flex;
    align-items: flex-start;
    padding-top: var(--dl-space-space-oneandhalfunits);
    padding-left: var(--dl-space-space-fiveunits);
    padding-right: var(--dl-space-space-fiveunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-oneandhalfunits);
}

.home-header {
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
}

.home-list {
    gap: var(--dl-space-space-oneandhalfunits);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.home-note {
    gap: var(--dl-space-space-oneandhalfunits);
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.home-point {
    width: 100%;
    height: 1px;
    display: flex;
    max-width: 40px;
    margin-top: var(--dl-space-space-halfunit);
    align-items: center;
    flex-direction: row;
    background-color: var(--dl-color-gray-black);
}

.home-text09 {
    width: 100%;
    font-size: 18px;
    line-height: 27px;
}

.home-note1 {
    gap: var(--dl-space-space-oneandhalfunits);
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.home-point1 {
    width: 100%;
    height: 1px;
    display: flex;
    max-width: 40px;
    margin-top: var(--dl-space-space-halfunit);
    align-items: center;
    flex-direction: row;
    background-color: var(--dl-color-gray-black);
}

.home-text10 {
    width: 100%;
    font-size: 18px;
    line-height: 27px;
}

.home-image2 {
    width: 50%;
    object-fit: cover;
    aspect-ratio: 1;
}

.home-second {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.home-content1 {
    gap: var(--dl-space-space-threeunits);
    flex: 1;
    display: flex;
    align-items: flex-start;
    padding-top: var(--dl-space-space-oneandhalfunits);
    padding-left: var(--dl-space-space-fiveunits);
    padding-right: var(--dl-space-space-fiveunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-oneandhalfunits);
}

.home-header1 {
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
}

.home-icon12 {
    width: 16px;
    height: 16px;
}

.home-speakers {
    gap: var(--dl-space-space-fiveunits);
    width: 100%;
    display: flex;
    max-width: var(--dl-size-size-maxwidth);
    align-items: flex-start;
    padding-top: 120px;
    padding-left: var(--dl-space-space-fiveunits);
    padding-right: var(--dl-space-space-fiveunits);
    flex-direction: column;
    padding-bottom: 120px;
}

.home-header2 {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 100%;
    display: flex;
    max-width: 640px;
    align-items: flex-start;
    flex-direction: column;
}

.home-heading {
    gap: var(--dl-space-space-oneandhalfunits);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.home-title {
    font-size: 90px;
    font-style: normal;
    font-weight: 600;
    line-height: 100px;
}

.home-caption {
    font-size: 18px;
    line-height: 27px;
}

.home-list1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
}

.home-row {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.home-row2 {
    flex: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.home-row3 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.home-row4 {
    flex: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.home-row5 {
    flex: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.home-row6 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.home-row7 {
    flex: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.home-row8 {
    flex: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.home-black {
    gap: 120px;
    width: 100%;
    border: 2px dashed rgba(120, 120, 120, 0.4);
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    background-size: cover;
    background-image: url("images/grainy-1500w.png");
}

.home-footer {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 120px;
    flex-direction: column;
    padding-bottom: var(--dl-space-space-fiveunits);
    background-color: rgba(120, 120, 120, 0.4);
}

.home-content2 {
    gap: var(--dl-space-space-threeunits);
    width: 100%;
    display: flex;
    max-width: var(--dl-size-size-maxwidth);
    align-items: flex-start;
    padding-left: var(--dl-space-space-fiveunits);
    padding-right: var(--dl-space-space-fiveunits);
    flex-direction: column;
}

.home-details {
    gap: var(--dl-space-space-unit);
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.home-title1 {
    width: 100%;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
}

.home-description {
    width: 100%;
    font-size: 18px;
    line-height: 27px;
}

.home-socials {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    max-width: 600px;
    margin: 0 auto;
    margin-top: auto;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.home-link1 {
    display: contents;
}

.home-image5 {
    text-decoration: none;
}

.home-link2 {
    display: contents;
}

.home-image6 {
    text-decoration: none;
}

.home-copyright {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

@media(max-width: 991px) {
    .home-first {
        flex-direction: column;
    }

    .home-content {
        padding-top: var(--dl-space-space-threeunits);
        padding-bottom: var(--dl-space-space-threeunits);
    }

    .home-image2 {
        flex: 0 0 auto;
        width: 100%;
    }

    .home-second {
        flex-direction: column;
    }

    .home-content1 {
        padding-top: var(--dl-space-space-threeunits);
        padding-bottom: var(--dl-space-space-threeunits);
    }
}

@media(max-width: 767px) {
    .home-hero {
        height: 100vh;
        padding-left: var(--dl-space-space-oneandhalfunits);
        padding-right: var(--dl-space-space-oneandhalfunits);
    }

    .home-desktop-menu {
        display: none;
    }

    .home-burger-menu {
        display: flex;
    }

    .home-icon02 {
        fill: white;
    }

    .home-nav1 {
        gap: var(--dl-space-space-oneandhalfunits);
    }

    .home-container1 {
        margin-bottom: var(--dl-space-space-unit);
    }

    .home-text02 {
        color: #000000;
    }

    .home-nav2 {
        gap: var(--dl-space-space-unit);
    }

    .home-text03 {
        color: #000000;
    }

    .home-text04 {
        color: rgb(0, 0, 0);
    }

    .home-text05 {
        color: rgb(0, 0, 0);
    }

    .home-text06 {
        color: rgb(0, 0, 0);
    }

    .home-text07 {
        color: rgb(0, 0, 0);
    }

    .home-button-container {
        gap: var(--dl-space-space-unit);
        width: 50%;
        margin-top: 0px;
        align-items: flex-start;
        flex-direction: column;
    }

    .home-login {
        width: 100%;
        border-width: 1px;
        margin-right: 0px;
    }

    .home-register1 {
        width: 100%;
        border-width: 1px;
    }

    .home-icon-group {
        width: 100%;
        justify-content: flex-start;
    }

    .home-hero-content {
        gap: var(--dl-space-space-oneandhalfunits);
    }

    .home-content {
        padding-left: var(--dl-space-space-oneandhalfunits);
        padding-right: var(--dl-space-space-oneandhalfunits);
    }

    .home-content1 {
        padding-left: var(--dl-space-space-oneandhalfunits);
        padding-right: var(--dl-space-space-oneandhalfunits);
    }

    .home-register2 {
        width: 100%;
    }

    .home-speakers {
        gap: var(--dl-space-space-twounits);
        padding-top: var(--dl-space-space-threeunits);
        padding-left: var(--dl-space-space-oneandhalfunits);
        padding-right: var(--dl-space-space-oneandhalfunits);
        padding-bottom: var(--dl-space-space-threeunits);
    }

    .home-heading {
        gap: var(--dl-space-space-unit);
    }

    .home-title {
        font-size: 30px;
        line-height: 33px;
    }

    .home-caption {
        width: 90%;
        font-size: 16px;
        line-height: 24px;
    }

    .home-row {
        flex-direction: column;
    }

    .home-row3 {
        flex-direction: column;
    }

    .home-row6 {
        flex-direction: column;
    }

    .home-black {
        gap: var(--dl-space-space-fourunits);
        padding-bottom: var(--dl-space-space-threeunits);
    }

    .home-footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home-content2 {
        gap: var(--dl-space-space-twounits);
        padding-left: var(--dl-space-space-oneandhalfunits);
        padding-right: var(--dl-space-space-oneandhalfunits);
    }

    .home-title1 {
        font-size: 24px;
        line-height: 34px;
    }

    .home-description {
        font-size: 14px;
        line-height: 21px;
    }

    .home-socials {
        gap: var(--dl-space-space-twounits);
    }
}

@media(max-width: 626px) {
    .home-text08 {
        font-size: 40px;
    }

}
@media(max-width: 479px) {
    .home-mobile-menu {
        padding: 16px;
    }

    .home-button-container {
        width: 100%;
    }

    .home-icon-group {
        justify-content: center;
    }

    .home-text08 {
        font-size: 30px;
    }

    .home-header {
        font-size: 30px;
        line-height: 36px;
    }

    .home-list {
        gap: var(--dl-space-space-unit);
    }

    .home-point {
        width: 100%;
        max-width: 20px;
    }

    .home-text09 {
        font-size: 16px;
        line-height: 24px;
    }

    .home-point1 {
        width: 100%;
        max-width: 20px;
    }

    .home-text10 {
        font-size: 16px;
        line-height: 24px;
    }

    .home-content1 {
        gap: var(--dl-space-space-twounits);
    }

    .home-header1 {
        font-size: 30px;
        line-height: 36px;
    }
}


.button {
    gap: var(--dl-space-space-unit);
    color: var(--dl-color-gray-black);
    cursor: pointer;
    display: flex;
    padding: 0.5rem 1rem;
    align-self: center;
    font-style: normal;
    transition: 0.3s;
    align-items: center;
    font-weight: 600;
    padding-top: var(--dl-space-space-unit);
    border-color: var(--dl-color-gray-black);
    border-width: 0px;
    padding-left: var(--dl-space-space-twounits);
    border-radius: 60px;
    padding-right: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-unit);
    justify-content: center;
    background-color: var(--dl-color-gray-white);
}

    .button:hover {
        opacity: 0.5;
    }

.input {
    color: var(--dl-color-gray-black);
    cursor: auto;
    padding: 0.5rem 1rem;
    border-color: var(--dl-color-gray-black);
    border-width: 1px;
    border-radius: 4px;
    background-color: var(--dl-color-gray-white);
}

.textarea {
    color: var(--dl-color-gray-black);
    cursor: auto;
    padding: 0.5rem;
    border-color: var(--dl-color-gray-black);
    border-width: 1px;
    border-radius: 4px;
    background-color: var(--dl-color-gray-white);
}

.list {
    width: 100%;
    margin: 1em 0px 1em 0px;
    display: block;
    padding: 0px 0px 0px 1.5rem;
    list-style-type: none;
    list-style-position: outside;
}

.list-item {
    display: list-item;
}

.teleport-show {
    display: flex !important;
    transform: translateX(0%) !important;
}

.navLink {
    color: #ffffff;
    cursor: pointer;
    font-style: normal;
    transition: 0.3s;
    font-weight: 600;
}

    .navLink:hover {
        opacity: 0.5;
    }

.button-style-1 {
    padding: var(--dl-space-space-oneandhalfunits);
    transition: 0.3s;
    aspect-ratio: 1;
    border-color: #AA82FF;
    border-width: 2px;
    border-radius: var(--dl-radius-radius-round);
    background-color: #AA82FF;
}

    .button-style-1:hover {
        opacity: 1;
        border-color: var(--dl-color-gray-white);
        border-width: 2px;
        background-color: rgba(170, 130, 255, 0.5);
    }

.button-style-2 {
    cursor: pointer;
    align-self: flex-start;
    transition: 0.3s;
    border-width: 1px;
    background-color: transparent;
}

    .button-style-2:hover {
        fill: white;
        color: white;
        opacity: 1;
        background-color: black;
    }

.speaker {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.image-notes {
    width: 50%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

.tab {
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: flex;
    transition: 0.3s;
    align-items: flex-start;
    border-color: transparent;
    flex-direction: column;
    padding-bottom: var(--dl-space-space-oneandhalfunits);
    border-bottom-width: 4px;
}

    .tab:hover {
        color: #fff;
    }

.tab-active {
    color: white;
    border-color: #A480EF;
}

.accordion {
    color: rgba(255, 255, 255, 0.6);
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-top: var(--dl-space-space-twounits);
    border-color: rgba(255, 255, 255, 0.2);
    flex-direction: row;
    padding-bottom: var(--dl-space-space-twounits);
    justify-content: space-between;
    border-bottom-width: 1px;
}

    .accordion:hover {
        color: white;
        border-color: white;
    }

.accordion-active {
    color: white;
}

.social {
    width: 24px;
    cursor: pointer;
    object-fit: cover;
    transition: 0.3s;
    text-decoration: none;
}

    .social:hover {
        opacity: 0.5;
    }

.brand {
    width: 100%;
    display: flex;
    max-width: 100%;
    align-items: center;
    aspect-ratio: 1;
    border-color: rgba(0, 0, 0, 0.2);
    flex-direction: column;
    justify-content: center;
    border-right-width: 1px;
}

.Content {
    font-size: 16px;
    font-family: Source Sans Pro;
    font-weight: 400;
    line-height: 1.15;
    text-transform: none;
    text-decoration: none;
}

@media(max-width: 991px) {
    .image-notes {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media(max-width: 767px) {
    .social {
        width: 36px;
    }

    .brand {
        aspect-ratio: 16/9;
    }
}

@media(max-width: 479px) {
    .accordion {
        padding-top: var(--dl-space-space-oneandhalfunits);
        padding-bottom: var(--dl-space-space-oneandhalfunits);
    }
}

html {
    line-height: 1.15;
}

body {
    margin: 0;
}

* {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
}

p, li, ul, pre, div, h1, h2, h3, h4, h5, h6, figure, blockquote, figcaption {
    margin: 0;
    padding: 0;
}

button {
    background-color: transparent;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, select {
    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-focus, [type="button"]:-moz-focus, [type="reset"]:-moz-focus, [type="submit"]:-moz-focus {
        outline: 1px dotted ButtonText;
    }

a {
    color: inherit;
    text-decoration: inherit;
}

input {
    padding: 2px 4px;
}

img {
    display: block;
}

html {
    scroll-behavior: smooth
}

.logo {
    width: 100px;
}

    .logo img {
        width: 100px;
    }

.lang-menu {
    width: 135px;
    text-align: center;
    font-weight: bold;
    position: relative;
    align-self:center;
}

    .lang-menu .selected-lang {
        display: flex;
        text-align: center;
        justify-content: space-around;
        line-height: 2;
        cursor: pointer;
    }

        .lang-menu .selected-lang:before {
            content: '';
            display: inline-block;
            width: 32px;
            height: 32px;
            background-size: contain;
            background-repeat: no-repeat;
            background-image: url('../images/lang.png')
        }

    .lang-menu ul {
        margin: 0;
        padding: 0;
        display: none;
        background-color: #fff;
        border: 1px solid #f8f8f8;
        position: absolute;
        top:30px;
        left: -10px;
        width: 160px;
        border-radius: 5px;
        box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    }


        .lang-menu ul li {
            list-style: none;
            text-align: left;
            display: flex;
            justify-content: space-between;
        }

            .lang-menu ul li a {
                text-decoration: none;
                width: 160px;
                padding: 5px 10px;
                display: block;
            }

            .lang-menu ul li:hover {
                background-color: #f2f2f2;
            }



.lang-menu:hover ul {
    display: block;
}