* {
    box-sizing: border-box;
}

@-moz-document url-prefix() {
    * {
        scrollbar-color: var(--primary-color) #E1E1E1;
        scrollbar-width: thin;
    }
}

html {
    font-size: 0.05209vw;
}

:root {
    --primary-color: #5EB3E4;
    --sec-white-color: #FFF;
    --text-color: #545454;
    --hover-color: #4E95BE;
    --sec-grey-color: #EEEEEC;
    --sec-grey-light-color: #F8F8F7;
    --sec-grey-dark-color: #C8C8C8;
    --num-grey-dark-color: #efefef;
}

body{
    user-select: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'TTCommons';
    cursor: grab;
}

body:active{
    cursor: grabbing;
}

#d3d-container{
    position: fixed;
    width: 100vw;
    height: 100vh;
    filter: contrast(1.05);
}

h1{
    margin: 15rem 0 26rem;
    font-size: 36rem;
    font-weight: 600;
    color: var(--primary-color);
}

h2{
    font-size: 21rem;
    font-weight: 400;
    line-height: 1.2;
    color: var(--text-color);
    margin: 0;
}

h3 {
    font-size: 18rem;
    font-weight: 500;
    margin: 0;
}

p {
    font-size: 16rem;
}

::-webkit-scrollbar {
    width: 4rem;
}

::-webkit-scrollbar-track {
    background: #E1E1E1;
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 20rem;
}

.logo {
    position: absolute;
    top: 40rem;
    left: 40rem;
    z-index: 10;
    background-image: url('../images/icons/logo.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 165rem;
    height: 90rem;
}

.menu_burger {
    height: 46rem;
    width: 46rem;
    position: fixed;
    z-index: 10;
    top: 30rem;
    right: 30rem;
    background: center/contain url('../images/icons/list.svg');
    cursor: pointer;
    opacity: 1;
    transition: opacity .3s;
}

.no_opacity{
    opacity: 0;
}

.show{
    display: flex !important;
}

.button {
    width: fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 13rem;
    font-size: 24rem;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}

.button-text {
    padding-top: 6rem;
}

.icons {
    height: 36rem;
    width: 36rem;
    cursor: pointer;
}

.reset_view{
    position: absolute;
    z-index: 10;
    bottom: 40rem;
    left: -40rem;
    transform: translate(-100%, 0);
    background: rgba(255,255,255, .7);
    padding: 10rem 24rem 10rem 24rem;
    border-radius: 30rem;
}

.reset_icon {
    background: center/contain url('../images/icons/arrow-counterclockwise.svg') no-repeat;
    width: 36rem;
    height: 36rem;
}

.quality{
    position: fixed;
    z-index: 10;
    bottom: 40rem;
    left: 86rem;
    background: center/contain url('../images/icons/gear.svg');
}

.help {
    background: center/contain no-repeat url('../images/icons/question-circle.svg');
    position: fixed;
    left: 40rem;
    bottom: 40rem;
}

.lil-gui.root{
    position: absolute;
    top: -140rem;
    left: 50%;
    display: none;
    background: var(--primary-color);
    border: 2rem solid #8acdf3;
    border-radius: 10rem;
    color: #fff;
}

.lil-gui.root>.title{
    background-color: #2ca9f2;
    color: #fff;
    margin: 0;
    border-left: 1px solid #1da7f7;
    border-top: 1px solid #1da7f7;
    border-right: 1px solid #1da7f7;
    border-radius: 7px 7px 0 0;
    padding: 4px 4px 4px 10px;
}

.lil-gui.root.closed>.title{
    border-radius: 7px;
}

.lil-gui.root>.children {
    padding-left: 10px;
    border-left: 1px solid #1da7f7;
    border-right: 1px solid #1da7f7;
    border-bottom: 1px solid #1da7f7;
    border-radius: 0 0 7px 7px;
    padding: 0  10px 7px 10px;
}

.lil-gui .controller {
    margin: 8px 0 0 0;
    padding: 0;
}

body:not(.lil-gui-dragging) .lil-gui .title:hover{
    background-color: #13a5fa;
}

.lil-gui .controller.number .slider,
.lil-gui .controller.number.hasSlider input{
    background-color: var(--num-grey-dark-color);
    border-radius: 5rem;
    line-height: var(--widget-height);
    text-align: center;
    padding: 0;
    color: #2ca9f2;
    font-size: 13rem;
}

.lil-gui .controller.number .slider:hover,
.lil-gui .controller.number.hasSlider input:hover{
    background-color: var(--sec-grey-light-color);
}

.lil-gui .controller.number .fill{
    border-right: 2rem solid #2ca9f2;
}

.lil-gui.root.show_gui{
    display: flex;
    font-size: 13rem;
    width: 300rem;
    height: fit-content;
    padding: 15px;
}

.lil-gui input[type=checkbox]{
    background-color: #fff;
    color: #2ca9f2;
}

@media (hover: hover) {
    .lil-gui input[type=checkbox]:focus {
        box-shadow: inset 0 0 0 1px #8acdf3;
    }
}

.location_points{
    display: none;
}

.side_menu{
    width: 960rem;
    height: 100%;
    padding: 150rem 130rem;
    position: fixed;
    right: -960rem;
    z-index: 20;
    background-color: var(--primary-color);
    cursor: auto;
    transition: right 1s;
    box-sizing: border-box;
    box-shadow: 3rem 0rem 25rem rgba(0, 0, 0, 0.2);
    /* overflow-y: auto; */
}

.side_menu .close {
    background-image: url('../images/icons/x-lg-white.svg');
}

.side_menu.step1 .close, 
.side_menu.step2 .close,
.side_menu.step3 .close {
    background-image: url('../images/icons/x-lg.svg');
}

.side_menu.step1,
.side_menu.step2,
.side_menu.step3 {
    padding: 90rem 30rem 90rem 50rem;
    background-color: var(--sec-white-color);
}

.side_menu.step3 {
    padding: 90rem 30rem 75rem 50rem;
}

.wrap_content{
    height: 90%;
}

.shadow_top{
    box-shadow: 0rem 20rem 12rem 20rem #fff;
    position: relative;
    width: 100%;
    top: -12rem;
}

.shadow_bottom{
    box-shadow: 0rem -20rem 12rem 20rem #fff;
    position: relative;
    width: 100%;
    top: 12rem;
}

.wrap_link {
    position: relative;
    width: 100%;
}

.link_a_1{
    display: block;
    color: var(--sec-white-color);
    margin-bottom: 60rem;
    text-decoration: none;
    font-size: 76rem;
    font-weight: 600;
    line-height: 1;
}

/* .link_a_1:active {
    outline: none;
    background: none;
} */
/* .link_a_1:hover  {
    outline: none;
    background: rgb(255, 208, 0);
} */
/* .link_a_1:focus   {
    outline: none;
    background: none;
} */
/* .link_a_1:visited {
    outline: none;
    background:none;
} */

.link_a_2{
    width: 100%;
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 10rem;
}

.link_a_2_img {
    background: center/90% no-repeat url('../images/icons/arrow-right.svg');
    width: 24rem;
    height: 24rem;
    flex-shrink: 0;
}

.link_a_2_title {
    padding: 6rem 0rem 0rem;
}

.wrap_link::before {
    content: '';
    position: absolute;
    bottom: -17rem;
    left: 0%;
    width: 100%;
    height: 100%;
    border-bottom: 1rem solid #E1E1E1;
    pointer-events: none;
} 

.accordion{
    font-size: 30rem;
    font-weight: 500;
    margin: 30rem 0 0;
    border: 1rem solid;
}

.accordion_title{
    padding: 5rem 10rem;
    cursor: pointer;
}

.accordion_body{
    transition: height .3s;
}

.accordion_body.collapsed{
    height: 0;
    transition: height .3s, box-shadow 1.1s;
}

.accordion_body:not(.collapsed){
    height: 300rem;
    box-shadow: inset 0 1rem;
    padding: 5rem 10rem;
}

.close{
    position: absolute;
    left: 25rem;
    top: 25rem;
    background: center/contain no-repeat url('../images/icons/x-lg.svg');
}

.ref{
    display: block;
}

.ps__thumb-y{
    background-color: #000;
}

.navigation{
    display: flex;
}

.nav_item{
    display: none;
}

.nav_item:not(:first-child)::before{
    content: '/';
    margin: 0 5rem;
    color: #BBB;
    font-size: 17rem;
}

.nav_title {
    max-width: 440rem;
    font-size: 17rem;
    font-weight: 400;
    color: var(--sec-grey-dark-color);
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.nav_title.active {
    /* color: var(--primary-color); */
}

.wrap {
    margin-bottom: 55rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 35rem;
}

.wrap_links_a_1 {
    height: 100%;
    overflow-y: auto;
    margin-bottom: 0;
}

.wrap_links_a_2 {
    padding-right: 16rem;
    height: calc(100% - 180rem);
    overflow-y: auto;
    /* max-width: 750rem; */
}

.wrap_links_a_2.scroll {
    /* height: auto;
    overflow-y: auto; */
    /* height: 645rem; */
    /* padding-right: 16rem; */
}

.wrap_links_a_2.location_1,
.wrap_links_a_2.location_2,
.wrap_links_a_2.location_3,
.wrap_links_a_2.location_4 {
    height: calc(100vh - 330rem);
    height: calc(100dvh - 330rem);
    overflow-y: auto;
}

/* @media (max-) */

/* .wrap_links_a_2.scroll::-webkit-scrollbar {
    width: 5rem;
}

.wrap_links_a_2.scroll::-webkit-scrollbar-track {
    background: #e6e6e6;
}

.wrap_links_a_2.scroll::-webkit-scrollbar-thumb {
    background-color: #cfcfcf;
    border-radius: 20rem;
} */

.location_reference_btn{
    display: none;
    padding: 14rem 24rem 10rem 24rem;
    border-radius: 30rem;
    border: 2rem solid var(--primary-color);
    background: var(--sec-white-color);
    font-size: 20rem;
    line-height: 1;
    font-weight: 500;
    color: var(--primary-color);
    user-select: none;
    cursor: pointer;}

.location_reference_btn:hover{
    background-color: var(--primary-color);
    color: var(--sec-white-color);
}

.wrap_links_a_3{
    height: 100%;
    margin-top: 20rem;
    position: relative;
}

.link_a_2_body{
    display: flex;
    flex-direction: column;
    row-gap: 7rem;
    margin-top: 10rem;
}

.paint_link{
    text-decoration: none;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    column-gap: 10rem;
}

.paint_link:last-child {
    margin-bottom: 0;
}

.side_menu_iframe {
    visibility: hidden;
    background: '#f6f6f6';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* MODAL PDF */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: auto;
}

.modal.show {
    display: flex !important;
}

.modal-content {
    padding: 40rem;
    background-color: var(--sec-white-color);
    border-radius: 10rem;
    overflow: hidden;
    position: relative;
}

.modal-pdf-content {
    padding: 0;
    /* position: relative; */
}

.modal-service-content {
    max-width: 870rem;
    width: 100%;
    height: 350rem;
}

.pdf-viewer-wrapper {
    /* min-width: 650rem; */
    min-width: 970rem;
    height: calc(100vh - 80rem);
    height: calc(100dvh - 80rem);
    padding: 60rem 0 0 24rem;
}

.pdf-viewer-scroll {
    padding-right: 24rem;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow-y: scroll;
}

.pdf-viewer-item {
    /* width: 595rem; */
    /* width: 735rem; */
}

.pdf-viewer-item:last-child {
    border-bottom: none;
}

.modal-close-btn {
    /* padding: 10rem; */
    position: absolute;
    top: 20rem;
    right: 20rem;
    cursor: pointer;
} 

.modal-close-btn img {
    width: 100%;
    height: 100%;
}

.reset_view:active {}

.plug {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50000;
}

.plug_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* gap: 19px; */
}

.plug_logo {
    width: 155px;
}

.plug_text {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 150%;
}

.plug_text1,
.plug_text2 {
    max-width: 270px;
}

.plug_text1 {
    margin: 35px 0 10px;
}

@media only screen and (min-width: 980px) {
    .plug {
        display: none;
    }
}