body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
        Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    -webkit-user-select: none;
    user-select: none;
}
code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New,
        monospace;
}
body {
    height: 100vh;
    margin: 0;
    width: 100vw;
}
#root {
    background-color: #000;
    height: 100%;
    overflow: hidden;
}
.logo {
    left: 45px;
    top: 0;
    width: 196px;
}
.logo,
.logo-company {
    position: absolute;
    z-index: 10;
}
.logo-company {
    bottom: 50px;
    right: 45px;
    width: 126px;
}
.logo-safHolland {
    bottom: 51px;
    position: absolute;
    right: 190px;
    width: 230px;
    z-index: 10;
}
.background-color {
    background-color: #373d3e;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: background-color 0.25s ease-out;
    width: 100%;
    z-index: 1;
}
.background-color.light {
    background-color: #465d6b;
}
.background-points {
    background-size: cover;
    z-index: 3;
}
.background-image,
.background-points {
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.background-image {
    background-size: 150%;
    box-shadow: inset 0 0 200px 200px #373d3e;
    opacity: 0.09;
    transition: background-image 0.25s ease-out, background-size 0.25s ease-out,
        box-shadow 0.25s ease-out;
    z-index: 2;
}
.background-image.light {
    background-size: 100%;
    box-shadow: inset 0 0 200px 200px #465d6b;
}
.background-halo {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.background-halo__halo {
    animation: glowBig 5s infinite alternate;
    border-radius: 100%;
    box-shadow: 0 0 190px 90px #ffffff1a;
}
@keyframes glowBig {
    0% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
        box-shadow: 0 0 190px 240px #ffffff4d;
        transform: rotate(90deg);
    }
    to {
        border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
        box-shadow: 0 0 200px 250px #fff6;
        transform: rotate(110deg);
    }
}
.round-button {
    align-items: center;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-timing-function: ease-in;
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    right: 45px;
    top: 45px;
    z-index: 10;
}
@media (min-width: 1200px) {
    .round-button {
        top: 60px;
    }
}
.round-button.leftSide {
    flex-direction: row;
    left: 45px;
    right: auto;
}
.round-button.leftSide .round-button__text {
    margin-left: 10px;
    margin-right: 0;
}
.round-button:hover {
    cursor: pointer;
}
.round-button:hover .round-button__circle {
    border-color: #d1d1d1;
}
.round-button:hover .lighter {
    border-color: #d1d1d180;
}
.round-button__circle {
    align-items: center;
    border: 2px solid #5f6364;
    border-radius: 100%;
    display: flex;
    height: 55px;
    justify-content: center;
    transition: border-color 0.25s ease-out;
    width: 55px;
}
.round-button__circle.lighter {
    border: 2px solid #d1d1d1;
}
.round-button__circle__icon {
    width: 30%;
}
.round-button__text {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-right: 10px;
    text-transform: uppercase;
}
.round-button__text,
.title {
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: 700;
}
.title {
    font-size: 28px;
}
@media (min-width: 1200px) {
    .title {
        font-size: 36px;
    }
}
.title.small {
    font-size: 20px;
}
@media (min-width: 1200px) {
    .title.small {
        font-size: 30px;
    }
}
.title.medium {
    font-size: 16px;
}
@media (min-width: 1200px) {
    .title.medium {
        font-size: 24px;
    }
}
.title.single-title {
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
@media (min-width: 1200px) {
    .title.single-title {
        font-size: 24px;
    }
}
.detail {
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-timing-function: ease-in;
    margin: 0 12px;
    position: relative;
}
@media (min-width: 1200px) {
    .detail {
        margin: 0 37.5px;
    }
}
.detail:first-child {
    margin-left: 0;
}
.detail:last-child {
    margin-right: 0;
}
.detail:hover {
    cursor: pointer;
}
.detail:hover .detail__image {
    height: 110%;
}
.detail:hover .detail__button {
    background: #fff;
    border-color: #0060a7;
}
.detail:hover .detail__button .button__text {
    color: #0060a7;
}
.detail__circle {
    background: radial-gradient(50% 50% at 50% 50%, #657f8e 0, #728b9b 100%),
        radial-gradient(50% 50% at 50% 50%, #3d8cc6 0, #4b92c6 100%);
    border: 3px solid #ccdfed;
    border-radius: 100%;
    height: 288px;
    position: relative;
    width: 288px;
}
@media (min-width: 1200px) and (min-height: 1080px) {
    .detail__circle {
        height: 430px;
        width: 430px;
    }
}
.detail__title {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}
@media (min-width: 1200px) {
    .detail__title {
        font-size: 24px;
    }
}
.detail__image-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.detail__image {
    height: 100%;
    transition: height 0.1s ease-out;
}
.detail__button {
    bottom: 50px;
    left: 50%;
    min-width: 150px;
    position: absolute;
    transform: translateX(-50%);
}
.button {
    align-items: center;
    background: #0060a7;
    border: 2px solid #fff;
    border-radius: 40px;
    box-shadow: 0 0 20px #0060a74d;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    transition: background 0.25s ease-out, border-color 0.25s ease-out;
    width: 161px;
}
@media (min-width: 1200px) {
    .button {
        height: 44px;
        width: 201px;
    }
}
.button:hover {
    background: #fff;
    border-color: #0060a7;
}
.button:hover .button__text {
    color: #0060a7;
}
.button.light {
    background: #fff;
    border-color: #0060a7;
}
.button.light .button__text {
    color: #0060a7;
}
.button__text {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: color 0.25s ease-out;
}
@media (min-width: 1200px) {
    .button__text {
        font-size: 16px;
    }
}
.detail-infos,
.detail-infos__subPage {
    animation-fill-mode: both;
    animation-timing-function: ease-in;
}
.detail-infos {
    align-items: center;
    animation-duration: 0.3s;
    animation-name: fadeIn;
    display: flex;
    justify-content: center;
    padding: 0 50px;
}
.detail-infos .pageTitle.medium {
    margin-bottom: 20px;
}
.detail-infos__title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    left: 45px;
    position: absolute;
    top: 60px;
}
.detail-infos__img {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-right: 30px;
    position: relative;
    width: 50%;
}
.detail-infos__img__image {
    height: 100%;
    max-height: 500px;
}
@media (min-width: 1200px) {
    .detail-infos__img__image {
        max-height: 600px;
    }
}
.detail-infos__subWrapper .title {
    margin-bottom: 20px;
}
.detail-infos__content {
    width: 50%;
}
.detail-infos__content .title {
    margin-bottom: 20px;
}
.detail-infos__content__subtitle {
    color: #ccdfed;
    margin-bottom: 12px;
    max-width: 80%;
}
.detail-infos__content__title {
    margin-bottom: 40px;
}
.detail-infos__content__text {
    color: #ccdfed;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 10px;
}
@media (min-width: 1200px) {
    .detail-infos__content__text {
        max-width: 80%;
    }
}
.detail-infos__content__list {
    max-width: 90%;
}
.detail-infos__button {
    margin-top: 45px;
}
.detail-infos .array {
    border-collapse: collapse;
    display: flex;
    flex-direction: column;
    max-width: 50%;
}
.detail-infos .array .array-head {
    background-color: #fff;
    border-bottom: 1px solid #000;
}
.detail-infos .array .array-head tr {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
.detail-infos .array .array-head tr th:first-child {
    border-left: none;
    grid-column: span 6 / span 6;
}
.detail-infos .array .array-head tr th {
    border-left: 1px solid #000;
    grid-column: span 2 / span 2;
    padding: 10px 0;
}
.detail-infos .array .array-body {
    background-color: #fff;
}
.detail-infos .array .array-body tr {
    border-bottom: 1px solid #000;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
.detail-infos .array .array-body tr td:first-child {
    border-left: none;
    display: flex;
    grid-column: span 6 / span 6;
    justify-content: center;
}
.detail-infos .array .array-body tr td {
    border-left: 1px solid #000;
    display: flex;
    grid-column: span 2 / span 2;
    justify-content: center;
    padding: 10px 0;
}
.detail-infos__pictureAnimationWrapper {
    height: 600px;
    position: relative;
    width: 600px;
}
.detail-infos__pictureAnimationWrapper .single_tappet {
    animation-iteration-count: infinite;
    animation-name: topToCenter;
    top: -10px;
    width: 300px;
    z-index: 10;
}
.detail-infos__pictureAnimationWrapper .single_tappet,
.detail-infos__pictureAnimationWrapper .single_tappet_title {
    animation-delay: 3s;
    animation-direction: alternate;
    animation-duration: 10s;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.detail-infos__pictureAnimationWrapper .single_tappet_title {
    animation-iteration-count: infinite;
    animation-name: opacity;
    background-color: #0060a7;
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    top: -60px;
}
.detail-infos__pictureAnimationWrapper .twin_tappet {
    animation-iteration-count: infinite;
    animation-name: bottomToCenter;
    top: calc(100% - 300px);
    width: 300px;
}
.detail-infos__pictureAnimationWrapper .twin_tappet,
.detail-infos__pictureAnimationWrapper .twin_tappet_title {
    animation-delay: 3s;
    animation-direction: alternate;
    animation-duration: 10s;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.detail-infos__pictureAnimationWrapper .twin_tappet_title {
    animation-iteration-count: infinite;
    animation-name: opacity;
    background-color: #0060a7;
    border-radius: 100px;
    bottom: -60px;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
}
@keyframes opacity {
    0% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}
@keyframes topToCenter {
    0% {
        opacity: 1;
        top: -10px;
    }
    20% {
        opacity: 1;
        top: -10px;
    }
    40% {
        opacity: 0.5;
        top: calc(50% - 150px);
    }
    50% {
        opacity: 0.5;
        top: calc(50% - 150px);
    }
    60% {
        opacity: 0.5;
        top: calc(50% - 150px);
    }
    80% {
        opacity: 1;
        top: -10px;
    }
    to {
        opacity: 1;
        top: -10px;
    }
}
@keyframes bottomToCenter {
    0% {
        top: calc(100% - 300px);
    }
    20% {
        top: calc(100% - 300px);
    }
    40% {
        top: calc(50% - 150px);
    }
    50% {
        top: calc(50% - 150px);
    }
    60% {
        top: calc(50% - 150px);
    }
    80% {
        top: calc(100% - 300px);
    }
    to {
        top: calc(100% - 300px);
    }
}
.detail-infos .arrowDetail {
    animation-delay: 3s;
    animation-direction: alternate;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-name: arrowDisplay;
    bottom: 40px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
}
.detail-infos .arrowDetail__content {
    background-color: #0060a7;
    color: #fff;
    margin: auto;
    padding: 10px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.detail-infos .arrowDetail .arrow {
    background: #fff;
    height: 10px;
    margin: 100px auto 30px;
    position: relative;
    width: 210px;
}
.detail-infos .arrowDetail .arrow:before {
    border-right: 30px solid #fff;
    left: -30px;
}
.detail-infos .arrowDetail .arrow:after,
.detail-infos .arrowDetail .arrow:before {
    border-bottom: 20px solid #0000;
    border-top: 20px solid #0000;
    content: "";
    height: 0;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 0;
}
.detail-infos .arrowDetail .arrow:after {
    border-left: 30px solid #fff;
    right: -30px;
}
@keyframes arrowDisplay {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    45% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}
.detail-hasSub {
    -ms-overflow-style: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
}
.detail-hasSub::-webkit-scrollbar {
    display: none;
}
.detail-hasSub .detail-infos,
.detail-hasSub .detail-infos__subPage {
    flex-shrink: 0;
    height: 100vh;
}
.detail-hasSub .test {
    border-radius: 100%;
    cursor: pointer;
    height: 35px;
    left: 50%;
    position: absolute;
    top: -15%;
    transform: translateX(-50%);
    width: 35px;
}
.detail-hasSub .test .list-item__icon {
    animation: pulse 2s infinite;
    background-color: #0000;
    border: 1px solid #fff;
}
.detail-hasSub .test .list-item__icon img {
    transform: rotate(90deg);
}
.detail-infos,
.detail-infos__subPage {
    align-items: center;
    animation-duration: 0.3s;
    animation-name: fadeIn;
    display: flex;
    justify-content: center;
    padding: 0 50px;
    position: relative;
}
.detail-infos__img,
.detail-infos__subPage__img {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-right: 30px;
    position: relative;
    width: 50%;
}
.detail-infos__img__image,
.detail-infos__subPage__img__image {
    height: 100%;
    max-height: 500px;
}
@media (min-width: 1200px) {
    .detail-infos__img__image,
    .detail-infos__subPage__img__image {
        max-height: 600px;
    }
}
.detail-infos__content,
.detail-infos__subPage__content {
    width: 50%;
}
.detail-infos__content__subtitle,
.detail-infos__subPage__content__subtitle {
    color: #ccdfed;
    margin-bottom: 12px;
    max-width: 80%;
}
.detail-infos__content__title,
.detail-infos__subPage__content__title {
    margin-bottom: 40px;
}
.detail-infos__content__text,
.detail-infos__subPage__content__text {
    margin-bottom: 10px;
}
@media (min-width: 1200px) {
    .detail-infos__content__text,
    .detail-infos__subPage__content__text {
        max-width: 80%;
    }
}
.detail-infos__content__list,
.detail-infos__subPage__content__list {
    max-width: 90%;
}
.detail-infos__button,
.detail-infos__subPage__button {
    margin-top: 45px;
}
.detail-infos__subPage__subWrapper,
.detail-infos__subWrapper {
    display: flex;
    flex-direction: column;
}
.detail-infos__subPage__subWrapper .arrayPicture,
.detail-infos__subWrapper .arrayPicture {
    margin-top: 40px;
}
@media (min-width: 1200px) {
    .detail-infos__subPage__subWrapper .arrayPicture,
    .detail-infos__subWrapper .arrayPicture {
        max-width: 80%;
    }
}
.detail-infos__subPage__subWrapper .detail-infos__content,
.detail-infos__subWrapper .detail-infos__content {
    width: 100%;
}
.detail-infos__subPage__subWrapper .array,
.detail-infos__subWrapper .array {
    border-collapse: collapse;
    display: flex;
    flex-direction: column;
    max-width: 90%;
}
.detail-infos__subPage__subWrapper .array .array-head,
.detail-infos__subWrapper .array .array-head {
    background-color: #fff;
    border-bottom: 1px solid #000;
}
.detail-infos__subPage__subWrapper .array .array-head tr,
.detail-infos__subWrapper .array .array-head tr {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
.detail-infos__subPage__subWrapper .array .array-head tr th:first-child,
.detail-infos__subWrapper .array .array-head tr th:first-child {
    border-left: none;
    grid-column: span 6 / span 6;
}
.detail-infos__subPage__subWrapper .array .array-head tr th,
.detail-infos__subWrapper .array .array-head tr th {
    border-left: 1px solid #000;
    grid-column: span 2 / span 2;
    padding: 10px 0;
}
.detail-infos__subPage__subWrapper .array .array-body,
.detail-infos__subWrapper .array .array-body {
    background-color: #fff;
}
.detail-infos__subPage__subWrapper .array .array-body tr,
.detail-infos__subWrapper .array .array-body tr {
    border-bottom: 1px solid #000;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
.detail-infos__subPage__subWrapper .array .array-body tr td:first-child,
.detail-infos__subWrapper .array .array-body tr td:first-child {
    border-left: none;
    display: flex;
    grid-column: span 6 / span 6;
    justify-content: center;
}
.detail-infos__subPage__subWrapper .array .array-body tr td,
.detail-infos__subWrapper .array .array-body tr td {
    border-left: 1px solid #000;
    display: flex;
    grid-column: span 2 / span 2;
    justify-content: center;
    padding: 10px 0;
}
.detail-infos__subPage {
    grid-column-gap: 24px;
    column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.detail-infos__subPage .detail-infos__img,
.detail-infos__subPage .detail-infos__subWrapper {
    grid-column: span 6 / span 6;
    width: 100%;
}
.detail-infos__subPage .scnd {
    margin-top: 20px;
}
.list-item {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
}
.list-item.round {
    align-items: flex-start;
}
.list-item:last-child {
    margin-bottom: 0;
}
.list-item__icon {
    align-items: center;
    display: flex;
    height: 35px;
    justify-content: center;
    position: relative;
    width: 35px;
}
.list-item__icon.round {
    background: #ccdfed3b;
    border-radius: 100%;
}
.list-item__icon__img {
    width: 24px;
}
.list-item__text {
    color: #ccdfed;
    flex: 1 1;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 29px;
    margin-left: 30px;
}
.list-item.parts .list-item__text {
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
}
.leftSide .list,
.list {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.leftSide .list {
    height: 70%;
    overflow-y: auto;
}
.text {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin-top: 30px;
}
.single {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    padding-top: 150px;
    position: relative;
    width: 100%;
    z-index: 4;
}
.single:has(.hasSkipChoices) {
    align-items: start;
}
@media (min-width: 1200px) {
    .single {
        padding-top: 130px;
    }
}
.single.detailed {
    justify-content: center;
    padding-top: 0;
}
.single__title {
    max-width: 80%;
    text-align: center;
}
.single__items {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}
@media (min-width: 1200px) {
    .single__items {
        margin-top: 115px;
    }
}
.single .go-home {
    top: 115px;
}
@media (min-width: 1200px) {
    .single .go-home {
        top: 135px;
    }
}
.small-resolution {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.small-resolution__wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 0 30px;
    text-align: center;
}
.small-resolution__image {
    margin-bottom: 25px;
    width: 74px;
}
.hub {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 4;
}
.hub,
.hub .single {
    height: 100%;
    width: 100%;
}
.hub .single {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 50px;
    padding-top: 150px;
    position: relative;
    z-index: 10;
}
@media (min-width: 1200px) {
    .hub .single {
        padding-top: 130px;
    }
}
.hub .single.detailed {
    justify-content: center;
    padding-top: 0;
}
.hub .single__title {
    max-width: 80%;
    text-align: center;
}
.hub .single__items {
    display: flex;
    flex-direction: row;
    gap: 80px;
}
.home-menu {
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-timing-function: ease-in;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
.home-menu__circle {
    animation: glow 3s infinite alternate;
    border: 3px solid #b3b3b3;
    border-radius: 100%;
    box-shadow: 0 0 60px 90px #ffffff1a;
    height: 60vw;
    left: 50%;
    max-height: 750px;
    max-width: 750px;
    min-height: 620px;
    min-width: 620px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: all 0.25s ease-out;
    width: 60vw;
}
@media (min-width: 1200px) {
    .home-menu__circle {
        height: 45vw;
        width: 45vw;
    }
}
.home-menu__handler {
    background: #0000;
    border-radius: 100%;
    height: 60vw;
    left: 50%;
    max-height: 750px;
    max-width: 750px;
    min-height: 420px;
    min-width: 420px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 60vw;
    z-index: 1;
}
@media (min-width: 1200px) {
    .home-menu__handler {
        height: 45vw;
        width: 38vw;
    }
}
.home-menu.en .home-menu__handler:hover {
    cursor: url(../media/cursor.b3acb70030b6b5c64307.svg) 45 25, auto;
}
.home-menu.fr .home-menu__handler:hover {
    cursor: url(../media/cursor.7c465ad324a6310e3016.svg) 45 25, auto;
}
.home-menu.de .home-menu__handler:hover {
    cursor: url(../media/cursor.42e6b4df36a8164dd9b4.svg) 45 25, auto;
}
.home-menu.pl .home-menu__handler:hover {
    cursor: url(../media/cursor.8a45e065a76e666afae8.svg) 45 25, auto;
}
.home-menu.es .home-menu__handler:hover {
    cursor: url(../media/cursor.3852116e9ba5a5663b98.svg) 45 25, auto;
}
@keyframes glow {
    0% {
        box-shadow: 0 0 40px 70px #ffffff08;
    }
    to {
        box-shadow: 0 0 60px 90px #ffffff0d;
    }
}
.home-menu-item {
    left: 50%;
    position: absolute;
    top: 50%;
}
.home-menu-item.leftSide .home-menu-item__content {
    transform: rotate(180deg) translateX(-50px);
    transform-origin: left;
}
.home-menu-item.leftSide .home-menu-item__text {
    text-align: right;
    transform: scale(-1);
}
.home-menu-item__content {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: -23.5px;
}
.home-menu-item__content:hover {
    cursor: pointer;
}
.home-menu-item__content:hover .home-menu-item__circle {
    background-color: #0060a7;
}
.home-menu-item__content:hover .home-menu-item__circle:before {
    opacity: 1;
}
.home-menu-item__content:hover .home-menu-item__text {
    font-weight: 700;
    margin-left: 30px;
}
.home-menu-item__circle {
    align-items: center;
    animation: pulse 2s infinite;
    background-color: #373d3e;
    border: 2px solid #b3b3b3;
    border-radius: 100%;
    box-shadow: 0 0 0 0 #fff;
    display: flex;
    height: 39px;
    justify-content: center;
    position: relative;
    transition: all 0.25s ease-out;
    width: 39px;
}
@media (min-width: 1200px) {
    .home-menu-item__circle {
        height: 47px;
        width: 47px;
    }
}
.home-menu-item__circle:before {
    border: 2px solid #f0f0f0;
    border-radius: 100%;
    content: "";
    height: 71px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.25s ease-out;
    width: 71px;
}
@media (min-width: 1200px) {
    .home-menu-item__circle:before {
        height: 79px;
        width: 79px;
    }
}
.home-menu-item__circle__icon {
    width: 16.6666666667px;
}
.home-menu-item__text {
    color: #f0f0f0;
    flex: 1 1;
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-left: 12px;
    max-width: 150px;
    overflow-wrap: break-word;
    text-transform: uppercase;
    transition: all 0.25s ease-out;
    transition-property: margin, font-weight;
}
@media (min-width: 1200px) {
    .home-menu-item__text {
        font-size: 24px;
        max-width: 100%;
    }
}
.home-menu-item__text.noUppercase {
    text-transform: none;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #ffffffb3;
    }
    70% {
        box-shadow: 0 0 0 20px #fff0;
    }
    to {
        box-shadow: 0 0 0 0 #0000;
    }
}
.scene-menu__item {
    height: 100px;
    position: relative;
    transition: height 0.25s ease-out;
}
.scene-menu__item.selected:not(:last-child) {
    height: 130px;
}
.scene-menu__item.selected .scene-menu__item__content__circle {
    background-color: #0060a7;
}
.scene-menu__item.selected .scene-menu__item__content__circle:before {
    opacity: 1;
}
.scene-menu__item.selected .scene-menu__item__content__title {
    font-weight: 700;
    margin-left: 25px;
}
.scene-menu__item.selected .scene-menu__item__button {
    opacity: 1;
}
.scene-menu__item:hover {
    cursor: pointer;
}
.scene-menu__item:hover .scene-menu__item__content__circle {
    background-color: #0060a7;
}
.scene-menu__item:hover .scene-menu__item__content__circle:before {
    opacity: 1;
}
.scene-menu__item:hover .scene-menu__item__content__title {
    font-weight: 700;
    margin-left: 25px;
}
.scene-menu__item:last-child .scene-menu__item__content:before {
    display: none;
}
.scene-menu__item__button {
    margin-left: 60px;
    margin-top: 20px;
    opacity: 0;
    position: relative;
    transition: opacity 0.25s ease-out;
}
.scene-menu__item__button:hover {
    opacity: 0;
}
.scene-menu__item__content {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.scene-menu__item__content:before {
    background: #b3b3b3;
    content: "";
    height: 100%;
    left: 12px;
    position: absolute;
    top: 10px;
    width: 3px;
}
.scene-menu__item__content__circle {
    background: #373d3e;
    border: 3px solid #b3b3b3;
    border-radius: 100%;
    height: 21px;
    position: relative;
    transition: background-color 0.25s ease-out;
    width: 21px;
    z-index: 2;
}
.scene-menu__item__content__circle:before {
    border: 2px solid #fff;
    border-radius: 100%;
    content: "";
    height: 57px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.25s ease-out;
    width: 57px;
}
.scene-menu__item__content__title {
    color: #f0f0f0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin-left: 15px;
    max-width: 170px;
    text-transform: uppercase;
    transition: all 0.25s ease-out;
}
@media (min-width: 1200px) {
    .scene-menu__item__content__title {
        font-size: 20px;
        max-width: 100%;
    }
    .scene-menu__item__content__title .too-long {
        max-width: 61%;
    }
}
.scene-menu,
.scene-menu-left,
.scene-menu-right {
    animation-fill-mode: both;
    animation-timing-function: ease-in;
}
.scene-menu-left {
    animation-duration: 0.5s;
    animation-name: fadeIn;
    left: 45px;
    position: absolute;
    top: 65%;
    transform: translateY(-65%);
    z-index: 10;
}
@media (min-width: 1200px) and (min-height: 1080px) {
    .scene-menu-left {
        top: 50%;
        transform: translateY(-50%);
    }
}
.scene-menu-right {
    animation-duration: 0.5s;
    animation-name: fadeIn;
    position: absolute;
    right: 45px;
    top: 65%;
    transform: translateY(-65%);
    z-index: 10;
}
@media (min-width: 1200px) and (min-height: 1080px) {
    .scene-menu-right {
        top: 50%;
        transform: translateY(-50%);
    }
}
.scene-menu-right .scene-menu__item:hover .scene-menu__item__content__title {
    margin-left: 0;
    margin-right: 25px;
}
.scene-menu-right .scene-menu__item__content {
    flex-direction: row-reverse;
}
.scene-menu-right .scene-menu__item__content:before {
    left: auto;
    right: 12px;
}
.scene-menu-right .scene-menu__item__content .scene-menu__item__content__title {
    align-items: center;
    display: flex;
    justify-content: end;
    margin-left: 0;
    margin-right: 15px;
}
.scene-menu-right
    .scene-menu__item__content
    .scene-menu__item__content__title
    .too-long {
    max-width: 80%;
    text-align: right;
}
.scene-menu-right .scene-menu__item .scene-menu__item__button {
    margin-left: 0;
    position: absolute;
    right: 60px;
}
.scene-menu-right
    .scene-menu__item.selected
    .scene-menu__item__content
    .scene-menu__item__content__title {
    margin-left: 0;
    margin-right: 25px;
}
.scene-menu {
    animation-duration: 0.5s;
    animation-name: fadeIn;
    left: 45px;
    position: absolute;
    top: 65%;
    transform: translateY(-65%);
    z-index: 10;
}
@media (min-width: 1200px) and (min-height: 1080px) {
    .scene-menu {
        top: 50%;
        transform: translateY(-50%);
    }
}
.modal {
    background: radial-gradient(50% 50% at 50% 50%, #627b8a 0, #465d6b 100%);
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.87, 0, 0.13, 1),
        opacity 0.6s cubic-bezier(0.87, 0, 0.13, 1);
    width: 485px;
    z-index: 20;
}
.modal.open {
    opacity: 1;
    transform: translateX(0) !important;
}
.modal.big {
    width: 818px;
}
.modal.big .modal__content {
    padding: 0 110px;
    width: calc(100% - 220px);
}
.modal.rightSide {
    right: 0;
    transform: translateX(100%);
}
.modal.leftSide {
    left: 0;
    transform: translateX(-100%);
}
.modal.leftSide .modal__content {
    padding-top: 40px;
}
.modal__points {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    z-index: 1;
}
.modal__content,
.modal__points {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.modal__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 45px;
    width: calc(100% - 90px);
    z-index: 2;
}
.modal__close {
    top: 30px;
}
@media (min-width: 1200px) {
    .modal__close {
        top: 45px;
    }
}
.overlay {
    background: #0000;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 19;
}
.overlay.open {
    display: flex;
}
.home {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.home .go-home {
    top: 115px;
}
@media (min-width: 1200px) {
    .home .go-home {
        top: 135px;
    }
}
.movement-indicator {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-timing-function: ease-in;
    bottom: 12%;
    left: 50%;
    max-width: 550px;
    position: absolute;
    transform: translateX(-50%);
    z-index: 2;
}
@media (min-width: 1200px) {
    .movement-indicator {
        max-width: 750px;
    }
}
.loader {
    background: red;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100000;
}
.language-switch__active,
.language-switch__all {
    animation-fill-mode: both;
    animation-timing-function: ease-in;
}
.language-switch {
    align-items: center;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    left: 50px;
    position: absolute;
    z-index: 11;
}
.language-switch__active,
.language-switch__all {
    align-items: center;
    animation-duration: 0.3s;
    animation-name: fadeIn;
    background: #d1d1d199;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: flex;
    padding: 12px;
}
.language-switch__all {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 8px;
}
.language-switch__active {
    cursor: pointer;
    flex-direction: row;
}
.language-switch__active.open .language-switch__active__icon {
    transform: rotate(0deg);
}
.language-switch__active__icon {
    margin-left: 3px;
    max-width: 24px;
    transform: rotate(180deg);
    transition: transform 0.25s ease-out;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.flag {
    align-items: center;
    cursor: pointer;
    display: flex;
    position: relative;
    transition: opacity 0.25s ease-out;
    width: 100%;
}
.flag:hover {
    opacity: 0.8;
}
.flag:not(:last-child) {
    margin-bottom: 16px;
}
.flag__img {
    max-width: 44px;
    width: 100%;
}
.flag__locale {
    color: #fff;
    font-size: 14px;
    margin-left: 9px;
    text-transform: uppercase;
}
