@font-face {
    font-family: 'Encode Sans';
    src: url('../font/EncodeSans-Bold.eot');
    src: url('../font/EncodeSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/EncodeSans-Bold.woff2') format('woff2'),
    url('../font/EncodeSans-Bold.woff') format('woff'),
    url('../font/EncodeSans-Bold.ttf') format('truetype'),
    url('../font/EncodeSans-Bold.svg#EncodeSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Encode Sans';
    src: url('../font/EncodeSans-Medium.eot');
    src: url('../font/EncodeSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('../font/EncodeSans-Medium.woff2') format('woff2'),
    url('../font/EncodeSans-Medium.woff') format('woff'),
    url('../font/EncodeSans-Medium.ttf') format('truetype'),
    url('../font/EncodeSans-Medium.svg#EncodeSans-Medium') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-a: #79828C;
    --color-b: #F2F2F4;
    --color-f: #ffffff;
    --color-r: #BF3128;
}

.gs-color-a {
    color: var(--color-a) !important;
}

.gs-bg-a {
    background-color: var(--color-a) !important;
}

.gs-color-b {
    color: var(--color-b) !important;
}

.gs-bg-b {
    background-color: var(--color-b) !important;
}

.gs-color-f {
    color: var(--color-f) !important;
}

.gs-bg-f {
    background-color: var(--color-f) !important;
}

.gs-color-r {
    color: var(--color-r) !important;
}

.gs-bg-r {
    background-color: var(--color-r) !important;
}

BODY {
    font-family: 'Encode Sans';
    font-weight: 400;
    font-size: 18px;
    color: var(--color-a);
}

H1, H2, H3, H4, H5, H6 {
    font-family: 'Encode Sans';
    font-weight: 900;
}


H2 {
    font-size: 26px;
}

a {
    text-decoration: none !important;
}

.gs-bg-gray {
    background-color: #79828C;
    color: #FFF;
}


.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #79828C;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #79828C;
    --bs-btn-hover-border-color: #79828C;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #79828C;
    --bs-btn-active-border-color: #79828C;
}

.btn-gs-booking {
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--color-r);
    --bs-btn-bg: var(--color-f);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #79828C;
    --bs-btn-hover-border-color: #79828C;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #79828C;
    --bs-btn-active-border-color: #79828C;
    --bs-btn-border-color: var(--color-r);
    margin: 10px auto;
}

.btn-gs-booking-1 {
    --bs-btn-font-weight: 900;
    --bs-btn-color: var(--color-f);
    --bs-btn-bg: var(--color-a);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #79828C;
    --bs-btn-hover-border-color: #79828C;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #79828C;
    --bs-btn-active-border-color: #79828C;
    --bs-btn-border-color: var(--color-f);
    margin: 10px auto;
    padding: 2rem !important;
    font-size: 30px;
    min-width: 250px;
}

.btn-gs-booking-ds {
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--color-a);
    --bs-btn-bg: var(--color-f);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #79828C;
    --bs-btn-hover-border-color: #79828C;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #79828C;
    --bs-btn-active-border-color: #79828C;
    --bs-btn-border-color: var(--color-a);
    margin: 10px auto;
}

.btn-gs-booking-ds-info {
    font-size: 30px;
    color: var(--color-r);
}

.bd-mode-toggle {
    z-index: 1500;
}


@media only screen and (max-width: 500px) {
    .chat-logs {
        height: 40vh;
    }
}

.chat-msg.user > .msg-avatar img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: left;
    width: 15%;
}

.chat-msg.self > .msg-avatar img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: right;
    width: 15%;
}

.cm-msg-text {
    background: white;
    padding: 10px 15px 10px 15px;
    color: #666;
    max-width: 75%;
    float: left;
    margin-left: 10px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 30px;
}

.chat-msg {
    clear: both;
}

.chat-msg.self > .cm-msg-text {
    float: right;
    margin-right: 10px;
    background: #5A5EB9;
    color: white;
}

.cm-msg-button > ul > li {
    list-style: none;
    float: left;
    width: 50%;
}

.cm-msg-button {
    clear: both;
    margin-bottom: 70px;
}


.team-card {
    height: 400px;
    box-shadow: none;
    border-radius: 15px;
    overflow: hidden;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: box-shadow 0.2s ease-in;
}

.team-card .team-cover {
    height: 150px;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    top: -60px;
}

.team-card .team-cover .team-avatar {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -35px;
    border: 6px solid #fff;
}

.team-card .team-details {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 25px;
    width: 80%;
    background: rgb(211, 213, 219);
    background: linear-gradient(0deg, rgba(219, 219, 219, 1) 0%, rgba(219, 219, 219, 1) 35%, rgba(244, 244, 244, 1) 100%);
    border-radius: 30px;
    height: 300px;
    padding-top: 65px;
    top: 40px;
}

.team-title {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 600;
    color: var(--color-text);
}

.team-link {
    bottom: 40px;
}

.team-card .team-details .team-name {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    color: var(--color-text);
}

.team-card .team-details .team-email {
    font-size: 14px;
    color: var(--color-text);
    font-weight: 500;
}

.team-card .team-details .team-text {
    margin-top: 5px;
    font-size: 15px;
    color: var(--color-text);
}

.team-card .contact-user {
    margin-bottom: 15px;
    height: 35px;
    width: 80%;
    border: 0;
    color: white;
    font-weight: bold;
    background: #035f7d;
    letter-spacing: 0.5px;
    border-radius: 5px;
    cursor: pointer;
}


.team-card.skeleton .team-cover {
    background: #e2e2e2;
}

.team-card.skeleton .team-cover .team-avatar {
    display: none;
}

.team-card.skeleton .team-cover::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -35px;
    border: 2px solid #fff;
    z-index: 10;
    background: #e2e2e2;
}

/* Animated Skeleton */

.team-card.skeleton .hide-text {
    background: #e2e2e2;
    color: transparent;
    position: relative;
    overflow: hidden;
}

.team-card.skeleton .hide-text::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0;
    height: 100%;
    width: 50px;
    background: linear-gradient(to right, #e2e2e2 25%, #d5d5d5 50%, #e2e2e2 100%);
    animation-name: gradient-animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    filter: blur(5px);
}

@keyframes gradient-animation {
    from {
        left: 0%;
    }
    to {
        left: 100%;
    }
}

.gs-header-img-box {
    z-index: -10;
}

.gs-header-box {
    display: block;
    width: 100%;
    height: 700px;
}

.k1t7-home-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background: rgb(121, 130, 140);
    background: linear-gradient(0deg, rgb(121, 130, 140) 0%, rgb(121, 130, 140) 10%, rgb(161, 167, 174) 15%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.k1t7-home-mask-mobil {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background: rgb(121,130,140);
    background: linear-gradient(0deg, rgba(121,130,140,1) 0%, rgba(255,255,255,0) 15%);
}

.gs-top-slogan H1 {
    margin-top: 40px;
    font-size: 100px;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 5px 20px #3E3E3E;
    opacity: 1;
}

.gs-top-slogan P {
    margin-top: 60px;
    font-size: 25px;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 5px 20px #3E3E3E;
    opacity: 1;
}

.gs-top-slogan-2 H1 {
    margin-top: 20px;
    font-size: 100px;
    text-align: center;
    letter-spacing: 0px;
    color: var(--color-a);
    opacity: 1;
}

.gs-top-slogan-2 P {
    margin-top: 60px;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0px;
    color: var(--color-a);
    opacity: 1;
}


#chat-circle {
    width: 170px;
    height: 70px;
    border-radius: 35px 0 0 35px;
    position: fixed;
    overflow: hidden;
    display: flex;
    align-items: center;
    right: 0;
    bottom: 40px;
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}

.key-chat-image {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    margin-top: 0;
    border-radius: 50%;
}

.key-chat-text {
    transform: rotate(90deg);
    position: absolute;
    right: 55px;
    top: 25px;
    white-space: nowrap;
    font-size: 15px;
}


.btn#my-btn {
    background: white;
    padding-top: 13px;
    padding-bottom: 12px;
    border-radius: 45px;
    padding-right: 40px;
    padding-left: 40px;
    color: #5865C3;
}

#chat-overlay {
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: none;
}


.chat-box {
    display: none;
    background: #efefef;
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 350px;
    max-width: 85vw;
    max-height: 100vh;
    border-radius: 5px;
    /*   box-shadow: 0px 5px 35px 9px #464a92; */
    box-shadow: 0px 5px 35px 9px #ccc;
    z-index: 10;
}

.chat-box-toggle {
    float: right;
    margin-right: 15px;
    cursor: pointer;
}

.chat-box-header {
    background: #5A5EB9;
    height: 70px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    text-align: center;
    font-size: 20px;
    padding-top: 17px;
}

.chat-box-body {
    position: relative;
    height: 370px;
    height: auto;
    border: 1px solid #ccc;
    overflow: hidden;
}

.chat-box-body:after {
    content: "";
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy4wOSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=');
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
}

#chat-input {
    background: #f4f7f9;
    width: 100%;
    position: relative;
    height: 47px;
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: none;
    resize: none;
    outline: none;
    border: 1px solid #ccc;
    color: #888;
    border-top: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}

.chat-input > form {
    margin-bottom: 0;
}

#chat-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc;
}

#chat-input::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
}

#chat-input:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
}

#chat-input:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
}

.chat-submit {
    position: absolute;
    bottom: 3px;
    right: 10px;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 50%;
    color: #5A5EB9;
    width: 35px;
    height: 35px;
}

.chat-logs {
    padding: 15px;
    height: 370px;
    overflow-y: scroll;
}

.chat-logs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.chat-logs::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.chat-logs::-webkit-scrollbar-thumb {
    background-color: #5A5EB9;
}


.modal {
    --bs-modal-width: 700px;
}

.modal-content {
    border-radius: 30px;
}

/*////////////////////*/
.gs-point-list, .gs-point-list_plus {
    list-style: none;
    padding-left: 0;
    text-align: left;
}

.gs-point-list li, .gs-point-list li ul li {
    background-image: url('../img/point-list.svg');
    background-repeat: no-repeat;
    background-position: 0 0.2em;
    background-size: 20px 20px;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.gs-point-list_plus li {
    background-image: url('../img/point-list.svg');
    background-repeat: no-repeat;
    background-position: 0 0.5em;
    background-size: 20px 20px;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.6;
    display: none;
}


.service-item {
    text-align: center;
}

.service-card {
    height: 400px;
    box-shadow: none;
    border-radius: 15px;
    overflow: hidden;
    background-color: var(--color-f);
    display: block;
    cursor: pointer;
}

.service-card .service-details .service-name {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    color: var(--color-text);
}

.service-card .service-details .service-text {
    margin-top: 5px;
    font-size: 15px;
    color: var(--color-text);
}


.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    left: 20px;
    top: 50%;
    background-color: transparent !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: var(--color-r);
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    right: -31px;
    top: 50%;
    background-color: transparent !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: var(--color-r);
    transform: translate(-50%, -50%);
}

.owl-carousel-service {
    width: 100%;
}

.owl-carousel-service .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    padding: 0 !important;
}

.owl-carousel-service .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next {
    padding: 0 !important;
}


.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #fff;
}

.owl-carousel-team .owl-carousel .item img {
    width: 80px;
    margin: 0 auto;
    text-align: center;
}

.owl-carousel-team .owl-carousel .item figure {
    margin: 0;
}

.owl-carousel-team .owl-carousel .item figure a {
    display: block;
    text-align: center;
    max-width: 100%;
    transition: all 0.3s;
    padding: 3em;
    text-decoration: none;
    color: #565a5c;
}

.owl-carousel-team .owl-carousel .item figure a:hover {
    box-shadow: 0 11px 13.35px 1.65px rgba(148, 148, 148, 0.23);
    transform: scale(1.1);
}

/***/

.owl-carousel-service .owl-carousel .item img {
    width: 80px;
    margin: 0 auto;
    text-align: center;
}

.owl-carousel-service .owl-carousel .item figure {
    margin: 0;
}

.owl-carousel-service .owl-carousel .item figure a {
    display: block;
    text-align: center;
    max-width: 100%;
    transition: all 0.3s;
    padding: 3em;
    text-decoration: none;
    color: #565a5c;
}

.owl-carousel-service .owl-carousel .item figure a:hover {
    box-shadow: 0 11px 13.35px 1.65px rgba(148, 148, 148, 0.23);
    transform: scale(1.1);
}

/************************/


.btn {
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-disabled-opacity: 0.65;
    display: inline-block;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: 10px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
}

.btn-danger {
    --bs-btn-color: var(--color-f);
    --bs-btn-bg: var(--color-r);
    --bs-btn-border-color: none;
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}

.btn-secondary {
    --bs-btn-color: var(--color-f);
    --bs-btn-bg: var(--color-a);
    --bs-btn-border-color: none;
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}

.btn-width-nav {
    width: 220px;
}

.btn-width-nav-mobil {
    width: 75px;
}

.selection-szsj .section-right {
    height: 303px;
}

@media only screen and (min-width: 1080px) {
    .selection-szsj .section-right .section-right-block {
        left: 125px;
        height: 323px;
        display: flex;
        top: -10px;
    }

    .gs-position-relative {
        position: relative !important;
    }

    .gs-position-absolute {
        position: absolute !important;
    }
}

@media only screen and (max-width: 1080px) {
    .btn-width-nav {
        width: 170px;
        font-size: 14px;
    }

    .header-h1-title {
        font-size: 50px !important;
    }

    .gs-top-slogan .header-p {
        font-size: 16px !important;
    }

    .hero-mobil-bg {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

.hamburger-menu {
    position: fixed;
    max-width: 70px;
    top: 12px;
    padding: 5px;
    z-index: 999;
}

.hamburger-menu-mobil {
    position: fixed;
    max-width: 70px;
    top: -10px;
    padding: 5px;
    z-index: 999;
    right: 10px;
}

.hamburger-menu .menu-icon {
    cursor: pointer;
}

.hamburger-menu .menu-icon div {
    width: 30px;
    height: 3px;
    background-color: var(--color-f);
    margin: 6px 0;
}

.hamburger-menu .menu-list {
    list-style: none;
    padding: 25px 10px 25px 10px;
    display: none;
    background-color: var(--color-b);
    color: var(--color-c);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    width: 250px;
    position: absolute;
    right: 15px;
}


.hamburger-menu .menu-list li {
    padding: 10px;
    border-bottom: none;
    line-height: 14px;
}

.hamburger-menu .menu-list li a {
    text-decoration: none;
    color: var(--color-a);
    display: block;
}

.hamburger-menu .menu-list li a:hover {
    color: var(--color-r);
}


.burgericon {
    margin: 0;
    display: inline-block;
    padding: 10px;
    border: 2px solid var(--color-a);
    background-color: var(--color-a);
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    width: 55px;
    height: 55px;
}

.arrow-down {
    position: relative;
    width: 20px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.arrow-up {
    transform: rotate(180deg) !important;
}
.arrow-down::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid var(--color-f);
    position: absolute;
}


.gs-home-hr {
    border: 2px var(--color-f) solid;
    width: 40%;
    margin: 60px auto;
    opacity: 1;
}

.gs-termin-modal {
    margin: 10px auto;
}

.accordion-button {
    box: none;
    font-size: 22px;
    background-color: transparent;
}


.accordion-button:not(.collapsed),
.accordion-button:focus {
    outline: none;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    border-radius: 72px;
    opacity: 0.8;
    color: var(--color-a);
}

.accordion-item {
    color: var(--color-a);
    background: transparent linear-gradient(90deg, #F5F6F7 0%, #FEFEFE 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px !important;
    padding: 10px 15px !important;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.accordion-item-active {
    background: transparent linear-gradient(90deg, #E1E3E7 0%, #FEFEFE 100%) 0% 0% no-repeat padding-box;
}

/* E1E3E7 */

.accordion {
    --bs-accordion-btn-icon: url('arrow-down.svg');
    --bs-accordion-btn-active-icon: url('arrow-down.svg');
}

.accordion-button::after {
    width: 40px;
    height: 40px;
    background-size: 40px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('arrow-down.svg');
    transform: var(--bs-accordion-btn-icon-transform);
}


.list-group-svg-check-div {
}

.list-group-svg-check li {
    margin-left: 52px;
    border-width: 0 !important;
}

.list-group-svg-check li:before {
    font-size: 22px;
    content: '';
    width: 6px;
    height: 39px;
    display: inline;
    list-style-type: none;
    margin-bottom: 1rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMi4xMjEnIGhlaWdodD0nMzAnIHZpZXdCb3g9JzAgMCAzMi4xMjEgMzAnPjxnIGlkPSdJY29uX2ZlYXRoZXItY2hlY2stc3F1YXJlJyBkYXRhLW5hbWU9J0ljb24gZmVhdGhlci1jaGVjay1zcXVhcmUnIHRyYW5zZm9ybT0ndHJhbnNsYXRlKC0zIC0zKSc+PHBhdGggaWQ9J1BmYWRfMTcnIGRhdGEtbmFtZT0nUGZhZCAxNycgZD0nTTEzLjUsMTYuNSwxOCwyMSwzMyw2JyBmaWxsPSdub25lJyBzdHJva2U9JyMwMDAnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgc3Ryb2tlLXdpZHRoPSczJy8+PHBhdGggaWQ9J1BmYWRfMTgnIGRhdGEtbmFtZT0nUGZhZCAxOCcgZD0nTTMxLjUsMThWMjguNWEzLDMsMCwwLDEtMywzSDcuNWEzLDMsMCwwLDEtMy0zVjcuNWEzLDMsMCwwLDEsMy0zSDI0JyBmaWxsPSdub25lJyBzdHJva2U9JyMwMDAnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgc3Ryb2tlLXdpZHRoPSczJy8+PC9nPjwvc3ZnPg==");
    padding: 0px 0 3px 50px;
    background-repeat: no-repeat;
    margin-left: -52px;
}


.img-paroller {
    position: relative;
    z-index: -100;
}


.gs-content-horizontally-vertically {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    display: grid;
}


.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 0;
}

.sticky--desktop {
    display: none;
}

@media screen and (min-width: 60em) {
    .sticky--desktop {
        display: block;
    }

    .sticky--mobile {
        display: none;
    }
}

.footer-container, .footer-container a {
    font-size: 15px !important;
}

footer-container a:hover {
    --bs-link-color-rgb: var(--color-r) !important;
    color: var(--color-r) !important;
}

.footer-container .nav-link:hover {
    --bs-link-color-rgb: var(--color-r) !important;
    color: var(--color-r) !important;
}


.actuel-home-block {
    width: 100%;
    height: 600px;
    display: block;
    position: relative;
}

.actuel-home-block .actuel-home-img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-color: #EEE;
    background-size: cover;
    background-position: center center;
}

.actuel-home-block .actuel-home-img::after {
    width: 100%;
    height: 100%;
    display: block;
    background-color: var(--color-a);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.actuel-home-block .actuel-home-content {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}


.help-button {
    width: 150px;
    height: 150px;
    background-color: var(--color-r);
    color: var(--color-f);
    border-radius: 50%;
    display: block;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-align: center;
    border: 0;
    margin: 30px auto 0 auto;
    text-decoration: none !important;
}


.gs-title-h2 {
    margin-top: 30px;
    font-size: 60px;
    text-align: center;
    letter-spacing: 0px;
    color: var(--color-a);
    opacity: 1;
}

.gs-time-item-p, .gs-time-item-p a {
    margin-top: 0;
    font-size: 30px;
    letter-spacing: 0px;
    color: var(--color-a);
    opacity: 1;
    font-weight: 900;
}

.gs-time-item {
    color: var(--color-a);
    background: transparent linear-gradient(90deg, #F5F6F7 0%, #FEFEFE 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px !important;
    padding: 20px 25px !important;
    margin-bottom: 15px;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-right-width: 0px;
    border-right-style: none;
    border-right-color: currentcolor;
    border-left-width: 0px;
    border-left-style: none;
    border-left-color: currentcolor;
}

.show-szsj-block-active {
    display: block !important;
}


.container-fluid-gd {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.img-div {
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ccc;
    border: 0;
    width: 100%;
    height: 300px;
    position: relative;
    top: -25%;
}

@media only screen and (max-width: 1080px) {
    .btn-gs-booking-1 {
        --bs-btn-font-weight: 900;
        --bs-btn-color: var(--color-f);
        --bs-btn-bg: var(--color-a);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #79828C;
        --bs-btn-hover-border-color: #79828C;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #79828C;
        --bs-btn-active-border-color: #79828C;
        --bs-btn-border-color: var(--color-f);
        margin: 10px auto;
        padding: 10px !important;
        font-size: 18px;
        min-width: 150px;
    }

    .container-fluid-gd {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
    }

    .gs-home-hr {
        border: 2px var(--color-f) solid;
        width: 40%;
        margin: 40px auto !important;
        opacity: 1;
        display: block;
    }

    .space-2ezw .owl-stage::after, .space-2ezw .owl-stage::before {
        box-sizing: content-box;
    }

    .space-2ezw {
        padding-right: 0;
        padding-left: 0;
    }

    .owl-item.active {
        width: 385px;
    }

    .gs-title-h2 {
        margin-top: 0px;
        font-size: 30px;
    }

    .gs-top-slogan-2 P {
        margin-top: 0px;
        font-size: 20px;
    }

    .gs-time-item-p, .gs-time-item-p a {
        margin-top: 0;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 5px;
    }
}

.PageVersionContainerClass-1, .PageVersionContainerClass-5, .PageVersionContainerClass-6 {
    background-color: #79828C;
    z-index: -20;
}

.PageVersionContainerClass-2, .PageVersionContainerClass-3, .PageVersionContainerClass-4 {
    z-index: -20;
}

.PageVersionContainerClassMobil-1, .PageVersionContainerClassMobil-5 {
    z-index: -20;
    background-color: #79828C;
}

.PageVersionContainerClassMobil-2, .PageVersionContainerClassMobil-3, .PageVersionContainerClassMobil-4, .PageVersionContainerClassMobil-6 {
    z-index: -20;
}

.PageVersionContainerHeightClass-5 {
    height: 740px;
}
@media only screen and (max-width: 1080px) {
    .PageVersionContainerHeightClass-5 {
        height: auto;
    }
}
.PageVersionContainerHeightClass-1 {
    height: 555px;
}


#gotoTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--color-r);
    color: var(--color-f);
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#gotoTop:hover {
/*
    background-color: var(--color-a);
*/
}


.PageVersionContainerHeightClass-6 H1, .PageVersionContainerHeightClass-5 H1, .PageVersionContainerHeightClass-1 H1 {
    text-shadow: 0px 0px 2px #000000, 0px 0px 11px rgba(0, 0, 0, 0.32) !important;
}
.PageVersionContainerHeightClass-6 H1, .PageVersionContainerHeightClass-5 H1, .PageVersionContainerHeightClass-1 H1 , .PageVersionContainerHeightClass-4 H1 , .PageVersionContainerHeightClass-3 H1 , .PageVersionContainerHeightClass-2 H1 {
    font-size: 4vw !important;
}
@media only screen and (max-width: 800px) {
    .PageVersionContainerHeightClass-6 H1, .PageVersionContainerHeightClass-5 H1, .PageVersionContainerHeightClass-1 H1 , .PageVersionContainerHeightClass-4 H1 , .PageVersionContainerHeightClass-3 H1 , .PageVersionContainerHeightClass-2 H1 {
        font-size: 10vw !important;
    }
}
@media only screen and (max-width: 750px) {
    .PageVersionContainerHeightClass-6 H1, .PageVersionContainerHeightClass-5 H1, .PageVersionContainerHeightClass-1 H1 , .PageVersionContainerHeightClass-4 H1 , .PageVersionContainerHeightClass-3 H1 , .PageVersionContainerHeightClass-2 H1 {
        font-size: 12vw !important;
    }
}
.gs-container-1920 {
    max-width: 1920px !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.gs-mavn-row-container{
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0;
}
.gs-mavn-col{
    padding: 0;
    border: none;
}



.space-u7oi .owl-carousel {
    padding-left: 5px;
}
.space-2ezw .owl-carousel {
    padding-left: 15px;
}


.gs-header-box5 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.owl-nav{
    position: relative;
    left: -20px;
    top: -220px;
}
.team-item{
    position: relative;
    left: -10px;
}

.gs-image-actuel{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
    .gs-image-actuel{
        float: none;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

    .bg-mavn-title{
        background-color: var(--color-f) !important;
        color: var(--color-a) !important;
        padding-top: 30px !important;
    }

}

.header-schadow{
    /*
    -webkit-box-shadow: 0px -5px 20px -4px rgba(121,130,140,0.83), 0px -6px 20px -4px rgba(121,130,140,0.83), 0px -9px 20px -4px #79828C, 0px -6px 20px -4px #79828C;
    box-shadow: 0px -5px 20px -4px rgba(121,130,140,0.83), 0px -6px 20px -4px rgba(121,130,140,0.83), 0px -9px 20px -4px #79828C, 0px -6px 20px -4px #79828C;
     */
}

.owl-carousel-service .owl-stage-outer{
    left: -12px !important;
}


.header-p-g-PageVersionContainerClass-5{
    margin-top: 130px !important;
}

.popover em{
    width: 100px;
    text-align: right;
    display: inline-block;
}