body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #1e5799;
    margin: 0;
}


#watermark {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        #02d1e6 9%,
        #2989d8 42%,
        #1e5799 100%
    );
    margin: 0;
}

#contents {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#top-menu {
    display: none;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    font-size: 18pt;
}

#top-menu .menu-item {
    padding: 30px 20px 0 20px;
    color: black;
    text-decoration: none;
}

#top-menu a:visited {
    color: black;
}

#top-menu a:hover {
    color: white;
    background-color: black;
}

#top-menu div {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    vertical-align: middle;
    justify-content: center;
    display: flex;
    align-items: center;
}

#top-menu div:hover {
    background-color: black;
    color: white;
}

.top-panel {
    display: inline-flex;
    background-color: white;
    width: 100%;
    height: 60px;
    margin-top: 0px;
    position: fixed;
    top: 0px;
}

.top-icon {
    width: 50px;
    height: 50px;
    display: block;
    margin-top: 10px;
}

#open-menu {
    margin-right: auto;
    margin-left: 10px;
    flex-direction: row;
    cursor: pointer;
}

#user-icon {
    display: block;
    margin-left: auto;
    margin-right: 10px;
    flex-direction: row-reverse;
    cursor: pointer;
}

#logo {
    display: block;
    width: 303.33;
    height: 183.33;
    margin-left: auto;
    margin-right: auto;
    margin-top: 110px;
}

.buttons {
    color: white;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.buttons a {
    font-size: 18pt;
    width: 150px;
    margin: auto;
    height: 60px;
    border-radius: 50px;
    border-style: solid;
    border-width: 3px;
    border-color: white;
    background-color: transparent;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    justify-content: center;
    display: flex;
    align-items: center;
}

#play-video {
    position: absolute;
    display: block;
    border-radius: 20px;
    border-style: solid;
    border-width: 3px;
    border-color: white;
    padding: 5 20 5 20;
    font-size: 24pt;
}

#next-video-container {
    display: block;
    margin: 20px auto 0 auto;
    width: 80%;
}

#next-video-container * {
    font-size: 18pt;
}

#main-buttons-mobile {
    display: flex;
}

#main-buttons-desktop {
    display: none;
}

button:hover {
    background-color: #003399;
}

.trailer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 90%;
}

.video-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 90%;
}

#tutorial-video {
    margin-top: 80px;
}

.help-img {
    margin-left: 50px;
}

#jump-to-parent {
    display: block;
    color: white;
    font-size: 16pt;
    width: 120px;
    padding: 5px;
    margin: 0 100px 0 auto;
    text-decoration-line: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
}

p {
    display: block;
    color: white;
    font-size: 12pt;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 30px;
}

p1 {
    display: block;
    color: white;
    font-size: 12pt;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 30px;
}

p2 {
    display: block;
    color: white;
    font-size: 12pt;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 15px;
}

ol {
    display: block;
    color: white;
    font-size: 12pt;
    text-align: justify;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    padding-inline-start: 5%;
}

h1 {
    display: block;
    color: white;
    font-size: 12pt;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 90px;
    font-weight: bold;
}

h2 {
    display: block;
    color: white;
    font-size: 12pt;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 20px;
    font-weight: bold;
}

h3 {
    display: block;
    color: white;
    font-size: 12pt;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 10px;
    font-weight: bold;
}

ul {
    list-style-type: circle;
    display: block;
    color: white;
    font-size: 12pt;
    text-align: justify;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    padding-inline-start: 5%;
}

.foot-icons {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 70%;
    justify-content: center;
}

.foot-icons a {
    margin: auto;
}

.foot-icons a img {
    width: 32px;
    height: 32px;
}

footmenu {
    display: block;
    color: white;
    font-size: 12pt;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 20px;
}

footmenu a {
    color: white;
    text-decoration-line: none;
}

footnote {
    display: block;
    color: white;
    font-size: 12pt;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 30px;
}



#left-panel {
    left: -100%;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        #02d1e6 9%,
        #2989d8 42%,
        #1e5799 100%
    );
}

.slide-animation {
    animation-name: slide;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;
}

.slide-in {
    animation-direction: normal;
    animation-fill-mode: forwards;
}

.slide-out {
    animation-direction: reverse;
    animation-fill-mode: backwards;
}

@keyframes slide {
    0% {
        left: -100%;
    }
    100% {
        left: 0;
    }
}

#close-panel {
    font-size: 24pt;
    margin: 15px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

#left-panel .menu-item {
    display: block;
    color: white;
    font-weight: bold;
    text-decoration-line: none;
    font-size: 16pt;
    text-align: center;
    margin: 30px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#left-panel a:visited {
    color: white;
}

#lightbulb {
    display: block;
    width: 114.67px;
    height: 109.33px;
    margin-left: auto;
    margin-right: auto;
}

.panel-try-now {
    display: block;
    color: white;
    width: 100%;
    margin-top: 45px;
}

#try-now {
    font-size: 18pt;
    word-break: normal;
    width: 250px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    border-style: solid;
    border-width: 3px;
    border-color: white;
    background-color: transparent;
    text-decoration: none;
    vertical-align: middle;
    justify-content: center;
    display: flex;
    align-items: center;
    color: white;
}

#left-bottom-panel {
    display: block;
    margin-top: 100px;
    width: 100%;
    position: absolute;
    bottom: 30px;
}

.panel-icons {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#sm-icons {
    display: flex;
}

.panel-icons img {
    margin: auto;
    width: 15%;
}

ul {
  list-style-image: url('images/bullet.png');
}

#gdpr {
    background-color: white;
    position: fixed;
    bottom: 0;
    height: 30px;
    width: 100%;
    padding-top: 10px;
    text-align: center;
}


#gdpr a {
    color: purple;
    font-weight: bold;
    text-decoration: none;
}

#gdpr button {
    background: #0099ff;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    border-color: #1e5799;
}

#accept-cookies {
    color: white;
}

@media all and (min-width: 800px) {
    #top-menu {
        display: inline-flex;
    }

    .top-panel {
        height: 80px;
    }
    
    #open-menu {
        visibility: hidden;
    }


    .trailer {
        margin-top: 120px;
        width: 80%;
    }

    #tutorial-video {
        margin-top: 120px;
    }

    .video-image {
        margin-top: 50px;
        width: 80%;
    }

    #logo {
        display: none;
    }

    p {
        font-size: 18pt;
        width: 80%;
        margin-top: 50px;
    }

    p1 {
        display: none;
    }

    p2 {
        font-size: 18pt;
        width: 80%;
        margin-top: 30px;
    }

    ol {
        font-size: 18pt;
        margin-top: 30px;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 30px;
        padding-inline-start: 5%;
    }

    h {
        font-size: 18pt;
        width: 80%;
    }

    h1 {
        font-size: 18pt;
        width: 80%;
        margin-top: 120px;
    }

    h2 {
        font-size: 18pt;
        width: 80%;
        margin-top: 30px;
    }

    h3 {
        font-size: 18pt;
        width: 80%;
        margin-top: 30px;
    }


    ul {
        font-size: 18pt;
        width: 80%;
        margin-top: 20px;
        padding-inline-start: 6.5%;
    }

    #main-buttons-desktop {
        display: flex;
        margin-top: 30px;
    }

    #main-buttons-mobile {
        display: none;
    }

    .foot-icons {
        margin-top: 30px;
        width: 40%;
    }

    .foot-icons img {
        margin: 20px;
        width: 15%;
    }

    .foot-icons a img {
        width: 64px;
        height: 64px;
    }
}


@media all and (max-height: 600px) {

    .left-panel-item {
        margin-top: 10px;
    }

    #lightbulb {
        display: none;
    }

}

@media all and (min-height: 900px) {

    .left-panel-item {
        font-size: 24pt;
        margin-top: 25px;
    }