:root {
    --main-color: #24b5c8;
    --main-color-1: #1cd8d8;
    --main-color-2: #25c6b8;
    --main-color-3: #FFFFFF;
    --main-color-3h: #fafafa;
    --main-color-3h2: #f7f7f7;
    --main-color-3h3: #ebebeb;
    --main-color-4: #808080;
    --main-color-5: #676767;

    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
}

@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/opensans-regular.ttf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'OpenSans Semibold';
    src: url(../fonts/opensans-semibold.ttf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'OpenSans Bold';
    src: url(../fonts/opensans-bold.ttf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'OpenSans Light';
    src: url(../fonts/opensans-light.ttf);
    font-style: normal;
    font-weight: 100;
}

::selection {
    background: rgba(0, 119, 255, 0.25);
}
::-moz-selection {
    background: rgba(0, 119, 255, 0.25);
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: rgba(0,0,0,0);
}

::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.05);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.10);
}

html {
    height: 100%;

    margin: 0px;

    scrollbar-color: var(--main-color-4) var(--main-color-3h);
}

body {
    background-color: var(--main-color-9);

    min-height: 100%;
    margin: 0px;

    overflow-x: hidden;
}

.text1 {
    font-family: "OpenSans";
    font-size: 15px;
    color: var(--main-color-4);
}

.text2 {
    font-family: "OpenSans Semibold";
    font-size: 17px;
    color: var(--main-color-5);
}

.text3 {
    font-family: "OpenSans Bold";
    font-size: 24px;
    color: var(--main-color-5);
}

.text4 {
    font-family: "OpenSans Bold";
    font-size: 40px;
    color: var(--main-color-3);
}

.text5 {
    font-family: "OpenSans Semibold";
    font-size: 14px;
    color: var(--main-color-1);
}

.text6 {
    font-family: "OpenSans Bold";
    font-size: 14px;
    color: var(--main-color-3);
}

.text7 {
    font-family: "OpenSans";
    font-size: 14px;
    color: var(--main-color-5);
}

.a1 {
    font-family: "OpenSans Semibold";
    font-size: 14px;
    color: var(--main-color-1);
    text-decoration: none;
    cursor: pointer;

    transition: color 0.2s ease-in-out;
}

.a2 {
    font-family: "OpenSans Bold";
    font-size: 14px;
    color: var(--main-color-3);
    text-decoration: none;
    cursor: pointer;

    transition: color 0.2s ease-in-out;
}

.ah {
    width: 100%;

    text-decoration: none;
    cursor: pointer;
}

.ah-disabled {
    cursor: default;
}

.button1 {
    background: linear-gradient(135deg, var(--main-color-1) 0%, var(--main-color-2) 100%);
    background-position: center;
    border: none;
    outline: none;
    border-radius: 5px;
    opacity: 1;

    padding: 10px 25px;
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    font-family: 'OpenSans Semibold';
    font-size: 15px;
    color: var(--main-color-3);

    cursor: pointer;

    transition: background 0.2s, opacity 0.2s, transform 0.2s;
}

.button1:hover {
    transform: scale(1.03);
}

.button1:active {
    transform: scale(1.06);
}

.button-icon {
    background: transparent;
    border: none;
    outline: none;
    border-radius: 100px;

    height: 40px;
    width: 40px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    transition: background 0.2s ease-in-out;
}

.button-icon img {
    height: 20px;
    width: 20px;
}

.button-icon:hover {
    background: rgba(0, 0, 0, 0.06);
}

.button-icon:active {
    background: rgba(0, 0, 0, 0.12);
}

.button-disabled {
    background: #E2E2E2;

    pointer-events: none;
}

.button-disabled:hover {
    cursor: default;
}

.navbar {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    width: 100%;

    position: fixed;
    top: 0px;
    left: 0px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;

    z-index: 20;

    overflow: hidden;
}

.navbar-white {
    background: var(--main-color-3);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.08);
}

.navbar-white .a2 {
    color: var(--main-color-5);
}

.navbar-white .navbar-social img {
    -webkit-filter: invert(50%);
    filter: invert(50%);
}

.navbar-white .navbar-mobile-button {
    -webkit-filter: invert(50%);
    filter: invert(50%);
}

.navbar-logo {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));

    width: 40px;
    height: 40px;
}

.navbar-wrapper1 {
    width: 100%;
    max-width: 1000px;
    padding: 15px;
    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.navbar-wrapper2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.navbar-wrapper3 {
    display: flex;
    flex-direction: column;
}

.navbar-wrapper2 .a2 {
    margin-left: 20px;
}

.navbar-social {
    text-decoration: none;
    margin: 3px;

    cursor: pointer;
}

.navbar-social img {
    -webkit-filter: invert(0%);
    filter: invert(0%);

    width: 20px;
    height: 20px;

    transition: filter 0.2s ease-in-out;
}

.navbar-mobile {
    background: var(--main-color-3);

    box-shadow: 2px 0px 15px 0px rgba(0,0,0,0.08);

    width: 250px;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;

    position: fixed;
    top: 0px;
    left: -100vh;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

    z-index: 30;

    transition: left 0.4s ease-in-out;
}

.navbar-mobile-shown {
    left: 0vh;
}

.navbar-mobile-wrapper {
    background: rgba(0, 0, 0, 0.3);

    width: 100%;
    height: 100%;

    position: fixed;
    top: 0px;
    left: 0px;

    pointer-events: none;
    opacity: 0;

    z-index: 25;

    transition: opacity 0.4s ease-in-out;
}

.navbar-mobile-wrapper-shown {
    opacity: 1;
    pointer-events: all;
}

.navbar-mobile .a2 {
    color: var(--main-color-5);
    margin: 5px 0px;
}

.navbar-mobile .navbar-logo {
    height: 30px;
    width: auto;

    margin-bottom: 10px;
}

.navbar-mobile .navbar-wrapper2 {
    margin-top: 40px;
}

.navbar-mobile-button {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));

    position: absolute;
    top: 16px;
    left: 16px;
}

.page {
    width: 100%;

    position: absolute;

    display: flex;
    flex-direction: column;
    align-items: center;

    z-index: 10;
}

.content {
    width: 100%;
    max-width: 1000px;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-row {
    flex-direction: row;
    align-items: center;
}

.zone {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.zone-gray {
    background: var(--main-color-3h);
}

.slider {
    width: 100%;
}

.slider-wrapper {
    position: relative;

    margin-bottom: 5px;

    display: flex;
    flex-direction: row;
    align-items: center;
}

.slider-button {
    user-select: none;
}

.slide-container {
    background: var(--main-color-3);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.04);
    border-radius: 9px;

    width: calc(100% - 100px);
    box-sizing: border-box;

    display: flex;
    flex-direction: row;

    overflow: hidden;
}

.slide {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    flex-shrink: 0;

    position: relative;
    left: 0%;

    transition: left 0.4s ease-in-out;
}

.slide-image {
    background: var(--main-color-3h3);

    border-radius: 9px;

    width: 100%;
    height: auto;
}

.content-wrapper {
    width: 50%;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.content-wrapper-left {
    padding-left: 100px;
}

.content-wrapper-right {
    padding-right: 100px;
}

.content-image {
    background: var(--main-color-3h3);

    border-radius: 9px;

    width: 100%;
    height: auto;
}

.slide-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    user-select: none;
}

.slide-list-dot {
    color: var(--main-color-4);
    font-size: 25px;
    padding: 2px;

    cursor: pointer;

    transition: color 0.2s ease-in-out;
}

.slide-list-dot-selected {
    color: var(--main-color-5);
}

.footer {
    background: var(--main-color-3h2);
    width: 10000%;
    box-sizing: border-box;
    padding: 15px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-social {
    width: 17px;
    height: 17px;
    margin: 3px;

    text-decoration: none;

    cursor: pointer;
}

.footer-social img {
    width: 17px;
    height: 17px;
}

a.anchor {
    display: block;
    position: relative;
    top: -180px;
    visibility: hidden;
}

.mobileshown {
    display: none;
}

.warning-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    padding: 10px;
}

.warning-box img {
    height: 17px;
    width: auto;

    padding-right: 10px;
}

@media only screen and (max-width: 700px) {
    .zone {
        padding: 40px 20px;
    }

    .slide {
        flex-direction: column;
    }

    .slide-container {
        width: 100%;
    }

    .content-wrapper {
        width: 100%;
    }

    .slide-text-mobile {
        margin-bottom: 30px;
    }

    .content-row-mobile {
        flex-direction: column;
    }

    .mobileshown {
        display: flex;
    }

    .mobilehidden {
        display: none;
    }

    .navbar-wrapper1 {
        justify-content: center;
    }
}
