body {
    font-family: 'Play', sans-serif;
    background: black;
    font-size: 16px;
    line-height: 20px;
    color: white;
    display: flex;
    min-height: 100vh;
    justify-content: center;
    background-image: url("../assets/images/background.jpg");
    background-repeat: repeat;
    background-size: 700px;
    overflow-x: hidden !important;
}

.container {
    width: 1200px;
}

.section {
    width: 100%;
    min-height: 200px;
    position: relative;
    display: flex;
    align-items: stretch;
    margin: 80px 0;
}

.section.left_align {
    justify-content: flex-start;
}

.backgroundBlack {
    background-color: black;
}

.backgroundBlur {
    backdrop-filter: blur(5px);
}

.section.right_align {
    justify-content: flex-end;
}

.section .background {
    flex: 1;
    max-width: 80%;
    background-size: contain;
    background-repeat: no-repeat;
}

.section.left_align .background {
    background-position: left;
}

.section.right_align .background {
    background-position: right;
}

.section .background img {
    position: absolute;
    top: 0;
}

.section.left_align .background img {
    left: 0;
}

.section.right_align .background img {
    right: 0;
}

.section .content {
    position: absolute;
    margin-top: -30px;
    min-height: 200px;
    width: 50%;
    box-sizing: border-box;
    padding: 15px 45px 30px 45px;
}

.section .content.left_align {
    left: 0;
}

.section .content.right_align {
    right: 0;
}

.section.description_content {
    flex: 1;
    justify-content: center;
    align-items: stretch;
}

.section .description_context {
    flex: 1;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    margin: auto;
    display: flex;
}

.section .description_context.right_align {
    padding-right: 50px;
}

.section .description_context.left_align {
    padding-left: 50px;
}

.section .description_context span {
    margin: auto;
}

.section.right_align {
    flex-direction: row-reverse;
}

.section .description_content {

}

.divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
}

.h1 {
    font-size: 45px;
    line-height: 58px;
    font-weight: 800;
    font-family: "Play", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.textBack {
    background: url(../assets/images/2/text.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
}

@-webkit-keyframes aitf {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

.h2 {
    font-size: 25px;
    line-height: 45px;
    font-weight: 400;
    font-family: "Play", sans-serif;
}

.h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    font-family: "Play", sans-serif;
}

button {
    border: 1px solid rgba(255,255,255,0.7);
    height: 50px;
    cursor: pointer;
    text-align: center;
    font-family: "Play", sans-serif;
    background: transparent;
    color: white;
    font-size: 24px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all 300ms ease;
}

button:hover {
    background: white;
    color: black;
    box-shadow: 0 0 80px 0 blue;
}

button:active {
    background: #e9e9e9;
    color: gray;
}

.button {
    position: relative;
    padding: 12px 35px;
    background: #fff;
    font-size: 17px;
    font-weight: 500;
    color: black;
    border: 3px solid white;
    box-shadow: 0 0 0 white;
    transition: all .3s ease-in-out;
}

.star-1 {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

.star-2 {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-3 {
    position: absolute;
    top: 40%;
    left: 40%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-4 {
    position: absolute;
    top: 20%;
    left: 40%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all .8s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-5 {
    position: absolute;
    top: 25%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all .6s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-6 {
    position: absolute;
    top: 5%;
    left: 50%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all .8s ease;
}

.button:hover {
    background: transparent;
    color: white;
    box-shadow: 0 0 25px #fec1958c;
}

.button:hover .star-1 {
    position: absolute;
    top: -80%;
    left: -30%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

.button:hover .star-2 {
    position: absolute;
    top: -25%;
    left: 10%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

.button:hover .star-3 {
    position: absolute;
    top: 55%;
    left: 25%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

.button:hover .star-4 {
    position: absolute;
    top: 30%;
    left: 80%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

.button:hover .star-5 {
    position: absolute;
    top: 25%;
    left: 115%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

.button:hover .star-6 {
    position: absolute;
    top: 5%;
    left: 60%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

.fil0 {
    fill: #FFFDEF
}

img {
    object-fit: contain;
}

.display_flex {
    display: flex;
}

button.more {
    font-size: 18px;
    height: 80px;
    background: rgba(0,0,0,0.1);
    backdrop-filter: blur(3px);
}

button.more {
    position: absolute;
    bottom: 16px;
    right: 16px;
    display: flex;
    justify-content: center;
    max-width: 400px;
    border-radius: 8px;
}

button.more img {
    height: 30px;
    margin: auto 16px;
    position: relative !important;
}

button.more span {
    margin: auto;
}

button.more:hover {
    box-shadow: none;
    color: white;
}

button.primary {
    height: 80px;
}

button.primary {
    font-size: 18px;
    background-color: blue;
    background: linear-gradient(249.5deg, rgba(226, 0, 217, 0.71) 16.81%, rgba(0, 63, 226, 0.71) 102.51%);
    color: white;
}

a {
    text-decoration: none;
}

.point1 {
    margin: 0 0 50px !important;
    position: relative !important;
}

.point1 .background {
    min-height: 100vh;
}

.point2 {
    margin-top: 0 !important;
}

.point3 {
    margin-bottom: 30px !important;
    margin-top: 20px !important;
    color: white !important;
}

.point4 {
    font-size: 33px !important;
    line-height: 45px !important;
}

.point5 {
    display: flex !important;
    margin: 20px 0 40px !important;
}

.point6 {
    margin-top: 20px !important;
}

.point7 {
    margin-right: 20px !important;
}

.point8 {
    width: 100% !important;
    background-size: cover !important;
    max-width: 100% !important;
    height: 650px !important;
}

.point9 {
    top: 230px !important;
    left: 360px !important;
}

.point10 {
    font-size: 33px !important;
    line-height: 45px !important;
    margin-top: 55px !important;
    padding: 12px;
    box-sizing: border-box;
}

.point11 {
    margin: 15px 0 20px !important;
}

.point12 {
    margin-right: 15px !important;
}

.point13 {
    font-size: 30px !important;
    line-height: 40px !important;
}

.point14 {
    width: 100% !important;
    background-size: contain !important;
    max-width: 100% !important;
    height: 650px !important;
}

.point15 {
    top: -50px !important;
    left: -60px !important;
}

.point16 {
    top: 150px !important;
    left: 0 !important;
}

.point17 {
    top: 100px !important;
    left: 150px !important;
}

.point18 {
    padding-top: 30px;
    font-size: 40px !important;
}

.point19 {
    margin: 15px 0 20px !important;
}

.point20 {
    margin-top: 20px !important;
}

.point21 {
    height: 500px !important;
}

.point22 {
    top: 50px !important;
    right: -60px !important;
}

.point23 {
    top: 150px !important;
    right: 150px !important;
}

.point24 {
    font-size: 33px !important;
    line-height: 55px !important;
    margin-top: 50px !important;
}

.point25 {
    height: 450px !important;
}

.point26 {
    top: -30px !important;
    left: -60px !important;
}

.point27 {
    top: 100px !important;
    left: 0 !important;
}

.point28 {
    top: 80px !important;
    left: 120px !important;
}

.point29 {
    margin-top: 50px !important;
}

.point30 {
    margin: 15px 0 20px !important;
}

.point31 {
    margin-right: 15px !important;
}

.point32 {
    margin-top: 20px !important;
}

.point33 {
    height: 600px !important;
}

.point34 {
    top: 50px !important;
    right: -30px !important;
}

.point35 {
    top: 170px !important;
    right: 30px !important;
}

.point36 {
    margin-top: 30px !important;
}

.point37 {
    margin: 15px 0 20px !important;
}

.point38 {
    height: 550px !important;
}

.point39 {
    top: -50px !important;
    left: -60px !important;
}

.point40 {
    top: 150px !important;
    left: -40px !important;
}

.point41 {
    margin: 15px 0 20px !important;
}

.point42 {
    min-height: 350px !important;
}

.point43 {
    min-height: 350px !important;
}

.point44 {
    min-height: 350px !important;
}

.point45 {
    margin-top: 20px !important;
    margin-bottom: 50px !important;
    width: 100% !important;
}

.point46 {
    margin-right: 20px !important;
    width: 100% !important;
}

.point47 {
    width: 100% !important;
    max-width: 100% !important;
}

.point47 {
    width: calc(100% - 24px) !important;
}

.menuWrapper {
    width: 100%;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(4px);
    background-color: rgba(0,0,0,0.3);
    display: none;
}

.menuWrapper .close {
    position: fixed;
    left: 250px;
    right: 0;
    bottom: 0;
    top: 0;
}

.menu {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: black;
    padding: 12px 24px;
    box-sizing: border-box;
    box-shadow: 0 0 100px 0 black;
}

.language {
    width: 100%;
    color: white;
    line-height: 40px;
}

@media only screen and (max-width: 950px) {
    body {
        overflow-x: hidden !important;
    }

    .menu {
        width: 100% !important;
        background-color: rgba(0,0,0,.5);
    }

    .menuWrapper .close {
        display: none;
    }

    .section {
        align-items: start !important;
        flex-direction: column !important;
        display: block !important;
    }

    .section .background {
        height: 300px !important;
    }

    .section .content {
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 0;
        padding: 35px !important;
    }

    .h1, .h2 {
        text-align: center;
    }

    a {
        width: 100%;
    }

    button {
        width: calc(100% - 40px);
        margin: 0 20px;
        position: relative;
        max-width: 100% !important;
    }

    .point7 {
        margin-right: 0 !important;
    }

    .section .background {
        max-width: 100%;
        background-size: cover;
        position: relative;
        overflow: hidden;
    }

    .section .background.point8 {
        height: 123px !important;
        border-radius: 20px;
        margin: 10px;
        width: calc(100% - 24px) !important;
    }

    .point8 img {
        display: none !important;
    }

    .point18 {
        padding-top: 0 !important;
    }

    .section.point48_1 {
        margin-top: 0 !important;
    }

    .point49_1 {
        margin-bottom: 20px !important;
    }

    .point9 {
        top: 0 !important;
        left: 25%;
        width: 80%;
    }

    button.more {
        right: auto;
        bottom: 20px;
        border-radius: 10px;
    }

    button.more img {
        position: absolute !important;
        right: -10px !important;
        height: 23px !important;
        margin-top: 5px;
    }

    .section .content.point49 {
        padding: 0 35px 35px 35px !important;
    }
    .section .content.point48 {
        padding: 0 35px 35px 35px !important;
    }

    .point15 {
        top: 10px !important;
    }
    .point16 {
        top: 185px !important;
    }
    .point26 {
        top: 10px !important;
    }
    .point14 {
        height: 480px !important;
    }
    .point24 {
        margin-top: 0 !important;
    }
    .point29 {
        font-size: 35px !important;
        text-align: left;
    }
    .point30 + div span {
        text-align: right !important;
    }

    .section {
        flex-direction: column;
    }

    .point42 .description_context {
        margin-bottom: 30px !important;
        padding-left: 0 !important;
        padding: 0 16px !important;
    }
    .point44 .description_context {
        margin-bottom: 30px !important;
        padding-left: 0 !important;
        padding: 0 16px !important;
    }
    .point43 .description_context {
        margin-bottom: 30px !important;
        padding-right: 0 !important;
        padding: 0 16px !important;
    }
}

@media only screen and (min-width: 950px) and (max-width: 1200px) {
    body {
        overflow-x: hidden;
    }
    .section {
        margin: 100px 0 !important;
    }
    .section:first-child {
        margin: 0 0 100px !important;
    }
    .point29 {
        font-size: 30px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: calc(100vw - 100px);
    }
    .point2 {
        left: 50% !important;
        top: 50% !important;
        transform: translateY(-50%) translateX(-90%) !important;
    }
    .point9 {
        top: auto !important;
        bottom: 80px !important;
        right: 20px !important;
        left: auto !important;
    }
}

@media only screen and (min-width: 1920px) {
    .container {
        max-width: 1780px;
    }
}
