/* Minification failed. Returning unminified contents.
(154,32): run-time error CSS1034: Expected closing parenthesis, found ','
(154,32): run-time error CSS1042: Expected function, found ','
(154,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(167,32): run-time error CSS1034: Expected closing parenthesis, found ','
(167,32): run-time error CSS1042: Expected function, found ','
(167,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(622,39): run-time error CSS1034: Expected closing parenthesis, found ','
(622,39): run-time error CSS1042: Expected function, found ','
(622,43): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(1326,39): run-time error CSS1034: Expected closing parenthesis, found ','
(1326,39): run-time error CSS1042: Expected function, found ','
(1326,43): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(1830,31): run-time error CSS1034: Expected closing parenthesis, found ','
(1830,31): run-time error CSS1042: Expected function, found ','
(1830,35): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(1842,31): run-time error CSS1034: Expected closing parenthesis, found ','
(1842,31): run-time error CSS1042: Expected function, found ','
(1842,35): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(2245,36): run-time error CSS1034: Expected closing parenthesis, found ','
(2245,36): run-time error CSS1042: Expected function, found ','
(2245,40): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(2517,45): run-time error CSS1046: Expect comma, found '0'
(2517,49): run-time error CSS1046: Expect comma, found '/'
(2518,37): run-time error CSS1046: Expect comma, found '0'
(2518,41): run-time error CSS1046: Expect comma, found '/'
 */
html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: futura-pt, sans-serif;
    background: #EBEBEC;
    color: #1B1B1A;
}

a, a:hover, a:active, a:visited {
    text-decoration: none;
    color: inherit;
}

    a.btn:hover, a.btn:active, a.btn:visited {
        color: #fff;
    }

.bold {
    font-weight: 700;
    font-family: futura-pt-bold;
}

#popup {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    display: none;
    min-width: 1024px;
}


    #popup.mobile {
        display: flex;
        background: #006590;
        min-width: 100%;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

        #popup.mobile .layer {
            background: rgba(7,87,114,0.9);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

.mobile-message {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    width: 54%;
}

#popup.seminar-popup {
    display: flex !important;
    background-image: url(Images/static-seminar.jpg) !important;
    align-items: center;
    justify-content: center;
}

#popup.chat {
    overflow-y: scroll;
    height: calc(100% - 76px);
    background-image: url(Images/chat.png) !important;
}

textarea:focus, input:focus {
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

input:-internal-autofill-previewed {
    appearance: menulist-button;
    background-color: transparent !important;
    background-image: none !important;
    color: #FFF !important;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: transparent !important;
    background-image: none !important;
    color: #FFF !important;
}

#panorama-container {
    width: 100%;
    height: 100%;
    min-width: 1024px;
}

#panorama-title {
    position: absolute;
    top: 100px;
    left: 30px;
    background: #005470;
    padding: 20px 30px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    z-index: 1;
}

#logo {
    background-image: url(Images/logo.svg);
    width: 144px;
    height: 36px;
    cursor: pointer;
    margin: 25px 0 0 30px;
}

    #logo.blue {
        background-image: url(Images/logo_blue.svg);
    }

#floorplan-button {
    width: 154px;
    height: 53px;
    position: absolute;
    top: 17px;
    left: 50%;
    margin-left: -127px;
    z-index: 1;
    cursor: pointer;
}

.floorplan-blue-btn {
    width: 150px;
    height: 49px;
    background: rgb(0, 159, 227, 0.5);
    font-size: 22px;
    font-weight: 600;
    color: #F4F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-left: 2px;
    margin-top: 2px;
}

#floorplan-button:hover .floorplan-blue-btn {
    background: rgb(0, 159, 227, 0.8);
}

#floorplan-button .green-rectangle {
    transition: all 0.3s ease-out;
    border-color: #00BD71;
    height: 47px;
    position: absolute;
    top: 0;
    left: 0;
    width: 148px;
}

#floorplan-button .white-rectangle-behind {
    transition: top 0.3s ease-out, left 0.3s ease-out;
    border: 0;
    height: 47px;
    position: absolute;
    top: 0;
    left: 0;
    width: 148px;
}

#floorplan-button:hover .white-rectangle-behind {
    border: 1px solid #F4F5F5;
    top: -4px;
    left: 2px;
}

#floorplan-button:hover .green-rectangle {
    top: -2px;
    left: -2px;
}

#floorplan-button .white-rectangle-first, #floorplan-button .white-rectangle-second {
    transition: all 0.3s ease-out;
    border-color: #F4F5F5;
    height: 47px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 148px;
}

#floorplan-button:hover .white-rectangle-first {
    bottom: -4px;
    right: -2px;
}

#floorplan-button:hover .white-rectangle-second {
    border: 1px #F4F5F5 solid;
    right: 8px;
}

#rotate-icon {
    background: url(Images/360_icon.svg);
    width: 55px;
    height: 34px;
    position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
}

header {
    height: 76px;
    width: 30%;
    position: fixed;
    z-index: 3;
}

    header .close-box {
        display: none;
    }

    header.blue {
        height: 86px;
        background: #F4F5F5;
        width: calc(44% - 16px);
    }

        header.blue .close-box {
            background-image: url(Images/close_black.svg);
            display: block;
        }

            header.blue .close-box:hover {
                background-image: url(Images/close_blue.svg);
            }

.inner-header {
    padding: 0 60px;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body.mobile .inner-header {
    padding: 0 20px;
}

.menu {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: #0078A1;
}

    .menu.mobile {
        display: none;
    }

    .menu a, .menu a:hover {
        text-decoration: none;
    }

.menu-item {
    margin-left: 40px;
    font-weight: 400;
    font-size: 18px;
}

sup.chat-notify {
    background: #0099CC;
    color: #fff;
    font-size: 10px;
    border-radius: 25px;
    font-weight: 700;
    width: 12px;
    height: 12px;
    text-align: center;
    display: inline-block;
}

.menu-item.selected {
    border-bottom: 1px solid #005470;
}

    .menu-item.selected > a {
        color: #005470;
    }

.sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0;
    right: 0;
    background: #005470;
    color: #fff;
    pointer-events: none;
    opacity: 0;
    transition: transform .4s, opacity .4s;
    z-index: 1;
}

    .sub-menu:before {
        content: "";
        display: block;
        height: 30px;
        position: absolute;
        top: -30px;
        width: 100%;
    }

.menu-item:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
}

.sub-menu ul {
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0 100px;
    margin: 30px 0;
    font-weight: 700;
}

    .sub-menu ul li {
        margin: 0 20px;
    }

.sub-menu.products {
    display: flex;
    justify-content: center;
}

    .sub-menu.products .product-list {
        padding: 0 15px;
        margin-top: 30px;
        flex: 1 1 0px;
        max-width: 260px;
    }

@media screen and (max-width: 1025px) {
    .sub-menu.products .product-list {
        max-width: 200px;
    }

    .menu {
        margin-left: 10px;
    }

    .menu-item {
        font-size: 15px;
    }

    .sub-menu {
        max-width: 1024px;
    }
}

.sub-menu.products .product-list-header {
    color: #0099CC;
    font-size: 14px;
    border-bottom: 1px solid #0099CC;
    font-weight: 700;
    padding-bottom: 10px;
    display: block;
    cursor: pointer;
}

.sub-menu.products ul {
    display: block;
    padding: 0;
    margin-top: 15px;
}

    .sub-menu.products ul li {
        margin: 0 0 10px 0;
    }

.product-list-name {
    display: block;
    font-size: 20px;
    font-weight: 600;
}

    .product-list-name sup {
        vertical-align: baseline;
        position: relative;
        top: -0.4em;
    }

.product-list-subname {
    color: #7EA6B5;
    font-size: 14px;
    font-weight: 400;
}

#wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    ;
    /*max-width: 1280px;*/
    margin: 0 auto;
    height: 100%;
    width: 100%;
    min-width: 1024px;
    overflow-y: scroll;
    z-index: 2;
}

/**  PROFILE  **/
.profile-container {
    margin-top: 76px;
    width: 100%;
    height: calc(100% - 76px);
    overflow-y: auto;
    position: relative;
}

    .profile-container a {
        text-decoration: underline;
    }

    .profile-container.profile-page {
        margin-top: 0;
    }

        .profile-container.profile-page h1 {
            margin-top: 50px;
        }

.profile-box {
    width: 41%;
    min-height: 100%;
    background: #005470;
    color: #EBEBEC;
    float: left;
}

    .profile-box h3 {
        margin-top: 100px;
        margin-left: 60px;
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 400;
    }

    .profile-box h1 {
        margin-top: 0;
        margin-left: 60px;
        font-size: 26px;
        font-weight: 700;
    }

    .profile-box p {
        margin-top: 20px;
        margin-left: 60px;
        width: 60%;
        font-size: 16px;
        font-weight: 400;
    }

.profile-image {
    width: 59%;
    height: 100%;
    background: url('Images/profile.png');
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
}

.profile-form {
    margin-left: 60px;
    margin-top: 60px;
    margin-bottom: 30px;
}

    .profile-form input[type="text"] {
        background: transparent;
        border: 0;
        color: #fff;
        border-bottom: 1px solid #76A0AE;
        width: 60%;
        padding-bottom: 5px;
        margin-bottom: 10px;
        font-size: 16px;
        padding-left: 5px;
    }

        .profile-form input[type="text"]:focus {
            background: transparent;
            border-bottom: 1px solid #76A0AE;
        }

    .profile-form input::placeholder {
        color: #76A0AE;
        font-size: 16px;
        font-weight: 400;
    }

    .profile-form select {
        width: 61%;
        padding: 5px;
        background: transparent;
        color: #fff;
        border: 0;
        border-bottom: 1px solid #76A0AE;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .profile-form option {
        color: #000;
    }

.field-validation-error {
    color: red;
}

.btn-container {
    margin-top: 50px;
}

.btn {
    background: #0099CC;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    font-family: futura-pt-bold;
    cursor: pointer;
    display: inline-block;
    box-shadow: 2px 0 3px 0px rgba(55,61,65,0.2), -2px 0 3px 0px rgba(55,61,65,0.2), 0 2px 3px 0px rgba(55,61,65,0.2);
}

/**  WELCOME VIDEO  **/

#welcome-video-container {
    display: none;
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 30%;
}

.welcome-video {
    width: 100%;
    position: relative;
}

    .welcome-video video {
        width: 100%;
        display: block;
        border: 0;
        outline: none;
    }

    .welcome-video img {
        width: 100%;
        display: none;
    }

    .welcome-video.poster img {
        display: block;
    }

    .welcome-video.poster video,
    .welcome-video.poster .player {
        display: none;
    }

    .welcome-video.cover:after {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -24px;
        margin-top: -24px;
        height: 45px;
        width: 45px;
        background-image: url(Images/play_white.svg);
        background-repeat: no-repeat;
        background-position: 15px center;
        background-color: rgb(27,27,26,0.5);
        border-radius: 50%;
        content: '';
        display: block;
        transition: transform .25s ease-out;
    }

.welcome-video-message {
    background: #E6EBEF;
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 45px;
    font-size: 16px;
    font-weight: 600;
}

/** CHAT **/

#chat-box {
    background: #fff;
    width: 33%;
    height: 75%;
    position: absolute;
    top: 120px;
    right: 50px;
    display: none;
    z-index: 2;
}

.message-list {
    padding: 0 20px;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    height: 85%;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    .message-list::-webkit-scrollbar {
        display: none;
    }

    .message-list .row,
    #message-list .row {
        width: 95%;
        background: #005470;
        color: #fff;
        border-radius: 5px;
        padding: 5px;
        margin: 5px 0;
    }

        .message-list .row:first-child,
        #message-list .row:first-child {
            margin-top: 10px;
        }

.message-input-box {
    height: 12%;
    background: #EBEBEC;
    display: flex;
    justify-content: center;
    align-items: center;
}

#message-input {
    width: 90%;
    height: 70%;
    border: 0;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    resize: none;
    font-family: source-sans-pro;
}

    #message-input::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    #message-input::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-color: #0099CC;
    }

.close-box {
    display: block;
    width: 47px;
    height: 52px;
    background-image: url(Images/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    position: absolute;
    top: 17px;
    right: 20px;
    /*margin-left: -23px;*/
    cursor: pointer;
    z-index: 1;
}

    .close-box:hover {
        background-image: url(Images/close_blue.svg);
    }

.circle {
    transition: all 0.3s ease-out;
    width: 45px;
    height: 45px;
    border: 0;
    border-radius: 50%;
    position: absolute;
}

.white-circle-first, .white-circle-second {
    border: 0;
    top: 2px;
    left: 3px;
}

.close-box:hover .white-circle-first {
    background-image: url(images/circle_white.svg);
    /*border: 1px solid #F4F5F5;*/
    top: 0;
    left: -5px;
}

.close-box:hover .white-circle-second {
    background-image: url(images/circle_white.svg);
    /*border: 1px solid #F4F5F5;*/
}

.green-circle {
    /*border-color: #00BD71;*/
    background-image: url(images/circle_green.svg);
    top: 2px;
    left: 0;
}

.blue-circle {
    /*border-color: #009FE3;*/
    background-image: url(images/circle_blue.svg);
    top: 5px;
    right: 0;
}

.close-box:hover .green-circle {
    top: 7px;
    left: 10px;
}

.close-box:hover .blue-circle {
    /*border-color: #00BD71;*/
    background-image: url(images/circle_green.svg);
    top: 3px;
    left: 1px;
}

/**  CONSULTANT CHAT **/

#channel-window {
    width: 30%;
    height: 80%;
    background: transparent;
    float: left;
    margin: 40px 0 0 100px;
}

#chat-window {
    width: 30%;
    height: 80%;
    float: right;
    background: #fff;
    margin-top: 60px;
    margin-right: 100px;
    position: relative;
    display: none;
}

#message-list {
    padding: 0 20px;
    background: #fff;
    box-sizing: border-box;
    height: 82%;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    #message-list::-webkit-scrollbar {
        display: none;
    }

#typing-row {
    height: 3%;
}

.message-info-row {
    padding: 10px 0 5px;
    border-bottom: 1px solid #00779E;
    height: 100%;
    width: 95%;
    margin: 0 auto;
}

.own-message .message-info-row {
    border-bottom: 1px solid #CCCECF;
}

.message-username-container {
    width: 66.66666667%;
    text-align: left;
    float: left;
    margin-bottom: 5px;
}

.message-username {
    /*margin-left: 15px;*/
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
}

.message-date-container {
    width: 33.33333333%;
    text-align: right;
    float: left;
    margin-bottom: 5px;
}

.message-date {
    /*margin-right: 15px;*/
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
}

.message-content-row {
    padding-bottom: 5px;
    margin: 0 auto;
    width: 95%;
}

.message-body {
    word-break: break-all;
    text-align: justify;
    text-justify: inter-word;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0;
}

#message-list .own-message,
.message-list .own-message {
    background-color: #fff;
    color: #373D41;
    margin-left: auto;
}

.message-list .intro-message {
    margin: 10px auto 0;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #005470;
}

/*#message-list .own-message .message-username,
.message-list .own-message .message-username {
    color: #fff;
}*/

.member-status {
    margin-left: 15px;
    font-weight: 300;
    font-size: 14px;
    border-top: 1px solid #373D41;
    border-bottom: 1px solid #373D41;
    width: 90%;
}

#typing-placeholder {
    font-size: 12px;
    font-weight: 300;
    margin-left: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

#input-div {
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
}

    #input-div textarea {
        width: 95%;
        background: #fff;
        border-radius: 5px;
        margin: 0px;
        height: 80%;
        padding: 5px;
    }

.channel-list {
    height: 100%;
}

.channel-row {
    background: #fff;
    color: #373D41;
    height: 60px;
    margin: 5px 0;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

.channel-title {
    font-size: 14px;
}

.channel-row.selected {
    background: #0099CC;
    color: #fff;
}

.new-channel {
    position: absolute;
    top: 0;
    right: 0;
    background: #0099CC;
    padding: 5px;
    color: #fff;
    font-weight: 600;
    display: none;
}

.channel-row.new .new-channel {
    display: block;
}

.channel-username {
    font-weight: 600;
}

.channel-notify {
    font-weight: 600;
    background: #0099CC;
    padding: 0 3px;
    color: #fff;
    margin-left: 5px;
}

.channel-message {
    font-size: 14px;
    font-style: italic;
}

.last-message-date {
    font-size: 14px;
    /*float: right;*/
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.tab {
    display: inline-flex;
    width: 20%;
    height: 30px;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .tab.active {
        background: #0099CC;
        color: #fff;
    }

/* PRODUCT */

#product-box {
    display: none;
    width: 100%;
    height: 100%;
    background: #F4F5F5;
}

    #product-box .close-box {
        position: fixed;
        left: 40%;
        right: unset;
        background-image: url(Images/close_black.svg);
    }

        #product-box .close-box.close-box:hover {
            background-image: url(Images/close_blue.svg);
        }


body.Mac #product-box .close-box {
    /*top: 112px;
    right: 35px;*/
}

.product-image {
    width: 56%;
    height: 100%;
    right: 16px;
    background-size: cover;
    background-position: center;
    position: fixed;
}

body.Mac .product-image {
    right: 0;
}

.product-column {
    width: 35%;
    background: #F4F5F5;
    padding-top: 110px;
    padding-left: 84px;
    padding-right: 184px;
    margin-bottom: 150px;
}

.product-column-content {
    height: 100%;
    width: 100%;
    padding: 0 30px 120px 30px;
    box-sizing: border-box;
    margin-top: 22px;
}

.product-info {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

    .product-info p {
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
    }

        .product-info p a {
            display: inline-block;
        }

    .product-info ul {
        list-style: none;
        padding-left: 0;
    }

        .product-info ul li {
            font-size: 18px;
            line-height: 26px;
            font-weight: 400;
            position: relative;
            padding-left: 10px;
        }

            .product-info ul li::before {
                content: '';
                background-image: url(Images/list_dash.svg);
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
                width: 6px;
                height: 26px;
                display: block;
                position: absolute;
                top: -2px;
                left: 0;
            }

            .product-info ul li::before {
                content: '';
                background-image: url(Images/list_dash.svg);
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
                width: 6px;
                height: 23px;
            }

    .product-info h4 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
    }

    .product-info a {
        display: block;
        color: #009FE3;
        font-size: 18px;
        font-weight: 400;
        text-decoration: underline;
    }

    .product-info h3 {
        margin: 0 0 10px 0;
        font-size: 24px;
        font-weight: 700;
        font-family: futura-pt-bold;
    }

    .product-info .btn {
        box-shadow: 2px 0 3px 0px rgba(55,61,65,0.2), -2px 0 3px 0px rgba(55,61,65,0.2), 0 2px 3px 0px rgba(55,61,65,0.2);
    }

    .product-info h1 {
        margin: 0;
        font-size: 42px;
        line-height: 44px;
        font-weight: 700;
        font-family: futura-pt-bold;
        margin-bottom: 30px;
    }

.paragraph-box {
    margin-bottom: 60px;
}

    .paragraph-box img {
        max-width: 100%;
    }

.paragraph-content {
    margin-bottom: 30px;
}

.product-info h1 sup {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

.product-gallery {
    margin-bottom: 20px;
}

    .product-gallery ul {
        padding: 0;
        margin: 0;
        list-style: none;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
        -moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
        -o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
        -ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
        transition: all 0.3s cubic-bezier(1,.01,.32,1);
    }

        .product-gallery ul li {
            float: left;
        }

            .product-gallery ul li img {
                width: 100%;
            }

.slider-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
}

.gallery-counter {
    display: inline-block;
    font-size: 14px;
}

.gallery-navigation {
    display: inline-flex;
    float: right;
    justify-content: space-between;
    width: 20%;
    height: 17px;
    align-items: flex-end;
    min-width: 109px;
}

    .gallery-navigation .prev {
        width: 18px;
        height: 12px;
        background-image: url(Images/prev.png);
        background-size: contain;
        cursor: pointer;
        position: relative;
    }

        .gallery-navigation .prev span {
            position: absolute;
            top: -50%;
            left: 0;
            width: 200%;
            opacity: 0;
            overflow: hidden;
            transition: all 0.3s ease-in;
            font-size: 16px;
            font-weight: 700;
            font-family: futura-pt-bold;
        }

        .gallery-navigation .prev:hover span {
            left: 200%;
            opacity: 1;
        }

    .gallery-navigation .next {
        width: 18px;
        height: 12px;
        background-image: url(Images/next.png);
        background-size: contain;
        cursor: pointer;
        position: relative;
    }

        .gallery-navigation .next span {
            position: absolute;
            top: -50%;
            left: 0;
            width: 200%;
            opacity: 0;
            overflow: hidden;
            transition: all 0.3s ease-in;
            font-size: 16px;
            font-weight: 700;
            font-family: futura-pt-bold;
        }

        .gallery-navigation .next:hover span {
            left: -290%;
            opacity: 1;
        }

.product-video {
    position: relative;
}

    .product-video video {
        width: 100%;
        display: block;
    }

    .product-video img {
        width: 100%;
        display: none;
    }

    .product-video.poster {
        cursor: pointer;
    }

        .product-video.poster img {
            display: block;
        }

        .product-video.poster video,
        .product-video.poster .player {
            display: none;
        }

    /*.product-video.cover:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    content: '';
    display: block;
}*/

    .product-video.cover:after {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -24px;
        margin-top: -24px;
        height: 45px;
        width: 45px;
        background-image: url(Images/play_white.svg);
        background-repeat: no-repeat;
        background-position: 15px center;
        background-color: rgb(27,27,26,0.5);
        border-radius: 50%;
        content: '';
        display: block;
        transition: transform .25s ease-out;
    }

    .product-video .blue-circle {
        top: 50%;
        left: 50%;
        margin-left: -22px;
        margin-top: -22px;
        z-index: 1;
    }

    .product-video .green-circle {
        top: 50%;
        left: 50%;
        margin-left: -25px;
        margin-top: -25px;
        z-index: 1;
    }


/**   ROOM   **/

#room-box {
    display: none;
    width: 100%;
    height: 100%;
}

body.Mac #room-box .close-box {
    /*top: 112px;
    right: 35px;*/
}

.product-link {
    position: absolute;
}

.room-title {
    position: absolute;
    color: #FFF;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    font-family: futura-pt-bold;
    top: 110px;
    left: 85px;
}

#room-box .product-image {
    background-position: -150px;
}

#room-box .product-info h1 {
    margin-bottom: 30px;
}

#video-link {
    width: 134px;
    display: block;
    position: absolute;
    top: 34%;
    left: 52%;
}

#media-link {
    width: 151px;
    display: block;
    position: absolute;
    top: 60%;
    left: 10%;
}

.product-info .btn-box {
    margin-bottom: 10px;
}

    .product-info .btn-box:last-child {
        margin-bottom: 0;
    }

#video-modal {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(60, 65, 69, 0.9);
    min-height: -webkit-fill-available;
}

.modal-content {
    margin: auto;
    border: 1px solid #888;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: calc(50% + 35px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    background-color: rgba(0, 0, 0, 0.95);
    border: 0px none;
}

.video {
    position: relative;
    margin: 0px auto;
}

#video-modal .modal-content video {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
}

/** WALL OF FAME **/

#location-box {
    display: none;
    width: 100%;
    height: 100%;
    background: #F4F5F5;
}

    #location-box .close-box {
        position: fixed;
        left: 40%;
        right: unset;
        background-image: url(Images/close_black.svg);
    }

        #location-box .close-box.close-box:hover {
            background-image: url(Images/close_blue.svg);
        }

.location-image {
    width: 56%;
    height: 100%;
    background-size: cover;
    background-position: center;
    /*float: right;*/
    /*max-height: 800px;*/
    position: fixed;
    right: 16px;
    top: 0;
    -webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
    -moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
    -o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
    -ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
    transition: all 0.3s cubic-bezier(1,.01,.32,1);
}

body.Mac .location-image {
    right: 0;
}

.location-column {
    width: 35%;
    background: #F4F5F5;
    padding-top: 110px;
    padding-left: 84px;
    padding-right: 184px;
    margin-bottom: 150px;
}

.location-content {
    height: 100%;
    width: 100%;
    padding: 40px 30px;
    box-sizing: border-box;
    margin-top: 22px;
}

.location-info {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    /*overflow-y: scroll;*/
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    .location-info::-webkit-scrollbar {
        display: none;
    }

.location-navigation {
    display: inline-flex;
    float: right;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    right: 16px;
    background: #1D4E60;
    width: 56%;
    height: 96px;
}

body.Mac .location-navigation {
    right: 0;
}

.location-navigation .prev {
    width: 34px;
    height: 36px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #00BD71;
    margin-top: 30px;
    margin-left: 40px;
}

    .location-navigation .prev .arrow {
        width: 20px;
        height: 6px;
        background-image: url(Images/green_arrow.svg);
        background-size: contain;
        cursor: pointer;
        position: relative;
        margin-top: 9px;
        transform: rotate(180deg);
    }

.location-navigation .next {
    width: 34px;
    height: 36px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #00BD71;
    margin-top: 30px;
    margin-right: 40px;
}

    .location-navigation .next .arrow {
        width: 20px;
        height: 6px;
        background-image: url(Images/green_arrow.svg);
        background-size: contain;
        cursor: pointer;
        position: relative;
        margin-top: 9px;
        float: right;
    }

.location-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
    font-family: futura-pt-bold;
    margin-bottom: 30px;
}

.location-description p {
    font-size: 18px;
    margin: 0 0 25px 0;
    font-weight: 400;
    line-height: 26px;
}

.location-description h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.location-description h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 700;
    font-family: futura-pt-bold;
}

.location-description a {
    display: block;
    color: #009FE3;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
}

.location-counter {
    font-size: 14px;
}

#location-box .close-box {
    position: fixed;
}

/**  SEMINAR  **/

#seminar-list-box {
    width: 30%;
    height: 100%;
    position: absolute;
    top: 76px;
    right: 50px;
    display: none;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    #seminar-list-box::-webkit-scrollbar {
        display: none;
    }

.seminar-list {
    background: #fff;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 54px;
    margin-bottom: 120px;
}

.seminar {
    border-bottom: 1px solid #9A9D9F;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

    .seminar:last-child {
        margin-bottom: 0px;
    }

    .seminar h4 {
        margin: 0 0 10px 0;
        font-weight: 400;
        font-size: 20px;
        color: #373D41;
    }

.seminar-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.seminar-subtitle {
    font-size: 16px;
    font-weight: 400;
    background: url(Images/linkedin_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    display: inline-block;
    padding-right: 40px;
}

.author-image {
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 25px;
    display: inline-block;
    float: left;
}

.author-label {
    color: #878B8D;
    font-size: 16px;
    display: inline-flex;
    height: 30px;
    margin-left: 10px;
    align-items: center;
}

.play-seminar {
    display: inline-block;
    float: right;
    height: 14px;
    font-size: 16px;
    color: #0078A1;
    font-weight: 700;
    background-image: url('Images/seminar play.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    padding-left: 20px;
    line-height: 14px;
    cursor: pointer;
}

a.play-seminar:hover, a.play-seminar:active {
    color: #0078A1;
}

.seminar-video {
    width: 44.7%;
    border: solid 8px #0E1317;
    position: relative;
}

    .seminar-video video {
        width: 100%;
        border: 0;
        outline: none;
        display: block;
    }

    .seminar-video img {
        width: 100%;
        display: none;
    }

    .seminar-video.poster img {
        display: block;
    }

    .seminar-video.poster video,
    .seminar-video.poster .player {
        display: none;
    }

    .seminar-video.poster:after {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -24px;
        margin-top: -24px;
        height: 48px;
        width: 48px;
        background: url(Images/play_blue.png) no-repeat center;
        background-size: cover;
        content: '';
        display: block;
        transition: transform .25s ease-out;
    }

.seminat-title {
    padding-right: 40px;
}

.seminat-subtitle {
    font-size: 20px;
    font-weight: 400;
}

/* hotspot */

.hotspot {
    cursor: pointer;
}

    .hotspot img {
        width: 26px;
        height: 18px;
        vertical-align: -4px;
        margin-left: 26px;
    }

        .hotspot img.wall {
            width: 32px;
            height: 32px;
            transform: none;
        }

.info-hotspot {
    line-height: 1.2em;
}

.no-touch .info-hotspot:hover {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.info-hotspot.visible {
    opacity: 1;
}

.hotspot-title-container {
    background: #02739B;
    color: #F4F5F5;
    padding: 10px 50px 10px 20px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    vertical-align: middle;
    opacity: 0.9;
}

.info-hotspot-title {
    background: rgb(27, 27, 26,0.5);
    color: #F4F5F5;
    padding: 10px 10px 10px 15px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    vertical-align: middle;
    line-height: 20px;
    border-radius: 4px;
}

.info-hotspot:hover .info-hotspot-title {
    background: rgb(27, 27, 26,0.8);
}

.info-hotspot .info-hotspot-title sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    top: -.5em;
}

.info-hotspot.left .info-hotspot-title,
.link-hotspot.left .hotspot-title-container {
    margin: 5px 0;
    padding: 10px 20px 10px 40px;
}

.info-hotspot.left .info-hotspot-icon,
.link-hotspot.left .link-hotspot-icon {
    position: absolute;
    top: 0;
    left: -24px;
    transform: none;
}

.rectangle {
    border: 1px solid;
    border-radius: 4px;
}

.green-rectangle {
    border-color: #00BD71;
    height: 42px;
    position: absolute;
    top: -3px;
    left: -5px;
    width: 100%;
}

    .green-rectangle::after {
        content: '';
        border-radius: 4px;
        border: 0;
        position: absolute;
        left: 0;
        height: 40px;
        width: 100%;
        top: 0;
    }

.hotspot:hover .green-rectangle::after {
    transition: all 0.3s ease-out;
    border: 1px solid #F4F5F5;
    left: -3px;
    top: -3px;
}

.blue-rectangle {
    border-color: #009FE3;
    position: absolute;
    right: 0;
    height: 40px;
    width: 42px;
    top: 2px;
}

.hotspot:hover .blue-rectangle {
    border-color: #00BD71;
}

.blue-rectangle::before {
    transition: all 0.3s ease-out;
    content: '';
    border-radius: 4px;
    border: 0;
    position: absolute;
    right: 0;
    height: 40px;
    width: 42px;
    top: 0;
}

.hotspot:hover .blue-rectangle::before {
    border: 1px solid #F4F5F5;
    right: -3px;
    top: 3px;
}


/**  VIDEO CONTROLS  **/
video {
    border: 0 none;
    -o-object-fit: fill;
    object-fit: fill;
}

.player {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    -moz-box-sizing: border-box;
    font-family: Arial, sans-serif;
    position: absolute;
    bottom: 0px;
    z-index: 2;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (min-width: 768px) {
    .player {
        padding: 0 20px;
        background: rgba(235,235,236,0.8);
        height: 60px;
        float: left;
        padding: 0 10px;
    }
}

.player > * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.player .progress {
    width: calc(100%);
    height: 6px;
    background-color: #fff;
    cursor: pointer;
    padding: 0;
    position: absolute;
    font-variant: normal;
    /* bottom: -3px; */
}

@media screen and (min-width: 768px) {
    .player .progress {
        top: -6px;
        left: 0;
    }
}

.player .progress .progress-bar {
    background: #0097E0;
    height: 100%;
    position: relative;
    z-index: 999;
    width: 0;
    height: 6px;
    margin-top: 0px;
}

    .player .progress .progress-bar .button-holder {
        position: relative;
        left: 5px;
    }

        .player .progress .progress-bar .button-holder .progress-button {
            display: none;
            background: #0097E0;
            border-radius: 10px;
            width: 10px;
            height: 10px;
            position: absolute;
            left: -25px;
            margin-top: -2px;
            text-decoration: overline;
        }

            .player .progress .progress-bar .button-holder .progress-button.show {
                display: block;
            }

.player [class^="buffered"] {
    background: rgba(0, 151, 224, 0.5);
    position: absolute;
    top: 0;
    left: 30px;
    height: 100%;
    border-radius: 5px;
    z-index: 1;
}

.player .play-pause {
    width: 60px;
    height: 60px;
    background: #515151;
    padding: 0;
    left: 50%;
    position: absolute;
    margin: -30px 0 0 -30px;
    top: 50%;
    border-radius: 50%;
}

    .player .play-pause:hover {
        cursor: pointer;
    }

    .player .play-pause .play-button {
        height: 100%;
    }

    .player .play-pause .pause-button {
        -webkit-transition: all 0.2s ease-out;
        height: 100%;
    }

    .player .play-pause.pause .play-button {
        display: none;
    }

    .player .play-pause.play {
        -webkit-transition: all 0.2s ease-out;
    }

        .player .play-pause.play .pause-button {
            display: none;
        }

@media screen and (min-width: 768px) {
    .player .play-pause {
        display: inline-block;
        float: left;
        width: 12px;
        margin: 0;
        margin-right: 10px;
        height: 100%;
        padding: 0 5px;
        cursor: pointer;
        border-radius: 0;
        background: none;
        position: static;
    }

        .player .play-pause .play-button {
            height: 100%;
            background: url('Images/video play.png') center center no-repeat;
            background-size: contain;
        }

        .player .play-pause .pause-button {
            -webkit-transition: all 0.2s ease-out;
            height: 100%;
            background: url('Images/video pause.png') center center no-repeat;
            background-size: contain;
        }
}

.player .time {
    font-size: 20px;
    text-align: center;
    color: white;
    width: auto;
    top: initial;
    bottom: 0;
    margin: 0 10px;
    line-height: 40px;
    position: absolute;
}

@media screen and (min-width: 768px) {
    .player .time {
        color: #515151;
        font-weight: 400;
        height: 100%;
        margin-left: 15px;
        margin-right: 15px;
        line-height: 60px;
        right: 50px;
    }
}

.player .volume-icon {
    display: none;
    background: url("Images/video volume.png") center center no-repeat;
    background-size: contain;
    width: 20px;
    cursor: pointer;
    float: left;
    height: 100%;
}

    .player .volume-icon.mute {
        background: url("Images/mute.png") center center no-repeat;
        background-size: contain;
    }

@media screen and (min-width: 768px) {
    .player .volume-icon {
        display: inline-block;
    }
}

.player .volume {
    display: none;
    width: 98px;
    height: 4px;
    background-color: #373D41;
    float: left;
    cursor: pointer;
    margin: 28px 0 0 10px;
    padding: 0;
    position: relative;
    font-variant: normal;
}

    .player .volume .volume-bar {
        background: #0097E0;
        height: 100%;
        position: relative;
        z-index: 999;
        width: 0px;
        height: 4px;
        margin-top: 0px;
    }

        .player .volume .volume-bar .volume-button-holder {
            position: relative;
        }

            .player .volume .volume-bar .volume-button-holder .volume-button {
                background: #0097E0;
                border-radius: 10px;
                width: 10px;
                height: 10px;
                position: absolute;
                margin-top: -2px;
                text-decoration: overline;
            }

            .player .volume .volume-bar .volume-button-holder:hover {
                cursor: pointer;
            }

@media screen and (min-width: 768px) {
    .player .volume {
        display: inline-block;
    }
}

.player .fullscreen {
    display: inline-block;
    width: 22px;
    height: 22px;
    bottom: 13px;
    right: 10px;
    cursor: pointer;
    position: absolute;
}

@media screen and (min-width: 768px) {
    .player .fullscreen {
        position: static;
        background: url("Images/video fullscreen.png") center no-repeat;
        background-size: contain;
        float: right;
        height: 100%;
        margin-right: 10px;
    }
}

.video {
    position: relative;
    margin: 0px auto;
}

    .video:hover .player {
        opacity: 1;
        width: 983.467px;
    }

.pause-button:active span {
    text-shadow: 0 0 7px #fff;
}

.welcome-video .player {
    height: 40px;
}

    .welcome-video .player .time {
        line-height: 40px;
    }

    .welcome-video .player .volume {
        margin: 18px 0 0 10px;
    }

#popup.floorplan {
    background-image: url(images/floorplan.jpg);
    background-size: 100% 100%;
    background-color: #006590;
    background-blend-mode: multiply;
    background-size: 100% 100%;
}

.floorplan-overlay {
    background-color: rgb(0,101,144,0.5);
    width: 100%;
    height: 100%;
}

.floor-description {
    width: 300px;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

    .floor-description h3 {
        font-size: 16px;
        font-weight: 700;
        font-family: 'futura-pt-bold';
        line-height: 22px;
        margin: 0 0 2px 0;
        color: #F4F5F5;
    }

    .floor-description p {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        color: #F4F5F5;
        margin: 0;
    }

.floor-link {
    position: absolute;
    cursor: pointer;
}

.panorama-name {
    color: #F4F5F5;
    font-size: 32px;
    font-weight: 600;
    line-height: 20px;
}

.floor-link:hover .panorama-name {
    color: #009FE3;
}

.floor-button {
    width: 47px;
    height: 52px;
    background-image: url(Images/floorplan_link.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px;
    position: relative;
    margin: 0 auto;
    margin-top: 5px;
}

.floor-link:hover .floor-button {
    background-image: url(Images/floorplan_link_blue.svg);
}

.floor-link:hover .green-circle {
    top: 7px;
    left: 10px;
}

.floor-link:hover .blue-circle {
    /*border-color: #00BD71;*/
    background-image: url(images/circle_green.svg);
    top: 3px;
    left: 1px;
}

.floor-link:hover .white-circle-first {
    /*border: 1px solid #F4F5F5;*/
    background-image: url(images/circle_white.svg);
    top: 0;
    left: -5px;
}

.floor-link:hover .white-circle-second {
    /*border: 1px solid #F4F5F5;*/
    background-image: url(images/circle_white.svg);
}

#wall-of-fame {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    display: none;
    min-width: 1024px;
    background: #1D4E60;
    /*padding: 110px 84px 50px;*/
    padding-top: 110px;
}

.wall-header {
    margin-bottom: 30px;
    padding: 0 84px;
    height: 72px;
}

.wall-title {
    width: 40%;
    display: inline-block;
}

.filter {
    width: 55%;
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-right: 17px;
}

body.Mac .filter {
    margin-right: 0;
}

.wall-title h1 {
    color: #FFF;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    font-family: futura-pt-bold;
}

.wall-title span {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.wall-grid-container {
    width: calc(100% - 168px);
    height: calc(100% - 215px);
    overflow-y: auto;
    padding: 0 84px;
}

.wall-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 40px;
    padding-bottom: 40px;
}

.wall-item {
    background: #FFF;
    display: grid;
    height: 100%;
    position: relative;
    max-height: 400px;
    cursor: pointer;
}

.wall-item-image {
    background-position: center;
    padding: 0;
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
}

.wall-item-title {
    padding: 30px 30px 60px 30px;
    position: relative;
}

    .wall-item-title h2 {
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        color: #000;
        margin-bottom: 40px;
    }

    .wall-item-title a {
        position: absolute;
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
        color: #00BD71;
        left: 30px;
        bottom: 30px;
        cursor: pointer;
    }

a.wall-item-link::after {
    content: '';
    background-image: url(images/green_arrow.svg);
    display: inline-block;
    height: 6px;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 30px;
    margin-left: 10px;
    vertical-align: middle;
    content: " ";
}

/* Toggle button */
.toggle-button {
    padding-top: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    margin-left: 40px;
}

.toggle-button__label {
    font-size: 16px;
    color: #FFF;
    z-index: 1;
}

    .toggle-button__label[data-state="on"] {
        padding: 10px 30px 10px 0;
        margin-right: -30px;
    }

    .toggle-button__label[data-state="off"] {
        padding: 10px 0 10px 30px;
        margin-left: -30px;
    }

    .toggle-button__label.toggle-button__label--active {
        color: #00BD71;
    }

.toggle-button__toggler {
    background: white;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    margin: 0 7px;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    padding: 7px 17px;
    position: relative;
    vertical-align: middle;
    width: 70px;
    text-align: right;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

    .toggle-button__toggler:before {
        content: "";
        background: #FFF;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 2px;
        z-index: 1;
        -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
        box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

    .toggle-button__toggler.on:before {
        left: 4px;
    }

    .toggle-button__toggler.off:before {
        left: 30px;
    }

    .toggle-button__toggler.on, .toggle-button__toggler.off {
        background: #00BD71;
    }

.toggle-button__arrow {
    position: absolute;
    top: 20px;
    left: 24px;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.off .toggle-button__arrow {
    top: 13px;
    left: 24px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 38px;
}

.on .toggle-button__arrow {
    top: 13px;
    left: 24px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 12px;
}


/*  HELP POPUP */

#event-content {
    background: none;
    height: 100%;
}

.is-blurred {
    filter: blur(8px) brightness(125%);
    -webkit-filter: blur(8px) brightness(125%);
    pointer-events: none;
}

#help-modal {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    min-height: -webkit-fill-available;
}

    #help-modal .modal-content {
        width: 57%;
        height: 53%;
        background: transparent;
    }


@media screen and (max-width: 1023px) {
    #help-modal {
        display: none!important;
    }
    .is-blurred {
    filter: initial!important;
    -webkit-filter: initial!important;
    pointer-events: initial!important;
}
}

#help {
    position: relative;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    background: rgba(29,78,96,0.95);
    display: flex;
    color: #FFF;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    #help h1 {
        font-size: 42px;
        line-height: 42px;
        margin: 0 0 48px 0;
        font-weight: 700;
        text-align: center;
    }
    @media screen and (max-width: 768px) {

    #help h1 {
        font-size: 32px;
        line-height:32px;
        margin: 0 0 24px 0;
    }
}

.manual {

    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 572px) {

    .manual {
        width: 100%;
        display: block;
    }
}

.manual-box {
    text-align: center;
    padding: 0 30px;
}

.manual img {
    margin-bottom: 15px;
}

.manual h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin: 0;
}

.manual p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
}

/*  FILE POPUP */

#file-modal {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    min-height: -webkit-fill-available;
}

    #file-modal .close-box {
        background-image: url(Images/close_black.svg);
    }

        #file-modal .close-box:hover {
            background-image: url(Images/close_blue.svg);
        }

    #file-modal .modal-content {
        width: 90%;
        height: 90%;
        background: transparent;
        top: 50%;
    }

#file {
    position: relative;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    background: #FFF;
}

    #file iframe {
        border: 0;
    }

