/* === globalheader === */

/*=====================================================*/
/* Advansys PageExpress Custom Responsive Stylesheet   */
/*=====================================================*/
:root {
    --empty: #fff;
}

body {
    --content-color-01: #fff;
    --content-color-02: #45464c;
    --content-color-03: #1e2323;
    --content-color-04: rgb(26 199 213);
    --content-color-05: #1c4548;
    --content-color-06: #efeff1;
    --content-color-07: #8f9d9d;
    --content-color-08: #e2e1e5;
    --content-color-09: #9a9ca3;
    --content-color-10: #1ac7d5;
    --content-color-11: #rgb(26 69 71);
    --content-color-12: #bee6e9;
    --content-color-13: #282d30;
    --content-color-14: #24282b;
    --content-color-15: #2d2d2d;
    --content-color-16: #99a1a0;
    --content-color-17: #42cfd9;
    --content-color-18: #11bdc9;
    --content-color-19: #404040;
    --content-color-20: #8df0f7;
    --common-border-radius-01: 20px;
    --common-border-radius-02: 8px;
    --desktop-padding: 70px;
    --mobile-padding: 40px;
    --scrollbar-width: 0px;
    --window-height: 100vh;
}

    body.menu_open {
        overflow: hidden;
    }

.separator {
    font-style: normal;
    padding: 0 3px;
}

.nav-05.menu_open #navbar-menu {
    width: calc(100% - var(--scrollbar-width));
}

body.menu_open, .menu_open nav, .menu_open .bottom-control {
    margin-right: var(--scrollbar-width);
}

body {
    background: var(--content-color-01);
    color: var(--content-color-02);
    font-family: "Montserrat";
    font-size: 18px;
}

.img-container {
    border-radius: var(--common-border-radius-02);
    overflow: hidden;
    height: 100%;
    position: relative;
}

    .background-title {
        color: var(--content-color-08);
        position: absolute;
        transform: rotate(-90deg);
        font-size: 265px;
        font-weight: bold;
        white-space: nowrap;
        left: 0;
        right: 0;
    }

.color-container .background-title {
    width: 161%;
}

.subtitle {
    font-weight: 600;
    color: var(--content-color-07);
    font-size: 12px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
    font-weight: 700;
}

h1, .h1 {
    font-family: "Montserrat";
    font-size: 70px;
    font-weight: 600;
}

h2, .h2 {
    font-family: "Montserrat";
    font-size: 55px;
    font-weight: bold;
    color: var(--content-color-03);
    letter-spacing: -1px;
}

h3, .h3 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: bold;
}

h4, .h4 {
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
}


@media(min-width: 1200px) and (max-height: 700px) {
    h1, .h1 {
        font-size: 55px;
    }

    h2, .h2 {
        font-size: 38px;
    }

    h3, .h3 {
        font-size: 28px;
    }

    h4, .h4 {
        font-size: 24px;
    }
}

@media(max-width: 767px) {
    h1, .h1 {
        font-size: 48px;
    }

    h2, .h2 {
        font-size: 38px;
    }

    h3, .h3 {
        font-size: 34px;
    }

    h4, .h4 {
        font-size: 20px;
    }
}

.textwithline {
    width: fit-content;
    position: relative;
    z-index: 1;
}

    .textwithline:not(.text_part):after,
    .textwithline.text_part > span:after {
        content: "";
        position: absolute;
        height: 15px;
        width: calc(100% + 20px);
        left: -10px;
        background-color: var(--content-color-04);
        z-index: -1;
        bottom: 10px;
    }

    .textwithline.text_part > span {
        position: relative;
    }

main a {
    color: #20beca;
    font-weight: 500;
    text-decoration: none;
}

    main a:hover {
        color: #20beca;
    }

.form-control {
    min-height: 40px;
}

.btn.circle {
    padding: 23px;
    height: 30px;
    width: 30px;
    height: 56px;
    width: 56px;
}

    .btn.circle.arrow-right, .btn.circle.arrow-bottom {
        min-width: auto;
    }

.btn.arrow-right:before, .btn.arrow-bottom:before, .btn.arrow-left:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 0;
    font-weight: 400;
}

.btn.arrow-bottom:before {
    content: "\f078";
}

.btn.arrow-right:before {
    content: "\f054";
}

.btn.arrow-left:before {
    content: "\f053";
}

.btn {
    padding: 5px 15px;
    background-color: rgb(0, 0, 0);
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    line-height: 24px;
    padding: 14px 30px;
    border-radius: 40px;
    font-weight: 600;
    border: 2px solid var(--content-color-04);
    background-color: var(--content-color-04);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2.2px;
}

    .btn.white-border {
        border-color: var(--content-color-01);
    }

    .btn.text {
        border-color: transparent;
        background-color: transparent;
        padding-left: 0;
        justify-content: start;
    }

        .btn.text:before {
            content: "\f054";
            font-family: "Font Awesome 5 Pro";
            font-size: 15px;
            font-weight: 400;
            margin-right: 9px;
        }

.arrow-right.text {
    padding-left: 30px;
    padding-right: 50px;
    border-color: var(--content-color-04);
    background-color: var(--content-color-04);
}

    .arrow-right.text:before {
        right: 20px;
    }

.simple-text-01 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.1px;
}

.simple-text-02 {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.07px;
}

.simple-text-03 {
    font-weight: 400;
    font-size: 16px;
}

    .simple-text-01 p:last-child, .simple-text-02 p:last-child, .simple-text-03 p:last-child {
        margin-bottom: 0;
    }

.transparent {
    background-color: transparent;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn:focus-within {
    color: #fff;
    text-decoration: none;
    box-shadow: none !important;
    outline: none !important;
}

button:hover,
button:active,
button:focus,
button:focus-within {
    text-decoration: none;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    /*padding: 5px 15px;*/
    background-color: var(--content-color-04);
    /*color: #fff;*/
    cursor: pointer;
    border: 0 !important;
    outline: none !important;
}

    .btn-primary:hover {
        color: #fff;
        text-decoration: none;
        background-color: var(--content-color-04);
        background-color: var(--content-color-04);
    }

    .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background-color: var(--content-color-04);
        background-color: var(--content-color-04);
    }

    .btn-primary:focus, .btn-primary:active, .btn-primary:visited, .btn-primary:link {
        /*color: #fff;*/
        text-decoration: none;
        background-color: var(--content-color-04);
        border-color: #000;
    }

.btn-secondary {
    transition: 0.2s all;
    background-color: #fff;
    color: #000;
}

    .btn-secondary:hover {
        background-color: #fff;
        color: #000;
        text-decoration: none;
    }

.btn-primary:active {
    outline: none !important;
    box-shadow: none !important;
    background-color: #000;
    color: #fff;
}

.btn-share {
    position: relative;
    margin-right: 10px;
    padding: 12px 20px 12px 35px;
    text-transform: none;
    line-height: 1;
    margin-bottom: 10px;
    border-radius: 0;
}

    .btn-share span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        display: inline-block;
        width: 40px;
        text-align: center;
    }

    .btn-share.facebook {
        background-color: #2f5a9b;
    }

    .btn-share.twitter {
        background-color: #00acf2;
    }

@media (min-width: 576px) {
    .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 575.98px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

/* Quick Enquiry */
#slideOut {
    right: -400px;
    width: 400px;
    min-height: 300px;
}

    #slideOut div.container {
        padding: 15px;
    }

/* Display slideOut */
.right-tab.show {
    right: 0px !important;
}

/* Tab */
#slideOut .slideOutTab {
    cursor: pointer;
    position: absolute;
    left: -40px;
    width: 40px;
    height: 200px;
    background: rgb(68, 68, 68);
}

/* Tab Layer */
.slideOutTab div {
    text-align: center;
    position: relative;
    font-family: arial;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
    right: 70px;
    top: 90px;
    width: 180px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg); /* IE9+ */
    writing-mode: horizontal-tb;
}

#slideOut .col-form-label {
    padding: 0 0 3px;
}

#slideOut .form-control {
    min-height: 35px;
}

#slideOut textarea.form-control {
    resize: none;
    height: 108px;
}

#slideOut .form-group {
    margin-bottom: 10px;
}

#slideOut .form-control:focus {
    outline: none
}

.form .form-error {
    display: block;
    color: #b94a48;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 140%;
}

.form .tickbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.form .radio-multi .tickbox:last-child {
    margin-bottom: 0;
}

.form .radio-multi > label {
    display: none;
}

.form input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-top: 5px;
}

    .form input[type="checkbox"] + label {
        padding: 0 0 0 5px;
    }

.form .form-error {
    font-size: 15px
}

.form textarea.form-control {
    resize: none;
    height: 150px;
}

form input[type="checkbox"] + label + .form-error {
    display: none;
}

.form-group {
    margin-bottom: 1rem;
}

form .checkbox {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

    form .checkbox + label {
        position: relative;
        padding-left: 30px !important;
        cursor: pointer;
    }

        form .checkbox + label:before {
            position: absolute;
            top: 3px;
            left: 0;
            content: "";
            display: block;
            background-color: #fff;
            border-radius: 3px;
            box-shadow: inset 0 2px 2px rgba(172, 172, 172, 0.27);
            border: 1px solid #cccccc;
            width: 20px;
            height: 20px;
        }

    form .checkbox:checked + label:after {
        content: "\f00c";
        position: absolute;
        left: 4px;
        top: 5px;
        color: rgb(0, 0, 0);
        font-family: 'Font Awesome 5 Free';
        font-size: 13px;
        display: inline-block;
        font-style: normal;
        cursor: pointer;
        font-weight: 600;
    }

.form .required-star {
    color: rgb(255, 0, 0)
}

form .tickbox.has-error label:before {
    color: rgb(255, 0, 0);
    border-color: rgb(255, 0, 0);
}

.form .form-group {
    position: relative;
}

.form select.valid,
.form input.valid {
    background-image: url('/images/default/success-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    border-color: #4a4a4a;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form select.error,
.form input.error {
    background-image: url('/images/default/error-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    border: 2px solid #ff0000;
    background-color: #ffeded;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form .error + div.error,
.form .form-group.has-error div.error {
    color: #f00;
    position: absolute;
    right: 0;
    bottom: -22px;
    margin: 0;
}

.form .captcha .error + div.error,
.form .form-group.captcha.has-error div.error {
    position: static;
}

.form .form-group.has-error.tickbox div.error {
    display: none !important;
}

form .has-error input.error,
form .has-error select.error,
form .has-error textarea.error,
form .radio-multi.has-error .tickbox {
    background-color: rgb(255, 244, 244);
    background-image: url('/images/default/error-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    border-color: #f00;
    border-width: 2px;
}

form .has-error div.error {
    color: #f00;
}

#slideOut .form-error {
    display: none;
}

#slideOut .bottom-box {
    position: relative;
    margin-bottom: 0px !important
}

    #slideOut .bottom-box .required {
        position: absolute;
        top: 10px;
        right: 0;
        font-size: 14px;
        color: rgb(68, 68, 68)
    }

.right-tab {
    display: none;
    position: fixed;
    top: 200px;
    width: 370px;
    right: -370px;
    background: rgb(238, 238, 238);
    z-index: 99;
    color: rgb(68, 68, 68);
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

    .right-tab iframe {
        border: none;
        width: 100%;
        height: 350px;
    }

.right-tab-button {
    background: rgb(68, 68, 68);
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: -40px;
}

    .right-tab-button > i {
        line-height: 40px;
    }

#facebook-feed {
    top: 405px;
    z-index: 9998;
}

#twitter-feed {
    top: 450px;
    z-index: 9997;
}

#instagram-feed {
    top: 495px;
    z-index: 9996;
}

.right-tab-content {
    padding: 15px;
}

/* Cookie Warning */
#cookie {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 1100;
}

.CookiePreferencesPopup {
    z-index: 1101;
}

#cookie-content {
    width: calc(100% - 40px);
    max-width: 298px;
    position: fixed;
    z-index: 999;
    left: 20px;
    bottom: 20px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.2);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

#cookie .cookie-text {
    padding-bottom: 0;
    font-size: 16px;
}

#cookie .cookie_learn_more {
    padding-bottom: 10px;
}

    #cookie .cookie_learn_more a {
        display: block;
        margin: 15px 0px 15px;
        color: #20beca;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 2px;
    }

#cookie .cookie_preferences_button button {
    width: 100%;
    border-radius: 40px;
    margin-bottom: 10px;
    color: #6f7177;
    border-color: #6f7177;
    background-color: transparent;
}

#cookie #cookie-content > .btn {
    width: 100%;
    border-radius: 40px;
}

/* Hamburger */
.hamburger {
    position: absolute;
    top: 50%;
    left: 15px;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    transition: opacity, filter linear 0.15s;
    background-color: transparent;
    border: none;
    transform: translateY(-50%);
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        content: "";
        width: 30px;
        height: 3px;
        background-color: rgb(255, 255, 255);
        border-radius: 4px;
        position: absolute;
        transition: transform ease .15s;
    }

/* Hamburger animations (minimised) */
.navbar-toggler .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .13s
}

    .navbar-toggler .hamburger-inner:after {
        content: "";
        display: block;
        top: -20px;
        transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear
    }

    .navbar-toggler .hamburger-inner:before {
        content: "";
        display: block;
        top: -10px;
        transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
    }

.navbar-toggler.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0,-10px,0) rotate(-45deg)
}

    .navbar-toggler.is-active .hamburger-inner:after {
        top: 0;
        transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
        opacity: 0
    }

    .navbar-toggler.is-active .hamburger-inner:before {
        top: 0;
        transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
        transform: rotate(-90deg)
    }

.page404 .content-01 {
    text-align: center;
    padding: 45px 0px;
}

.page404 .btn-wrapper {
    margin-top: 15px;
}

[data-var][contenteditable=true] {
    outline: 2px dashed #254d7a;
    outline-offset: -2px;
}

@media (min-width: 768px) {

    .right-tab {
        display: block
    }
}

@media (max-height: 750px) {

    #slideOut {
        top: 20vh;
    }

    #facebook-feed {
        top: calc(20vh + 205px);
    }

    #twitter-feed {
        top: calc(20vh + 250px);
    }

    #instagram-feed {
        top: calc(20vh + 295px);
    }
}

@media (max-height: 650px) {
    .right-tab {
        display: none;
    }
}

.bootbox .bootbox-close-button {
    position: absolute;
    right: 15px;
    top: 15px;
    border: none !important;
    outline: none !important;
    background-color: transparent;
    font-size: 40px;
    line-height: 40px;
}

.bootbox.popup-login.show {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bootbox.popup-login .modal-dialog {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    width: 600px;
    margin: 0;
    max-width: none;
}

.bootbox.popup-login.show .modal-dialog .login_form {
    padding-top: 0px;
}


.bootbox.popup-login.show .spin-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    pointer-events: none;
}

.bootbox.popup-login .modal-dialog .help-block.form-error {
    color: rgb(185, 74, 72);
}

.bootbox.popup-login .modal-dialog .passblock {
    position: relative;
    margin-bottom: 30px;
}


.bootbox.popup-login .modal-dialog .login_form #reset-password {
    position: absolute;
    bottom: -25px;
    left: 15px;
    cursor: pointer;
    font-size: 14px;
}

    .bootbox.popup-login .modal-dialog .login_form #reset-password:hover {
        text-decoration: underline;
    }

.bootbox.popup-login .modal-content {
    border-radius: 0;
}

.bootbox.popup-login .modal-dialog .modal-body {
    padding-bottom: 0;
}

.bootbox.popup-login .modal-dialog .bottom_suggestion {
    margin-bottom: 0;
    margin-left: -30px;
    margin-right: -30px;
    background: #b9b9b9;
    margin-top: 15px;
}

    .bootbox.popup-login .modal-dialog .bottom_suggestion a {
        color: #000;
        padding: 15px 0px;
        display: block;
    }

.bootbox.popup-login #loginform button.btn[type=submit] {
    border-radius: 0;
    width: 100%;
}

.account_popup_dialog {
    position: absolute;
    top: calc(100% + 15px);
    right: -60px;
    width: 240px;
    text-align: left;
    background: #fff;
    border: 1px solid #000;
}

    .account_popup_dialog:before {
        content: "";
        position: absolute;
        right: 60px;
        width: 20px;
        height: 40px;
        top: -40px;
    }

    .account_popup_dialog .item a {
        color: #000;
        display: block;
        width: 100%;
        padding: 2px 15px;
        transition: all 0.1s;
        text-decoration: none;
    }

        .account_popup_dialog .item a i {
            margin-right: 10px;
        }

        .account_popup_dialog .item a:hover,
        .account_popup_dialog .item a:active {
            background: #000;
            color: #fff;
        }


.bootbox.popup-login.show .modal-dialog .login_form .form-errors .error-line {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    color: rgb(185, 74, 72);
}

.message-container {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .message-container .messagepopupmessage {
        position: relative;
        background: #d7d7d7;
        padding: 15px;
        border-radius: 5px;
        margin-top: 15px;
        border: 1px solid #b9b9b9;
        font-size: 14px;
        width: 100%;
    }

        .message-container .messagepopupmessage .close {
            position: absolute;
            top: 0px;
            right: 0px;
            font-size: 16px;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0.2;
            cursor: pointer;
            transition: 0.2s opacity;
        }

            .message-container .messagepopupmessage:hover .close,
            .message-container .messagepopupmessage .close:active {
                opacity: 1;
            }


@media(max-width: 575px) {
    .message-container {
        left: 15px;
        right: 15px;
        width: auto;
    }

        .message-container .messagepopupmessage {
            width: 100%;
            margin-top: 5px;
        }

            .message-container .messagepopupmessage .close {
                font-size: 20px;
            }
}

#modal_backdrop.invisible {
    -webkit-transition: visibility 0.3s ease-out;
    transition: visibility 0.3s ease-out;
}

#modal_backdrop.WOLoading i {
    display: none;
}

#modal_backdrop .modal-backdrop {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

#modal_backdrop.invisible .modal-backdrop i {
    animation: none !important;
}

#modal_backdrop:not(.invisible) .modal-backdrop {
    opacity: 0.7;
    color: #fff;
    z-index: 1100;
}

    #modal_backdrop:not(.invisible) .modal-backdrop i {
        width: auto;
    }

.select2-container--default .select2-selection--single {
    min-height: 38px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 38px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 38px !important;
        line-height: 38px !important;
    }

.captcha.captcha-image img {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: inset 0 2px 2px rgba(172, 172, 172, 0.27);
    border: 1px solid #cccccc;
    width: 150px;
    height: 40px;
}

.captcha-image-reload {
    display: flex;
}


.captcha_whatis {
    cursor: pointer;
    font-size: small;
}

.sash_image {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%,-50%);
    z-index: 2;
    margin-top: -1px;
    margin-left: -1px;
}


.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #ced4da;
}

.d-empty:after {
    content: "\00a0";
}

.sash-svg-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

    .sash-svg-container img.sash_image, .sash-svg-container object {
        position: static;
    }

.sash-alignment-top_left img.sash_image, .sash-alignment-top_left object {
    transform: rotate(0);
}

.sash-alignment-top_right img.sash_image, .sash-alignment-top_right object {
    transform: rotate(90deg);
}

.sash-alignment-bottom_right img.sash_image, .sash-alignment-bottom_right object {
    transform: rotate(180deg);
}

.sash-alignment-bottom_left img.sash_image, .sash-alignment-bottom_left object {
    transform: rotate(270deg);
}


.modal-header > *:first-letter {
    text-transform: capitalize;
}

.loading-wrapper {
    position: relative;
}

    .loading-wrapper .loading-block {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

        .loading-wrapper .loading-block:before {
            content: "";
            background-image: url('/images/default/dots_loading_w.svg');
            width: 110px;
            height: 20px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
        }

.pagination li {
    cursor: pointer;
}

.pagination > * {
    margin-left: 2px;
    margin-right: 2px;
}

.pagination .pagination-input {
    position: relative;
}

.pagination .onpageclick {
    padding: 5px 0px;
    text-align: center;
    min-width: 36px;
}

    .pagination .onpageclick > * {
        pointer-events: none;
    }

    .pagination .onpageclick.disabled {
        pointer-events: none;
        opacity: 0.6;
    }

.pagination .pagination-input label {
    margin: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s opacity;
}

.pagination .pagination-input input[type="number"] {
    border: none !important;
    outline: none !important;
    width: 90px;
    position: relative;
    z-index: 1;
    -moz-appearance: textfield;
    text-align: center;
}

    .pagination .pagination-input input[type="number"]:focus + label {
        opacity: 0;
        z-index: 0;
        pointer-events: none;
    }

    .pagination .pagination-input input[type="number"]::-webkit-outer-spin-button,
    .pagination .pagination-input input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.pagination .page-item.active .page-link {
    background-color: #000;
    border-color: #000;
}

@media(max-width: 767px) {
    .pagination .pagination-input input[type="number"] {
        width: 100%;
    }

    .pagination .pagination-input {
        width: 100%;
    }
}

.bottom-control {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 400;
}

    .bottom-control > * ~ * {
        margin-top: 12px;
    }

@media(min-width: 768px) {
    .bottom-control {
        opacity: 0.4;
        transition: 0.2s all;
    }

        .bottom-control:hover {
            opacity: 1;
        }
}

.backtotop {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--content-color-04);
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    cursor: pointer;
    transition: 0.4s all;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1031;
}

    .backtotop.show {
        opacity: 1;
        transition: 0.4s all;
        pointer-events: all;
    }

.mobile-fixed-email-button, .mobile-fixed-phone-button {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #fff !important;
    background-color: var(--content-color-10) !important;
    background-image: url("/images/default/email-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 100;
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    box-shadow: 0 0 0 4px #20beca7a;
    -webkit-animation: bounce_border 5s ease-out 1.5s infinite;
    -webkit-transform-origin: 50% 50%;
    animation: bounce_border 5s ease-out 1.5s infinite;
    transform-origin: 50% 50%;
    justify-content: center;
    align-items: center;
    z-index: 1;
    text-decoration: none !important;
}

    .mobile-fixed-email-button:hover {
        color: #fff;
    }

    .mobile-fixed-phone-button {
        position: fixed;
        left: 15px;
        bottom: 15px;
    }

@keyframes bounce_border {
    0% {
        box-shadow: 0 0 0 4px #20beca7a
    }

    17% {
        box-shadow: 0 0 0 4px #20beca7a
    }

    22% {
        box-shadow: 0 0 0 8px #20beca7a
    }

    25% {
        box-shadow: 0 0 0 4px #20beca7a
    }

    30% {
        box-shadow: 0 0 0 8px #20beca7a
    }

    35% {
        box-shadow: 0 0 0 4px #20beca7a
    }

    100% {
        box-shadow: 0 0 0 4px #20beca7a
    }
}

#cookie_preferences_form h2.title {
    font-weight: 400;
    font-size: 22px;
    margin: 0;
}

#cookie_preferences_form div.company_name {
    font-size: 14px;
}

#cookie_preferences_form .nav a {
    font-size: 14px;
    color: #000 !important;
    padding: 5px 15px !important;
}

    #cookie_preferences_form .nav a.active {
        color: #fff !important;
        background-color: #000;
        border-radius: 0;
    }

#cookie_preferences_form .main-body {
    display: flex;
    flex-direction: column;
}


    #cookie_preferences_form .main-body .tabs .tab-pane:not(.active) {
        display: none;
    }

    #cookie_preferences_form .main-body .tabs .text {
        font-size: 14px;
    }

        #cookie_preferences_form .main-body .tabs .text a {
            color: rgb(69, 70, 76);
        }

        #cookie_preferences_form .main-body .tabs .text > *:last-child {
            margin-bottom: 0;
        }

    #cookie_preferences_form .main-body .tabs h4 {
        font-weight: 400;
    }

#cookie_preferences_form .line {
    position: relative;
}

    #cookie_preferences_form .line ~ .line {
        margin-top: 10px;
    }


    #cookie_preferences_form .line input {
        position: absolute;
        width: 1px;
        height: 1px;
        opacity: 0;
    }

        #cookie_preferences_form .line input + label,
        #cookie_preferences_form .line.forced label {
            padding-left: 45px;
            cursor: pointer;
            transform: translateY(0px);
        }

            #cookie_preferences_form .line input + label:before,
            #cookie_preferences_form .line.forced label:before {
                content: "";
                width: 40px;
                height: 20px;
                display: block;
                background-color: #f38787;
                position: absolute;
                left: 0;
                top: 3px;
                border-radius: 20px;
                border: 1px solid #cccccc;
                transition: 0.2s all;
            }

            #cookie_preferences_form .line input + label:after,
            #cookie_preferences_form .line.forced label:after {
                content: "";
                height: 18px;
                width: 18px;
                display: block;
                border-radius: 50%;
                background-color: #fff;
                position: absolute;
                left: 1px;
                top: 4px;
                transition: 0.2s all;
            }


            #cookie_preferences_form .line input:checked + label:before,
            #cookie_preferences_form .line.forced label:before {
                background-color: #61a746;
            }

            #cookie_preferences_form .line input:checked + label:after,
            #cookie_preferences_form .line.forced label:after {
                left: 20px;
            }

body.backdrop-open {
    overflow: hidden;
}

.form_plr {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leaflet-container,
.leaflet-container * {
    outline: none !important;
}

.fixed-top {
    transition: 0.3s all, margin-right 0s;
}

@media(min-width: 768px) {
    #cookie_preferences_form .main-body {
        display: flex;
        flex-direction: row;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }


    .CookiePreferencesPopup .modal-dialog {
        min-width: 700px;
    }

    #cookie_preferences_form .nav {
        width: 200px;
    }

        #cookie_preferences_form .nav a {
            width: 200px;
            max-width: 200px;
            transition: 0.2s all;
            padding: 20px 15px !important;
        }

            #cookie_preferences_form .nav a:not(.active):hover {
                background-color: #dfdfdf;
            }

    #cookie_preferences_form .main-body .tabs {
        border-left: 1px solid #000;
    }

    .CookiePreferencesPopup .modal-body {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1199.98px) {
    h1, .h1 {
        font-size: 65px;
    }

    h2, .h2 {
        font-size: 43px;
    }

    h3, .h3 {
        font-size: 28px;
    }
}

@media (min-width: 992px) and (max-width: 1020px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 938px;
    }
}

@media (min-width: 768px) and (max-width: 780px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 715px;
    }
}

@media (min-width: 576px) and (max-width: 590px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 520px;
    }
}

@media (max-width: 991.98px) {
    body {
        --desktop-padding: 50px;
    }
}

@media (max-width: 767.98px) {
    h1, .h1 {
        font-size: 60px;
    }

    h2, .h2 {
        font-size: 42px;
    }
}

@media (max-width: 575.98px) {
    body {
        --desktop-padding: 42px;
    }

    h1, .h1 {
        font-size: 45px;
    }

    h2, .h2 {
        font-size: 38px;
    }

    h3, .h3 {
        font-size: 22px;
    }

    .simple-text-01 {
        font-size: 20px;
    }

    .textwithline:not(.text_part):after,
    .textwithline.text_part > span:after {
        height: 7px;
        bottom: 0;
    }
}


.modal.bootbox .btn {
}

.video_placeholder_popup .modal-dialog {
    min-width: 900px;
    max-width: 95dvw;
    max-height: 90dvh;
}

.video_placeholder_popup .modal-footer {
    display: none;
}

.video_placeholder_popup .modal-dialog iframe {
    width: 100%;
    min-height: 60dvh;
    max-height: 80dvh;
}
.mt-3px {
    margin-top: 3px;
}
@media (max-width: 991.98px) {
    .simple-text-01 {
        font-size: 20px;
    }
    h1, .h1 {
        font-size: 55px;
    }

}



.clamp-target,
.clamp-collapsed,
.clamp-expanded {
    overflow: hidden;
    transition: max-height .3s;
}

.clamp-target > :first-child,
.clamp-collapsed > :first-child,
.clamp-expanded > :first-child {
    margin-top: 0;
}

.clamp-target > :last-child,
.clamp-collapsed > :last-child,
.clamp-expanded > :last-child {
    margin-bottom: 0;
}

.clamp-collapsed {
    max-height: var(--clamp-collapsed-height, 0px);
}

.clamp-expanded {
    max-height: 9999px;
}

.clamp-lineclamp {
    display: -webkit-box;
    -webkit-line-clamp: var(--clamp-lines, 10);
    -webkit-box-orient: vertical;
}

.clamp-toggle {
    display: none;
    margin-top: 12px;
    padding: 0;
    border: none;
    background: none;
    color: #20beca;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
}

.clamp-target + .clamp-toggle,
.clamp-collapsed + .clamp-toggle,
.clamp-expanded + .clamp-toggle {
    display: block;
}
/* === globalheader === *//* === nav-05 === */

.nav-05 {
    color: var(--content-color-01);
}

    .nav-05 .logo {
        width: 27%;
    }

.fixed-top.scrolled {
    box-shadow: 0 8px 8px -6px rgb(0 0 0/20%);
}

.nav-05 .nav-item {
    padding: 16px 20.6px;
}

.nav-05 .nav-link {
    position: relative;
}

    .nav-05 .nav-link.currentpage:before {
        content: "";
        position: absolute;
        width: calc(100% + 7px);
        height: 6px;
        top: 13px;
        background-color: var(--content-color-04);
        z-index: -1;
        left: -3px;
    }

.nav-05 .logo img {
    max-height: 100px;
    max-width: 270px;
    object-fit: cover;
    transition: 0.3s all;
    width: 100%;
    height: auto;
    margin-bottom: -62px;
}

.nav-05 .topnav {
    display: flex;
    flex-direction: row;
    align-items: start;
    height: 76px;
    background-color: transparent;
    position: relative;
    z-index: 2;
    transition: 0.3s all;
    padding: 25px 35px 0;
}

.nav-phone,
.nav-email {
    display: flex;
    flex-direction: row;
    color: var(--content-color-04);
}

.nav-email {
    margin-left: 20px;
}

    .nav-phone svg,
    .nav-email svg {
        height: 44px;
        transition: 0.3s all;
    }


    .nav-phone div,
    .nav-email div {
        font-size: 22px;
        color: rgba(var(--navdark),1);
        line-height: 22px;
        font-weight: 600;
    }


    .nav-phone a,
    .nav-email a {
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        color: rgba(var(--navdark),1);
        white-space: nowrap;
        transition: 0.3s all;
        display: inline-block;
        margin-left: 8px;
        letter-spacing: 0.3px;
    }

.nav-05 .contacts {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.nav-05 .social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 15px;
    margin-right: 5px;
}

    .nav-05 .social a {
        width: 35px;
        height: 35px;
        padding: 0;
        background-color: rgba(var(--navdark),1);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        text-decoration: none;
        border: 2px solid rgba(var(--navdark),1);
        transition: 0.3s all;
        border: 2px solid var(--content-color-01) !important;
        font-size: 14px;
        margin-left: 5px !important;
    }

        .nav-05 .social a ~ a {
            margin-left: 7px;
        }

        .nav-05 .social a > i {
            color: #fff;
        }

        .nav-05 .social a > svg {
            fill: #fff;
            width: 13px;
            height: 13px;
        }

.nav-05 .contact-btn {
    white-space: nowrap;
    margin-left: 15px;
    transition: 0.3s all;
    height: 35px;
    letter-spacing: 2.2px;
    padding: 0px 14px;
}

    .nav-05 .contact-btn:before {
        content: "";
        font-weight: 400;
        font-size: 18px;
        font-family: "Font Awesome 5 Pro";
        margin-right: 9px;
    }

.nav-05 .bottomnav {
    background-color: transparent;
    transition: 0.3s all;
    position: relative;
    z-index: 1;
    padding: 0 29px;
}

.nav-05 .navbar {
    padding: 0;
}

.nav-05 #navbar-menu {
    justify-content: end;
    padding: 0;
}

.nav-link.dropdown-switch:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 12px;
    margin-left: 5px;
    bottom: 3px;
    position: relative;
}

.nav-item {
    font-size: 16px;
    font-weight: 600;
}

    .nav-item .nav-link {
        color: var(--content-color-01);
        text-decoration: none;
        letter-spacing: 0.2px;
    }

    .nav-item.lvl1 > .nav-link {
        padding: 0;
    }

    .nav-item.lvl1 > span.nav-link {
        cursor: context-menu;
    }

    .nav-item.lvl1 {
        transition: 0.3s all;
    }


.nav-05.scrolled .topnav, .blog-entry .nav-05 .topnav {
    background-color: rgba(var(--navdark),1);
    height: 75px;
}

.nav-05.scrolled .logo img, .blog-entry .nav-05 .logo img {
    max-height: 75px;
    max-width: 150px;
}

.nav-05.scrolled .nav-phone svg,
.nav-05.scrolled .nav-email svg,
.blog-entry .nav-05 .nav-phone svg,
.blog-entry .nav-05 .nav-email svg {
    fill: rgba(var(--navbg),1);
}

.nav-05.scrolled .nav-phone div, .nav-05.scrolled .nav-email div,
.nav-05.scrolled .nav-phone a, .nav-05.scrolled .nav-email a,
.blog-entry .nav-05 .nav-phone div, .blog-entry .nav-05 .nav-email div,
.blog-entry .nav-05 .nav-phone a, .blog-entry .nav-05 .nav-email a {
    color: rgba(var(--navbg),1);
}

.nav-05 .fas {
    position: relative;
    font-size: 18px;
}

.nav-05.scrolled .social a, .blog-entry .nav-05 .social a {
    border: 2px solid rgba(var(--navbg),1);
}

.nav-05 .logob {
    display: none;
}

@media(min-width: 768px) {
    .nav-05.scrolled .nav-phone a,
    .blog-entry .nav-05 .nav-phone a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 175px;
        border-left: 2px solid var(--content-color-04);
        margin-top: 3px;
        padding-left: 15px;
    }
}

@media(min-width: 1400px) {
        .nav-05 .navbar-toggler + .nav-item.lvl1 {
        padding-left: 0;
    }

    .nav-05.scrolled, .blog-entry .nav-05 {
        height: 71px;
        background-color: #fff;
        box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    }

        .nav-05.scrolled .bottomnav, .blog-entry .nav-05 .bottomnav {
            position: absolute;
            top: 50%;
            left: 0;
            width: fit-content;
            transform: translateY(-50%);
            z-index: 2;
            margin-left: auto;
            right: 0;
        }

        .nav-05.scrolled img.logob, .blog-entry .nav-05 img.logob {
            display: block;
            margin: 0;
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
        }

        .nav-05.scrolled img:not(.logob), .blog-entry .nav-05 img:not(.logob) {
            display: none;
        }

        .nav-05.scrolled .nav-item .nav-link, .blog-entry .nav-05 .nav-item .nav-link {
            color: #231f20;
        }

        .nav-05.scrolled .social,
        .nav-05.scrolled .contact-btn,
        .blog-entry .nav-05 .social,
        .blog-entry .nav-05 .contact-btn {
            display: none;
        }

        .nav-05.scrolled .contact-btn,
        .blog-entry .nav-05 .contact-btn {
            padding: 13px 30px;
        }

    .nav-05:not(.scrolled, .blog-entry) #navbar-menu .nav-phone {
        display: none;
    }


    .nav-05.scrolled #navbar-menu .nav-phone,
    .blog-entry .nav-05 #navbar-menu .nav-phone {
        display: block;
    }


    .nav-item.lvl1:not(.item-dropdown):hover,
    .nav-item.lvl1.show:not(.item-dropdown) {
        background-color: rgba(var(--navdark),1);
    }

        .nav-item.lvl1:not(.item-dropdown):hover > .nav-link,
        .nav-item.lvl1.show:not(.item-dropdown) > .nav-link {
            color: rgba(var(--navbg),1);
        }

    .nav-05.scrolled .nav-item.lvl1:not(.item-dropdown):hover > .nav-link,
    .nav-05.scrolled .nav-item.lvl1.show:not(.item-dropdown) > .nav-link,
    .blog-entry .nav-05 .nav-item.lvl1:not(.item-dropdown):hover > .nav-link,
    .blog-entry .nav-05 .nav-item.lvl1.show:not(.item-dropdown) > .nav-link {
        color: #231f20;
    }


    .nav-item.lvl1.item-dropdown > .nav-link {
        position: relative;
        overflow: hidden;
    }

    .nav-item.lvl1.item-dropdown:hover > .nav-link,
    .nav-item.lvl1.show.item-dropdown > .nav-link {
        color: rgba(var(--navbg),1);
    }

    .nav-05.scrolled .nav-item.lvl1.item-dropdown:hover > .nav-link,
    .nav-05.scrolled .nav-item.lvl1.show.item-dropdown > .nav-link,
    .blog-entry .nav-05 .nav-item.lvl1.item-dropdown:hover > .nav-link,
    .blog-entry .nav-05 .nav-item.lvl1.show.item-dropdown > .nav-link {
        color: #231f20;
    }

    .nav-item.lvl1.item-dropdown:hover > .nav-link:before,
    .nav-item.lvl1.show.item-dropdown > .nav-link:before {
        transform: translateY(0%);
    }


    .nav-05.scrolled #navbar-menu .nav-phone .nav-link,
    .blog-entry .nav-05 #navbar-menu .nav-phone .nav-link {
        color: #20beca;
    }


    .nav-item.item-dropdown > .dropdown-item-menu {
        background-color: #20beca;
        width: 1100px;
        padding: 45px 0px;
        opacity: 0;
        pointer-events: none;
        transition: 0.3s opacity;
        position: fixed;
        right: 2rem;
        margin-top: 13px;
        border-radius: 10px;
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
        pointer-events: none;
    }

        .nav-item.item-dropdown > .dropdown-item-menu > .container{
            max-width: 100%;
        }

        .nav-item.item-dropdown.lvl1 > .dropdown-item-menu {
            box-shadow: 0px 0px 10px 4px #0000002e;
        }

    .nav-item.item-dropdown.show > .dropdown-item-menu {
        pointer-events: all;
    }

    .nav-item.item-dropdown.show.lvl1 > .dropdown-item-menu {
        pointer-events: all;
        opacity: 1;
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-item.item-dropdown > .dropdown-item-menu > div > .navlinks-wrapper {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        align-items: stretch;
    }

    .nav-item.item-dropdown.lvl1 > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item:nth-child(2) {
        width: 66%;
        max-width: 66%;
        flex: 66% 1 1;
        padding-left: calc(.5 * var(--bs-gutter-x));
        padding-right: calc(.5 * var(--bs-gutter-x));
        position: relative;
    }

        .nav-item.item-dropdown.lvl1 > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item:nth-child(2):before {
            content: "";
            background-image: url(/images/menu_left.png);
            background-repeat: no-repeat;
            background-size: auto;
            background-position: 92% 55%;
            width: 86px;
            height: 799px;
            position: absolute;
            right: 5%;
            bottom: -88%;
        }

    .nav-item.item-dropdown.lvl1 > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item .nav-link.dropdown-switch {
        padding: 20px 20px 0px 20px;
    }

    .nav-item.item-dropdown.lvl1 > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item:nth-child(2) .nav-link.dropdown-switch {
        color: #7fedf5;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .nav-item.item-dropdown.lvl1 > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item:nth-child(3) .nav-link.dropdown-switch {
        color: #20beca;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .nav-item.item-dropdown.lvl1 > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item:nth-child(3) {
        width: 34%;
        max-width: 34%;
        flex: 34% 1 1;
        padding-left: calc(.5 * var(--bs-gutter-x));
        padding-right: calc(.5 * var(--bs-gutter-x));
        background-color: #fff;
        position: relative;
    }

        .nav-item.item-dropdown.lvl1 > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item:nth-child(3):before {
            content: "";
            background-image: url(/images/menu_right.png);
            background-repeat: no-repeat;
            background-size: auto;
            background-position: 92% 55%;
            width: 86px;
            height: 799px;
            position: absolute;
            right: 5%;
            bottom: -88%;
            opacity: 0.4;
        }

        .nav-item.item-dropdown.lvl1 > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item:nth-child(3) .nav-item {
            color: #1e2323;
        }

    .nav-item.item-dropdown > .dropdown-item-menu .nav-link {
        color: rgba(var(--navbg),1);
        text-decoration: none;
        text-transform: none;
        font-weight: 500;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

    .nav-item.lvl2.item-dropdown {
        display: flex;
        flex-direction: column;
    }

        .nav-item.lvl2.item-dropdown > .nav-link {
            width: 100%;
            display: block;
            min-width: 100%;
            padding-left: 0;
            padding-right: 0;
            background-color: rgba(var(--navlightdark),1);
            padding: 35px 35px 0px 35px;
        }

    .nav-item.lvl2 .dropdown-item-menu {
        position: static;
        transform: none;
        opacity: 1;
        width: 100%;
        background: transparent;
        padding: 20px 6px 20px 6px;
        background-color: rgba(var(--navlightdark),1);
        margin-top: 0;
    }

        .nav-item.lvl2 .dropdown-item-menu > div > .navlinks-wrapper {
            flex-direction: column;
        }

    .nav-item.item-dropdown > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item.lvl3 {
        width: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .nav-item.item-dropdown > .dropdown-item-menu .nav-item.lvl3 > .nav-link {
        padding-left: 20px;
        position: relative;
        font-size: 14px;
    }

    .nav-item.lvl3 > .nav-link:before {
        content: "\f105";
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 5px;
    }

    .nav-05 .close_menu {
        display: none !important;
    }

    .mobile-menu-links {
        display: none;
    }

    .navlinks-wrapper-title {
        display: none;
    }

    .nav-item.item-dropdown.lvl1 {
        position: relative;
    }

        .nav-item.item-dropdown.lvl1:before {
            content: "";
            background-color: #20beca;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            transition: 0.3s all;
            opacity: 0;
            pointer-events: none;
            z-index: 1;
        }

        .nav-item.item-dropdown.lvl1.show:before {
            opacity: 1;
        }

        .nav-item.item-dropdown.lvl1 > .nav-link {
            z-index: 2;
        }

    .nav-item.item-dropdown.lvl2 .dropdown-item-menu .navlinks-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .nav-item.item-dropdown > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item.lvl3 {
        width: 50%;
        max-width: 50%;
        padding: 0px 15px 0px 15px;
    }

        .nav-item.item-dropdown > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item.lvl3 > .nav-link {
            font-size: 16px;
            font-weight: 600;
            padding-left: 0;
        }

            .nav-item.item-dropdown > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item.lvl3 > .nav-link:before {
                display: none !important;
            }

    .nav-item.item-dropdown.lvl1 > .dropdown-item-menu > div > .navlinks-wrapper > .nav-item:nth-child(3) .nav-item.lvl3 {
        width: 100%;
        max-width: 100%;
    }

    .nav-item.lvl2 > .nav-link.dropdown-switch:after {
        display: none !important;
    }
}

@media(max-width: 1399px) {
    .nav-05 .logo {
        width: auto;
        margin-right: 30px;
    }

    .nav-item > .nav-link.dropdown-switch {
        cursor: pointer !important;
    }

    .nav-05 #navbar-menu .nav-item {
        position: relative;
    }

    .nav-item > .nav-link.dropdown-switch {
        width: fit-content;
        position: initial;
    }

    .nav-05 .contact-btn {
        position: absolute;
        right: 140px;
        left: auto;
        top: 50%;
        transform: none;
        transform: translateY(-50%);
    }

    .nav-05 .social {
        position: absolute;
        right: 125px;
        left: auto;
        top: 50%;
        transform: none;
        transform: translateY(-50%);
    }

    .nav-05 .topnav .navbar-toggler {
        position: absolute;
        right: 15px;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        white-space: nowrap;
        margin-left: 15px;
        transition: 0.3s all;
        height: 35px;
        letter-spacing: 2.2px;
        padding: 0px 14px;
        background-color: #fff;
        color: #20beca;
        border: 0;
    }

    .nav-05 #navbar-menu .navbar-toggler {
        top: 36px;
        right: 35px;
        padding: 0;
        position: absolute;
    }

    .nav-05 .navbar-toggler .text {
        margin-left: 15px;
    }

    .hamburger-box {
        width: 16px;
        height: 14px;
    }

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        background-color: #20beca;
        width: 16px;
        height: 2px;
    }

    .navbar-toggler .hamburger-inner::before {
        top: -6px;
    }

    .navbar-toggler .hamburger-inner::after {
        top: -12px;
    }

    .nav-05.scrolled:not(.menu_open) .hamburger-inner, .nav-05.scrolled:not(.menu_open) .hamburger-inner::before, .nav-05.scrolled:not(.menu_open) .hamburger-inner::after,
    .blog-entry .nav-05:not(.menu_open) .hamburger-inner, .blog-entry .nav-05:not(.menu_open) .hamburger-inner::before, .blog-entry .nav-05:not(.menu_open) .hamburger-inner::after {
        background-color: #fff;
    }

    .nav-05.scrolled:not(.menu_open) .navbar-toggler, .blog-entry .nav-05:not(.menu_open) .navbar-toggler {
        background-color: var(--content-color-04);
    }

        .nav-05.scrolled:not(.menu_open) .navbar-toggler .text, .blog-entry .nav-05:not(.menu_open) .navbar-toggler .text {
            color: #fff;
        }

    .nav-05.scrolled .contact-btn,
    .nav-05.scrolled .social,
    .blog-entry .nav-05 .contact-btn,
    .blog-entry .nav-05.social {
        display: none;
    }

    .nav-05 .bottomnav {
        background-color: #20beca;
        z-index: 2;
    }

    .nav-item .nav-link {
        color: #fff;
    }

    .nav-item.lvl1 {
        border: 0;
    }


    .hpl01 + nav.fixed-top:not(.scrolled, .blog-entry) #navbar-menu {
        height: calc(100vh - 100px);
        overflow: auto;
        max-height: calc(100vh - 100px);
    }

    .nav-05.scrolled,
    .blog-entry .nav-05 {
        height: 71px;
        background-color: #fff;
    }

        .nav-05.scrolled img.logob,
        .blog-entry .nav-05 img.logob {
            display: block;
            margin: 0;
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
        }

        .nav-05.scrolled img:not(.logob),
        .blog-entry .nav-05 img:not(.logob) {
            display: none;
        }

        
    .nav-05 #navbar-menu {
        position: fixed;
        background-color: #20beca;
        left: 0;
        top: 0;
        width: 100%;
        height: 100% !important;
        padding-top: 75px;
        overflow: auto;
        background-image: url(/images/handcomenubg.png);
        background-repeat: no-repeat;
        background-position: 75% 50%;
        z-index: 2 !important;
        display: block;
        transform: translateY(-100%);
        transition: transform 0.25s ease-out;
        overflow: hidden;
    }

    .menu_open .hamburger-inner, .menu_open .hamburger-inner::before, .menu_open .hamburger-inner::after {
        width: 30px;
        height: 3px;
    }

    .nav-05.menu_open #navbar-menu {
        transform: translateY(0%);
        transition: transform 0.25s ease-in;
    }

    .nav-05.menu_open .bottomnav {
        z-index: 2;
    }

    .nav-05.menu_open .nav-item.nav-phone {
        display: none !important;
    }

    .nav-05 .close_menu {
        position: absolute;
        right: 20px;
        top: 15px;
        background: none;
        border: none;
        outline: none;
        color: #fff;
        font-size: 30px;
        z-index: 999;
    }

    .nav-05 .nav-link.currentpage:before {
        display: none;
    }

    .nav-05 .bottomnav .navbar-toggler .text {
        display: none;
    }

    .nav-05 #navbar-menu .navbar-toggler {
        background-color: transparent !important;
        transition: none !important;
        border: none;
        padding: 0;
    }

    .item-dropdown.lvl2 .dropdown-item-menu .container {
        padding-left: 0;
        padding-right: 0;
    }

    .nav-05 .bottomnav .hamburger-inner, .nav-05 .bottomnav .hamburger-inner::before, .nav-05 .bottomnav .hamburger-inner::after {
        background-color: #fff;
    }

    .nav-05.menu_open .nav-phone,
    .nav-05.menu_open .logo,
    .nav-05.menu_open .social,
    .nav-05.menu_open .contact-btn {
        display: none;
    }

    .nav-05 .mobile-menu-links {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 85px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-color: #1ab1bc;
        z-index: 2;
    }

        .nav-05 .mobile-menu-links .social,
        .nav-05 .mobile-menu-links .contact-btn {
            display: flex;
            transform: none;
            position: static;
        }

    .nav-item.lvl1 {
        margin: 10px 25px;
        padding: 0 !important;
    }

        .nav-item.lvl1 > .nav-link {
            font-size: 24px;
        }

    .nav-link.dropdown-switch:after {
        content: "";
        display: none;
    }

    .lvl1 > .dropdown-item-menu {
        position: fixed;
        background-color: #20beca;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-top: 80px;
        max-height: calc(100vh);
        overflow: auto;
        background-image: url(/images/handcomenubg.png);
        background-repeat: no-repeat;
        background-position: 75% 80%;
        z-index: 1;
        transform: translateX(100%);
        transition: 0.3s all;
        z-index: 3;
    }


    .lvl1.item-dropdown.show > .dropdown-item-menu {
        transform: translateX(0px);
    }

    .dropdown-switch {
        position: relative;
    }

        .dropdown-switch > .dd_caret {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .nav-05 #navbar-menu .navbar-toggler {
        z-index: 4;
    }

    .dropdown-switch > .dd_caret:before {
        content: "\f054";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        font-size: 20px;
    }

    .dropdown-item-menu .container {
        position: relative;
    }

    .navlinks-wrapper-title {
        font-size: 30px;
        font-weight: 700;
        line-height: 75px;
        position: absolute;
        top: -75px;
        left: 30px;
        display: flex;
        align-items: center;
        left: 0;
    }

        .navlinks-wrapper-title.lvl1:before {
            content: "\f053";
            font-family: "Font Awesome 5 Pro";
            font-weight: 400;
            font-size: 20px !important;
            display: inline-flex;
            width: 40px;
            height: 40px;
            border: 2px solid #fff;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-right: 15px;
            font-size: 26px;
            transition: 0.3s all;
            cursor: pointer;
            letter-spacing: -0.9px;
        }

        .navlinks-wrapper-title.lvl1:hover:before {
            color: #20beca;
            background-color: #fff;
        }

        .navlinks-wrapper-title.lvl2 {
            font-weight: 600;
            font-size: 14px;
            color: var(--content-color-20);
            text-transform: uppercase;
            letter-spacing: 2.6px;
            position: relative;
            top: 0;
            left: 0 !important;
            line-height: 1;
            padding-top: 30px;
            padding-bottom: 14px;
        }

    .item-dropdown.lvl2 {
        margin-bottom: 21px;
    }

    .nav-item.lvl3 .nav-link {
        padding-bottom: 0;
    }

    .hoveritem.show .nav-item > .nav-link.dropdown-switch {
        display: none;
    }

    .lvl2 .nav-link.dropdown-switch {
        display: block;
    }

    .nav-05 .lvl1 > .dropdown-item-menu .nav-item {
        padding: 0px 0px;
    }

    .nav-05 .lvl1 > .dropdown-item-menu .nav-link {
        font-size: 18px;
        padding-left: 0;
        padding-right: 0;
    }

    .nav-05.menu_open .topnav {
        width: 50px;
        right: 0;
        left: auto;
        float: right;
    }
}

@media(max-width: 991px) {
    .nav-05 .contacts {
        flex-direction: column;
    }

    .nav-phone svg, .nav-email svg {
        display: none;
    }

    .nav-phone div span,
    .nav-email div span {
        display: none;
    }
}

@media(max-width: 767px) {
    .nav-05 .logo img:not(.logob) {
        display: block;
        margin: 0;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 240px;
    }

    .nav-05.scrolled .logo img:not(.logob),
    .blog-entry .nav-05 .logo img:not(.logob) {
        opacity: 0;
        pointer-events: none;
    }

    .nav-05 .social,
    .nav-05 .contact-btn {
        display: none;
    }

    .nav-05 .nav-phone a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 145px;
    }

    .nav-05 div.nav-phone {
        display: none;
    }
}

@media(max-width: 575px) {
    .nav-05 .logo img {
        width: 170px !important;
    }

    .nav-05 .contacts {
        display: none;
    }

    .navlinks-wrapper-title.lvl2 {
        font-size: 12px;
    }

    .navlinks-wrapper-title {
        left: 30px !important;
    }
}

/* === nav-05 === *//* === content-header-03 === */

.content-header-03 {
    background-size: cover;
    background-position: center;
    text-align: center;
    height: 550px;
    position: relative;
}

    .content-header-03:before {
        content: "";
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50%;
        opacity: 0.4;
    }

.content-header-03-title {
    color: #fff;
}

.content-header-03 .subtitle {
    color: #fff;
    margin-bottom: 10px;
}


@media(max-height: 750px) and (min-width: 1200px){
    .content-header-03{
        height: 350px;
    }
}

@media (max-width: 575.98px) {
    .content-header-03 {
        height: 380px;
    }

}
@media (max-width: 767.98px) {
    .content-header-03-title {
        max-width:400px;
        margin:auto;
    }
}
@media (max-width: 575.98px) {
    .content-header-03-title {
        font-size: 45px;
        margin-bottom: 36px !important;
        line-height: 47px;
    }
}
/* === content-header-03 === *//* === content-text-left-list-right === */

.ctslr {
    margin: 100px 0px;
}

    .ctslr h2 {
        margin-bottom: 20px;
    }

    .ctslr .left .bg {
        padding: 0px;
        background: transparent;
    }

    .ctslr .right .bg {
        padding: 60px;
        background: var(--content-color-04);
        border-radius: 10px;
        position: sticky;
        top: 95px;
    }

    .ctslr .left .text {
        font-size: 18px;
    }

        .ctslr .left .text > *:first-child {
            font-size: 22px;
            line-height: 26px;
            font-weight: 500;
        }

    .ctslr .text ul {
        list-style: none;
        padding: 0;
    }

        .ctslr .text ul li {
            position: relative;
            padding-left: 20px;
        }

            .ctslr .text ul li:before {
                content: "\f111";
                font-weight: 600;
                font-family: 'Font Awesome 5 Free';
                position: absolute;
                font-size: 12px;
                top: 6px;
                left: 0;
            }

    .ctslr .right .text {
        color: #fff;
        font-size: 18px;
    }

        .ctslr .right .text ul li + li {
            margin-top: 10px;
        }

        .ctslr .right .text ul li:before {
            content: "\f054";
            font-weight: 600;
            font-family: 'Font Awesome 5 Free';
            position: absolute;
            font-size: 18px;
            top: 1px;
            left: 0;
        }

    .ctslr .btn {
        background-color: #1e2323;
        display: inline-block;
    }

    .ctslr .right .bg {
        padding: 60px 60px;
    }

@media(min-width: 1200px) and (max-height: 700px) {
    .ctslr {
        margin: calc(var(--desktop-padding) * 0.6) 0;
    }
}

@media(max-width: 767px) {
    .ctslr {
        padding-top: 50px;
        padding-bottom: 50px;
        margin: 0;
    }

        .ctslr .left .bg {
            padding-bottom: 20px;
            background: transparent;
        }

        .ctslr .right .bg {
            padding: 30px 30px;
        }

        .ctslr:nth-last-child(2) {
            padding-bottom: 40px;
        }
}

/* === content-text-left-list-right === *//* === call-to-action-01 === */

.cta-01 {
    padding: 70px 0;
    background-color: rgb(153, 153, 153);
    background-image: url('/images/cta01.jpg');
    background-position: center center;
    background-blend-mode: luminosity;
    background-size: cover;
    color: #fff;
    position: relative;
    margin-top: -20px;
}
body:has(.useful-links2) .cta-01::before { 
    display:none;
}
    .cta-01:before,
    .cta-01:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        height: 20px;
        width: 100%;
        background-color: #fff;
    }

    .cta-01:before {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        top: 0;
    }

    .cta-01:after {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        bottom: 0;
    }

    .cta-01,
    .cta-01 .container,
    .cta-01 .container .row {
        min-height: 509px;
    }

.cta-01-title {
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 14px;
    color: var(--content-color-01);
    letter-spacing: -1.8px;
    line-height: 1.1;
}

    .cta-01-title.textwithline:after {
        height: 23px;
        bottom: 5px;
    }

    .cta-01-title.textwithline.text_part:after {
        display: none;
    }

.cta-01-text {
    margin: 0 auto 22px;
    max-width: 790px;
    margin-left: 0;
    letter-spacing: 0px;
}

    .cta-01-text p:last-of-type {
        margin-bottom: 0;
    }

.cta-01-btn {
    max-width: 218px;
}

.cta-01-phone {
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 700;
}

@media(max-height:700px) and (min-width: 1200px) {
    .cta-01, .cta-01 .container, .cta-01 .container .row {
        min-height: 300px;
    }
}

@media (max-width: 1399.98px) {
    .cta-01 {
        background-position: 86% center;
    }

        .cta-01 .container .row > .col-12:first-child {
            max-width: 600px;
        }
}

@media (max-width: 1199.98px) {
    .cta-01 {
        background-position: 80% center;
    }

    .cta-01-title {
        font-size: 65px;
    }

    .cta-01 .container .row > .col-12:first-child {
        max-width: 525px;
    }
}

@media (max-width: 991.98px) {
    .cta-01 {
        background-position: 59% center;
    }
}

@media (max-width: 767.98px) {
    .cta-01 {
        background-position: 25% center;
    }

        .cta-01, .cta-01 .container, .cta-01 .container .row {
            min-height: 455px;
        }

    .cta-01-title {
        font-size: 65px;
    }
}

@media (max-height: 567px) {
    .cta-01-title {
        font-size: 50px;
    }
}

@media (max-width: 575.98px) {
    .cta-01-title {
        font-size: 50px;
    }

    .cta-01, .cta-01 .container, .cta-01 .container .row {
        min-height: 400px;
    }
}

@media (max-width: 420px) {
    .cta-01-title {
        font-size: 45px;
    }
}

/* === call-to-action-01 === *//* === accreditations === */

.accreditations {
    padding: calc(var(--desktop-padding) + -28px) 0 calc(var(--desktop-padding) + -15px);
}
    .accreditations .subtitle {
        margin-bottom: 27px;
    }
    .accreditations .accreditations-img {
        object-fit: contain;
        max-height: 75px;
    }
.accr-img-container {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
}
@media (max-width: 1199.98px) {
    .accr-img-container {
        margin-bottom: 30px;
        height: 55px;
    }
    .accr-items {
        margin-bottom: -30px;
    }
}
@media (max-width: 991.98px) {
    .accreditations {
        padding: var(--desktop-padding) 0;
    }
        .accreditations .subtitle {
            margin-bottom: 22px;
        }
    .accr-img-container {
        margin-bottom: 30px;
        height: 38px;
    }
}
@media (max-width: 767.98px) {

    .accr-img-container {
        flex: 0;
        height: 62px;
    }
}
@media (max-width: 575.98px) {
    .accr-img-container {
        
    }
    .accr-img-container:last-child:nth-child(odd) {
        width: 100%;
    }
    .accreditations .accreditations-img {
        max-width: 120px;
    }
    .accr-img-container {
        height: 40px;
    }
}
@media (max-width: 425.98px) {


    .accreditations .accreditations-img {
        max-width: 90px;
    }

}
/* === accreditations === *//* === footer-06 === */

.footer-06 {
    padding: 0;
}

    .footer-06 .row {
        --bs-gutter-x: 2rem;
    }

.footer-06-block {
    background-color: var(--content-color-04);
    color: var(--content-color-01);
    border-radius: var(--common-border-radius-02);
    height: 100%;
    padding: 37px 46px;
}

    .footer-06-block .title {
        color: var(--content-color-01);
        font-size: 36px;
        letter-spacing: -1.2px;
        margin-bottom: 2px;
    }

.footer-06 .icon {
    font-size: 32px;
    margin-bottom: 3px;
}

.footer-06 .tel a {
    text-decoration: none !important;
    color: var(--content-color-01) !important;
    font-weight: 500;
    font-size: 18px;
}

.footer-06 .email a {
    text-decoration: none !important;
    color: var(--content-color-01) !important;
    font-weight: 500;
    font-size: 16px;
}

.footer-06 .addr {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}

    .footer-06 .addr p {
        margin-bottom: 2px;
    }

.footer-06 .btn.circle {
    border-color: var(--content-color-01);
    font-size: 17px;
    margin-left: 5px;
    margin-top: 5px;
    height: 25px;
    width: 25px;
}

    .footer-06 .btn.circle svg {
        width: 16px;
        height: 16px;
        min-width: 16px;
        min-height: 16px;
        fill: #fff;
    }

    .footer-06 .social {
        flex-wrap: wrap;
        flex-direction: row;
        align-items: end;
        height: fit-content;
        align-self: end;
    }

@media (max-width: 1199.98px) {
    .footer-06 .row .col-12 {
        margin-top: calc(var(--bs-gutter-x) * .5 * 2);
    }
}

@media (max-width: 991.98px) {
    .footer-06 .row .col-12 {
        margin-top: calc(var(--bs-gutter-x) * .5 * 1.5);
    }
}

@media (max-width: 767.98px) {
    .footer-06 .row {
        --bs-gutter-x: 1.5rem;
    }

    .footer-06-block .title {
        font-size: 28px;
    }
}

@media (max-width: 575.98px) {
    .footer-06 .row .col-12, .footer-06 .row .col:not(:first-child) {
        margin-top: calc(var(--bs-gutter-x) * .5 * 1.5);
    }

    .footer-06 .row {
        display: flex;
        flex-direction: column;
    }

    .footer-06 .social {
        width: 100%;
    }

    .footer-06-block {
        padding: 27px;
    }
}

/* === footer-06 === *//* === footer-01 === */

.footer-01 {
    padding: calc(var(--desktop-padding) + -18px) 0;
    background-color: var(--content-color-01);
}

    .footer-01 .row {
        --bs-gutter-x: 2rem;
    }

    .footer-01 p {
        margin-bottom: 0px;
    }

        .footer-01 p.addr_line span:after {
            content: ",";
        }

        .footer-01 p.addr_line span:last-of-type:after {
            content: "";
        }

    .footer-01 a {
        text-decoration: none;
        color: inherit !important;
    }

.footer-01-title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 23px;
    letter-spacing: -0.4px;
    margin-top: 5px;
}

.footer-01 .footer-name-design {
    margin-top: 32px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1px;
}

.footer-01 .link {
    margin-bottom: 8.6px;
}

.footer-01 .footer-links a {
    color: var(--content-color-03) !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 400;
    min-width: 50px;
    display: inline-block;
}

.footer-01-design a {
    color: var(--content-color-03) !important;
    text-decoration: none !important;
}

.footer-logo {
    max-width: 100%;
}

@media (max-width: 991.98px) {
    .footer-01 {
        padding: var(--desktop-padding) 0 calc(var(--desktop-padding) + -18px);
    }
}

@media (max-width: 767.98px) {
    .footer-01-title {
        margin-top: 0;
    }
    .footer-01 {
        padding-bottom:60px;
    }
    .footer-links {
        margin-bottom: 20px;
    }

    .footer-01 .footer-name-design {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .footer-01 .col-12 {
        margin-bottom: 30px
    }

    .footer-01-title {
        margin-bottom: 10px;
    }

    .footer-01 .col-12 {
        margin-bottom: 10px;
    }

    .footer-links {
        margin-bottom: 10px;
    }

    .footer-01 .footer-name-design {
        margin-bottom: 15px;
    }
}

/* === footer-01 === */