@font-face {
    font-family: 'GraphikBlack';
    src: url('/assets/fonts/GraphikBlack.eot');
    src: url('/assets/fonts/GraphikBlack.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/GraphikBlack.woff2') format('woff2'),
    url('/assets/fonts/GraphikBlack.woff') format('woff'),
    url('/assets/fonts/GraphikBlack.svg#Graphik-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GraphikBold';
    src: url('/assets/fonts/GraphikBold.eot');
    src: url('/assets/fonts/GraphikBold.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/GraphikBold.woff2') format('woff2'),
    url('/assets/fonts/GraphikBold.woff') format('woff'),
    url('/assets/fonts/GraphikBold.svg#Graphik-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GraphikExtralight';
    src: url('/assets/fonts/GraphikExtralight.eot');
    src: url('/assets/fonts/GraphikExtralight.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/GraphikExtralight.woff2') format('woff2'),
    url('/assets/fonts/GraphikExtralight.woff') format('woff'),
    url('/assets/fonts/GraphikExtralight.svg#Graphik-Extralight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GraphikLight';
    src: url('/assets/fonts/GraphikLight.eot');
    src: url('/assets/fonts/GraphikLight.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/GraphikLight.woff2') format('woff2'),
    url('/assets/fonts/GraphikLight.woff') format('woff'),
    url('/assets/fonts/GraphikLight.svg#Graphik-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}@font-face {
    font-family: 'GraphikMedium';
    src: url('/assets/fonts/GraphikMedium.eot');
    src: url('/assets/fonts/GraphikMedium.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/GraphikMedium.woff2') format('woff2'),
    url('/assets/fonts/GraphikMedium.woff') format('woff'),
    url('/assets/fonts/GraphikMedium.svg#Graphik-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GraphikRegular';
    src: url('/assets/fonts/GraphikRegular.eot');
    src: url('/assets/fonts/GraphikRegular.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/GraphikRegular.woff2') format('woff2'),
    url('/assets/fonts/GraphikRegular.woff') format('woff'),
    url('/assets/fonts/GraphikRegular.svg#Graphik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GraphikSemibold';
    src: url('/assets/fonts/GraphikSemibold.eot');
    src: url('/assets/fonts/GraphikSemibold.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/GraphikSemibold.woff2') format('woff2'),
    url('/assets/fonts/GraphikSemibold.woff') format('woff'),
    url('/assets/fonts/GraphikSemibold.svg#Graphik-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GraphikSuper';
    src: url('/assets/fonts/GraphikSuper.eot');
    src: url('/assets/fonts/GraphikSuper.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/GraphikSuper.woff2') format('woff2'),
    url('/assets/fonts/GraphikSuper.woff') format('woff'),
    url('/assets/fonts/GraphikSuper.svg#Graphik-Super') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GraphikThin';
    src: url('/assets/fonts/GraphikThin.eot');
    src: url('/assets/fonts/GraphikThin.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/GraphikThin.woff2') format('woff2'),
    url('/assets/fonts/GraphikThin.woff') format('woff'),
    url('/assets/fonts/GraphikThin.svg#Graphik-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'GraphikWide';
    src: url('/assets/fonts/GraphikWideRegular.eot');
    src: url('/assets/fonts/GraphikWideRegular.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/GraphikWideRegular.woff2') format('woff2'),
    url('/assets/fonts/GraphikWideRegular.woff') format('woff'),
    url('/assets/fonts/GraphikWideRegular.svg#GraphikWide-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





body {
    font-family: 'GraphikRegular';
    background-color: #1f4456;
    line-height: 1.5;
    padding: 0;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    align-items: stretch;
    opacity: 0;
    color: #fff;
}
body.loading::before {

}
a {
    color: #fff;
}
a:hover {
    color: #ff7e45;
}
.loading-layer {
    display: none;
}
body.loading .loading-layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #7C8286;
    z-index: 5000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
}
.load-spin {
    transform-origin: center;
    width: 200px;
    height: 200px;
    width: 1em;
    height: 1em;
    border: .1em solid black;
    border-right-color: transparent;
    border-radius: 50%;
    animation: fa-spin 2s infinite linear;
}
p {
    margin-bottom: 0.4rem;
}
section {
    flex: 1;
    display: flex;
}
section > div {
    width: 100%;
    position: relative;
}
.menu-wrapper {

}
.swiper-button-next, .swiper-button-prev {
    color: white;
    font-weight: bold;
    filter: drop-shadow(0px 0px 6px black);
    transition: all 0.3s;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    transform: scale(1.1);
}

h1,h2,h3,h4,h5,h6 {
    font-family: "GraphikWide";
}
h1.regular,h2.regular,h3.regular,h4.regular,h5.regular,h6.regular {
    font-family: "GraphikRegular";
}
.dropdown-language .dropdown-toggle {
    color: #231f20;
    background-color: white;
    border-color: #e8542c;
    border-radius: 50px;
    transition: border 0s;
}
.dropdown-language .btn-check:checked + .btn:focus, .dropdown-language .btn-check:active + .btn:focus, .dropdown-language .btn:active:focus, .dropdown-language .btn.active:focus, .dropdown-language .show > .btn.dropdown-toggle:focus {
    box-shadow: none;
}
.dropdown-language .btn-check:focus + .btn, .dropdown-language .btn:focus {
    box-shadow: none;
}
.dropdown-language .btn-check:checked + .btn, .dropdown-language .btn-check:active + .btn, .dropdown-language .btn:active, .btn.active, .dropdown-language .show > .btn.dropdown-toggle {
    color: #231f20;
    background-color: white;
    border-color: #e8542c;
}
.dropdown-language .btn-check:checked + .btn, .dropdown-language .btn-check:active + .btn, .dropdown-language .btn:active, .btn.active, .dropdown-language .show > .btn.dropdown-toggle {
    color: #231f20;
    background-color: white;
    border-color: #e8542c;
}
.dropdown-language .dropdown-toggle i::before {
    vertical-align: middle;
}
.dropdown-language .dropdown-toggle::after {
    font-family: "Font Awesome 5 Pro";
    width: 20px;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: middle;
    content: "\f054";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    color: #e8542c;
}
.dropdown-language .dropdown-toggle.show::after {
    content: "\f078";
}
.dropdown-language .dropdown-toggle.show {
    border-radius: 20px 20px 0 0;
}
.dropdown-language .dropdown-menu {
    min-width: 100%;
    border-top: 0;
    border-radius: 0 0 20px 20px;
    border-color: #e8542c;
    padding-bottom: 20px;
    margin-top: -2px !important;
    box-shadow: none;
}
.page-section-name {
    font-family: "GraphikSemibold";
    color: white;
}
.menu > div {
    line-height: 2;
}
.menu-item {
    display: block;
    color: white;
    text-decoration: none;
    line-height: 2;
    transition: all 0.5s;
    text-shadow: 0 0 5px rgba(0,0,0,50%);
    font-size: 1.5rem;
}
/*.menu-item:hover,
.menu-item:active,
.menu-item.active {
    box-shadow: inset 0 0 0 10em rgba(255, 255, 255, 0.3), 0 0 24px 0 #f9fafb91, 0 4px 0 0 #ffffff;
    color: #231f20;;
}*/
.pano-landing {
    background-position: center;
    background-size: cover;
}
:root {
    --swiper-theme-color: #e8542c;
    --swiper-navigation-size: 55px;
    --swiper-pagination-bullet-size: 12px;
}
.swiper-slide {
    opacity: 0;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 70px;
    filter: drop-shadow(0px 0px 15px rgba(0,0,0,1));
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 70px;
    filter: drop-shadow(0px 0px 15px rgba(0,0,0,1));
}

.hotspot {
    width: 48px !important;
    height: 48px !important;
    filter: drop-shadow(0 0 5px white);
    position: relative;



}
.hotspot:before {
    content: " ";
    position: absolute;
    left: 0;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50px;
    background: white;
    animation-name: pulse;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    z-index: -1;
}
.hotspot-content.toast {
    min-width: 600px;
    width: auto;
    max-width: 800px;
    z-index: 110;
}
.hotspot-content.toast li {
    margin-bottom: 0.6rem;
}
.hotspot-content-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0,0,0,0.8);
    display: none;
}
.hotspot-content.toast.active {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}
.hotspot-content.toast,
.hotspot-content.toast .toast-header,
.hotspot-content.toast .toast-body {
    border-radius: 0;
    border: none;
}
.hotspot-content.toast .toast-header {
    font-size: 1.2rem;
    color: #000;
    line-height: 1.2;
    padding: 15px 20px;
}
.hotspot-content.toast .toast-body {
    padding: 20px;
}
.hotspot-content.toast .toast-header {
    background: #fff;
    font-family: "GraphikWide"
}
.hotspot-content.toast .toast-body {
    border: none;
    background-color: #1f4456;
    color: #fff;
    font-family: "GraphikRegular"
}
.hotspot-content.toast .btn-close {
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    line-height: 1;
    background: none;
    opacity: 1;
    font-size: 0;
}

.hotspot-content.toast .btn-close img {
    width: 20px;
    height: 20px;
}
.panorama_content {
    background-color: transparent !important;
}

.panorama_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    z-index: 10;
    opacity: 0;
}
.panorama_wrapper .panorama_content {
    width: 100%;
    height: 100%;
    position: relative;
}
.panorama_wrapper .panorama_close {
    position: absolute;
    display: inline-block;
    top: 25px;
    right: 25px;
    color: white;
    font-size: 3rem;
    line-height: 1;
    filter: drop-shadow(0px 0px 6px black);
    transition: scale 0.3s;
}
.panorama_wrapper .panorama_close:hover {
    transform: scale(1.1);
}
hr.style1 {
    border-top: 1px solid #fff;
}
.text-signature-orange {
    color: #e34d0a;
}
.caption-hide::cue {
    display: none;
    opacity: 0;
}
.video_volume.volume_on_off {
    display: inline-block;
    position: absolute;
    left: -44px;
    top: -28px;
    width: 48px;
    color: white;
    cursor: pointer;
    font-size: 22px;
    transition: all 0.3s;
}
.audio_volume.volume_on_off {
    display: inline-block;
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: 48px;
    height: 48px;
    color: white;
    cursor: pointer;
    font-size: 22px;
    transition: all 0.3s;
}
.volume_on_off:hover {
    filter: drop-shadow(0 0 10px white);
}
.volume_on_off .muted {
    display: none;
}
::cue {
    background: rgba(0,0,0,0.3);
    font-family: "GraphikRegular";
    outline-width: 3px;
    outline-style: solid;
    outline-color: rgba(0,0,0,0.3);
    font-size: 1rem;
    line-height: 1;
    opacity: 1;
}

.q-btn {
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url(/assets/images/q_btn.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.q-btn.selected {
    background-image: url(/assets/images/q_btn_selected.png);
}
.q-btn.selected.q-btn[data-a="1"] {
    background-image: url(/assets/images/q_btn_selected_correct.png);
}

.form-control {
    border-radius: 0;
    background-color: rgba(255,255,255,0.2);
    border-color: transparent;
    font-family: "GraphikRegular";
    color: rgba(255,255,255,0.5);
}
.form-control::placeholder {
    color: rgba(255,255,255,0.5);
}
.form-control:focus {
    background-color: rgba(255,255,255,0.4);
    color: rgba(255,255,255,0.7);
    background-color: rgba(255,255,255,0.4);
    border-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    outline: 0;
    box-shadow: none;
}
.form-group.has-error .help-block {
    color: #e34d0a;
}
.btn.btn-default {
    border-radius: 0;
    border-color: rgba(255,255,255,0.5);
    color: rgba(255,255,255,0.5);
}
.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.form-group {
    position: relative;
}
.form-group.form-group-required::after {
    content: "*";
    color: #e34d0a;
    top: 0;
    left: 5px;
    position: absolute;
    z-index: 100;
    font-size: 2rem;
}
.page-link {
    border-radius: 0 !important;
    color: #204456;
}
.page-link:hover {
    z-index: 2;
    color: #E24F25;
    background-color: #FFDFD7;
    border-color: #FFDFD7;
}

.page-item.active .page-link {
    z-index: 3;
    color: #E24F25;
    background-color: #FFDFD7;
    border-color: #FFDFD7;
}
.btn-signout {
    color: #231f20;
    background-color: white;
    border-color: #e8542c;
    border-radius: 50px;
    transition: border 0s;
    color: #e8542c;
    vertical-align: middle;
    line-height: 1.4;
}
@keyframes pulse {
    0% {
        filter: drop-shadow(0 0 0 rgba(0,0,0,1));
        box-shadow: 0 0 0 red;
    }
    80% {
        filter: drop-shadow(0 0 20px rgba(0,0,0,0));
        box-shadow: 0 0 0 35px rgba(0,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }

}