/* res_id: 23df01f70cfab65a9c17f5f39a115110 */

#cookieAcceptance {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}
#cookieAcceptance.active {
    display: block;
}


#cookieAcceptance .cookiesCheckBoxArea {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#cookieAcceptance .cookiesCheckBoxArea label {
    font-size: 16px;
    font-family: 'SourceSansPro-Black', sans-serif;
    text-transform: uppercase;
}

#cookieAcceptance .cookieDetails {
    text-decoration: none !important;
    font-size: 16px;
    font-family: 'SourceSansPro-Black', sans-serif;
    text-transform: uppercase;
}

#cookieAcceptance .cookieDetails i{
    text-decoration: none !important;
    font-size: 10px !important;
    margin-left: 5px;
}


#cookieAcceptance .cont {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ffffff;
    padding: 30px 15px;
    width: 100%;
    max-width: 900px;
    overflow: auto;
    max-height: 100%;
}
#cookieAcceptance .cont.active {
    visibility: visible;
}
@media(max-width: 767px) {
    #cookieAcceptance .cont {
        text-align: center;
        top: auto;
        bottom: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
#cookieAcceptance .cont1 {
    padding: 45px;
}
@media(max-width: 767px) {
    #cookieAcceptance .cont1 {
        padding: 30px 15px;
    }
}
#cookieAcceptance .cont2 {
    text-align: center;
    max-width: 800px;
}


#cookieAcceptance .cont h3 {
    margin: 0 0 15px;
    font-weight: 600;
}
#cookieAcceptance .cont h3.marginTop {
    margin: 30px 0;
}

#cookieAcceptance .cont p,
#cookieAcceptance .cont span,
#cookieAcceptance .cont li,
#cookieAcceptance .cont a {
    font-size: 14px;
    line-height: 1.5em;
}

#cookieAcceptance .cont a {
    text-decoration: underline;
    color: inherit;
}
#cookieAcceptance .cont a:hover,
#cookieAcceptance .cont a:focus {
    text-decoration: none;
}

#cookieAcceptance .cont .buttonMain,
#cookieAcceptance .cont .buttonDefault {
    display: block;
    font-size: 16px;
    padding: 15px;
    width: auto;
    margin: 30px 0;
    background: #f6f6f6;
    color: #383556;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-family: 'SourceSansPro-Black', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    min-width: 285px;
    text-align: center;
    border: none;
    outline: none;
}
.resetBtnWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.resetCookies {
    display: block;
    font-size: 16px;
    padding: 15px;
    width: auto;
    margin: 30px 0;
    background: #383556;
    color: #ffffff;
    border-radius: 0;
    text-decoration: none;
    font-family: 'SourceSansPro-Black', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    min-width: 285px;
    text-align: center;
    border: none;
    outline: none !important;
}
#cookieAcceptance .cont .buttonMain {
    background: #383556;
    color: #ffffff;

}
#cookieAcceptance .cont .buttonMain:hover,
#cookieAcceptance .cont .buttonMain:focus,
#cookieAcceptance .cont .buttonDefault:hover,
#cookieAcceptance .cont .buttonDefault:focus {
    opacity: 0.75;
    text-decoration: none;
}
@media(max-width: 767px) {
    #cookieAcceptance .cont .buttonMain,
    #cookieAcceptance .cont .buttonDefault {
        font-size: 14px;
    }
}

#cookieAcceptance .cont ul {
    margin: 15px 0;
    padding: 0;
    list-style-type: none;
}
#cookieAcceptance .cont ul li {
    line-height: 2em;
    font-weight: 600;
}

#cookieAcceptance .ftr,
#cookieAcceptance .ftr a {
    font-size: 12px;
    font-weight: 200;
}
#cookieAcceptance .ftr a {
    text-decoration: none;
}
#cookieAcceptance .ftr a:hover,
#cookieAcceptance .ftr a:focus {
    text-decoration: underline;
}

#cookieAcceptance .cont1 .excludeCookies {
    display: inline-block;
    margin-top: 10px;
}
.cookieBtnBox {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
@media(max-width: 767px) {
    #cookieAcceptance .cookiesCheckBoxArea {
        flex-direction: column;
        justify-content: center;
    }
    .cookieBtnBox {
        flex-direction: column;
        justify-content: center;
    }

    #cookieAcceptance .cont .buttonMain {
        margin-top: 15px;
        margin-bottom: 7px;
    }
    #cookieAcceptance .cont .buttonDefault {
        margin-bottom: 15px;
    }

}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.container-fluid{padding-right:15px;padding-left:15px;}.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");background-repeat:no-repeat;background-position:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:calc(1rem + .4rem);padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion>.card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.accordion>.card .card-header{margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-sm .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-md .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-lg .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-xl .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush .list-group-item:last-child{margin-bottom:-1px}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #dee2e6;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:0s .6s opacity}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
/*# sourceMappingURL=bootstrap.min.css.map */

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}









/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }










/*************** SIMPLE OUTER SCROLLBAR ***************/

.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden; }
.scrollbar-outer > .scroll-element .scroll-element_track { background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar { background-color: #d9d9d9; }
.scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; }
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* scrollbar height/width & offset from container borders */

.scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; }
.scrollbar-outer > .scroll-content.scroll-scrollx_visible { top:  -12px; margin-top:  12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; }










/*************** SCROLLBAR MAC OS X ***************/

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }










/*************** SCROLLBAR LIGHT ***************/

.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-light > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%,#e8e8e8 100%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%,#f5f5f5 100%);

    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-light > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-light > .scroll-content.scroll-scrollx_visible { top:  -17px; margin-top:  17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-bar { left: 0px; min-height: 10px; width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer { left: 2px; top: 2px; width: 12px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }










/*************** SCROLLBAR RAIL ***************/

.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-rail > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */

.scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; }










/*************** SCROLLBAR DYNAMIC ***************/

.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 0.3;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;

    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;

    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size { top: -4px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }


/* hover & drag */

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}










/*************** SCROLLBAR GOOGLE CHROME ***************/

.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-chrome > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_outer {}

.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible { left: -16px; margin-left: 16px; }
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible { top:  -16px; margin-top:  16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar { height: 8px; min-width: 10px; top: 3px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar { left: 3px; min-height: 10px; width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer { border-left: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track { height: 14px; left: -3px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size { height: 14px; left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer { border-top: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track { top: -3px; width: 14px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size { top: -4px; width: 14px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }









/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


@import url("https://p.typekit.net/p.css?s=1&k=cvo0kgv&ht=tk&f=37783&a=8705966&app=typekit&e=css");
.familuxBorder {
  position: absolute;
  z-index: 1;
}
.familuxBorderLR {
  width: 5px;
  height: 100%;
  top: 0;
  right: -1px;
  background-repeat: repeat-y;
  background-size: 100%;
}
.familuxBorderLR.thin {
  width: 10px;
}
.familuxBorderTB {
  width: 100%;
  height: 5px;
  background-repeat: repeat-x;
  background-size: auto;
}
.familuxBorderTB.thin {
  height: 9px;
  left: 0;
}
.familuxBorderLRO {
  width: 5px;
  height: 100%;
  top: 0;
  background-repeat: repeat-y;
  background-size: 100%;
}
.familuxBorderTBO {
  width: 100%;
  background-repeat: repeat-x;
  background-size: 100%;
  height: 5px;
  left: 0;
}
.familuxBorderLROW {
  width: 5px;
  height: 100%;
  top: 0;
  background-repeat: repeat-y;
  background-size: 100%;
}
.familuxBorderTBOW {
  width: 100%;
  background-repeat: repeat-x;
  background-size: auto;
  height: 5px;
  left: 0;
}
.isDesktopDiv,
.isMobileDiv {
  width: 100%;
  display: block;
}
html,
body {
  overflow-x: hidden;
}
/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * viktorie:
 *   - http://typekit.com/eulas/00000000000000003b9b14e0
 *
 * © 2009-2019 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2019-11-27 10:59:43 UTC"}*/
@font-face {
  font-family: "viktorie";
  src: url("https://use.typekit.net/af/19e730/00000000000000003b9b14e0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/19e730/00000000000000003b9b14e0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/19e730/00000000000000003b9b14e0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "SourceSerifPro-Regular";
  src: url("../fonts/SourceSerifPro-Regular.eot");
  src: url("../fonts/SourceSerifPro-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/SourceSerifPro-Regular.otf") format("opentype"), /* Open Type Font */ url("../fonts/SourceSerifPro-Regular.svg") format("svg"), /* Legacy iOS */ url("../fonts/SourceSerifPro-Regular.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/SourceSerifPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: "SourceSerifPro-It";
  src: url("../fonts/SourceSerifPro-It.eot");
  src: url("../fonts/SourceSerifPro-It.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/SourceSerifPro-It.otf") format("opentype"), /* Open Type Font */ url("../fonts/SourceSerifPro-It.svg") format("svg"), /* Legacy iOS */ url("../fonts/SourceSerifPro-It.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/SourceSerifPro-It.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: "SourceSerifPro-Bold";
  src: url("../fonts/SourceSerifPro-Bold.eot");
  src: url("../fonts/SourceSerifPro-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/SourceSerifPro-Bold.otf") format("opentype"), /* Open Type Font */ url("../fonts/SourceSerifPro-Bold.svg") format("svg"), /* Legacy iOS */ url("../fonts/SourceSerifPro-Bold.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/SourceSerifPro-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("../fonts/SourceSansPro-Regular.eot");
  src: url("../fonts/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/SourceSansPro-Regular.otf") format("opentype"), /* Open Type Font */ url("../fonts/SourceSansPro-Regular.svg") format("svg"), /* Legacy iOS */ url("../fonts/SourceSansPro-Regular.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: "SourceSansPro-Black";
  src: url("../fonts/SourceSansPro-Black.eot");
  src: url("../fonts/SourceSansPro-Black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/SourceSansPro-Black.otf") format("opentype"), /* Open Type Font */ url("../fonts/SourceSansPro-Black.svg") format("svg"), /* Legacy iOS */ url("../fonts/SourceSansPro-Black.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/SourceSansPro-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: 'familux';
  src: url('../fonts/familux.eot?q5img7');
  src: url('../fonts/familux.eot?q5img7#iefix') format('embedded-opentype'), url('../fonts/familux.ttf?q5img7') format('truetype'), url('../fonts/familux.woff?q5img7') format('woff'), url('../fonts/familux.svg?q5img7#familux') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'familux-bs3';
  src: url('../fonts/familux-bs3.eot?q5img7');
  src: url('../fonts/familux-bs3.eot?q5img7#iefix') format('embedded-opentype'), url('../fonts/familux-bs3.ttf?q5img7') format('truetype'), url('../fonts/familux-bs3.woff?q5img7') format('woff'), url('../fonts/familux-bs3.svg?q5img7#familux') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  font-family: 'familux' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-childcare:before {
  content: "\e91a";
  color: #383556;
}
.icon-baby:before {
  content: "\e902";
  color: #383556;
}
.icon-golf:before {
  content: "\e903";
  color: #383556;
}
.icon-swimming:before {
  content: "\e904";
  color: #383556;
}
.icon-kids:before {
  content: "\e905";
  color: #383556;
}
.icon-ski:before {
  content: "\e906";
  color: #383556;
}
.icon-fitness:before {
  content: "\e907";
  color: #383556;
}
.icon-icon-themen:before {
  content: "\e908";
  color: #383556;
}
.icon-hike:before {
  content: "\e909";
  color: #383556;
}
.icon-wine:before {
  content: "\e90a";
  color: #383556;
}
.icon-wellness:before {
  content: "\e90b";
  color: #383556;
}
.icon-arrow-down:before {
  content: "\e90c";
  color: #383556;
}
.icon-arrow-down-prim:before {
  content: "\e90d";
  color: #383556;
}
.icon-arrow-right-prim:before {
  content: "\e90e";
  color: #383556;
}
.icon-arrow-up:before {
  content: "\e90f";
  color: #383556;
}
.icon-close:before {
  content: "\e910";
  color: #383556;
}
.icon-chat:before {
  content: "\e911";
  color: #383556;
}
.icon-check:before {
  content: "\e912";
  color: #383556;
}
.icon-facebook:before {
  content: "\e913";
  color: #383556;
}
.icon-logo-noclaim:before {
  content: "\e914";
  color: #383556;
}
.icon-instagram:before {
  content: "\e915";
  color: #383556;
}
.icon-menu:before {
  content: "\e916";
  color: #383556;
}
.icon-dash:before {
  content: "\e900";
  color: #383556;
}
.icon-play:before {
  content: "\e917";
  color: #383556;
}
.icon-youtube:before {
  content: "\e918";
  color: #383556;
}
.icon-logo-claim:before {
  content: "\e919";
  color: #383556;
}
.icon-calim:before {
  content: "\e901";
  color: #383556;
}
.icon-minus:before {
  content: "";
  width: 24px;
  height: 3px;
  background: #ffffff;
  display: block;
  margin: 10px auto;
  border-radius: 5px;
}
.icon-screen:before {
  content: "\e111";
  color: #383556;
}
.icon-exit:before {
  content: "\e112";
  color: #383556;
}
.icon-play-prim:before {
  content: "\e113";
  color: #383556;
}
.icon-pause:before {
  content: "\e114";
  color: #383556;
}
.icon-left-slider:before {
  content: "\e115";
}
.icon-right-slider:before {
  content: "\e116";
}
.icon-single-w-child:before {
  content: "\e91b";
  color: #383556;
}
.icon-volume:before {
  content: "\e922";
}
.icon-mute:before {
  content: "\e923";
}
/*BS3*/
.bs3-fullscreen:before {
  content: "\e111";
  color: #383556;
}
.bs3-360:before {
  content: "\e900";
  color: #383556;
}
.bs3-all-inclusive:before {
  content: "\e901";
  color: #383556;
}
.bs3-arrow-down:before {
  content: "\e902";
  color: #383556;
}
.bs3-arrow-up:before {
  content: "\e903";
  color: #383556;
}
.bs3-calender:before {
  content: "\e904";
  color: #383556;
}
.bs3-close:before {
  content: "\e905";
  color: #383556;
}
.bs3-check-empty:before {
  content: "\e906";
  color: #383556;
}
.bs3-check:before {
  content: "\e907";
  color: #383556;
}
.Familux_Icon_Chip_Cancel:before {
  content: "\e908";
  color: #383556;
}
.bs3-down:before {
  content: "\e909";
  color: #383556;
}
.bs3-info:before {
  content: "\e90a";
  color: #383556;
}
.bs3-filter:before {
  content: "\e90b";
  color: #383556;
}
.bs3-layout:before {
  content: "\e90c";
  color: #383556;
}
.bs3-minus:before {
  content: "\e90d";
  color: #383556;
}
.bs3-bed:before {
  content: "\e90e";
  color: #383556;
}
.bs3-persons:before {
  content: "\e90f";
  color: #383556;
}
.bs3-plus:before {
  content: "\e910";
  color: #383556;
}
.bs3-star:before {
  content: "\e911";
  color: #383556;
}
.bs3-slider-left:before {
  content: "\e115";
  color: #383556;
}
.bs3-slider-right:before {
  content: "\e116";
  color: #383556;
}
.bs3-right:before {
  content: "\e91d";
  color: #383556;
}
.bs3-left:before {
  content: "\e91e";
}
.bs3-left:before {
  content: "\e91e";
}
#samera-hook * {
  font-size: 16px;
}
#samera-hook * .slick-dots li button:before {
  font-size: 14px !important;
  opacity: 1 !important;
}
#samera-hook * #overlayMessage,
#samera-hook * #formattedLodgingType {
  padding: 15px;
}
#samera-hook * #overlayMessage p,
#samera-hook * #formattedLodgingType p,
#samera-hook * #overlayMessage strong,
#samera-hook * #formattedLodgingType strong {
  color: #ffffff;
}
#samera-hook * .__react_component_tooltip p {
  color: #ffffff;
}
#samera-hook * .__react_component_tooltip p strong {
  color: #ffffff;
}
/**BS3**/
.primary-border-bottom-color {
  border-bottom-color: #383556 !important;
}
.primary-background-color {
  color: #ffffff !important;
  background-color: #383556 !important;
  font-size: 20px !important;
  font-family: 'SourceSansPro-Black', sans-serif;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}
@media screen and (max-width: 767px) {
  .primary-background-color {
    font-size: 16px !important;
  }
}
.samera__dateSelectorFooter .samera__sameraInactive .primary-background-color {
  color: #ffffff !important;
  background-color: #D7D6DD !important;
  font-size: 20px !important;
  font-family: 'SourceSansPro-Black', sans-serif !important;
  text-transform: uppercase !important;
  cursor: not-allowed !important;
  letter-spacing: 2px !important;
  padding: 20px !important;
}
@media screen and (max-width: 767px) {
  .samera__dateSelectorFooter .samera__sameraInactive .primary-background-color {
    font-size: 16px !important;
  }
}
.samera__dateSelectorFooter .samera__sameraActive .primary-background-color {
  color: #ffffff;
  background-color: #383556 !important;
  font-size: 20px;
  font-family: 'SourceSansPro-Black', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .samera__dateSelectorFooter .samera__sameraActive .primary-background-color {
    font-size: 16px;
  }
}
.__react_component_tooltip span {
  color: #ffffff;
}
.__react_component_tooltip span hr {
  color: #ffffff;
  background-color: #ffffff;
  margin: 10px 0 !important;
}
.__react_component_tooltip .samera__icon.samera__iconbs3callsign:before {
  color: #ffffff !important;
}
.samera__icon {
  font-family: 'familux-bs3' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px !important;
  margin-right: 5px;
}
.samera__icon.samera__iconbs3plus {
  font-family: 'familux-bs3' !important;
}
.samera__icon.samera__iconbs3plus:before {
  content: "\e910";
  color: #383556 !important;
}
.samera__icon.samera__iconbs3minus {
  font-family: 'familux-bs3' !important;
}
.samera__icon.samera__iconbs3minus:before {
  content: "\e90d";
  font-size: 3px !important;
  color: #383556 !important;
}
.samera__icon.samera__iconbs3calendar {
  font-family: 'familux-bs3' !important;
}
.samera__icon.samera__iconbs3calendar:before {
  content: "\e904";
  color: #383556 !important;
}
.samera__icon.samera__iconbs3close {
  font-family: 'familux-bs3' !important;
}
.samera__icon.samera__iconbs3close:before {
  content: "\e905";
  color: #383556 !important;
}
.samera__icon.samera__iconbs3callsign,
.samera__icon.samera__iconbs3info {
  font-family: 'familux-bs3' !important;
  font-size: 15px !important;
}
.samera__icon.samera__iconbs3callsign:before,
.samera__icon.samera__iconbs3info:before {
  content: "\e90a";
  color: #383556 !important;
}
.samera__icon.samera__iconbs3zoom {
  font-family: 'familux-bs3' !important;
}
.samera__icon.samera__iconbs3zoom:before {
  content: "\e111";
  color: #383556 !important;
}
.samera__icon.samera__iconbs3person {
  font-family: 'familux-bs3' !important;
}
.samera__icon.samera__iconbs3person:before {
  content: "\e90f";
  color: #383556 !important;
}
.samera__icon.samera__iconbs3nights {
  font-family: 'familux-bs3' !important;
}
.samera__icon.samera__iconbs3nights:before {
  content: "\e90e";
  color: #383556 !important;
}
.samera__icon.samera__iconbs3catering {
  font-family: 'familux-bs3' !important;
}
.samera__icon.samera__iconbs3catering:before {
  content: "\e901";
  color: #383556 !important;
}
.samera__icon.samera__iconbs3arrowdown {
  font-family: 'familux-bs3' !important;
}
.samera__icon.samera__iconbs3arrowdown:before {
  content: "\e902";
  color: #383556 !important;
}
.samera__icon.samera__iconbs3arrowdown {
  font-family: 'familux-bs3' !important;
}
.samera__icon.samera__iconbs3arrowdown:before {
  content: "\e902";
  color: #383556 !important;
}
.samera__icon.samera__iconbs3arrowup {
  font-family: 'familux-bs3' !important;
}
.samera__icon.samera__iconbs3arrowup:before {
  content: "\e902";
  color: #383556 !important;
}
.samera__icon.samera__iconbs3arrowright {
  font-family: 'familux-bs3' !important;
}
.samera__icon.samera__iconbs3arrowright:before {
  content: "\e91d";
  color: #383556 !important;
  transform: unset;
}
.samera__icon.samera__iconbs3arrowleft {
  font-family: 'familux-bs3' !important;
}
.samera__icon.samera__iconbs3arrowleft:before {
  content: "\e91e";
  color: #383556 !important;
  transform: unset;
  font-weight: bold;
  font-size: 20px;
}
.samera__arrowLeft {
  font-family: 'familux-bs3' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0 !important;
  text-shadow: none !important;
}
.samera__arrowLeft:before {
  content: "\e115";
  color: #ffffff !important;
  font-size: 50px !important;
}
.samera__arrowRight {
  font-family: 'familux-bs3' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0 !important;
  text-shadow: none !important;
}
.samera__arrowRight:before {
  content: "\e116";
  color: #ffffff !important;
  font-size: 50px !important;
}
.samera__closeDateSelectorContainerButtonContainer {
  top: 15px;
  right: 15px;
}
.samera__sameraHeadContainer {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 1550px) {
  .samera__sameraHeadContainer {
    width: 100% !important;
  }
}
.samera__sameraHeadContainer .samera__occupancyPickerIconContainer {
  border-bottom: 3px solid;
}
.samera__sameraHeadContainer .samera__sameraLabel {
  font-size: 20px;
  font-family: 'SourceSansPro-Black', sans-serif;
  color: #383556;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .samera__sameraHeadContainer .samera__sameraLabel {
    font-size: 16px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .samera__sameraHeadContainer .samera__integerInput {
    width: 100px;
  }
}
.samera__sameraHeadContainer .samera__sameraFormField {
  font-size: 20px;
  font-family: 'SourceSerifPro-It', sans-serif;
  color: #383556;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 767px) {
  .samera__sameraHeadContainer .samera__sameraFormField {
    font-size: 16px;
  }
}
.samera__sameraHeadContainer .samera__sameraFormField div {
  font-size: 20px;
  font-family: 'SourceSerifPro-It', sans-serif;
  color: #383556;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 767px) {
  .samera__sameraHeadContainer .samera__sameraFormField div {
    font-size: 16px;
  }
}
.samera__sameraHeadContainer .samera__sameraFormField.samera__dateRangeArrival,
.samera__sameraHeadContainer .samera__sameraFormField.samera__dateRangeDeparture {
  border-bottom: 3px solid #383556 !important;
}
.samera__sameraHeadContainer .samera__subLabel {
  font-size: 14px;
  font-family: 'SourceSerifPro-It', sans-serif;
  color: #383556;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 767px) {
  .samera__sameraHeadContainer .samera__subLabel {
    font-size: 12px;
  }
}
.samera__sameraHeadContainer .samera__iconbs3arrowdown,
.samera__sameraHeadContainer .samera__addOccupancyButtonContainer {
  display: none;
}
.samera__sameraHeadContainer .samera__packageGroupIdWrapper .samera__sameraLabel {
  margin-right: 15px;
}
.samera__sameraHeadContainer .samera__packageGroupIdWrapper select {
  border: none;
  border-bottom: 3px solid #383556 !important;
  outline: none !important;
  font-family: 'SourceSerifPro-It', sans-serif;
  padding: 10px 35px 10px 10px;
}
.samera__sameraHeadContainer .samera__packageGroupIdWrapper select option {
  font-family: 'SourceSerifPro-It', sans-serif;
}
.samera__sameraHeadContainer .samera__packageGroupIdWrapper span.samera__icon {
  display: block !important;
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 11px !important;
}
.samera__sameraOverlayContainer .samera__sameraOverlayHead {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.10196078);
  padding: 20px 15px;
  font-size: 20px;
  font-family: 'SourceSansPro-Black', sans-serif;
  color: #383556;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.samera__sameraOverlayContainer .samera__sameraOverlayHead h2 {
  font-size: 20px;
  font-family: 'SourceSansPro-Black', sans-serif;
  color: #383556;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.samera__sameraOverlayContainer .samera__sameraOverlayHead h2.samera__offerNameTitle {
  color: #383556 !important;
}
.samera__sameraOverlayContainer .samera__sameraOverlayHead .samera__detailViewHeadlineContainer .samera__detailViewRoomSizeContainer {
  padding-bottom: 0;
}
.samera__sameraOverlayContainer .samera__sameraOverlayHead .samera__detailViewHeadlineContainer .samera__detailViewRoomSizeContainer .samera__icon {
  margin-left: 20px;
}
.samera__sameraOverlayContainer .samera__sameraOverlayHead .samera__detailViewHeadlineContainer .samera__detailViewRoomSizeContainer .samera__icon:first-of-type {
  margin-left: 0;
}
.samera__sameraOverlayContainer .samera__sameraOverlayHead .samera__detailViewHeadlineContainer .samera__detailViewRoomSizeContainer span {
  font-size: 14px;
  font-family: 'SourceSansPro-Regular', sans-serif;
  color: #383556;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.samera__sameraOverlayContainer .samera__sameraLabel {
  font-size: 14px;
}
.samera__sameraOverlayContainer .samera__input {
  color: #383556;
  font-size: 20px;
  outline: none !important;
  border-radius: 0 !important;
}
.samera__sameraOverlayContainer .samera__input:focus {
  border: none !important;
  box-shadow: none !important;
}
@media screen and (max-width: 767px) {
  .samera__dateSelectorHeader .samera__sameraFormField {
    letter-spacing: .36px;
  }
  .samera__dateSelectorHeader .samera__checkLabel {
    letter-spacing: 0.36px;
  }
  .samera__dateSelectorHeader .samera__icon {
    margin-right: -5px;
  }
}
.samera__dateSelectorHeader .samera__sameraFormField {
  font-size: 16px;
  font-family: 'SourceSerifPro-It', sans-serif;
  color: #383556;
  text-transform: none;
}
.samera__dateSelectorHeader .samera__checkLabel {
  font-size: 16px;
  font-family: 'SourceSerifPro-It', sans-serif;
  color: #383556;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .samera__dateSelectorHeader .samera__checkLabel .samera__sameraFormField {
    letter-spacing: .36px;
  }
  .samera__dateSelectorHeader .samera__checkLabel .samera__checkLabel {
    letter-spacing: 0.36px;
  }
  .samera__dateSelectorHeader .samera__checkLabel .samera__icon {
    margin-right: -5px;
  }
}
.samera__fuzzySelectorWrapper {
  margin-top: 15px;
  width: 90%;
}
.samera__fuzzySelectorWrapper input {
  font-size: 14px;
  font-family: 'SourceSerifPro-It', sans-serif;
  color: #383556;
  letter-spacing: 0.4px;
  padding: 5px;
  outline: none;
}
.samera__day {
  display: flex;
  justify-content: end !important;
  align-items: center;
  flex-direction: column;
  background-color: #cecf8f !important;
  border: 1px solid #cecf8f !important;
}
.samera__day .samera__dayLabel {
  position: unset !important;
  font-size: 14px !important;
  font-family: 'SourceSansPro-Black', sans-serif;
  color: #383556;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .samera__day .samera__dayLabel {
    margin-top: 18px;
  }
}
.samera__day .samera__dayPrice {
  position: unset;
  transform: unset !important;
  font-size: 14px !important;
  font-family: 'SourceSansPro-Regular', sans-serif;
  color: #383556;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .samera__day .samera__dayPrice {
    margin-top: -5px;
  }
}
.samera__day span {
  line-height: unset !important;
}
.samera__monthName {
  font-size: 14px;
  font-family: 'SourceSansPro-Black', sans-serif;
  color: #383556;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.samera__dayBlocked {
  cursor: not-allowed;
  background-color: #EFACAC !important;
  border: 1px solid #EFACAC !important;
}
.samera__selectedDay {
  background: #9e9f21 !important;
}
.samera__emptyDay {
  background: #ffffff !important;
  border: none !important;
}
.samera__sameraDepartureMarker {
  background: linear-gradient(135deg, #9e9f21 0%, #9e9f21 50%, #cecf8f 50%, #cecf8f 100%) !important;
}
.samera__sameraArrivalMarker {
  background: linear-gradient(135deg, #cecf8f 0%, #cecf8f 50%, #9e9f21 50%, #9e9f21 100%) !important;
}
.samera__sameraContainer {
  width: 100% !important;
  display: block;
  margin: 0 auto;
}
.samera__sameraContainer .samera__filterWrapper .samera__checkBoxContainer .samera__sameraFormGroup .samera__sameraLabel,
.samera__sameraContainer .samera__filterWrapper .samera__checkBoxContainer .samera__sameraFormGroup .samera__checkLabel {
  color: #383556 !important;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px !important;
  text-transform: uppercase;
}
.samera__sameraContainer .samera__filterWrapper .samera__checkBoxContainer .samera__sameraFormGroup .samera__icon {
  position: relative;
  margin-left: 10px;
  font-size: 10px !important;
}
.samera__sameraContainer .samera__filterWrapper .samera__checkBoxContainer .samera__sameraFormGroup .samera__iconbs3arrowdown {
  top: 8px !important;
}
.samera__sameraContainer .samera__filterWrapper .samera__checkBoxContainer .samera__sameraFormGroup .samera__iconbs3arrowup {
  top: 13px !important;
}
.samera__sameraContainer .samera__filterWrapper .samera__sameraFilterContainer .samera__sameraLabel label {
  color: #383556 !important;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.samera__sameraContainer .samera__filterWrapper .samera__sameraFilterContainer .samera__checkLabel span {
  color: #383556 !important;
  font-family: 'SourceSansPro-Regular', sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.samera__detailViewContentContainer .samera__descriptionContainer div p {
  font-size: 16px !important;
  color: #383556 !important;
  font-family: 'SourceSerifPro-Regular', sans-serif !important;
  line-height: 32px !important;
  letter-spacing: 0.3px !important;
}
.samera__detailViewContentContainer .samera__descriptionContainer div p span {
  font-size: 16px !important;
  color: #383556 !important;
  font-family: 'SourceSerifPro-Regular', sans-serif !important;
  line-height: 32px !important;
  letter-spacing: 0.3px !important;
}
#sameraOfferList .samera__alternativeOffers {
  margin: 120px 0;
}
@media screen and (max-width: 767px) {
  #sameraOfferList .samera__alternativeOffers {
    margin: 60px 0;
  }
}
#sameraOfferList .samera__alternativeOffers > h2 {
  text-align: center;
  color: #383556;
  font-size: 75px;
  font-family: 'Viktorie', sans-serif;
  line-height: 88px;
  font-weight: normal;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #sameraOfferList .samera__alternativeOffers > h2 {
    font-size: 45px;
  }
}
#sameraOfferList .samera__alternativeOffers h3 {
  font-size: 30px !important;
  margin-bottom: 120px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sameraOfferList .samera__alternativeOffers h3 {
    font-size: 26px;
    margin-bottom: 60px;
  }
}
#sameraOfferList .samera__offerItemWrapper {
  border-top: 3px solid #383556;
  padding-top: 60px !important;
  margin-top: 60px !important;
}
#sameraOfferList .samera__offerItemWrapper:first-of-type {
  border-top: none;
}
#sameraOfferList .samera__offerItemWrapper .samera__offerTypeLabel {
  background: #383556;
  font-family: 'SourceSansPro-Black', sans-serif;
  line-height: 28px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1600px) {
  #sameraOfferList .samera__offerItemWrapper .samera__offerTypeLabel {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 1600px) {
  #sameraOfferList .samera__offerItemWrapper .samera__offerTypeLabel {
    letter-spacing: 1.2px;
    line-height: 18px;
  }
}
#sameraOfferList .samera__offerItemWrapper .samera__offerTypeLabel:before {
  content: url('../images/border_ojo.svg');
  position: absolute;
  z-index: 1;
  width: 140px;
  height: 140px;
  left: -10px;
  top: -10px;
}
@media screen and (max-width: 1600px) {
  #sameraOfferList .samera__offerItemWrapper .samera__offerTypeLabel:before {
    width: 90px;
    height: 90px;
    left: -5px;
    top: -5px;
  }
}
@media screen and (max-width: 767px) {
  #sameraOfferList .samera__offerItemWrapper .samera__offerTypeLabel:before {
    width: 80px;
    height: 80px;
    left: -5px;
    top: -5px;
  }
}
#sameraOfferList .samera__offerItemWrapper .samera__sameraClear .samera__contentContainer .samera__detailViewRoomSizeContainer .samera__icon {
  margin-right: 5px;
  margin-left: 20px;
}
#sameraOfferList .samera__offerItemWrapper .samera__sameraClear .samera__contentContainer .samera__detailViewRoomSizeContainer .samera__icon:first-of-type {
  margin-left: 0;
}
#sameraOfferList .samera__offerItemWrapper .samera__sameraClear .samera__contentContainer .samera__detailViewRoomSizeContainer span {
  font-size: 14px;
  font-family: 'SourceSansPro-Regular', sans-serif;
  color: #383556;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
#sameraOfferList .samera__offerItemWrapper .samera__sameraClear .samera__contentContainer h2 {
  font-size: 38px;
  font-family: 'SourceSerifPro-Regular', sans-serif;
  color: #383556 !important;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 767px) {
  #sameraOfferList .samera__offerItemWrapper .samera__sameraClear .samera__contentContainer h2 {
    font-size: 26px;
  }
}
#sameraOfferList .samera__offerItemWrapper .samera__sameraClear .samera__contentContainer h2.roomCategoryLabel {
  color: #383556 !important;
  font-size: 20px !important;
  font-family: 'SourceSansPro-Black', sans-serif !important;
  text-transform: uppercase !important;
  margin-bottom: 10px;
}
#sameraOfferList .samera__offerItemWrapper .samera__sameraClear .samera__contentContainer h2.subtitle {
  color: #383556 !important;
  font-size: 20px !important;
  font-family: 'SourceSansPro-Black', sans-serif !important;
  text-transform: uppercase !important;
  margin-bottom: 10px;
}
#sameraOfferList .samera__offerItemWrapper .samera__sameraClear .samera__contentContainer .samera__descriptionContainer div p {
  font-size: 20px !important;
  color: #383556 !important;
  font-family: 'SourceSerifPro-Regular', sans-serif !important;
  line-height: 32px !important;
  letter-spacing: 0.3px !important;
}
@media screen and (max-width: 767px) {
  #sameraOfferList .samera__offerItemWrapper .samera__sameraClear .samera__contentContainer .samera__descriptionContainer div p {
    font-size: 16px !important;
  }
}
#sameraOfferList .samera__offerItemWrapper .samera__sameraClear .samera__contentContainer .samera__descriptionContainer div p span {
  font-size: 20px !important;
  color: #383556 !important;
  font-family: 'SourceSerifPro-Regular', sans-serif !important;
  line-height: 32px !important;
  letter-spacing: 0.3px !important;
}
@media screen and (max-width: 767px) {
  #sameraOfferList .samera__offerItemWrapper .samera__sameraClear .samera__contentContainer .samera__descriptionContainer div p span {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  #sameraOfferList .samera__offerItemWrapper .samera__sameraClear .samera__bottomContainer {
    text-align: center;
    margin-top: 30px;
  }
}
#sameraOfferList .samera__offerItemWrapper .samera__sameraClear .samera__bottomContainer .samera__priceFrom {
  font-family: 'SourceSansPro-Black', sans-serif;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #383556;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #sameraOfferList .samera__offerItemWrapper .samera__sameraClear .samera__bottomContainer .samera__priceFrom {
    font-size: 16px;
  }
}
#sameraOfferList .samera__offerItemWrapper .samera__sameraClear .samera__bottomContainer .samera__priceFrom span {
  font-family: 'SourceSansPro-Black', sans-serif;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #383556;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #sameraOfferList .samera__offerItemWrapper .samera__sameraClear .samera__bottomContainer .samera__priceFrom span {
    font-size: 16px;
  }
}
#sameraOfferList .samera__offerItemWrapper .samera__sameraClear .samera__bottomContainer .samera__showMore {
  padding: 12px 30px !important;
  font-family: 'SourceSansPro-Black', sans-serif !important;
  line-height: 20px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #383556 !important;
  border: 3px solid #383556 !important;
  background: #ffffff !important;
  transition: all .3s !important;
}
#sameraOfferList .samera__offerItemWrapper .samera__sameraClear .samera__bottomContainer .samera__showMore span {
  font-family: 'SourceSansPro-Black', sans-serif !important;
  line-height: 20px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #383556 !important;
  transition: all .3s !important;
}
#sameraOfferList .samera__offerItemWrapper .samera__sameraClear .samera__bottomContainer .samera__showMore:hover {
  color: #ffffff !important;
  background: #383556 !important;
}
#sameraOfferList .samera__offerItemWrapper .samera__sameraClear .samera__bottomContainer .samera__showMore:hover span {
  color: #ffffff !important;
}
span.samera__checkMark.primary-check-mark-color:after {
  border-color: #383556 !important;
}
.samera__checkMark {
  border: 2px solid #383556 !important;
}
.samera__customRoomCategoryImageLinksContainer {
  display: flex;
}
.samera__customRoomCategoryImageLinksContainer a {
  line-height: 0;
  padding: 0 30px 0 0;
  font-family: 'SourceSansPro-Black', sans-serif !important;
  color: #383556 !important;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
}
.samera__customRoomCategoryImageLinksContainer a:before {
  font-family: 'familux' !important;
  margin-right: 10px;
}
.samera__customRoomCategoryImageLinksContainer a:first-of-type:before {
  content: "\e90a";
  font-size: 20px;
}
.samera__customRoomCategoryImageLinksContainer a:last-of-type:before {
  font-size: 20px;
  content: "\e948";
}
.samera__detailViewContainer .samera__sameraOverlayBody .samera__detailViewPriceItemHeadlineWrapper .samera__headlineFont {
  font-family: 'SourceSansPro-Black', sans-serif !important;
  color: #383556 !important;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.samera__detailViewContainer .samera__sameraOverlayBody .samera__detailViewPriceItemHeadlineWrapper.samera__alternativeOffer .samera__headlineFont {
  font-size: 50px !important;
  font-family: 'Viktorie', sans-serif !important;
  color: #383556 !important;
  line-height: 70px !important;
  text-align: center !important;
  font-weight: 100;
  text-transform: none;
}
.samera__detailViewContainer .samera__sameraOverlayBody .samera__detailViewPriceItemHeadlineWrapper.samera__alternativeOffer .samera__detailViewPriceItemWrapper {
  border-bottom: none !important;
}
.samera__detailViewContainer .samera__sameraOverlayBody .samera__detailViewPriceItemHeadlineWrapper .samera__detailViewPriceItemWrapper {
  border-bottom: 3px solid #383556 !important;
}
.samera__detailViewContainer .samera__sameraOverlayBody .samera__detailViewPriceItemHeadlineWrapper .samera__detailViewPriceItemWrapper .samera__sameraRight .samera__detailTotalPrice span {
  font-family: 'SourceSansPro-Black', sans-serif !important;
  color: #383556 !important;
  font-size: 38px !important;
  letter-spacing: 2px;
}
.samera__detailViewContainer .samera__sameraOverlayBody .samera__detailViewPriceItemHeadlineWrapper .samera__detailViewPriceItemWrapper .samera__sameraRight .samera__detailTotalPrice span:first-of-type {
  font-family: 'SourceSansPro-Black', sans-serif !important;
  color: #383556 !important;
  font-size: 17px !important;
  letter-spacing: 2px;
  display: block;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .samera__detailViewContainer .samera__sameraOverlayBody .samera__detailViewPriceItemHeadlineWrapper .samera__detailViewPriceItemWrapper .samera__sameraRight .samera__detailTotalPrice span:first-of-type {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .samera__detailViewContainer .samera__sameraOverlayBody .samera__detailViewPriceItemHeadlineWrapper .samera__detailViewPriceItemWrapper .samera__sameraRight .samera__detailTotalPrice span {
    font-size: 28px !important;
  }
}
.samera__detailViewContainer .samera__sameraOverlayBody .samera__detailViewPriceItemHeadlineWrapper .samera__detailViewPriceItemWrapper .samera__sameraRight .samera__pricePerNightContainer span {
  font-family: 'SourceSansPro-Black', sans-serif !important;
  color: #383556 !important;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .samera__detailViewContainer .samera__sameraOverlayBody .samera__detailViewPriceItemHeadlineWrapper .samera__detailViewPriceItemWrapper .samera__sameraRight .samera__pricePerNightContainer span {
    font-size: 16px;
  }
}
.samera__detailViewContainer .samera__sameraOverlayBody .samera__detailViewPriceItemHeadlineWrapper .samera__detailViewPriceItemWrapper .samera__sameraRight .samera__detailViewAddOfferButtonContainer button.primary-background-color {
  max-height: unset !important;
  padding: 12px 20px !important;
  cursor: pointer;
  background: #383556 !important;
  color: #ffffff !important;
}
.samera__detailViewContainer .samera__sameraOverlayBody .samera__detailViewPriceItemHeadlineWrapper .samera__detailViewPriceItemWrapper .samera__sameraRight .samera__detailViewAddOfferButtonContainer span {
  font-family: 'SourceSansPro-Black', sans-serif !important;
  color: #ffffff !important;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.samera__detailViewContainer .samera__sameraOverlayBody .samera__detailViewPriceItemHeadlineWrapper .samera__detailViewPriceItemWrapper .samera__sameraLeft .samera__gridColumn {
  font-family: 'SourceSansPro-Regular', sans-serif;
  color: #383556 !important;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.samera__detailViewContainer .samera__sameraOverlayBody .samera__detailViewPriceItemHeadlineWrapper .samera__detailViewPriceItemWrapper .samera__sameraLeft .samera__gridColumn .samera__icon {
  font-size: 20px !important;
}
.samera__detailViewContainer .samera__sameraOverlayBody .samera__detailViewPriceItemHeadlineWrapper .samera__detailViewPriceItemWrapper .samera__sameraLeft .samera__gridColumn .samera__icon.samera__iconbs3nights {
  font-size: 15px !important;
}
.samera__detailViewContainer .samera__sameraOverlayBody .samera__detailViewPriceItemHeadlineWrapper .samera__detailViewPriceItemWrapper .samera__sameraLeft .samera__gridColumn span,
.samera__detailViewContainer .samera__sameraOverlayBody .samera__detailViewPriceItemHeadlineWrapper .samera__detailViewPriceItemWrapper .samera__sameraLeft .samera__gridColumn strong {
  font-family: 'SourceSansPro-Regular', sans-serif;
  color: #383556 !important;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.samera__detailViewContainer .samera__sameraOverlayBody .samera__detailViewPriceItemHeadlineWrapper .samera__detailViewPriceItemWrapper .samera__sameraLeft .samera__gridColumn.samera__formattedLodgingTypeExtra .samera__icon {
  font-size: 20px !important;
}
.samera__detailViewContainer .samera__sameraOverlayBody .samera__detailViewPriceItemHeadlineWrapper .samera__detailViewPriceItemWrapper .samera__sameraLeft .samera__gridColumn.samera__formattedLodgingTypeExtra .samera__icon.samera__iconbs3catering:before {
  content: "\e911" !important;
}
.samera__detailViewContainer .samera__sameraOverlayBody .samera__detailViewSliderContainer .samera__sliderWrapper .samera__sliderThumbnailWrapper {
  display: none;
}
.samera__matrixWrapper {
  margin-bottom: 30px;
  margin-top: 60px !important;
}
.samera__matrixWrapper .samera__headlineFont {
  text-align: center !important;
  color: #383556 !important;
  font-size: 75px !important;
  font-family: 'Viktorie', sans-serif !important;
  line-height: 88px !important;
  font-weight: normal !important;
  margin-bottom: 60px !important;
}
.samera__matrixWrapper .samera__matrixHeadline {
  font-size: 20px !important;
  font-family: 'SourceSerifPro-It', sans-serif !important;
  color: #383556 !important;
  margin-bottom: 60px !important;
}
.samera__matrixWrapper .samera__matrixDepartureRow {
  top: 0 !important;
  position: relative !important;
  margin-bottom: 15px !important;
  width: 100px;
}
.samera__matrixWrapper .samera__matrixDepartureRow span:first-of-type {
  margin-right: 5px !important;
  font-family: 'SourceSansPro-Regular', sans-serif !important;
  font-size: 14px !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
}
.samera__matrixWrapper .samera__matrixDepartureRow .samera__iconLeft {
  top: 0 !important;
  right: 25px !important;
}
.samera__matrixWrapper .samera__matrixRow .samera__firstEmptyCell span:first-of-type {
  margin-right: 5px !important;
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-size: 14px !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
}
.samera__matrixWrapper .samera__matrixRow .samera__firstEmptyCell .samera__iconbs3arrowdown:before {
  content: "\e909" !important;
}
.samera__matrixWrapper .samera__matrixRow .samera__matrixDayCell {
  background: #D7D6DD !important;
  border: 2px solid #D7D6DD !important;
  color: #383556 !important;
}
.samera__matrixWrapper .samera__matrixRow .samera__matrixDayCell span {
  font-style: normal !important;
  font-family: 'SourceSansPro-Regular', sans-serif !important;
  letter-spacing: 1.4px !important;
  font-size: 12px !important;
  line-height: 15px !important;
}
.samera__matrixWrapper .samera__matrixRow .samera__matrixDayCell span:first-of-type {
  font-family: 'SourceSansPro-Black', sans-serif !important;
  font-weight: normal !important;
  font-size: 14px !important;
}
.samera__matrixWrapper .samera__matrixRow .samera__matrixDayCell.samera__matrixDayCellHighlighted {
  background: #383556 !important;
  border: 2px solid #383556 !important;
  color: #ffffff !important;
  padding: 0 !important;
}
.samera__matrixWrapper .samera__matrixRow .samera__matrixDayCell.samera__matrixDayCellHighlighted span {
  color: #ffffff;
}
.samera__matrixWrapper .samera__matrixRow .samera__matrixOfferCell {
  background: #CECF8F !important;
  text-align: center !important;
  transition: all .3s !important;
  border: 2px solid #CECF8F !important;
}
.samera__matrixWrapper .samera__matrixRow .samera__matrixOfferCell span {
  font-family: 'SourceSansPro-Black', sans-serif !important;
  font-size: 14px !important;
  color: #383556 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  transition: all .3s !important;
}
.samera__matrixWrapper .samera__matrixRow .samera__matrixOfferCell .samera__matrixPerNight {
  font-family: 'SourceSerifPro-It', sans-serif !important;
  color: #383556 !important;
  font-size: 12px !important;
  transition: all .3s !important;
  margin-top: -4px !important;
}
.samera__matrixWrapper .samera__matrixRow .samera__matrixOfferCell:hover {
  background: #383556 !important;
  border: 2px solid #383556 !important;
}
.samera__matrixWrapper .samera__matrixRow .samera__matrixOfferCell:hover span {
  color: #ffffff !important;
}
.samera__matrixWrapper .samera__matrixRow .samera__matrixOfferCell:hover .samera__matrixPerNight {
  color: #ffffff !important;
}
.samera__matrixWrapper .samera__matrixRow .samera__matrixOfferCell.samera__matrixOfferCellSelected {
  background: #ffffff !important;
  border: 2px solid #383556 !important;
}
.samera__matrixWrapper .samera__matrixRow .samera__matrixOfferCell.samera__matrixOfferCellSelected span {
  color: #383556 !important;
}
.samera__matrixWrapper .samera__matrixRow .samera__matrixOfferCell.samera__matrixOfferCellSelected .samera__matrixPerNight {
  color: #383556 !important;
}
.samera__matrixWrapper .samera__matrixRow .samera__matrixOfferCell.samera__matrixOfferCellCheapestPrice {
  background: #383556 !important;
  border: 2px solid #383556 !important;
}
.samera__matrixWrapper .samera__matrixRow .samera__matrixOfferCell.samera__matrixOfferCellCheapestPrice span {
  color: #ffffff !important;
}
.samera__matrixWrapper .samera__matrixRow .samera__matrixOfferCell.samera__matrixOfferCellCheapestPrice .samera__matrixPerNight {
  color: #ffffff !important;
}
.samera__sameraModal {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
}
.samera__sameraModal .samera__modalContents h2 {
  font-size: 20px;
  font-family: 'SourceSansPro-Black', sans-serif;
  color: #383556;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.samera__sameraModal .samera__modalContents .samera__secondaryButton {
  background: #383556;
  color: #ffffff;
  font-size: 14px;
  font-family: 'SourceSansPro-Black', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.samera__sameraModal .samera__modalContents .samera__primaryButton {
  background: #383556;
  color: #ffffff;
  font-size: 14px;
  font-family: 'SourceSansPro-Black', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .samera__occupancyFormContainer .samera__ageInfo {
    display: inline-block !important;
    margin-left: 0 !important;
  }
}
.samera__offerItemWrapper .samera__arrowLeft,
.samera__offerItemWrapper .samera__arrowRight {
  font-size: 0 !important;
}
.samera__closeDetailViewContainer {
  top: 15px !important;
  right: 15px !important;
}
.samera__closeDateSelectorContainerButtonContainer {
  top: 15px !important;
  right: 15px !important;
}
@media (max-width: 767px) {
  .samera__sameraOverlayBody {
    height: 67vh;
  }
}
.samera__detailViewContentContainer:before {
  top: unset !important;
  height: 200px !important;
  bottom: 0 !important;
  background: linear-gradient(0deg, #ffffff, 185px, rgba(255, 255, 255, 0)) !important;
}
.samera__detailViewContentContainer .samera__detailViewContentReadMore {
  left: 100px !important;
  bottom: 100px !important;
  font-family: 'SourceSansPro-Black', sans-serif !important;
  color: #383556 !important;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
}
.samera__detailViewContentContainer .samera__detailViewContentReadMore:after {
  content: "\E116";
  font-family: 'familux-bs3' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  text-shadow: none !important;
  position: relative;
  left: 10px;
  transform: rotate(90deg);
  top: -2px;
}
.samera__primaryButton {
  padding: 25px 30px !important;
}
form.samera__sameraOverlayContainer.samera__occupancyFormContainer {
  overflow-y: auto !important;
}
.bs3Selector {
  max-width: 2550px;
}
.samera__sameraModal .samera__modalContents .samera__sameraModalButton {
  padding: 10px 15px !important;
  width: 48%;
  margin-left: 4%;
}


body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;

    /* Image border */
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;

    /* Background color behind image.
       This is visible during transitions. */
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

@import url("https://p.typekit.net/p.css?s=1&k=cvo0kgv&ht=tk&f=37783&a=8705966&app=typekit&e=css");
.familuxBorder {
  position: absolute;
  z-index: 1;
}
.familuxBorderLR {
  width: 5px;
  height: 100%;
  top: 0;
  right: -1px;
  background-repeat: repeat-y;
  background-size: 100%;
}
.familuxBorderLR.thin {
  width: 10px;
}
.familuxBorderTB {
  width: 100%;
  height: 5px;
  background-repeat: repeat-x;
  background-size: auto;
}
.familuxBorderTB.thin {
  height: 9px;
  left: 0;
}
.familuxBorderLRO {
  width: 5px;
  height: 100%;
  top: 0;
  background-repeat: repeat-y;
  background-size: 100%;
}
.familuxBorderTBO {
  width: 100%;
  background-repeat: repeat-x;
  background-size: 100%;
  height: 5px;
  left: 0;
}
.familuxBorderLROW {
  width: 5px;
  height: 100%;
  top: 0;
  background-repeat: repeat-y;
  background-size: 100%;
}
.familuxBorderTBOW {
  width: 100%;
  background-repeat: repeat-x;
  background-size: auto;
  height: 5px;
  left: 0;
}
.isDesktopDiv,
.isMobileDiv {
  width: 100%;
  display: block;
}
html,
body {
  overflow-x: hidden;
}
/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * viktorie:
 *   - http://typekit.com/eulas/00000000000000003b9b14e0
 *
 * © 2009-2019 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2019-11-27 10:59:43 UTC"}*/
@font-face {
  font-family: "viktorie";
  src: url("https://use.typekit.net/af/19e730/00000000000000003b9b14e0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/19e730/00000000000000003b9b14e0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/19e730/00000000000000003b9b14e0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "SourceSerifPro-Regular";
  src: url("../fonts/SourceSerifPro-Regular.eot");
  src: url("../fonts/SourceSerifPro-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/SourceSerifPro-Regular.otf") format("opentype"), /* Open Type Font */ url("../fonts/SourceSerifPro-Regular.svg") format("svg"), /* Legacy iOS */ url("../fonts/SourceSerifPro-Regular.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/SourceSerifPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: "SourceSerifPro-It";
  src: url("../fonts/SourceSerifPro-It.eot");
  src: url("../fonts/SourceSerifPro-It.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/SourceSerifPro-It.otf") format("opentype"), /* Open Type Font */ url("../fonts/SourceSerifPro-It.svg") format("svg"), /* Legacy iOS */ url("../fonts/SourceSerifPro-It.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/SourceSerifPro-It.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: "SourceSerifPro-Bold";
  src: url("../fonts/SourceSerifPro-Bold.eot");
  src: url("../fonts/SourceSerifPro-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/SourceSerifPro-Bold.otf") format("opentype"), /* Open Type Font */ url("../fonts/SourceSerifPro-Bold.svg") format("svg"), /* Legacy iOS */ url("../fonts/SourceSerifPro-Bold.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/SourceSerifPro-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("../fonts/SourceSansPro-Regular.eot");
  src: url("../fonts/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/SourceSansPro-Regular.otf") format("opentype"), /* Open Type Font */ url("../fonts/SourceSansPro-Regular.svg") format("svg"), /* Legacy iOS */ url("../fonts/SourceSansPro-Regular.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: "SourceSansPro-Black";
  src: url("../fonts/SourceSansPro-Black.eot");
  src: url("../fonts/SourceSansPro-Black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/SourceSansPro-Black.otf") format("opentype"), /* Open Type Font */ url("../fonts/SourceSansPro-Black.svg") format("svg"), /* Legacy iOS */ url("../fonts/SourceSansPro-Black.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/SourceSansPro-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: 'familux';
  src: url('../fonts/familux.eot?q5img7');
  src: url('../fonts/familux.eot?q5img7#iefix') format('embedded-opentype'), url('../fonts/familux.ttf?q5img7') format('truetype'), url('../fonts/familux.woff?q5img7') format('woff'), url('../fonts/familux.svg?q5img7#familux') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'familux-bs3';
  src: url('../fonts/familux-bs3.eot?q5img7');
  src: url('../fonts/familux-bs3.eot?q5img7#iefix') format('embedded-opentype'), url('../fonts/familux-bs3.ttf?q5img7') format('truetype'), url('../fonts/familux-bs3.woff?q5img7') format('woff'), url('../fonts/familux-bs3.svg?q5img7#familux') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  font-family: 'familux' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-childcare:before {
  content: "\e91a";
  color: #383556;
}
.icon-baby:before {
  content: "\e902";
  color: #383556;
}
.icon-golf:before {
  content: "\e903";
  color: #383556;
}
.icon-swimming:before {
  content: "\e904";
  color: #383556;
}
.icon-kids:before {
  content: "\e905";
  color: #383556;
}
.icon-ski:before {
  content: "\e906";
  color: #383556;
}
.icon-fitness:before {
  content: "\e907";
  color: #383556;
}
.icon-icon-themen:before {
  content: "\e908";
  color: #383556;
}
.icon-hike:before {
  content: "\e909";
  color: #383556;
}
.icon-wine:before {
  content: "\e90a";
  color: #383556;
}
.icon-wellness:before {
  content: "\e90b";
  color: #383556;
}
.icon-arrow-down:before {
  content: "\e90c";
  color: #383556;
}
.icon-arrow-down-prim:before {
  content: "\e90d";
  color: #383556;
}
.icon-arrow-right-prim:before {
  content: "\e90e";
  color: #383556;
}
.icon-arrow-up:before {
  content: "\e90f";
  color: #383556;
}
.icon-close:before {
  content: "\e910";
  color: #383556;
}
.icon-chat:before {
  content: "\e911";
  color: #383556;
}
.icon-check:before {
  content: "\e912";
  color: #383556;
}
.icon-facebook:before {
  content: "\e913";
  color: #383556;
}
.icon-logo-noclaim:before {
  content: "\e914";
  color: #383556;
}
.icon-instagram:before {
  content: "\e915";
  color: #383556;
}
.icon-menu:before {
  content: "\e916";
  color: #383556;
}
.icon-dash:before {
  content: "\e900";
  color: #383556;
}
.icon-play:before {
  content: "\e917";
  color: #383556;
}
.icon-youtube:before {
  content: "\e918";
  color: #383556;
}
.icon-logo-claim:before {
  content: "\e919";
  color: #383556;
}
.icon-calim:before {
  content: "\e901";
  color: #383556;
}
.icon-minus:before {
  content: "";
  width: 24px;
  height: 3px;
  background: #ffffff;
  display: block;
  margin: 10px auto;
  border-radius: 5px;
}
.icon-screen:before {
  content: "\e111";
  color: #383556;
}
.icon-exit:before {
  content: "\e112";
  color: #383556;
}
.icon-play-prim:before {
  content: "\e113";
  color: #383556;
}
.icon-pause:before {
  content: "\e114";
  color: #383556;
}
.icon-left-slider:before {
  content: "\e115";
}
.icon-right-slider:before {
  content: "\e116";
}
.icon-single-w-child:before {
  content: "\e91b";
  color: #383556;
}
.icon-volume:before {
  content: "\e922";
}
.icon-mute:before {
  content: "\e923";
}
/*BS3*/
.bs3-fullscreen:before {
  content: "\e111";
  color: #383556;
}
.bs3-360:before {
  content: "\e900";
  color: #383556;
}
.bs3-all-inclusive:before {
  content: "\e901";
  color: #383556;
}
.bs3-arrow-down:before {
  content: "\e902";
  color: #383556;
}
.bs3-arrow-up:before {
  content: "\e903";
  color: #383556;
}
.bs3-calender:before {
  content: "\e904";
  color: #383556;
}
.bs3-close:before {
  content: "\e905";
  color: #383556;
}
.bs3-check-empty:before {
  content: "\e906";
  color: #383556;
}
.bs3-check:before {
  content: "\e907";
  color: #383556;
}
.Familux_Icon_Chip_Cancel:before {
  content: "\e908";
  color: #383556;
}
.bs3-down:before {
  content: "\e909";
  color: #383556;
}
.bs3-info:before {
  content: "\e90a";
  color: #383556;
}
.bs3-filter:before {
  content: "\e90b";
  color: #383556;
}
.bs3-layout:before {
  content: "\e90c";
  color: #383556;
}
.bs3-minus:before {
  content: "\e90d";
  color: #383556;
}
.bs3-bed:before {
  content: "\e90e";
  color: #383556;
}
.bs3-persons:before {
  content: "\e90f";
  color: #383556;
}
.bs3-plus:before {
  content: "\e910";
  color: #383556;
}
.bs3-star:before {
  content: "\e911";
  color: #383556;
}
.bs3-slider-left:before {
  content: "\e115";
  color: #383556;
}
.bs3-slider-right:before {
  content: "\e116";
  color: #383556;
}
.bs3-right:before {
  content: "\e91d";
  color: #383556;
}
.bs3-left:before {
  content: "\e91e";
}
.bs3-left:before {
  content: "\e91e";
}
.headline {
  margin-bottom: 60px;
}
.headline * {
  text-align: center;
}
.headline.bigMargin {
  margin-top: 60px;
}
.h1,
h1 {
  font-family: 'Viktorie', sans-serif;
  color: #383556;
}
.h2,
h2 {
  font-family: 'SourceSerifPro-Regular', sans-serif;
  color: #383556;
  line-height: 1.2;
}
.h3,
h3 {
  font-family: 'SourceSerifPro-Regular', sans-serif;
  color: #383556;
  line-height: 1.2;
}
* {
  font-family: 'SourceSerifPro-Regular', sans-serif;
  color: #383556;
}
a {
  color: inherit;
  font-family: 'SourceSerifPro-Bold', sans-serif;
  font-size: inherit;
  transition: all .3s;
}
a:hover {
  text-decoration: none;
  color: #383556;
}
.infoText {
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #383556;
}
@media screen and (min-width: 1600px) {
  .h1,
  h1 {
    font-size: 88px;
  }
  .h2,
  h2 {
    font-size: 72px;
  }
  .h3,
  h3 {
    font-size: 48px;
  }
  * {
    font-size: 20px;
  }
}
@media screen and (max-width: 1559px) {
  .h1,
  h1 {
    font-size: 65px;
  }
  .h2,
  h2 {
    font-size: 36px;
  }
  .h3,
  h3 {
    font-size: 28px;
  }
  * {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .h1,
  h1 {
    font-size: 48px;
  }
  .h2,
  h2 {
    font-size: 36px;
  }
  .h3,
  h3 {
    font-size: 28px;
  }
  * {
    font-size: 16px;
  }
}
.quoteWrapper {
  background: #383556;
  padding: 60px 0;
  margin: 30px 0;
}
.quoteWrapper .headline {
  margin-bottom: 0;
}
.quoteWrapper .headline * {
  text-align: center;
  color: #ffffff;
}
.quoteWrapper .h2,
.quoteWrapper h2 {
  font-family: 'Viktorie', sans-serif;
  color: #383556;
}
@media screen and (min-width: 1600px) {
  .quoteWrapper .h2,
  .quoteWrapper h2 {
    font-size: 72px;
  }
}
@media screen and (max-width: 1559px) {
  .quoteWrapper .h2,
  .quoteWrapper h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .quoteWrapper .h2,
  .quoteWrapper h2 {
    font-size: 36px;
  }
}
.containerFluidLimited {
  max-width: 2550px;
}
li#menuID-9 {
  cursor: pointer;
}
html.navIsOpen {
  overflow: hidden;
}
main.noHeader {
  padding-top: 180px;
}
main.fullSize {
  min-height: 100vh;
}
main .sideBarBook {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  right: 0;
}
main .sideBarBook .sideBarBookBtn {
  background: #383556;
  position: absolute;
  vertical-align: top;
  width: 200px;
  height: 55px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  z-index: 1001;
  -o-transform: rotate(90deg);
  right: -60px;
  text-align: center;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 9px;
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: -2px 3px 6px rgba(0, 0, 0, 0.25);
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .sideBarBook .sideBarBookBtn:hover {
  text-decoration: none;
  outline: none;
  background: #ffffff;
  color: #383556;
}
main .sideBarBook .sideBarBookBtn .sideBarBookBtnBorder {
  border-image: url('../images/frameBorderThickOJO.svg') !important;
  border-image-slice: 9 !important;
  border-image-width: 35px !important;
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #ffffff;
  left: -5px;
  top: -5px;
}
@media screen and (max-width: 1023px) {
  main .sideBarBook .sideBarBookBtn .sideBarBookBtnBorder {
    display: none;
  }
}
main .sideBarChat {
  position: fixed;
  z-index: 99;
  bottom: 10px;
  right: 10px;
  width: 55px;
  height: 55px;
}
main .sideBarChat .sideBarChatBtn {
  background: #383556;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 100%;
  padding: 12px 0;
  color: #383556;
  text-transform: uppercase;
  box-shadow: -2px 3px 6px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  transition: all .3s;
}
main .sideBarChat .sideBarChatBtn:hover {
  text-decoration: none;
  outline: none;
  background: #ffffff;
  color: #383556;
}
main .sideBarChat .sideBarChatBtn:hover i:before {
  color: #383556;
}
main .sideBarChat .sideBarChatBtn i {
  font-size: 32px;
}
html.holidayPlanerIsOpen {
  height: 100%;
  overflow: hidden;
}
body {
  overflow: auto;
  height: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
body.navIsOpen {
  overflow: hidden;
  height: 100%;
}
body.holidayPlanerIsOpen {
  overflow: hidden;
}
body.videoTilePlayed {
  overflow: hidden;
}
body.videoIsVisible {
  overflow: hidden;
}
body.videoIsVisible header {
  opacity: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  body.videoIsVisible .container-fluid {
    padding: 0;
  }
}
body.videoIsVisible .mindstreamVideoWrapper {
  margin: 0;
  height: 100vh;
}
body.videoIsVisible .sideBarChat,
body.videoIsVisible .sideBarBook {
  z-index: 1;
}
body.noWrapper main.noHeader {
  padding-top: 10px;
}
header {
  position: absolute;
  width: 100%;
  z-index: 100;
  margin-top: -80px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
header.isFixed,
header .subSite {
  position: fixed;
  background: #ffffff;
  box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.1);
  height: 80px;
  margin-top: 0;
}
@media screen and (min-width: 1023px) {
  header.isFixed.searchAgain,
  header .subSite.searchAgain {
    height: 100px;
  }
}
header.isFixed:before,
header .subSite:before,
header.isFixed:after,
header .subSite:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(0% 0%, 5% 100%, 10% 0%, 15% 100%, 20% 0%, 25% 100%, 30% 0%, 35% 100%, 40% 0%, 45% 100%, 50% 0%, 55% 100%, 60% 0%, 65% 100%, 70% 0%, 75% 100%, 80% 0%, 85% 100%, 90% 0%, 95% 100%, 100% 0%);
}
header.isFixed:before,
header .subSite:before {
  background-color: #ffffff;
  top: 0;
}
header.isFixed:after,
header .subSite:after {
  background-color: #ffffff;
  bottom: -2px;
}
header.isFixed .headerItems,
header .subSite .headerItems {
  margin-top: 0;
  align-items: center;
}
header.isFixed .headerItems .headerBurger .headerBurgerIco,
header .subSite .headerItems .headerBurger .headerBurgerIco {
  top: 0;
}
header.isFixed .headerItems .headerBurger .headerBurgerIco:before,
header .subSite .headerItems .headerBurger .headerBurgerIco:before {
  color: #383556;
}
header.isFixed .headerItems .headerBurger .headerBurgerIco:hover:before,
header .subSite .headerItems .headerBurger .headerBurgerIco:hover:before {
  transition: all .3s;
  color: #383556;
}
header.isFixed .headerItems .headerLogo,
header .subSite .headerItems .headerLogo {
  margin-top: 0;
}
header.isFixed .headerItems .headerLogo a,
header .subSite .headerItems .headerLogo a {
  display: inline-block;
}
header.isFixed .headerItems .headerLogo img,
header .subSite .headerItems .headerLogo img {
  display: inline-block;
  width: 300px;
  margin: 0 auto;
  height: 16px;
}
header.isFixed .headerItems .headerLogo .headerLogoIco:before,
header .subSite .headerItems .headerLogo .headerLogoIco:before {
  content: "";
}
header.isFixed .headerItems .headerMeta,
header .subSite .headerItems .headerMeta {
  top: 0;
}
header.isFixed .headerItems .headerMeta div a,
header .subSite .headerItems .headerMeta div a {
  text-transform: uppercase;
  color: #383556;
  font-size: 16px;
}
header .headerItems {
  display: flex;
  width: 100%;
  height: 80px;
  margin-top: 95px;
  position: relative;
  z-index: 99;
}
header .headerItems .headerBurger {
  width: 30%;
  text-align: left;
}
header .headerItems .headerBurger .headerBurgerIco {
  font-size: 25px;
  width: 25px;
  position: relative;
  left: 45px;
  top: 35px;
  cursor: pointer;
}
header .headerItems .headerBurger .headerBurgerIco:before {
  color: #ffffff;
  content: "\e916";
  font-family: 'familux' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header .headerItems .headerBurger .headerBurgerIco.navIsOpen:hover:before {
  transition: all .3s;
  color: #383556;
}
header .headerItems .headerBurger .headerBurgerIco.navIsOpen:before {
  content: "\e910";
  color: #383556;
}
header .headerItems .headerLogo {
  width: 40%;
  text-align: center;
  margin-top: 35px;
}
header .headerItems .headerLogo img {
  display: none;
}
header .headerItems .headerLogo .headerLogoIco {
  font-size: 80px;
  display: block;
}
header .headerItems .headerLogo .headerLogoIco:before {
  color: #ffffff;
  content: "\e9199";
  font-family: 'familux' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header .headerItems .headerMeta {
  width: 30%;
  display: inline-block;
  text-align: right;
  position: relative;
  top: 35px;
  right: 45px;
}
header .headerItems .headerMeta div {
  display: inline-block;
}
header .headerItems .headerMeta div.headerClubLogin {
  margin-right: 80px;
}
header .headerItems .headerMeta div.headerLangauge a:first-of-type {
  margin-right: 30px;
}
header .headerItems .headerMeta div a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  transition: all .3s;
}
header .headerItems .headerMeta div a:hover {
  color: #383556;
  text-decoration: none;
}
header .headerItems .headerMeta div a.active {
  color: #383556 !important;
}
header .headerItems .headerMeta * {
  font-family: 'SourceSansPro-Regular', sans-serif;
  letter-spacing: 2px;
}
header .menuOverlay {
  position: fixed;
  background: #ffffff;
  width: 100%;
  height: 0;
  transition: all .6s;
  overflow-x: hidden;
  opacity: 0;
  pointer-events: none;
  top: -100px;
}
header .menuOverlay .menuSection {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  position: relative;
  padding-top: 200px;
}
header .menuOverlay .menuSection ul {
  padding: 0;
}
header .menuOverlay .menuSection .firstCat {
  text-align: center;
  list-style: none;
}
header .menuOverlay .menuSection .firstCat li {
  margin-bottom: 30px;
}
header .menuOverlay .menuSection .firstCat li a {
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  color: #383556;
  transition: all .3s;
}
header .menuOverlay .menuSection .firstCat li a:hover {
  color: #383556;
  text-decoration: none;
}
header .menuOverlay .menuSection .firstCat li .firstCatSub {
  list-style: none;
  margin-top: 15px;
}
header .menuOverlay .menuSection .firstCat li .firstCatSub li {
  margin-bottom: 15px;
}
header .menuOverlay .menuSection .firstCat li .firstCatSub li a {
  font-family: 'SourceSansPro-Regular', sans-serif;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  color: #383556;
  transition: all .3s;
}
header .menuOverlay .menuSection .firstCat li .firstCatSub li a:hover {
  color: #383556;
  text-decoration: none;
}
header .menuOverlay .menuSection .secondCat {
  text-align: center;
  list-style: none;
  margin-top: 60px;
}
header .menuOverlay .menuSection .secondCat li {
  margin-bottom: 30px;
}
header .menuOverlay .menuSection .secondCat li a {
  font-family: 'SourceSansPro-Regular', sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  color: #383556;
  transition: all .3s;
}
header .menuOverlay .menuSection .secondCat li a:hover {
  color: #383556;
  text-decoration: none;
}
header .menuOverlay .menuLanguage {
  text-align: center;
  text-transform: uppercase;
  display: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  header .menuOverlay .menuLanguage {
    display: block;
  }
}
header .menuOverlay .menuLanguage a {
  font-family: 'SourceSansPro-Regular', sans-serif;
  letter-spacing: 2px;
  color: #383556;
  text-decoration: none;
}
header .menuOverlay .menuLanguage a:first-of-type {
  margin-right: 15px;
}
header .menuOverlay .menuLanguage a.active {
  color: #383556;
}
header.navIsOpen .headerItems {
  background: #ffffff;
}
header.navIsOpen .headerItems .headerBurger .headerBurgerIco:before {
  color: #383556;
}
header.navIsOpen .headerItems .headerLogo {
  width: 40%;
  text-align: center;
  margin-top: 35px;
}
header.navIsOpen .headerItems .headerLogo img {
  display: none;
}
header.navIsOpen .headerItems .headerLogo .headerLogoIco {
  font-size: 80px;
  transition: all .3s;
}
header.navIsOpen .headerItems .headerLogo .headerLogoIco:before {
  color: #383556;
  content: "\e9199";
  font-family: 'familux' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all .3s;
}
header.navIsOpen .headerItems .headerLogo .headerLogoIco:hover:before {
  color: #383556;
}
header.navIsOpen .headerItems .headerMeta div a {
  color: #383556;
}
header.navIsOpen .headerItems .headerMeta div a:hover {
  color: #383556;
  text-decoration: none;
}
header.navIsOpen .menuOverlay {
  opacity: 1;
  top: 0;
  pointer-events: auto;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  header.navIsOpen.isFixed .headerItems {
    margin-top: -80px;
    align-items: center;
    background: #ffffff;
    height: 250px;
  }
}
header.navIsOpen.isFixed .headerItems .headerLogo {
  margin-top: 135px;
}
.holidayPlanerWrapper {
  position: fixed;
  z-index: -1;
  pointer-events: none;
  background: #383556;
  width: 100%;
  top: 0;
  height: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.holidayPlanerWrapper.holidayPlanerIsOpen {
  opacity: 1;
  z-index: 101;
  pointer-events: auto;
  overflow-y: scroll;
  height: 100%;
}
.holidayPlanerWrapper .holidayPlanerHeader {
  height: 110px;
  box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  background: #383556;
  z-index: 1;
}
.holidayPlanerWrapper .holidayPlanerHeader .closeHolidayPlaner {
  opacity: 1;
  z-index: 1;
  width: 25px;
  position: relative;
  left: 70px;
  top: 30px;
  cursor: pointer;
}
.holidayPlanerWrapper .holidayPlanerHeader .closeHolidayPlaner i {
  font-size: 25px;
}
.holidayPlanerWrapper .holidayPlanerHeader .closeHolidayPlaner i:before {
  color: #ffffff;
}
.holidayPlanerWrapper .holidayPlanerHeader .holidayPlanerSearch {
  width: 100%;
  text-align: center;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  top: 0;
}
.holidayPlanerWrapper .holidayPlanerHeader .holidayPlanerSearch a {
  display: inline-block;
  position: relative;
  top: 95px;
  min-width: 150px;
  background: #383556;
  padding: 15px 25px;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  color: #383556;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .holidayPlanerWrapper .holidayPlanerHeader .holidayPlanerSearch a {
    border-top-left-radius: 255px 5px;
    border-top-right-radius: 5px 225px;
    border-bottom-right-radius: 225px 5px;
    border-bottom-left-radius: 5px 225px;
  }
}
.holidayPlanerWrapper .holidayPlanerHeader .holidayPlanerSearch.isActive {
  opacity: 1;
  pointer-events: auto;
}
.holidayPlanerWrapper .holidayPlanerHeader img.holidyPlaner {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 16px;
  position: relative;
  top: 44px;
}
.holidayPlanerWrapper .holidayPlanerContent {
  text-align: center;
  position: relative;
  margin-top: 10%;
}
.holidayPlanerWrapper .holidayPlanerContent .headline {
  display: block;
  text-align: center;
  font-family: 'Viktorie', sans-serif;
  color: #383556;
  font-size: 85px;
  margin-bottom: 5%;
}
.holidayPlanerWrapper .holidayPlanerContent .holidayPlanerTiles {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
  height: 160px;
  padding: 30px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
}
.holidayPlanerWrapper .holidayPlanerContent .holidayPlanerTiles .holidayPlanerTilesBorder {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #ffffff;
  left: -5px;
  top: -5px;
  border-image: url('../images/frameBoderThick.svg');
  border-image-slice: 30;
  border-image-width: 15px;
}
@media screen and (max-width: 1023px) {
  .holidayPlanerWrapper .holidayPlanerContent .holidayPlanerTiles .holidayPlanerTilesBorder {
    display: none;
  }
}
.holidayPlanerWrapper .holidayPlanerContent .holidayPlanerTiles i {
  font-size: 30px;
  padding: 15px;
}
.holidayPlanerWrapper .holidayPlanerContent .holidayPlanerTiles i:before {
  color: #ffffff;
}
.holidayPlanerWrapper .holidayPlanerContent .holidayPlanerTiles:hover {
  background: #ffffff;
  color: #383556;
}
.holidayPlanerWrapper .holidayPlanerContent .holidayPlanerTiles:hover .holidayPlanerTilesBorder {
  border-image: url('../images/frameBoderThick.svg');
  border-image-slice: 20;
  border-image-width: 25px;
}
@media screen and (max-width: 1023px) {
  .holidayPlanerWrapper .holidayPlanerContent .holidayPlanerTiles:hover .holidayPlanerTilesBorder {
    display: none;
  }
}
.holidayPlanerWrapper .holidayPlanerContent .holidayPlanerTiles:hover i {
  font-size: 30px;
}
.holidayPlanerWrapper .holidayPlanerContent .holidayPlanerTiles:hover i:before {
  color: #383556;
}
.holidayPlanerWrapper .holidayPlanerContent .holidayPlanerTiles:hover span {
  color: #383556;
}
.holidayPlanerWrapper .holidayPlanerContent .holidayPlanerTiles.isActive {
  background: #ffffff;
  color: #383556;
}
.holidayPlanerWrapper .holidayPlanerContent .holidayPlanerTiles.isActive .holidayPlanerTilesBorder {
  border-image: url('../images/frameBoderThick.svg');
  border-image-slice: 20;
  border-image-width: 22px;
}
@media screen and (max-width: 1023px) {
  .holidayPlanerWrapper .holidayPlanerContent .holidayPlanerTiles.isActive .holidayPlanerTilesBorder {
    display: none;
  }
}
.holidayPlanerWrapper .holidayPlanerContent .holidayPlanerTiles.isActive i {
  font-size: 30px;
}
.holidayPlanerWrapper .holidayPlanerContent .holidayPlanerTiles.isActive i:before {
  color: #383556;
}
.holidayPlanerWrapper .holidayPlanerContent .holidayPlanerTiles.isActive span {
  color: #383556;
}
.holidayPlanerWrapper .holidayPlanerContent .holidayPlanerTiles span {
  display: block;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
}
.holidayPlanerWrapper .holidayPlanerMonths {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.holidayPlanerWrapper .holidayPlanerMonths span {
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  color: #ffffff;
  flex-basis: 8.333333%;
  text-align: center;
  cursor: pointer;
}
.holidayPlanerWrapper .holidayPlanerMonths span.isActive {
  text-decoration: underline;
}
.textBox {
  margin-bottom: 30px;
}
.textBox * {
  font-size: 20px;
  line-height: 32px;
}
.textBox ul li {
  list-style: none;
}
.textBox ul li:before {
  content: '•';
  margin-right: 5px;
  align-items: center;
  position: relative;
  top: 2.5px;
  font-size: 28px;
}
.mindstreamVideoWrapper {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 15px;
  margin-bottom: 15px;
  height: calc(100vh - 30px);
}
.mindstreamVideoWrapper .mindstreamVideoBorder {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #ffffff;
  left: -5px;
  top: -5px;
  border-image: url('../images/frameBorder2.svg');
  border-image-slice: 20;
  border-image-width: 20px;
}
@media screen and (max-width: 1600px) {
  .mindstreamVideoWrapper .mindstreamVideoBorder {
    border-image-slice: 15;
    border-image-width: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .mindstreamVideoWrapper .mindstreamVideoBorder {
    border-image-slice: 20;
    border-image-width: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .mindstreamVideoWrapper .mindstreamVideoBorder {
    display: none;
  }
}
.mindstreamVideoWrapper #mindstreamVideo {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  object-fit: cover;
}
.mindstreamVideoWrapper #mindstreamVideo.videoIsHide {
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  z-index: -1;
}
.mindstreamVideoWrapper #mindstreamVideo.videoIsVisible {
  opacity: 1;
  visibility: visible;
  transition: all .3s;
  z-index: 1;
}
.mindstreamVideoWrapper #mindstreamVideoLoop {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  object-fit: cover;
}
.mindstreamVideoWrapper #mindstreamVideoPoster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mindstreamVideoWrapper #mindstreamVideoPoster.videoPosterIsHide {
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  z-index: -1;
}
.mindstreamVideoWrapper #mindstreamVideoPoster.videoPosterIsVisible {
  opacity: 1;
  visibility: visible;
  transition: all .3s;
  z-index: 1;
}
.mindstreamVideoWrapper #mindstreamVideoPoster .mindstreamVideoTitle {
  position: absolute;
  width: 100%;
  top: 35vh;
  z-index: 1001;
  text-align: center;
  font-family: 'Viktorie', sans-serif;
  color: #ffffff;
  font-size: 85px;
  line-height: 153px;
}
.mindstreamVideoWrapper #mindstreamVideoPoster .mindstreamVideoTitle.playBtnVisible {
  top: 25vh;
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .mindstreamVideoWrapper #mindstreamVideoPoster .mindstreamVideoTitle.playBtnVisible {
    line-height: 85px;
  }
}
@media screen and (max-width: 767px) {
  .mindstreamVideoWrapper #mindstreamVideoPoster .mindstreamVideoTitle.playBtnVisible {
    top: 5vh;
    line-height: 45px;
  }
}
.mindstreamVideoWrapper #mindstreamVideoPoster .scrollDown {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 60px;
  font-size: 50px;
  cursor: pointer;
}
.mindstreamVideoWrapper #mindstreamVideoPoster .scrollDown:before {
  color: #ffffff;
}
.mindstreamVideoWrapper #video-controls button {
  background: none;
  border: none;
  outline: none;
}
.mindstreamVideoWrapper #video-controls button:focus {
  outline: none;
}
.mindstreamVideoWrapper #video-controls #playVideo {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.mindstreamVideoWrapper #video-controls #playVideo i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s;
}
.mindstreamVideoWrapper #video-controls #playVideo i:before {
  color: #ffffff;
  font-size: 80px;
}
.mindstreamVideoWrapper #video-controls #playVideo .fillAnim {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  transition: all .2s;
}
.mindstreamVideoWrapper #video-controls #playVideo:hover .fillAnim {
  width: 80px;
}
.mindstreamVideoWrapper #video-controls #seek-bar {
  position: absolute;
  bottom: 50px;
  width: 80%;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  outline: none;
  cursor: pointer;
}
.mindstreamVideoWrapper #video-controls #close {
  position: absolute;
  top: 75px;
  left: 75px;
  z-index: 1;
  display: none;
}
.mindstreamVideoWrapper #video-controls #close i:before {
  color: #ffffff;
  font-size: 23px;
}
.mindstreamVideoWrapper #video-controls #pause {
  position: absolute;
  bottom: 100px;
  height: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
}
.mindstreamVideoWrapper #video-controls #pause i:before {
  color: #ffffff;
  font-size: 20px;
}
.mindstreamVideoWrapper #video-controls #play {
  position: absolute;
  bottom: 100px;
  height: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
}
.mindstreamVideoWrapper #video-controls #play i:before {
  color: #ffffff;
  font-size: 20px;
}
.mindstreamVideoWrapper #video-controls #custom-seekbar {
  margin-bottom: 10px;
  outline: none;
  background: #ffffff;
  overflow: hidden;
  position: absolute;
  bottom: 50px;
  width: 80%;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
  display: none;
}
.mindstreamVideoWrapper #video-controls #custom-seekbar span {
  background-color: #383556;
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
}
.mindstreamVideoWrapper #video-controls .as-console-wrapper {
  display: none !important;
}
.mindstreamVideoWrapper .priceBadge {
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 100px;
  border-radius: 100%;
  left: 100px;
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #383556;
}
@media screen and (max-width: 1023px) {
  .mindstreamVideoWrapper .priceBadge {
    left: 50px;
  }
}
.mindstreamVideoWrapper .priceBadge:before {
  content: url('../images/border_dsk.svg');
  position: absolute;
  z-index: 1;
  width: 240px;
  height: 240px;
  left: -20px;
  top: -20px;
}
.mindstreamVideoWrapper .priceBadge p {
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0;
}
.mindstreamVideoWrapper .priceBadge .price {
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.mindstreamVideoWrapper .priceBadge .price i {
  position: relative;
  top: 15px;
  font-size: 18px;
}
.mindstreamVideoWrapper .priceBadge .price i:before {
  color: #ffffff;
}
.mindstreamVideoWrapper .priceBadge .price span {
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.mindstreamVideoWrapper .holidayPlannerBtn {
  position: absolute;
  text-align: center;
  bottom: 180px;
  cursor: pointer;
  z-index: 101;
  height: 55px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1366px) {
  .mindstreamVideoWrapper .holidayPlannerBtn {
    bottom: 150px;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .mindstreamVideoWrapper .holidayPlannerBtn {
    display: none;
  }
}
.mindstreamVideoWrapper .holidayPlannerBtn .openHolidayPlaner {
  cursor: pointer;
  font-size: 20px;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 40px;
  z-index: 101;
}
@media screen and (max-width: 1366px) {
  .mindstreamVideoWrapper .holidayPlannerBtn .openHolidayPlaner {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
.bigImageHeadlineText {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  height: calc(100vh - 25px);
}
@media screen and (min-width: 2551px) {
  .bigImageHeadlineText .row {
    width: 100%;
  }
}
.bigImageHeadlineText .bigImageHeadlineTextBorder {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #ffffff;
  left: -5px;
  top: -5px;
  border-image: url('../images/frameBorder2.svg');
  border-image-slice: 20;
  border-image-width: 20px;
}
@media screen and (max-width: 1600px) {
  .bigImageHeadlineText .bigImageHeadlineTextBorder {
    border-image-slice: 15;
    border-image-width: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .bigImageHeadlineText .bigImageHeadlineTextBorder {
    border-image-slice: 20;
    border-image-width: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .bigImageHeadlineText .bigImageHeadlineTextBorder {
    display: none;
  }
}
.bigImageHeadlineText .contentArea h2 {
  color: #ffffff;
  line-height: 66px;
  letter-spacing: 3.6px;
}
.bigImageHeadlineText .contentArea p {
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.4px;
}
.bigImageHeadlineText .contentArea .detailMore {
  font-size: 14px;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  color: #ffffff;
  float: right;
  text-transform: uppercase;
  display: flex;
  transition: all .3s;
}
.bigImageHeadlineText .contentArea .detailMore i {
  margin-left: 25px;
  font-size: 23px;
}
.bigImageHeadlineText .contentArea .detailMore i:before {
  color: #ffffff;
  transition: all .3s;
}
.bigImageHeadlineText .contentArea .detailMore:hover {
  text-decoration: none;
  outline: none;
  color: #383556;
}
.bigImageHeadlineText .contentArea .detailMore:hover i:before {
  color: #383556;
}
.bigImageHighlightBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  height: calc(100vh - 25px);
}
.bigImageHighlightBox .bigImageHighlightBoxBorder {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #ffffff;
  left: -5px;
  top: -5px;
  border-image: url('../images/frameBorder2.svg');
  border-image-slice: 20;
  border-image-width: 20px;
}
@media screen and (max-width: 1600px) {
  .bigImageHighlightBox .bigImageHighlightBoxBorder {
    border-image-slice: 15;
    border-image-width: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .bigImageHighlightBox .bigImageHighlightBoxBorder {
    border-image-slice: 20;
    border-image-width: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .bigImageHighlightBox .bigImageHighlightBoxBorder {
    display: none;
  }
}
.bigImageHighlightBox .contentArea {
  background: #ffffff;
  padding: 45px 100px;
  position: relative;
}
.bigImageHighlightBox .contentArea .contentAreaFrameBorder {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #ffffff;
  left: -5px;
  top: -5px;
  border-image: url('../images/frameBorder.svg');
  border-image-slice: 20;
  border-image-width: 15px;
}
@media screen and (max-width: 1600px) {
  .bigImageHighlightBox .contentArea .contentAreaFrameBorder {
    border-image-slice: 15;
    border-image-width: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .bigImageHighlightBox .contentArea .contentAreaFrameBorder {
    border-image-slice: 20;
    border-image-width: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .bigImageHighlightBox .contentArea .contentAreaFrameBorder {
    display: none;
  }
}
.bigImageHighlightBox .contentArea h2 {
  color: #383556;
  font-family: 'Viktorie', sans-serif;
  font-size: 88px;
  line-height: 90px;
  letter-spacing: 0;
  margin-bottom: 45px;
}
.bigImageHighlightBox .contentArea p {
  color: #383556;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.4px;
}
.bigImageHighlightBox .contentArea .contentAreaBorder {
  width: 100%;
  height: 2px;
  background: #383556;
  margin-top: 45px;
  margin-bottom: 45px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .bigImageHighlightBox .contentArea .contentAreaBorder {
    border-top-left-radius: 255px 5px;
    border-top-right-radius: 5px 225px;
    border-bottom-right-radius: 225px 5px;
    border-bottom-left-radius: 5px 225px;
  }
}
.bigImageHighlightBox .contentArea .contentAreaBorder:before,
.bigImageHighlightBox .contentArea .contentAreaBorder:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(0% 0%, 5% 100%, 10% 0%, 15% 100%, 20% 0%, 25% 100%, 30% 0%, 35% 100%, 40% 0%, 45% 100%, 50% 0%, 55% 100%, 60% 0%, 65% 100%, 70% 0%, 75% 100%, 80% 0%, 85% 100%, 90% 0%, 95% 100%, 100% 0%);
}
.bigImageHighlightBox .contentArea .contentAreaBorder:before {
  background-color: #383556;
  top: 0;
}
.bigImageHighlightBox .contentArea .contentAreaBorder:after {
  background-color: #383556;
  bottom: -1px;
}
.bigImageHighlightBox .contentArea a {
  color: #383556;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 45px;
  text-transform: uppercase;
  cursor: pointer;
}
.bigImageHighlightBox .contentArea:hover {
  text-decoration: none;
  outline: none;
}
.imageBoxWithTitle a:hover {
  text-decoration: none;
  outline: none;
}
.imageBoxWithTitle .imageBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  height: calc(50vh - 25px);
}
@media screen and (min-width: 2550px) {
  .imageBoxWithTitle .imageBox {
    height: 725px;
  }
}
.imageBoxWithTitle .imageBox .imageBoxBorder {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #ffffff;
  left: -5px;
  top: -5px;
  border-image: url('../images/frameBorder2.svg');
  border-image-slice: 9;
  border-image-width: 15px;
}
@media screen and (max-width: 1600px) {
  .imageBoxWithTitle .imageBox .imageBoxBorder {
    border-image-slice: 8;
    border-image-width: 15px;
  }
}
@media screen and (max-width: 1500px) {
  .imageBoxWithTitle .imageBox .imageBoxBorder {
    border-image-slice: 10;
    border-image-width: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .imageBoxWithTitle .imageBox .imageBoxBorder {
    display: none;
  }
}
.imageBoxWithTitle .imageBox .imageBoxContent {
  border-radius: 1px;
  padding: 30px;
  width: 55%;
  height: 55%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all .3s;
  position: relative;
}
.imageBoxWithTitle .imageBox .imageBoxContent .imageBoxContentBorder {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #ffffff;
  left: -5px;
  top: -5px;
  border-image: url('../images/frameBoderThick.svg');
  border-image-slice: 30;
  border-image-width: 15px;
}
@media screen and (max-width: 1023px) {
  .imageBoxWithTitle .imageBox .imageBoxContent .imageBoxContentBorder {
    display: none;
  }
}
.imageBoxWithTitle .imageBox .imageBoxContent h2 {
  color: #ffffff;
}
.imageBoxWithTitle .imageBox .imageBoxContent p {
  color: #ffffff;
  text-align: center;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  text-transform: uppercase;
}
.imageBoxWithTitle .imageBox .imageBoxContent:hover {
  background: #ffffff;
}
.imageBoxWithTitle .imageBox .imageBoxContent:hover .imageBoxContentBorder {
  border-image: url('../images/frameBoderThick.svg');
  border-image-slice: 20;
  border-image-width: 22px;
}
@media screen and (max-width: 1023px) {
  .imageBoxWithTitle .imageBox .imageBoxContent:hover .imageBoxContentBorder {
    display: none;
  }
}
.imageBoxWithTitle .imageBox .imageBoxContent:hover h2,
.imageBoxWithTitle .imageBox .imageBoxContent:hover p {
  color: #383556;
}
.threeTileBox {
  display: block;
  margin: 50px 0;
}
.threeTileBox .threeTileBoxImg {
  width: 100%;
  height: 578px;
  position: relative;
}
.threeTileBox .threeTileBoxImg .threeTileBoxImgBorder {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #ffffff;
  left: -5px;
  top: -5px;
  border-image: url('../images/frameBorder2.svg');
  border-image-slice: 10;
  border-image-width: 15px;
}
@media screen and (max-width: 1600px) {
  .threeTileBox .threeTileBoxImg .threeTileBoxImgBorder {
    border-image-slice: 10;
    border-image-width: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .threeTileBox .threeTileBoxImg .threeTileBoxImgBorder {
    border-image-slice: 12;
    border-image-width: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .threeTileBox .threeTileBoxImg .threeTileBoxImgBorder {
    display: none;
  }
}
.threeTileBox .threeTileBoxTextBox {
  padding: 30px;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 15px;
  position: relative;
}
.threeTileBox .threeTileBoxTextBox .threeTileBoxTextBoxBorder {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  left: 0;
  top: 0;
  border-image: url('../images/frameBorderThickDefault.svg');
  border-image-slice: 30;
  border-image-width: 15px;
}
@media screen and (max-width: 1600px) {
  .threeTileBox .threeTileBoxTextBox .threeTileBoxTextBoxBorder {
    border-image-slice: 15;
    border-image-width: 8px;
  }
}
@media screen and (max-width: 1500px) {
  .threeTileBox .threeTileBoxTextBox .threeTileBoxTextBoxBorder {
    border-image-slice: 20;
    border-image-width: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .threeTileBox .threeTileBoxTextBox .threeTileBoxTextBoxBorder {
    display: none;
  }
}
.threeTileBox .threeTileBoxTextBox ul {
  padding: 0 35px;
  margin: 0;
}
.threeTileBox .threeTileBoxTextBox ul li {
  list-style: none;
  position: relative;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.threeTileBox .threeTileBoxTextBox ul li:before {
  font-family: 'familux' !important;
  content: "\e912";
  color: #383556;
  font-size: 24px;
  position: absolute;
  left: -2.3rem;
  top: -5px;
}
.threeTileBox .videoArea {
  width: 100%;
  height: 578px;
  position: relative;
  transition: all .3s;
}
.threeTileBox .videoArea.videoPlayed {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1001;
  height: 100vh;
}
@media (max-width: 1800px) {
  .threeTileBox .videoArea {
    height: 378px;
  }
}
@media (max-width: 1200px) {
  .threeTileBox .videoArea {
    height: 256px;
  }
}
@media (max-width: 1023px) {
  .threeTileBox .videoArea {
    height: 256px;
  }
}
.threeTileBox .videoArea .linkTileVideo {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  object-fit: cover;
}
.threeTileBox .videoArea .familuxBorderL {
  left: -1px;
}
.threeTileBox .videoArea #video-controls button {
  background: none;
  border: none;
  outline: none;
}
.threeTileBox .videoArea #video-controls button:focus {
  outline: none;
}
.threeTileBox .videoArea #video-controls .playVideo {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.threeTileBox .videoArea #video-controls .playVideo i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s;
}
.threeTileBox .videoArea #video-controls .playVideo i:before {
  color: #ffffff;
  font-size: 80px;
}
.threeTileBox .videoArea #video-controls .playVideo .fillAnim {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  transition: all .2s;
}
.threeTileBox .videoArea #video-controls .playVideo:hover .fillAnim {
  width: 80px;
}
.threeTileBox .videoArea #video-controls .volumeUp {
  position: absolute;
  bottom: 100px;
  height: 25px;
  right: 10%;
  z-index: 1;
  display: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .threeTileBox .videoArea #video-controls .volumeUp {
    bottom: 40px;
  }
}
.threeTileBox .videoArea #video-controls .volumeUp i:before {
  color: #ffffff;
  font-size: 20px;
}
.threeTileBox .videoArea #video-controls .close {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 1;
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  opacity: 1;
}
@media (max-width: 767px) {
  .threeTileBox .videoArea #video-controls .close {
    top: 30px;
    left: 30px;
  }
}
.threeTileBox .videoArea #video-controls .close:focus {
  outline: none;
}
.threeTileBox .videoArea #video-controls .close i:before {
  color: #ffffff;
  font-size: 20px;
}
.threeTileBox .videoArea #video-controls .volumeDown {
  position: absolute;
  bottom: 100px;
  height: 25px;
  right: 10%;
  z-index: 1;
  display: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .threeTileBox .videoArea #video-controls .volumeDown {
    bottom: 40px;
  }
}
.threeTileBox .videoArea #video-controls .volumeDown i:before {
  color: #ffffff;
  font-size: 20px;
}
.threeTileBox .videoArea #video-controls .pause {
  position: absolute;
  bottom: 100px;
  height: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
}
@media (max-width: 767px) {
  .threeTileBox .videoArea #video-controls .pause {
    bottom: 40px;
  }
}
.threeTileBox .videoArea #video-controls .pause i:before {
  color: #ffffff;
  font-size: 20px;
}
.threeTileBox .videoArea #video-controls .play {
  position: absolute;
  bottom: 100px;
  height: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
}
@media (max-width: 767px) {
  .threeTileBox .videoArea #video-controls .play {
    bottom: 40px;
  }
}
.threeTileBox .videoArea #video-controls .play i:before {
  color: #ffffff;
  font-size: 20px;
}
.threeTileBox .videoArea #video-controls .custom-seekbar {
  margin-bottom: 10px;
  outline: none;
  background: #ffffff;
  overflow: hidden;
  position: absolute;
  bottom: 50px;
  width: 80%;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
  display: none;
}
@media (max-width: 767px) {
  .threeTileBox .videoArea #video-controls .custom-seekbar {
    bottom: 20px;
  }
}
.threeTileBox .videoArea #video-controls .custom-seekbar span {
  background-color: #383556;
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
}
.threeTileBox .videoArea #video-controls .as-console-wrapper {
  display: none !important;
}
.threeTileBox .contentArea {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.threeTileBox .contentArea .threeTileBoxText {
  padding: 0 180px;
}
.threeTileBox .contentArea .threeTileBoxText .detailMore {
  font-size: 14px;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  color: #383556;
  float: right;
  text-transform: uppercase;
  display: flex;
  transition: all .3s;
}
.threeTileBox .contentArea .threeTileBoxText .detailMore i {
  margin-left: 25px;
  font-size: 23px;
}
.threeTileBox .contentArea .threeTileBoxText .detailMore i:before {
  color: #383556;
  transition: all .3s;
}
.threeTileBox .contentArea .threeTileBoxText .detailMore:hover {
  text-decoration: none;
  outline: none;
  color: #383556;
}
.threeTileBox .contentArea .threeTileBoxText .detailMore:hover i:before {
  color: #383556;
}
.blogBox {
  display: block;
  margin-bottom: 25px;
}
.blogBox .blogBoxImgLink {
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .blogBox .blogBoxImgLink {
    pointer-events: auto;
  }
}
.blogBox .blogBoxImg {
  width: 100%;
  height: 578px;
  position: relative;
}
@media screen and (max-width: 1550px) {
  .blogBox .blogBoxImg {
    height: 378px;
  }
}
.blogBox .blogBoxImg .blogBoxImgBorder {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #ffffff;
  left: -5px;
  top: -5px;
  border-image: url('../images/frameBorder2.svg');
  border-image-slice: 10;
  border-image-width: 15px;
}
@media screen and (max-width: 1600px) {
  .blogBox .blogBoxImg .blogBoxImgBorder {
    border-image-slice: 6;
    border-image-width: 15px;
  }
}
@media screen and (max-width: 1500px) {
  .blogBox .blogBoxImg .blogBoxImgBorder {
    border-image-slice: 6;
    border-image-width: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .blogBox .blogBoxImg .blogBoxImgBorder {
    display: none;
  }
}
.blogBox .contentArea {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.blogBox .contentArea .blogBoxText {
  padding: 0 180px;
}
.blogBox .contentArea .blogBoxText .blogTopTitle {
  display: block;
  font-size: 20px;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  color: #383556;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.blogBox .contentArea .blogBoxText .blogDate {
  font-size: 14px;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  color: #383556;
  text-transform: uppercase;
}
.blogBox .contentArea .blogBoxText .blogName {
  font-size: 14px;
  font-family: 'SourceSerifPro-Regular', sans-serif;
  font-style: italic;
  color: #383556;
}
.blogBox .contentArea .blogBoxText .blogSeparator {
  width: 2px;
  height: 20px;
  background: #383556;
  display: inline-block;
  margin: 0 15px;
  position: relative;
  top: 5px;
}
.blogBox .contentArea .blogBoxText .detailMore {
  font-size: 14px;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  color: #383556;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
  transition: all .3s;
}
.blogBox .contentArea .blogBoxText .detailMore i {
  margin-left: 25px;
  font-size: 23px;
}
.blogBox .contentArea .blogBoxText .detailMore i:before {
  color: #383556;
  transition: all .3s;
}
.blogBox .contentArea .blogBoxText .detailMore:hover {
  text-decoration: none;
  outline: none;
  color: #383556;
}
.blogBox .contentArea .blogBoxText .detailMore:hover i:before {
  color: #383556;
}
@media screen and (min-width: 1560px) {
  .blogBox .contentArea h2 {
    font-size: 48px;
  }
}
.blogBoxBig {
  margin-bottom: 25px;
  height: 578px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.blogBoxBig .blogBoxBigBorder {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #ffffff;
  left: -5px;
  top: -5px;
  border-image: url('../images/frameBorder2.svg');
  border-image-slice: 10;
  border-image-width: 15px;
}
@media screen and (max-width: 1023px) {
  .blogBoxBig .blogBoxBigBorder {
    display: none;
  }
}
.blogBoxBig .contentArea {
  height: 100%;
}
.blogBoxBig .contentArea .blogBoxText h2 {
  color: #ffffff;
}
@media screen and (min-width: 1560px) {
  .blogBoxBig .contentArea .blogBoxText h2 {
    font-size: 48px;
  }
}
.blogBoxBig .contentArea .blogBoxText span {
  color: #ffffff;
}
.blogBoxBig .contentArea .blogBoxText strong {
  color: #ffffff;
}
.blogBoxBig .contentArea .blogBoxText p {
  color: #ffffff;
}
.blogBoxBig .contentArea .blogBoxText .blogTopTitle {
  display: block;
  font-size: 20px;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.blogBoxBig .contentArea .blogBoxText .blogSeparator {
  width: 2px;
  height: 20px;
  background: #ffffff;
  display: inline-block;
  margin: 0 15px;
  position: relative;
  top: 5px;
}
.blogBoxBig .contentArea .blogBoxText .blogDate {
  font-size: 14px;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
}
.blogBoxBig .contentArea .blogBoxText .blogName {
  font-size: 14px;
  font-family: 'SourceSerifPro-Regular', sans-serif;
  font-style: italic;
  color: #ffffff;
}
.blogBoxBig .contentArea .blogBoxText .detailMore {
  font-size: 14px;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
  transition: all .3s;
}
.blogBoxBig .contentArea .blogBoxText .detailMore i {
  margin-left: 25px;
  font-size: 23px;
}
.blogBoxBig .contentArea .blogBoxText .detailMore i:before {
  color: #ffffff;
  transition: all .3s;
}
.blogBoxBig .contentArea .blogBoxText .detailMore:hover {
  text-decoration: none;
  outline: none;
  color: #383556;
}
.blogBoxBig .contentArea .blogBoxText .detailMore:hover i:before {
  color: #383556;
}
.blogHeadline {
  text-align: center;
  display: block;
}
.blogHeadline .blogDate {
  font-size: 20px;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  color: #383556;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blogHeadline .blogName {
  font-size: 20px;
  font-family: 'SourceSerifPro-Regular', sans-serif;
  font-style: italic;
  color: #383556;
}
.blogHeadline .blogSeparator {
  width: 2px;
  height: 20px;
  background: #383556;
  display: inline-block;
  margin: 0 15px;
  position: relative;
  top: 5px;
}
.blogHeadline h1 {
  font-family: 'SourceSerifPro-Regular', sans-serif;
  font-size: 72px;
  color: #383556;
  margin-top: 20px;
  line-height: 92px;
  margin-bottom: 50px;
}
.blogDetailImg .blogImg {
  height: 95vh;
  margin-bottom: 80px;
  position: relative;
}
.blogDetailImg .blogImg .blogImg {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #ffffff;
  left: -5px;
  top: -5px;
  border-image: url('../images/frameBorder2.svg');
  border-image-slice: 10;
  border-image-width: 15px;
}
@media screen and (max-width: 1023px) {
  .blogDetailImg .blogImg .blogImg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .blogDetailImg .blogImg {
    height: 320px;
  }
}
h2.newsletterHeadline {
  display: block;
  font-family: 'Viktorie', sans-serif;
  color: #383556;
  font-size: 85px;
  text-align: center;
  margin-top: 115px;
  margin-bottom: 100px;
}
.newsletterWrapper {
  margin: 90px 0 180px;
  display: block;
}
.newsletterWrapper .newsletterSubmit {
  border: none;
  background: none;
  outline: none;
  color: #383556;
  position: absolute;
  background: transparent;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 5px;
  width: auto;
  top: -5px;
  right: 0;
  transition: all .3s;
}
@media screen and (max-width: 1023px) {
  .newsletterWrapper .newsletterSubmit {
    font-size: 16px;
  }
}
.newsletterWrapper .newsletterSubmit:focus {
  border: none !important;
  background: none !important;
  outline: none !important;
}
.newsletterWrapper .newsletterSubmit:hover {
  color: #383556;
}
.newsletterWrapper .group {
  position: relative;
  margin-bottom: 45px;
}
.newsletterWrapper label {
  color: #999;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  font-family: 'SourceSerifPro-It', sans-serif;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 32px;
}
@media screen and (max-width: 1023px) {
  .newsletterWrapper label {
    font-size: 16px;
  }
}
.newsletterWrapper input {
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid #383556;
  font-family: 'SourceSerifPro-It', sans-serif;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 32px;
}
@media screen and (max-width: 1023px) {
  .newsletterWrapper input {
    font-size: 16px;
  }
}
.newsletterWrapper input:focus {
  outline: none;
  border-bottom: 2px solid #383556 !important;
}
.newsletterWrapper input:focus label {
  outline: none;
  color: #383556 !important;
}
.newsletterWrapper input.used:valid {
  border-bottom: 2px solid #383556 !important;
}
.newsletterWrapper .bar {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .newsletterWrapper .bar {
    border-top-left-radius: 255px 5px;
    border-top-right-radius: 5px 225px;
    border-bottom-right-radius: 225px 5px;
    border-bottom-left-radius: 5px 225px;
  }
}
.newsletterWrapper .bar:before {
  left: 50%;
}
.newsletterWrapper .bar:after {
  right: 50%;
}
.newsletterWrapper input:valid ~ .bar:before,
.newsletterWrapper input:valid ~ .bar:after {
  background: #383556 !important;
}
.newsletterWrapper .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  transition: 0.2s ease all;
  opacity: 0.5;
}
.newsletterWrapper input:focus ~ label,
.newsletterWrapper input.used ~ label {
  top: -20px;
  font-size: 14px;
  color: #383556 !important;
}
.newsletterWrapper input:valid ~ label,
.newsletterWrapper input:valid.used ~ label {
  color: #383556;
}
.newsletterWrapper input:focus ~ .bar:before {
  width: 50%;
}
.newsletterWrapper input:focus ~ .bar:after {
  width: 50%;
}
input[type='range'] {
  overflow: hidden;
  -webkit-appearance: none;
  background-color: #ffffff;
}
input[type='range']::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  color: #ffffff;
  margin-top: -1px;
}
input[type='range']::-webkit-slider-thumb {
  width: 10px;
  -webkit-appearance: none;
  cursor: ew-resize;
  background: #383556;
  color: #383556;
}
.content-main {
  position: relative;
  width: 400px;
  margin: 40px auto;
}
footer {
  background: #383556;
  padding-top: 80px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
footer .footerBorder {
  position: absolute;
  width: calc(100% + 40px);
  height: 15px;
  left: -20px;
  top: -20px;
  z-index: 1;
  border: 15px solid transparent;
  border-image: url('../images/familuxSeparationColor.svg') 15;
  border-image-repeat: stretch;
}
@media screen and (max-width: 1023px) {
  footer .footerBorder {
    display: none;
  }
}
footer.fullSize {
  margin-top: 60px;
}
footer .footerFirstCat {
  padding: 0;
  margin: 0;
}
footer .footerFirstCat li {
  display: block;
  margin-bottom: 28px;
}
footer .footerFirstCat li a {
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all .3s;
}
footer .footerFirstCat li a:hover {
  color: #ffffff;
}
footer .footerSecondCat {
  padding: 0;
  margin-bottom: 60px;
}
footer .footerSecondCat li {
  display: block;
  margin-bottom: 28px;
}
footer .footerSecondCat li a {
  text-transform: uppercase;
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-size: 14px;
  color: #ffffff;
  transition: all .3s;
  letter-spacing: 2px;
}
footer .footerSecondCat li a:hover {
  color: #ffffff;
}
footer .footerFirstLetter {
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  color: #ffffff;
  margin-right: 15px;
}
footer .footerContactInfo .footerPhone {
  display: block;
  color: #ffffff;
  font-family: 'SourceSerifPro-Regular', sans-serif;
  margin-bottom: 15px;
  letter-spacing: 1.4px;
  font-size: 14px;
  transition: all .3s;
}
footer .footerContactInfo .footerPhone:hover {
  color: #ffffff;
}
footer .footerContactInfo .footerAdress {
  color: #ffffff;
  font-family: 'SourceSerifPro-Regular', sans-serif;
  letter-spacing: 1.4px;
  font-size: 14px;
}
footer .footerNewsletter {
  margin-bottom: 60px;
  display: block;
  position: relative;
}
footer .footerNewsletter span {
  display: block;
  color: #ffffff;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 30px;
}
footer .footerNewsletter input.email {
  background: transparent;
  border-bottom: 2px solid #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  color: #ffffff;
  outline: none;
  font-family: 'SourceSerifPro-It', sans-serif;
  font-size: 20px;
  padding: 15px 0;
}
footer .footerNewsletter input.email::placeholder {
  color: #ffffff;
  font-family: 'SourceSerifPro-It', sans-serif;
  font-size: 20px;
}
footer .footerNewsletter input.submit {
  position: absolute;
  right: 10px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  bottom: 20px;
  padding: 0;
}
footer .footerNewsletter input.submit:hover {
  color: #383556;
  transition: all .3s;
}
footer .socialIcons {
  text-align: center;
  margin-top: 30px;
}
footer .socialIcons a {
  margin: 0 30px;
}
footer .socialIcons a i {
  font-size: 24px;
}
footer .socialIcons a i:before {
  color: #ffffff;
  transition: all .3s;
}
footer .socialIcons a i:hover:before {
  color: #ffffff;
}
footer .fotoerServiceCat {
  padding: 0;
  margin-top: 60px;
  text-align: center;
}
footer .fotoerServiceCat li {
  display: inline-block;
  list-style: none;
  margin: 0 30px;
}
footer .fotoerServiceCat li a {
  text-transform: uppercase;
  font-family: 'SourceSansPro-Regular', sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
}
footer .fotoerServiceCat li a:hover {
  color: #ffffff;
  transition: all .3s;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.offerBoxWrapper .slick-prev,
.offerBoxWrapper .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.offerBoxWrapper .slick-prev:before,
.offerBoxWrapper .slick-next:before {
  font-family: 'familux';
  font-size: 50px;
  line-height: 1;
  opacity: 1;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.offerBoxWrapper .slick-prev {
  left: 25px;
  z-index: 1;
}
.offerBoxWrapper .slick-prev:before {
  content: "\e115";
}
.offerBoxWrapper .slick-next {
  right: 25px;
  z-index: 1;
}
.offerBoxWrapper .slick-next:before {
  content: "\e116";
}
.offerBoxWrapper .slick-dotted .slick-slider {
  margin-bottom: 30px !important;
}
.offerBoxWrapper .slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.offerBoxWrapper .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  padding: 0;
  cursor: pointer;
}
.offerBoxWrapper .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.offerBoxWrapper .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  opacity: 1 !important;
  color: #383556 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.offerBoxWrapper .slick-dots li.slick-active button:before {
  color: #6f90a8 !important;
}
.offerBox {
  margin: 120px 0;
  position: relative;
  background: #383556;
}
.offerBox .offerBoxBorder {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #ffffff;
  left: -5px;
  top: -5px;
  border-image: url('../images/frameBorder2.svg');
  border-image-slice: 15;
  border-image-width: 20px;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .offerBox .offerBoxBorder {
    display: none;
  }
}
.offerBox .offerBoxContent {
  height: 100%;
  padding: 0 50px 0 80px;
  z-index: 2;
  position: relative;
}
.offerBox .offerBoxContent span {
  display: block;
  text-align: center;
}
.offerBox .offerBoxContent span.offerBoxHeadline {
  font-family: 'Viktorie', sans-serif;
  font-size: 60px;
  color: #ffffff;
  padding: 25px 0;
}
.offerBox .offerBoxContent span.offerBoxHeadlineHotel {
  font-family: 'SourceSerifPro-Regular', sans-serif;
  font-size: 48px;
  margin-bottom: 30px;
  color: #ffffff;
  line-height: 64px;
  letter-spacing: 1.44px;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1700px) {
  .offerBox .offerBoxContent span.offerBoxHeadlineHotel {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .offerBox .offerBoxContent span.offerBoxHeadlineHotel {
    font-size: 26px;
  }
}
.offerBox .offerBoxContent span.offerBoxNights {
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
}
.offerBox .offerBoxContent span.offerBoxDuration {
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 26px;
}
.offerBox .offerBoxContent span.offerBoxPriceFrom {
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
}
.offerBox .offerBoxContent .offerBoxOfferIt {
  border-top: 2px solid #ffffff;
  margin-top: 25px;
  padding: 25px 0;
  display: flex;
  justify-content: center;
}
.offerBox .offerBoxContent .offerBoxOfferIt a {
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
}
.offerBox .offerBoxContent .offerBoxOfferIt a:hover {
  text-decoration: none;
}
.offerBox .offerBoxContent p {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}
.offerBox .offerBoxImg {
  height: 100%;
}
.offerHeaderImage {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 600px;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (min-width: 1200px) {
  .offerHeaderImage {
    border-top-left-radius: 255px 5px;
    border-top-right-radius: 5px 225px;
    border-bottom-right-radius: 225px 5px;
    border-bottom-left-radius: 5px 225px;
  }
}
.offerHeaderImage .priceBadge {
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: -100px;
  border-radius: 100%;
  left: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.offerHeaderImage .priceBadge.dsk {
  background: #6f90a8;
}
.offerHeaderImage .priceBadge.dsk:before {
  content: url('../images/border_dsk.svg');
}
.offerHeaderImage .priceBadge.aro {
  background: #df5b5a;
}
.offerHeaderImage .priceBadge.aro:before {
  content: url('../images/border_aro.svg');
}
.offerHeaderImage .priceBadge.ojo {
  background: #383556;
}
.offerHeaderImage .priceBadge.ojo:before {
  content: url('../images/border_ojo.svg');
}
.offerHeaderImage .priceBadge:before {
  position: absolute;
  z-index: 1;
  width: 240px;
  height: 240px;
  left: -20px;
  top: -20px;
}
.offerHeaderImage .priceBadge span {
  display: block;
}
.offerHeaderImage .priceBadge span.priceFrom {
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
}
.offerHeaderImage .priceBadge span.price {
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 40px;
}
.offerHeaderImage h2.offerHeaderImageHeadlineTop {
  position: absolute;
  top: 90px;
  color: #ffffff;
  font-family: 'Viktorie', sans-serif;
  font-size: 80px;
  width: 100%;
  text-align: center;
}
.offerHeaderImage h2.offerHeaderImageHeadlineBottom {
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: relative;
}
.offerHeaderImage .offerHeaderImageOverlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}
.headerBreakerImage {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 600px;
  position: relative;
  margin-bottom: 180px;
}
@media screen and (min-width: 1200px) {
  .headerBreakerImage {
    border-top-left-radius: 255px 5px;
    border-top-right-radius: 5px 225px;
    border-bottom-right-radius: 225px 5px;
    border-bottom-left-radius: 5px 225px;
  }
}
.headerBreakerImage .priceBadge {
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: -100px;
  border-radius: 100%;
  right: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #383556;
}
.headerBreakerImage .priceBadge:before {
  content: url('../images/border_dsk.svg');
  position: absolute;
  z-index: 1;
  width: 240px;
  height: 240px;
  left: -20px;
  top: -20px;
}
.headerBreakerImage .priceBadge .price {
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 25px;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerBreakerImage h2.headerBreakerImageHeadlineTop {
  position: absolute;
  top: 90px;
  color: #ffffff;
  font-family: 'Viktorie', sans-serif;
  font-size: 80px;
  width: 100%;
  text-align: center;
}
.headerBreakerImage h2.headerBreakerImageHeadlineBottom {
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: relative;
}
.headerBreakerImage .headerBreakerImageOverlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}
.offerCards .offerCard {
  background: #383556;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 30px;
}
@media screen and (min-width: 1200px) {
  .offerCards .offerCard {
    border-top-left-radius: 255px 5px;
    border-top-right-radius: 5px 225px;
    border-bottom-right-radius: 225px 5px;
    border-bottom-left-radius: 5px 225px;
  }
}
.offerCards .offerCard span {
  display: block;
}
.offerCards .offerCard span.offerCardHeadline {
  font-family: 'Viktorie', sans-serif;
  font-size: 40px;
  color: #383556;
}
.offerCards .offerCard span.offerCardContent {
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 30px;
}
.offerCards .offerCardBook {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 120px;
  margin-top: 90px;
}
.offerCards .offerCardBook a {
  background: #ffffff;
  border: 2px solid #383556;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  text-transform: uppercase;
  width: 12vw;
  padding: 15px;
  display: block;
  margin: 0 auto;
  color: #383556;
}
@media screen and (min-width: 1200px) {
  .offerCards .offerCardBook a {
    border-top-left-radius: 255px 5px;
    border-top-right-radius: 5px 225px;
    border-bottom-right-radius: 225px 5px;
    border-bottom-left-radius: 5px 225px;
  }
}
.offerCards .offerCardBook a:hover {
  text-decoration: none;
  color: #383556;
  border: 2px solid #383556;
}
.resortFeatureAccordion {
  background: #383556;
  padding: 50px 0 100px;
  margin: 50px 0 100px;
  position: relative;
}
.resortFeatureAccordion .resortFeatureAccordionBorder {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #ffffff;
  left: -5px;
  top: -5px;
  border-image: url('../images/frameBorder2.svg');
  border-image-slice: 5;
  border-image-width: 15px;
}
@media screen and (max-width: 1600px) {
  .resortFeatureAccordion .resortFeatureAccordionBorder {
    border-image-slice: 10;
    border-image-width: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .resortFeatureAccordion .resortFeatureAccordionBorder {
    display: none;
  }
}
.resortFeatureAccordion h2 {
  font-family: 'Viktorie', sans-serif;
  font-size: 85px;
  color: #383556;
  margin-bottom: 50px;
  display: block;
  text-align: center;
}
.resortFeatureAccordion * {
  color: #ffffff;
}
.resortFeatureAccordion i:before {
  color: #ffffff;
  font-size: 20px;
}
.resortFeatureAccordion .resortFeatures {
  margin-bottom: 100px;
}
.resortFeatureAccordion .resortFeatures:last-of-type {
  margin-bottom: 0;
}
.resortFeatureAccordion .resortFeatures .resortFeature .resortFeatureBtn {
  font-size: 24px;
  text-transform: uppercase;
  background: transparent;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  color: #383556;
  border: none;
  border-bottom: 2px solid #383556;
  padding-bottom: 24px;
  width: 100%;
  text-align: left;
  padding-left: 15%;
  outline: none;
  display: flex;
  align-items: center;
}
.resortFeatureAccordion .resortFeatures .resortFeature .resortFeatureBtn:focus {
  outline: none;
}
.resortFeatureAccordion .resortFeatures .resortFeature .resortFeatureBtn.collapsed:before {
  content: "\e90c";
}
.resortFeatureAccordion .resortFeatures .resortFeature .resortFeatureBtn:before {
  font-family: 'familux' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
  font-size: 10px;
  position: absolute;
  left: 15px;
  bottom: 40px;
}
.resortFeatureAccordion .resortFeatures .resortFeature .resortHotelName {
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'SourceSansPro-Black', sans-serif;
  color: #ffffff;
  padding-bottom: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.resortFeatureAccordion .resortFeatures .resortFeature .resortHotelName.aro {
  border-bottom: 2px solid #df5b5a;
}
.resortFeatureAccordion .resortFeatures .resortFeature .resortHotelName.dsk {
  border-bottom: 2px solid #6f90a8;
}
.resortFeatureAccordion .resortFeatures .resortFeature .resortHotelName.ojo {
  border-bottom: 2px solid #383556;
}
.resortFeatureAccordion .resortFeatures .resortFeature .resortHotelName.tgg {
  border-bottom: 2px solid #9e9f21;
}
.resortFeatureAccordion .resortFeatures .resortFeatureContent .featureContent {
  display: block;
  height: 100%;
  text-align: center;
  padding: 30px;
  text-transform: uppercase;
}
.resortFeatureAccordion .resortFeatures .resortFeatureContent .featureContent span {
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
}
.resortFeatureAccordion .resortFeatures .resortFeatureContent .featureContent.aro {
  background: #df5b5a;
}
.resortFeatureAccordion .resortFeatures .resortFeatureContent .featureContent.dsk {
  background: #6f90a8;
}
.resortFeatureAccordion .resortFeatures .resortFeatureContent .featureContent.ojo {
  background: #383556;
}
.resortFeatureAccordion .resortFeatures .resortFeatureContent .featureContent.tgg {
  background: #9e9f21;
}
.resortFeatureAccordion .resortFeatures .resortFeatureContent .featureText {
  padding: 30px;
  display: block;
  font-size: 20px;
}
.offset-md-05 {
  margin-left: 4.333333%;
}
.mindstreamGalleryWrapper {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 25px;
  margin-bottom: 25px;
  height: calc(100vh - 50px);
  display: inline-block;
}
.mindstreamGalleryWrapper h2 {
  font-family: 'Viktorie', sans-serif;
  font-size: 85px;
  color: #383556;
  line-height: 92px;
  text-align: center;
  margin: 55px 0;
}
.mindstreamGalleryWrapper .mSlideImage {
  height: calc(100vh - 50px);
  position: relative;
  z-index: 1;
}
.mindstreamGalleryWrapper .mSlideImage .mSlideImageBorder {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #ffffff;
  left: -5px;
  top: -5px;
  border-image: url('../images/frameBorder2.svg');
  border-image-slice: 20;
  border-image-width: 20px;
}
@media screen and (max-width: 1600px) {
  .mindstreamGalleryWrapper .mSlideImage .mSlideImageBorder {
    border-image-slice: 15;
    border-image-width: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .mindstreamGalleryWrapper .mSlideImage .mSlideImageBorder {
    border-image-slice: 20;
    border-image-width: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .mindstreamGalleryWrapper .mSlideImage .mSlideImageBorder {
    display: none;
  }
}
.mindstreamGalleryWrapper .slick-prev,
.mindstreamGalleryWrapper .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.mindstreamGalleryWrapper .slick-prev:before,
.mindstreamGalleryWrapper .slick-next:before {
  font-family: 'familux';
  font-size: 50px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mindstreamGalleryWrapper .slick-prev {
  left: 55px;
  z-index: 1;
}
.mindstreamGalleryWrapper .slick-prev:before {
  content: "\e115";
}
.mindstreamGalleryWrapper .slick-next {
  right: 55px;
  z-index: 1;
}
.mindstreamGalleryWrapper .slick-next:before {
  content: "\e116";
}
.slick-dotted .slick-slider {
  margin-bottom: 30px !important;
}
.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 40px;
  line-height: 20px;
  text-align: center;
  color: #383556 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #ffffff !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .row {
    width: 100%;
  }
}
.mSelect {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.mSelect .selectHotel {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #383556;
  position: relative;
  width: 100%;
  padding: 15px;
  transition: all .3s;
}
@media screen and (max-width: 1023px) {
  .mSelect .selectHotel {
    margin-bottom: 30px;
  }
}
.mSelect .selectHotel input[type="radio"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.mSelect .selectHotel .topTitle {
  font-family: 'SourceSansPro-Black', sans-serif;
  color: #383556;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all .3s;
  margin-bottom: 10px;
}
.mSelect .selectHotel .subTitle {
  font-family: 'SourceSerifPro-Regular', sans-serif;
  font-size: 16px;
  color: #383556;
  transition: all .3s;
}
.mSelect .selectHotel:hover {
  border: 2px solid #383556;
}
.mSelect .selectHotel:hover .topTitle {
  color: #383556;
}
.mSelect .selectHotel:hover .subTitle {
  color: #383556;
}
.mSelect .selectHotel.hotelActive {
  border: 2px solid #383556;
  background: #383556;
}
.mSelect .selectHotel.hotelActive .topTitle {
  color: #ffffff;
}
.mSelect .selectHotel.hotelActive .subTitle {
  color: #ffffff;
}
.contactWrapper h1 {
  text-align: center;
}
.contactWrapper .contactInfo {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 90px;
}
@media screen and (max-width: 1023px) {
  .contactWrapper .contactInfo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.contactWrapper .contactInfo .contactFirstLetter {
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 18px;
  color: #383556;
  margin-right: 15px;
}
.contactWrapper .contactInfo .contactPhone {
  color: #383556;
  font-family: 'SourceSerifPro-Regular', sans-serif;
  margin-bottom: 15px;
  letter-spacing: 1.4px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}
.contactWrapper .contactInfo .contactPhone:hover {
  color: #383556;
}
.contactWrapper .contactInfo .contactPhone::first-letter {
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 18px;
  color: #383556;
}
.contactWrapper .contactInfo .contactAdress {
  color: #383556;
  font-family: 'SourceSerifPro-Regular', sans-serif;
  letter-spacing: 1.4px;
  font-size: 18px;
  display: inline-block;
}
.contactWrapper .contactInfo .contactAdress::first-letter {
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 18px;
  color: #383556;
}
.contactWrapper .contactNewsletterWrapper {
  margin: 90px 0 180px;
  display: block;
}
@media screen and (max-width: 1550px) {
  .contactWrapper .contactNewsletterWrapper {
    margin: 80px 0;
  }
}
.contactWrapper .contactNewsletterWrapper .newsletterHeadline {
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #383556;
  padding: 10px 10px 10px 5px;
}
.contactWrapper .contactNewsletterWrapper .newsletterSubmit {
  border: none;
  background: none;
  outline: none;
  color: #383556;
  position: absolute;
  background: transparent;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 5px;
  width: auto;
  top: -5px;
  right: 0;
  transition: all .3s;
}
.contactWrapper .contactNewsletterWrapper .newsletterSubmit:focus {
  border: none !important;
  background: none !important;
  outline: none !important;
}
.contactWrapper .contactNewsletterWrapper .newsletterSubmit:hover {
  color: #383556;
}
.contactWrapper .contactNewsletterWrapper .group {
  position: relative;
  margin-bottom: 45px;
}
.contactWrapper .contactNewsletterWrapper label {
  color: #999;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  font-family: 'SourceSerifPro-It', sans-serif;
  font-size: 18px;
  letter-spacing: 0.4px;
  line-height: 32px;
}
@media screen and (max-width: 1023px) {
  .contactWrapper .contactNewsletterWrapper label {
    font-size: 16px;
  }
}
.contactWrapper .contactNewsletterWrapper input {
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid #383556;
  font-family: 'SourceSerifPro-It', sans-serif;
  font-size: 18px;
  letter-spacing: 0.4px;
  line-height: 32px;
}
@media screen and (max-width: 1023px) {
  .contactWrapper .contactNewsletterWrapper input {
    font-size: 16px;
  }
}
.contactWrapper .contactNewsletterWrapper input:focus {
  outline: none;
  border-bottom: 2px solid #383556 !important;
}
.contactWrapper .contactNewsletterWrapper input:focus label {
  outline: none;
  color: #383556 !important;
}
.contactWrapper .contactNewsletterWrapper input.used:valid {
  border-bottom: 2px solid #383556 !important;
}
.contactWrapper .contactNewsletterWrapper .bar {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .contactWrapper .contactNewsletterWrapper .bar {
    border-top-left-radius: 255px 5px;
    border-top-right-radius: 5px 225px;
    border-bottom-right-radius: 225px 5px;
    border-bottom-left-radius: 5px 225px;
  }
}
.contactWrapper .contactNewsletterWrapper .bar:before {
  left: 50%;
}
.contactWrapper .contactNewsletterWrapper .bar:after {
  right: 50%;
}
.contactWrapper .contactNewsletterWrapper input:valid ~ .bar:before,
.contactWrapper .contactNewsletterWrapper input:valid ~ .bar:after {
  background: #383556 !important;
}
.contactWrapper .contactNewsletterWrapper .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  transition: 0.2s ease all;
  opacity: 0.5;
}
.contactWrapper .contactNewsletterWrapper input:focus ~ label,
.contactWrapper .contactNewsletterWrapper input.used ~ label {
  top: -20px;
  font-size: 14px;
  color: #383556 !important;
}
.contactWrapper .contactNewsletterWrapper input:valid ~ label,
.contactWrapper .contactNewsletterWrapper input:valid.used ~ label {
  color: #383556;
}
.contactWrapper .contactNewsletterWrapper input:focus ~ .bar:before {
  width: 50%;
}
.contactWrapper .contactNewsletterWrapper input:focus ~ .bar:after {
  width: 50%;
}
.contactWrapper .contactSocialIcons {
  text-align: center;
  margin-bottom: 60px;
}
.contactWrapper .contactSocialIcons a {
  margin: 0 30px;
}
.contactWrapper .contactSocialIcons a i {
  font-size: 24px;
}
.contactWrapper .contactSocialIcons a i:before {
  color: #383556;
  transition: all .3s;
}
.contactWrapper .contactSocialIcons a i:hover:before {
  color: #383556;
}
.hpContent {
  margin-bottom: 80px;
}
.hpContent .hpContentCard {
  padding: 72px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1550px) {
  .hpContent .hpContentCard {
    padding: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .hpContent .hpContentCard {
    padding: 20px;
    margin-bottom: 15px;
  }
}
.hpContent .hpContentCard .hpContentCardBorder {
  position: absolute;
  width: calc(100% + 10px);
  height: 100%;
  border: 1px solid #ffffff;
  left: -5px;
  top: 0px;
  border-image: url('../images/frameBoderThick.svg');
  border-image-slice: 30;
  border-image-width: 5px;
}
@media screen and (max-width: 1600px) {
  .hpContent .hpContentCard .hpContentCardBorder {
    border-image-slice: 30;
    border-image-width: 8px;
  }
}
.hpContent .hpContentCard .hpContentCardBorder.default {
  border-image: url('../images/frameBorderThickDefault.svg');
  border-image-slice: 30;
  border-image-width: 5px;
}
@media screen and (max-width: 1600px) {
  .hpContent .hpContentCard .hpContentCardBorder.default {
    border-image-slice: 30;
    border-image-width: 8px;
  }
}
.hpContent .hpContentCard .hpContentCardBorder.color-6F90A8 {
  border-image: url('../images/frameBorderThickDSK.svg');
  border-image-slice: 30;
  border-image-width: 5px;
}
@media screen and (max-width: 1600px) {
  .hpContent .hpContentCard .hpContentCardBorder.color-6F90A8 {
    border-image-slice: 30;
    border-image-width: 8px;
  }
}
.hpContent .hpContentCard .hpContentCardBorder.color-DF5B5A {
  border-image: url('../images/frameBorderThickARO.svg');
  border-image-slice: 30;
  border-image-width: 5px;
}
@media screen and (max-width: 1600px) {
  .hpContent .hpContentCard .hpContentCardBorder.color-DF5B5A {
    border-image-slice: 30;
    border-image-width: 8px;
  }
}
.hpContent .hpContentCard .hpContentCardBorder.color-FDB515 {
  border-image: url('../images/frameBorderThickOJO.svg');
  border-image-slice: 30;
  border-image-width: 5px;
}
@media screen and (max-width: 1600px) {
  .hpContent .hpContentCard .hpContentCardBorder.color-FDB515 {
    border-image-slice: 30;
    border-image-width: 8px;
  }
}
.hpContent .hpContentCard .hpContentCardBorder.color-9E9F21 {
  border-image: url('../images/frameBorderThickTGG.svg');
  border-image-slice: 30;
  border-image-width: 5px;
}
@media screen and (max-width: 1600px) {
  .hpContent .hpContentCard .hpContentCardBorder.color-9E9F21 {
    border-image-slice: 30;
    border-image-width: 8px;
  }
}
.hpContent .hpContentCard .hpContentCardBorder.offer {
  border-image-slice: 15;
  border-image-width: 10px;
}
@media screen and (max-width: 1023px) {
  .hpContent .hpContentCard .hpContentCardBorder {
    display: none;
  }
}
.hpContent .hpContentCard .hpContentBlog {
  position: relative;
  z-index: 1;
}
.hpContent .hpContentCard .hpContentBlogLink {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hpContent .hpContentCard .hpContentBlogLink .detailMore {
  font-size: 20px;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  color: #383556;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  transition: all .3s;
}
@media screen and (max-width: 1550px) {
  .hpContent .hpContentCard .hpContentBlogLink .detailMore {
    font-size: 16px;
  }
}
.hpContent .hpContentCard .hpContentBlogLink .detailMore i {
  margin-left: 25px;
  font-size: 23px;
}
@media screen and (max-width: 1550px) {
  .hpContent .hpContentCard .hpContentBlogLink .detailMore i {
    font-size: 18px;
  }
}
.hpContent .hpContentCard .hpContentBlogLink .detailMore i:before {
  color: #383556;
  transition: all .3s;
}
.hpContent .hpContentCard .hpContentBlogLink .detailMore:hover {
  text-decoration: none;
  outline: none;
  color: #383556;
}
.hpContent .hpContentCard .hpContentBlogLink .detailMore:hover i:before {
  color: #383556;
}
.hpContent .hpContentSlider {
  margin-bottom: 24px;
  height: calc(100vw / 3.3);
}
@media screen and (max-width: 1100px) {
  .hpContent .hpContentSlider {
    height: calc(100vw / 2.3);
  }
}
@media screen and (max-width: 767px) {
  .hpContent .hpContentSlider {
    height: calc(100vw / 1.3);
  }
}
.hpContent .hpContentSlider .hpContentSlideImg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hpContent .hpContentSlider .hpContentSlideImg .hpContentSlideImgBorder {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #ffffff;
  left: -5px;
  top: -5px;
  border-image: url('../images/frameBorder2.svg');
  border-image-slice: 15;
  border-image-width: 15px;
}
@media screen and (max-width: 1600px) {
  .hpContent .hpContentSlider .hpContentSlideImg .hpContentSlideImgBorder {
    border-image-slice: 10;
    border-image-width: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .hpContent .hpContentSlider .hpContentSlideImg .hpContentSlideImgBorder {
    display: none;
  }
}
.hpContent .hpContentSlider .hpContentSlideImg img {
  top: 50%;
  left: 50%;
  position: relative;
  transform: translate(-50%, -50%);
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.hpContent .hpOffer .hpOfferHeadline {
  font-size: 60px;
  line-height: 70px;
  font-family: 'Viktorie', sans-serif;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .hpContent .hpOffer .hpOfferHeadline {
    font-size: 50px;
  }
}
.hpContent .hpOffer .hpOfferTitle {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 1.44px;
  color: #383556;
  font-family: 'SourceSerifPro-Regular', sans-serif;
  text-align: center;
  display: block;
  margin-top: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1700px) {
  .hpContent .hpOffer .hpOfferTitle {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hpContent .hpOffer .hpOfferTitle {
    font-size: 26px;
  }
}
.hpContent .hpOffer .hpOfferNights {
  display: block;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #383556;
  text-transform: uppercase;
  font-family: 'SourceSansPro-Black', sans-serif;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .hpContent .hpOffer .hpOfferNights {
    font-size: 18px;
  }
}
.hpContent .hpOffer .hpOfferDate {
  display: block;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #383556;
  text-transform: uppercase;
  font-family: 'SourceSansPro-Black', sans-serif;
  text-align: center;
}
.hpContent .hpOffer .hpOfferText {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1700px) {
  .hpContent .hpOffer .hpOfferText {
    font-size: 18px;
  }
}
.hpContent .hpOffer .hpOfferPrice {
  display: block;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'SourceSansPro-Black', sans-serif;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .hpContent .hpOffer .hpOfferPrice {
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .hpContent .hpOffer .hpOfferPrice {
    font-size: 18px;
  }
}
.hpContent .hpOffer .hpOfferBtns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #ffffff;
  margin-top: 38px;
  padding-top: 38px;
}
.hpContent .hpOffer .hpOfferBtns a {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #383556;
  text-transform: uppercase;
  font-family: 'SourceSansPro-Black', sans-serif;
}
@media screen and (max-width: 1700px) {
  .hpContent .hpOffer .hpOfferBtns a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .hpContent .hpOffer .hpOfferBtns a {
    font-size: 14px;
  }
}
.hpContent .hpContentBlog .hpContentTitle {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 1.44px;
  color: #383556;
  font-family: 'SourceSerifPro-Regular', sans-serif;
  display: block;
  margin-top: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1700px) {
  .hpContent .hpContentBlog .hpContentTitle {
    font-size: 30px;
    line-height: 40px;
  }
}
.hpContent .hpContentBlog .hpContentHighlight {
  display: block;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #383556;
  text-transform: uppercase;
  font-family: 'SourceSansPro-Black', sans-serif;
}
.hpContent .hpContentBlog .hpContentBlogTxt {
  font-size: 20px;
  line-height: 32px;
  margin-top: 30px;
}
@media screen and (max-width: 1700px) {
  .hpContent .hpContentBlog .hpContentBlogTxt {
    font-size: 18px;
  }
}
.openHolidayPlaner.searchAgain {
  position: fixed;
  top: 75px;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  background: #383556;
  cursor: pointer;
  padding: 10px 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1023px) {
  .openHolidayPlaner.searchAgain {
    top: 60px;
  }
}
.openHolidayPlaner.searchAgain span {
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  text-transform: uppercase;
  color: #383556;
}
@media screen and (max-width: 1023px) {
  .openHolidayPlaner.searchAgain span {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .openHolidayPlaner.searchAgain span {
    font-size: 12px;
  }
}
.openHolidayPlaner.searchAgain.navIsOpen {
  display: none;
}
.holidayMosaic {
  column-count: 3;
  column-gap: 30px;
}
@media screen and (max-width: 1100px) {
  .holidayMosaic {
    column-count: 2;
  }
}
@media screen and (max-width: 767px) {
  .holidayMosaic {
    column-count: 1;
  }
}
.hpContentCard,
.hpContentSlider {
  display: inline-block;
  width: 100%;
}
.mindstreamBodyVideo {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 25px;
  margin-bottom: 25px;
  height: calc(95vh - 50px);
}
@media screen and (max-width: 767px) {
  .mindstreamBodyVideo {
    height: calc(50vh - 50px);
  }
}
.mindstreamBodyVideo .mindstreamVideoBorder {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #ffffff;
  left: -5px;
  top: -5px;
  border-image: url('../images/frameBorder2.svg');
  border-image-slice: 20;
  border-image-width: 20px;
}
@media screen and (max-width: 1600px) {
  .mindstreamBodyVideo .mindstreamVideoBorder {
    border-image-slice: 15;
    border-image-width: 15px;
  }
}
@media screen and (max-width: 1500px) {
  .mindstreamBodyVideo .mindstreamVideoBorder {
    border-image-slice: 20;
    border-image-width: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .mindstreamBodyVideo .mindstreamVideoBorder {
    display: none;
  }
}
.mindstreamBodyVideo #mindstreamVideo {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  object-fit: cover;
}
.mindstreamBodyVideo #mindstreamVideo.videoIsHide {
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  z-index: -1;
}
.mindstreamBodyVideo #mindstreamVideo.videoIsVisible {
  opacity: 1;
  visibility: visible;
  transition: all .3s;
  z-index: 1;
}
.mindstreamBodyVideo #mindstreamVideoPoster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.mindstreamBodyVideo #mindstreamVideoPoster.videoPosterIsHide {
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  z-index: -1;
}
.mindstreamBodyVideo #mindstreamVideoPoster.videoPosterIsVisible {
  opacity: 1;
  visibility: visible;
  transition: all .3s;
  z-index: 1;
}
.mindstreamBodyVideo #mindstreamVideoPoster .mindstreamVideoTitle {
  position: absolute;
  width: 100%;
  top: 35vh;
  z-index: 1001;
  text-align: center;
  font-family: 'Viktorie', sans-serif;
  color: #ffffff;
  font-size: 85px;
  line-height: 153px;
}
.mindstreamBodyVideo #mindstreamVideoPoster .scrollDown {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 60px;
  font-size: 50px;
  cursor: pointer;
}
.mindstreamBodyVideo #mindstreamVideoPoster .scrollDown:before {
  color: #ffffff;
}
.mindstreamBodyVideo #video-controls button {
  background: none;
  border: none;
  outline: none;
}
.mindstreamBodyVideo #video-controls button:focus {
  outline: none;
}
.mindstreamBodyVideo #video-controls #playVideo {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.mindstreamBodyVideo #video-controls #playVideo i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s;
}
.mindstreamBodyVideo #video-controls #playVideo i:before {
  color: #ffffff;
  font-size: 80px;
}
.mindstreamBodyVideo #video-controls #playVideo .fillAnim {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  transition: all .2s;
}
.mindstreamBodyVideo #video-controls #playVideo:hover .fillAnim {
  width: 80px;
}
.mindstreamBodyVideo #video-controls #seek-bar {
  position: absolute;
  bottom: 50px;
  width: 80%;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  outline: none;
  cursor: pointer;
}
.mindstreamBodyVideo #video-controls #close {
  position: absolute;
  top: 75px;
  left: 75px;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 767px) {
  .mindstreamBodyVideo #video-controls #close {
    top: 15px;
    left: 15px;
  }
}
.mindstreamBodyVideo #video-controls #close i:before {
  color: #ffffff;
  font-size: 23px;
}
.mindstreamBodyVideo #video-controls #pause {
  position: absolute;
  bottom: 100px;
  height: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
}
.mindstreamBodyVideo #video-controls #pause i:before {
  color: #ffffff;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .mindstreamBodyVideo #video-controls #pause {
    bottom: 30px;
  }
}
.mindstreamBodyVideo #video-controls #play {
  position: absolute;
  bottom: 100px;
  height: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
}
@media screen and (max-width: 767px) {
  .mindstreamBodyVideo #video-controls #play {
    bottom: 30px;
  }
}
.mindstreamBodyVideo #video-controls #play i:before {
  color: #ffffff;
  font-size: 20px;
}
.mindstreamBodyVideo #video-controls #custom-seekbar {
  margin-bottom: 10px;
  outline: none;
  background: #ffffff;
  overflow: hidden;
  position: absolute;
  bottom: 50px;
  width: 80%;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
  display: none;
}
.mindstreamBodyVideo #video-controls #custom-seekbar span {
  background-color: #383556;
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
}
@media screen and (max-width: 767px) {
  .mindstreamBodyVideo #video-controls #custom-seekbar {
    bottom: 5px;
  }
}
.mindstreamBodyVideo #video-controls .as-console-wrapper {
  display: none !important;
}
.blogTwoImgs {
  width: 100%;
  height: 550px;
  margin-bottom: 30px;
  position: relative;
}
.blogTwoImgs .blogTwoImgsBorder {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #ffffff;
  left: -5px;
  top: -5px;
  border-image: url('../images/frameBorder2.svg');
  border-image-slice: 10;
  border-image-width: 15px;
}
@media screen and (max-width: 1023px) {
  .blogTwoImgs .blogTwoImgsBorder {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .blogTwoImgs {
    height: 280px;
  }
}
.authorProfile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.authorProfile .autohorImg {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
}
.authorProfile .autohorName {
  font-size: 21px;
  font-family: 'SourceSerifPro-Regular', sans-serif;
  font-style: italic;
  color: #383556;
}
#samera_chatContainer {
  box-shadow: -2px 3px 6px rgba(0, 0, 0, 0.25);
  border: none !important;
  bottom: 15px !important;
  right: 15px !important;
}
@media screen and (max-width: 767px) {
  #samera_chatContainer {
    width: 92% !important;
    right: 4% !important;
  }
}
#samera_chatContainer #samera_chatTitle {
  background: #383556 !important;
  padding: 10px !important;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #383556;
  font-size: 14px !important;
}
@media screen and (max-width: 767px) {
  #samera_chatContainer #samera_chatTitle {
    width: 100% !important;
  }
}
#samera_chatContainer #samera_chatTitle a.samera_chatClose {
  top: 10px !important;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #383556;
  transform: scaleX(1.5);
}
#samera_chatContainer #samera_chatMessages {
  padding: 10px !important;
  overflow-y: auto !important;
  color: #383556;
  font-size: 12px !important;
  outline: none;
}
@media screen and (max-width: 767px) {
  #samera_chatContainer #samera_chatMessages {
    width: 100% !important;
  }
}
#samera_chatContainer #samera_chatMessages strong {
  font-family: 'SourceSerifPro-Bold', sans-serif;
  font-size: 14px !important;
}
#samera_chatContainer #samera_chatInput {
  overflow-y: auto !important;
  color: #383556;
  font-size: 12px !important;
  outline: none;
}
#msMap {
  width: 100%;
  height: 80vh;
  margin: 60px 0;
}
@media screen and (min-width: 1200px) {
  #msMap {
    border-top-left-radius: 255px 5px;
    border-top-right-radius: 5px 225px;
    border-bottom-right-radius: 225px 5px;
    border-bottom-left-radius: 5px 225px;
  }
}
@media screen and (min-width: 1200px) {
  #msMap .gm-style-iw.gm-style-iw-c {
    border-top-left-radius: 255px 5px;
    border-top-right-radius: 5px 225px;
    border-bottom-right-radius: 225px 5px;
    border-bottom-left-radius: 5px 225px;
  }
}
#msMap .gm-style-iw.gm-style-iw-c h3 {
  font-size: 18px;
  margin: 0;
  overflow: hidden;
}
.instagramContainer {
  position: relative;
  margin-bottom: 60px;
  margin-top: 60px;
}
.instagramContainer h2 {
  font-family: 'Viktorie', sans-serif;
  color: #383556;
  font-size: 85px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .instagramContainer h2 {
    font-size: 65px;
  }
}
.instagramContainer .instaHash {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
}
.instagramContainer .instaHash i {
  margin-right: 5px;
}
.instagramContainer .item {
  margin-bottom: 30px;
  position: relative;
  height: 241px;
}
@media screen and (max-width: 767px) {
  .instagramContainer .item {
    height: 155px;
  }
}
.instagramContainer .item > a {
  position: relative;
  display: block;
  height: 100%;
}
.instagramContainer .item > a.mediaTypeVIDEO {
  display: none;
}
.instagramContainer .item video {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.instagramContainer .item video.mediaTypeIMAGE {
  display: none;
}
.instagramContainer .item video.mediaTypeCAROUSEL_ALBUM {
  display: none;
}
.instagramContainer .sliderNavigator {
  position: absolute;
  top: 45%;
  margin-top: -10px;
  height: 30px;
  width: 30px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .instagramContainer .sliderNavigator {
    display: none;
  }
}
.instagramContainer .sliderNavigator .icon {
  font-size: 50px;
}
.instagramContainer .sliderNavigator.sliderNavigatorLeft {
  left: -30px;
}
@media (max-width: 767px) {
  .instagramContainer .sliderNavigator.sliderNavigatorLeft {
    left: 10px;
  }
}
.instagramContainer .sliderNavigator.sliderNavigatorRight {
  right: -30px;
}
@media (max-width: 767px) {
  .instagramContainer .sliderNavigator.sliderNavigatorRight {
    right: 10px;
  }
}
.instagramContainer .slick-dots {
  bottom: -35px;
}
.instagramContainer .slick-dots li.slick-active button:before {
  color: #383556 !important;
}
.instagramContainer .loadMoreInstagram {
  display: none;
  background: #ffffff;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  transition: all .3s;
  outline: none !important;
}
@media (max-width: 767px) {
  .instagramContainer .loadMoreInstagram {
    display: block;
  }
}
.insta-masonry {
  column-count: 3;
  height: 100%;
  margin-bottom: 120px;
  column-gap: 30px;
  width: 100%;
}
@media (max-width: 1200px) {
  .insta-masonry {
    column-count: 2;
    margin-bottom: 60px;
    height: auto;
  }
}
.insta-brick {
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .insta-brick {
    height: 300px;
  }
}
.insta-brick img,
.insta-brick video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.insta-brick a {
  position: relative;
  display: block;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .insta-brick {
    height: 160px;
  }
  .insta-brick > a.mediaTypeVIDEO {
    display: none;
  }
  .insta-brick video.mediaTypeIMAGE {
    display: none;
  }
  .insta-brick video.mediaTypeCAROUSEL_ALBUM {
    display: none;
  }
}
@media (min-width: 767px) {
  .insta-brick:nth-child(4n+1) {
    height: 450px;
  }
  .insta-brick:nth-child(4n+1):nth-child(4n+2) {
    height: 550px;
  }
  .insta-brick:nth-child(4n+1):nth-child(4n+3) {
    height: 350px;
  }
  .insta-brick:nth-child(4n+1):nth-child(4n+4) {
    height: 300px;
  }
}
@media (min-width: 767px) and (max-width: 1600px) {
  .insta-brick:nth-child(4n+1) {
    height: 350px;
  }
}
@media (min-width: 767px) and (max-width: 1600px) {
  .insta-brick:nth-child(4n+1):nth-child(4n+2) {
    height: 300px;
  }
}
@media (min-width: 767px) and (max-width: 1600px) {
  .insta-brick:nth-child(4n+1):nth-child(4n+3) {
    height: 200px;
  }
}
@media (min-width: 767px) and (max-width: 1600px) {
  .insta-brick:nth-child(4n+1):nth-child(4n+4) {
    height: 250px;
  }
}
.lb-data .lb-caption {
  color: #ffffff;
}
.lb-data .lb-number {
  display: none !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .familuxBorderBO,
  .familuxBorderTO {
    width: 105% !important;
    left: -10px !important;
  }
}
.familuxBorderL {
  position: absolute;
  z-index: 1;
  width: 5px;
  height: 100%;
  top: 0;
  right: -1px;
  background-repeat: repeat-y;
  background-size: 100%;
  background-image: url("../images/familuxFrameL.svg");
  left: 0;
}
.familuxBorderL.thin {
  width: 10px;
}
.familuxBorderR {
  position: absolute;
  z-index: 1;
  width: 5px;
  height: 100%;
  top: 0;
  background-repeat: repeat-y;
  background-size: 100%;
  background-image: url("../images/familuxFrameR.svg");
  right: -1px;
}
.familuxBorderR.thin {
  width: 10px;
}
.familuxBorderT {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 5px;
  background-repeat: repeat-x;
  background-size: auto;
  background-image: url("../images/familuxFrameT.svg");
  top: 0;
}
.familuxBorderT.thin {
  height: 9px;
  left: 0;
}
.familuxBorderB {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 5px;
  background-repeat: repeat-x;
  background-size: auto;
  background-image: url("../images/familuxFrameB.svg");
  bottom: -1px;
}
.familuxBorderB.thin {
  height: 9px;
  left: 0;
}
.familuxBorderLO {
  position: absolute;
  z-index: 1;
  width: 5px;
  height: 100%;
  top: 0;
  background-repeat: repeat-y;
  background-size: 100%;
  background-image: url("../images/familuxFrameLO.svg");
  left: -1px;
}
.familuxBorderLO.color-DF5B5A {
  background-image: url("../images/AROfamiluxFrameLO.svg");
  left: 0;
}
.familuxBorderLO.color-FDB515 {
  background-image: url("../images/OJOfamiluxFrameLO.svg");
  left: 0;
}
.familuxBorderLO.color-6F90A8 {
  background-image: url("../images/DSKfamiluxFrameLO.svg");
  left: 0;
}
.familuxBorderLO.color-9E9F21 {
  background-image: url("../images/TGGfamiluxFrameLO.svg");
  left: 0;
}
.familuxBorderLO.default {
  background-image: url("../images/DFLTfamiluxFrameLO.svg");
  left: 0;
}
.familuxBorderRO {
  position: absolute;
  z-index: 1;
  width: 5px;
  height: 100%;
  top: 0;
  background-repeat: repeat-y;
  background-size: 100%;
  background-image: url("../images/familuxFrameRO.svg");
  right: -1px;
}
.familuxBorderRO.color-DF5B5A {
  background-image: url("../images/AROfamiluxFrameRO.svg");
  right: 0;
}
.familuxBorderRO.color-FDB515 {
  background-image: url("../images/OJOfamiluxFrameRO.svg");
  right: 0;
}
.familuxBorderRO.color-6F90A8 {
  background-image: url("../images/DSKfamiluxFrameRO.svg");
  right: 0;
}
.familuxBorderRO.color-9E9F21 {
  background-image: url("../images/TGGfamiluxFrameRO.svg");
  right: 0;
}
.familuxBorderRO.default {
  background-image: url("../images/DFLTfamiluxFrameRO.svg");
  right: 0;
}
.familuxBorderTO {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-repeat: repeat-x;
  background-size: 100%;
  height: 5px;
  left: 0;
  background-image: url("../images/familuxFrameTO.svg");
  top: -1px;
}
.familuxBorderTO.color-DF5B5A {
  background-image: url("../images/AROfamiluxFrameTO.svg");
  top: 0 !important;
}
.familuxBorderTO.color-FDB515 {
  background-image: url("../images/OJOfamiluxFrameTO.svg");
  top: 0 !important;
}
.familuxBorderTO.color-6F90A8 {
  background-image: url("../images/DSKfamiluxFrameTO.svg");
  top: 0 !important;
}
.familuxBorderTO.color-9E9F21 {
  background-image: url("../images/TGGfamiluxFrameTO.svg");
  top: 0 !important;
}
.familuxBorderTO.default {
  background-image: url("../images/DFLTfamiluxFrameTO.svg");
  top: 0 !important;
}
.familuxBorderBO {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-repeat: repeat-x;
  background-size: 100%;
  height: 5px;
  left: 0;
  background-image: url("../images/familuxFrameBO.svg");
  bottom: -1px;
}
.familuxBorderBO.color-DF5B5A {
  background-image: url("../images/AROfamiluxFrameBO.svg");
}
.familuxBorderBO.color-FDB515 {
  background-image: url("../images/OJOfamiluxFrameBO.svg");
}
.familuxBorderBO.color-6F90A8 {
  background-image: url("../images/DSKfamiluxFrameBO.svg");
}
.familuxBorderBO.color-9E9F21 {
  background-image: url("../images/TGGfamiluxFrameBO.svg");
}
.familuxBorderBO.default {
  background-image: url("../images/DFLTfamiluxFrameBO.svg");
}
.familuxBorderLOW {
  position: absolute;
  z-index: 1;
  width: 5px;
  height: 100%;
  top: 0;
  background-repeat: repeat-y;
  background-size: 100%;
  background-image: url("../images/familuxFrameLOW.svg");
  left: -1px;
}
.familuxBorderROW {
  position: absolute;
  z-index: 1;
  width: 5px;
  height: 100%;
  top: 0;
  background-repeat: repeat-y;
  background-size: 100%;
  background-image: url("../images/familuxFrameROW.svg");
  right: -1px;
}
.familuxBorderTOW {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-repeat: repeat-x;
  background-size: auto;
  height: 5px;
  left: 0;
  background-image: url("../images/familuxFrameTOW.svg");
  top: -1px;
}
.familuxBorderBOW {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-repeat: repeat-x;
  background-size: auto;
  height: 5px;
  left: 0;
  background-image: url("../images/familuxFrameBOW.svg");
  bottom: -1px;
}
.iFrameWrapper {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all .3s;
}
.iFrameWrapper .linkTileVideoImg {
  width: 100%;
  height: 578px;
}
@media (max-width: 1800px) {
  .iFrameWrapper .linkTileVideoImg {
    height: 378px;
  }
}
@media (max-width: 1200px) {
  .iFrameWrapper .linkTileVideoImg {
    height: 256px;
  }
}
@media (max-width: 1023px) {
  .iFrameWrapper .linkTileVideoImg {
    height: 256px;
  }
}
.iFrameWrapper button {
  background: none;
  border: none;
  outline: none;
}
.iFrameWrapper button:focus {
  outline: none;
}
.iFrameWrapper .close {
  position: absolute;
  top: 15px;
  right: -50px;
  z-index: 1;
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  opacity: 1;
  width: 20px;
  height: 20px;
}
@media (max-width: 1023px) {
  .iFrameWrapper .close {
    top: -35px;
    right: 0;
  }
}
.iFrameWrapper .close:focus {
  outline: none;
}
.iFrameWrapper .close:before {
  position: fixed;
  width: 1000vw;
  height: 1000vh;
  left: -100%;
  top: -100%;
  content: "";
  z-index: 1;
}
.iFrameWrapper .playVideo {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.iFrameWrapper .playVideo i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s;
}
.iFrameWrapper .playVideo i:before {
  color: #ffffff;
  font-size: 80px;
}
.iFrameWrapper .playVideo .fillAnim {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  transition: all .2s;
}
.iFrameWrapper .playVideo:hover .fillAnim {
  width: 80px;
}
.iFrameWrapper .videoAreaWarapper {
  height: 0;
  width: 0;
}
.iFrameWrapper .videoAreaWarapper.videoPlayed {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1001;
  height: 70%;
  width: 70vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .iFrameWrapper .videoAreaWarapper.videoPlayed {
    height: 55%;
    width: 95vw;
  }
}
@media screen and (max-width: 767px) {
  .iFrameWrapper .videoAreaWarapper.videoPlayed {
    height: 40%;
    width: 95vw;
  }
}
.iFrameWrapper .videoAreaWarapper.videoPlayed iframe {
  position: relative;
  z-index: 1001;
}
.mindstreamThreeTileGallery .mSlideImage {
  width: 100%;
  height: 578px;
}
.mindstreamThreeTileGallery .slick-prev,
.mindstreamThreeTileGallery .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 16px;
  height: 55px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.mindstreamThreeTileGallery .slick-prev:before,
.mindstreamThreeTileGallery .slick-next:before {
  font-family: 'familux';
  font-size: 50px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mindstreamThreeTileGallery .slick-prev {
  left: 55px;
  z-index: 1;
}
.mindstreamThreeTileGallery .slick-prev:before {
  content: "\e115";
}
.mindstreamThreeTileGallery .slick-next {
  right: 55px;
  z-index: 1;
}
.mindstreamThreeTileGallery .slick-next:before {
  content: "\e116";
}
.teamListWrapper {
  margin-bottom: 60px;
}
.teamListWrapper.smallMargin .teamListItem {
  margin-bottom: 0;
}
.teamListWrapper.smallMargin .teamListItem .image {
  width: 100%;
  height: 226px;
}
@media screen and (max-width: 767px) {
  .teamListWrapper.smallMargin .teamListItem .image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.teamListWrapper .teamListItem {
  margin-bottom: 30px;
}
.teamListWrapper .teamListItem .image {
  width: 100%;
  height: 326px;
  background-size: cover;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .teamListWrapper .teamListItem .image {
    height: 256px;
  }
}
@media screen and (max-width: 767px) {
  .teamListWrapper .teamListItem .image {
    height: 326px;
  }
}
.teamListWrapper .teamListItem .name {
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #383556;
  display: block;
}
.accCard {
  margin-bottom: 30px;
}
.accCard .accCardHeader {
  padding: 15px 0;
  border-bottom: 2px solid #383556;
}
.accCard .accCardHeader h5 button {
  color: #383556;
  font-size: 20px;
  display: block;
  border: 0;
  width: 100%;
  text-align: left;
  font-family: 'SourceSansPro-Black', sans-serif;
  text-transform: uppercase;
  background: transparent;
  outline: none;
  letter-spacing: 2px;
  position: relative;
  padding-left: 60px;
  display: flex;
  align-items: center;
}
.accCard .accCardHeader h5 button.collapsed:before {
  content: "\e90c";
}
.accCard .accCardHeader h5 button:before {
  font-family: 'familux' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
  font-size: 10px;
  position: absolute;
  left: 15px;
}
.accCard .accCardBody {
  padding: 30px 60px;
}
@media screen and (max-width: 767px) {
  .accCard .accCardBody {
    padding: 30px 15px;
  }
}
.contactForm h4 {
  margin: 30px 0;
}
.contactForm input,
.contactForm textarea {
  width: 100%;
  border-radius: 0;
  border-bottom: 2px solid #383556;
  border-left: none;
  border-right: none;
  border-top: none;
  outline: none !important;
  box-shadow: none !important;
  border-color: #383556 !important;
  margin-bottom: 30px;
  font-family: 'SourceSerifPro-Regular', sans-serif;
  font-size: 20px;
  padding: 15px 0;
  position: relative;
}
.contactForm input.error,
.contactForm textarea.error {
  border-color: #df5b5a !important;
  font-family: 'SourceSerifPro-It', sans-serif;
}
.contactForm input::placeholder,
.contactForm textarea::placeholder {
  font-family: 'SourceSerifPro-It', sans-serif;
  font-size: 20px;
}
.contactForm select {
  width: 100%;
  border-radius: 0;
  border-bottom: 2px solid #383556;
  border-left: none;
  border-right: none;
  border-top: none;
  outline: none !important;
  box-shadow: none !important;
  border-color: #383556 !important;
  margin-bottom: 30px;
  font-family: 'SourceSerifPro-Regular', sans-serif;
  font-size: 20px;
  position: relative;
  padding: 0;
}
.contactForm select.error {
  border-color: #df5b5a !important;
  font-family: 'SourceSerifPro-It', sans-serif;
}
.contactForm select::placeholder {
  font-family: 'SourceSerifPro-It', sans-serif;
  font-size: 20px;
}
.contactForm span.error {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  color: #df5b5a;
}
.contactForm .submitBtn {
  background: #383556;
  width: auto;
  height: 55px;
  text-align: center;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  padding: 10px 20px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all .3s;
  border: 4px solid #383556 !important;
}
@media screen and (max-width: 767px) {
  .contactForm .submitBtn {
    width: 100%;
    margin: 30px 0 60px;
  }
}
.contactForm .submitBtn:hover {
  background: transparent;
  color: #383556;
}
.contactForm .contactPerson {
  margin-bottom: 60px;
}
.contactForm .contactPerson .contactImage {
  width: 224px;
  height: 264px;
  background-size: cover;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .contactForm .contactPerson .contactImage {
    height: 256px;
  }
}
@media screen and (max-width: 767px) {
  .contactForm .contactPerson .contactImage {
    height: 326px;
  }
}
.contactForm .contactPerson .contactPosition {
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #383556;
  display: block;
  margin-bottom: 10px;
}
.jobContainer .hrw .row {
  display: block !important;
}
.jobContainer .hrw .row .col-12 {
  margin: 0 auto !important;
}
.jobContainer .hrw .row .col-12 .hrw-grid-wrapper .hrw-grid-cell-name strong {
  font-family: 'SourceSansPro-Regular', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
}
.jobContainer .hrw .btn-primary {
  color: #ffffff;
  background-color: #383556;
  border-color: #383556;
  font-family: 'SourceSansPro-Regular', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  border-radius: 0;
}
.jobContainer .hrw a.hrw-func {
  font-family: 'SourceSansPro-Regular', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  text-decoration: none;
}
.jobContainer .hrw .dropdown-toggle,
.jobContainer .hrw .btn,
.jobContainer .hrw .dropdown-item {
  font-family: 'SourceSansPro-Regular', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-size: 16px !important;
  text-decoration: none;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #383556 !important;
}
.jobContainer .hrw .dropdown-toggle span,
.jobContainer .hrw .btn span,
.jobContainer .hrw .dropdown-item span {
  font-family: 'SourceSansPro-Regular', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-size: 16px !important;
  text-decoration: none;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #383556 !important;
}
.jobContainer .hrw .dropdown-toggle:hover,
.jobContainer .hrw .btn:hover,
.jobContainer .hrw .dropdown-item:hover {
  background: transparent;
  color: #383556;
}
.jobContainer .hrw .hrw-datatable-filter-active {
  padding-left: 30px !important;
}
.jobContainer .hrw .hrw-datatable-filter-active span {
  font-family: 'SourceSansPro-Regular', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-size: 16px !important;
  text-decoration: none;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #383556 !important;
}
.jobContainer .hrw .hrw-datatable-filter-item-Version.dropdown {
  display: none !important;
}
.jobContainer .hrw .dropdown-menu {
  border-radius: 0 !important;
}
.jobDetail .hrw .hrw-grid-wrapper .hrw-grid-cell-name strong {
  font-family: 'SourceSansPro-Regular', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
}
.jobDetail .hrw .btn-primary {
  color: #ffffff;
  background-color: #383556;
  border-color: #383556;
  font-family: 'SourceSansPro-Regular', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  border-radius: 0;
}
.jobDetail .hrw .btn-primary:hover {
  text-decoration: none;
  box-shadow: none;
  background-color: #383556;
  border-color: #383556;
  color: #ffffff;
}
.jobDetail .hrw a.hrw-func {
  font-family: 'SourceSansPro-Regular', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  text-decoration: none;
}
.jobDetail .hrw .dropdown-toggle {
  font-family: 'SourceSansPro-Regular', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  text-decoration: none;
  border: none;
  box-shadow: none;
  background: transparent;
}
.jobDetail .hrw .dropdown-toggle:hover {
  background: transparent;
  color: #383556;
}
.jobDetail .hrw .hrw-joborder-view-image-container {
  height: 65vh !important;
}
.jobDetail .hrw .hrw-joborder-view-logo-row img {
  max-width: 300px;
  max-height: 200px;
  position: absolute;
  bottom: 15px;
  background: none;
  box-shadow: none;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .jobDetail .hrw .hrw-joborder-view-logo-row img {
    bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
  .jobDetail .hrw .hrw-joborder-view-logo-row img {
    bottom: 85px;
    left: -5px;
    max-width: 150px;
    max-height: 150px;
  }
}
.jobDetail .hrw a:hover {
  text-decoration: none;
}
.jobDetail .hrw .hrw-mini-circle.circle-white {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  text-align: center;
  padding: 0;
  margin-top: 15px;
}
.jobDetail .hrw .hrw-mini-circle.circle-white span {
  position: absolute;
  font-family: 'SourceSansPro-Regular', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  text-decoration: none;
}
.jobDetail .hrw .hrw-mini-circle-legend-valign {
  margin-top: 30px;
}
.jobDetail .hrw .btn-outline-primary {
  text-decoration: none;
  border: none;
  box-shadow: none;
  background: transparent;
}
.jobDetail .hrw .btn-outline-primary:hover {
  background: transparent;
  color: #383556;
}
@media screen and (min-width: 1200px) {
  .jobDetail .hrw-joborder-view-video-container.mb-2 {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 60% !important;
    padding-bottom: 33% !important;
  }
  .jobDetail .hrw-joborder-view-video-container.mb-2 iframe {
    height: 25vw;
  }
}
.jobForm .hrw .btn-primary {
  color: #ffffff;
  background-color: #383556;
  border-color: #383556;
  font-family: 'SourceSansPro-Regular', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  border-radius: 0;
}
.jobForm .hrw .btn-primary:hover {
  text-decoration: none;
  box-shadow: none;
  background-color: #383556;
  border-color: #383556;
  color: #ffffff;
}
.jobForm .hrw .btn-primary:disabled {
  color: #ffffff;
  background-color: #383556;
  border-color: #383556;
  font-family: 'SourceSansPro-Regular', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  border-radius: 0;
}
.jobForm label {
  font-family: 'SourceSansPro-Regular', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
}
.jobForm .form-control {
  border: 1px solid #383556 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}
.jobForm .form-control textarea,
.jobForm .form-control input {
  border: 1px solid #383556 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}
.fa.fa-chevron-left.glyphicon.glyphicon-chevron-left:before {
  content: "\e115";
  font-family: 'familux';
  src: url('../fonts/familux.eot?q5img7');
  src: url('../fonts/familux.eot?q5img7#iefix') format('embedded-opentype'), url('../fonts/familux.ttf?q5img7') format('truetype'), url('../fonts/familux.woff?q5img7') format('woff'), url('../fonts/familux.svg?q5img7#familux') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.fa.fa-chevron-right.glyphicon.glyphicon-chevron-right:before {
  content: "\e116";
  font-family: 'familux';
  src: url('../fonts/familux.eot?q5img7');
  src: url('../fonts/familux.eot?q5img7#iefix') format('embedded-opentype'), url('../fonts/familux.ttf?q5img7') format('truetype'), url('../fonts/familux.woff?q5img7') format('woff'), url('../fonts/familux.svg?q5img7#familux') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.basketContainer {
  margin-top: 45px;
}
.basketContainer .cartImageContainer {
  margin: 0;
}
@media (max-width: 767px) {
  .basketContainer .cartImageContainer {
    margin-bottom: 15px;
  }
}
.basketContainer .cartImageContainer.carousel {
  height: 380px;
}
@media screen and (max-width: 1023px) {
  .basketContainer .cartImageContainer.carousel {
    height: 100%;
  }
}
.basketContainer .cartImageContainer .carousel-inner,
.basketContainer .cartImageContainer .item {
  height: 100%;
}
.basketContainer .cartImageContainer .carousel-inner > a > img,
.basketContainer .cartImageContainer .item > a > img,
.basketContainer .cartImageContainer .carousel-inner > img,
.basketContainer .cartImageContainer .item > img {
  position: unset !important;
}
@media screen and (max-width: 1023px) {
  .basketContainer .cartImageContainer .carousel-inner > a > img,
  .basketContainer .cartImageContainer .item > a > img,
  .basketContainer .cartImageContainer .carousel-inner > img,
  .basketContainer .cartImageContainer .item > img {
    max-width: 100%;
  }
}
.basketContainer .cartImageContainer .sliderArrows {
  display: flex;
  position: absolute;
  z-index: 1;
  justify-content: space-between;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
}
.basketContainer .cartImageContainer .sliderArrows a {
  cursor: pointer;
}
.basketContainer .cartImageContainer .sliderArrows a i:before {
  color: #ffffff;
  font-size: 60px;
}
.basketContainer .content ul {
  padding-left: 15px;
}
.basketContainer .content ul li {
  padding-left: 0 !important;
}
.basketContainer .content table td {
  padding: 10px 0 0;
  border: 0;
}
.basketContainer .content strong,
.basketContainer .content b {
  font-family: 'SourceSerifPro-Regular', sans-serif;
  font-weight: normal;
}
.basketContainer .content h4,
.basketContainer .content h4 > a {
  font-family: 'SourceSerifPro-Bold', sans-serif;
  font-size: 1.8rem;
  color: #383556;
  margin-top: 0;
}
@media (max-width: 767px) {
  .basketContainer .content h4,
  .basketContainer .content h4 > a {
    font-size: 1.6rem;
  }
}
.basketContainer .pipeline {
  margin-bottom: 10px;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: -15px;
}
.basketContainer .pipeline li {
  display: block;
  width: 33.33%;
  line-height: 38px;
  float: left;
  position: relative;
  overflow: hidden;
}
.basketContainer .pipeline li a {
  display: block;
  background: #383556;
  vertical-align: middle;
  height: 40px;
  margin-right: 15px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .basketContainer .pipeline li a {
    font-size: 1.1rem;
  }
}
.basketContainer .pipeline li:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #383556;
}
.basketContainer .pipeline li.active:after {
  border-color: transparent transparent transparent #383556;
}
.basketContainer .pipeline li.active a {
  background: #383556;
  color: #ffffff;
}
.basketContainer .pricePanel {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .basketContainer .pricePanel {
    margin-top: 30px;
  }
}
.basketContainer .pricePanel b {
  font-size: 1.8rem;
}
.basketContainer .pricePanel .total {
  font-size: 4.4rem;
  color: #383556;
  font-family: 'SourceSerifPro-Bold', sans-serif;
}
@media (max-width: 767px) {
  .basketContainer .pricePanel .total {
    font-size: 3.2rem;
  }
}
.basketContainer .buttonGroup .btnAR {
  margin-top: 10px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .basketContainer .buttonGroup .btnAR {
    margin-left: 0;
  }
}
.basketContainer > .table {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  display: table;
}
.basketContainer > .table > thead {
  border-bottom: 2px solid #6f90a8;
}
@media screen and (max-width: 1024px) {
  .basketContainer > .table > thead {
    display: none;
  }
}
.basketContainer > .table > thead > tr > th {
  font-family: 'SourceSansPro-Black', sans-serif;
  text-transform: uppercase;
  color: #6f90a8;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 25px;
  border: none !important;
  padding: 0 0 25px 0;
}
.basketContainer > .table > tbody > tr {
  border-bottom: 2px solid #6f90a8;
  margin-bottom: 25px;
}
.basketContainer > .table > tbody > tr:last-of-type {
  border-bottom: none;
}
.basketContainer > .table > tbody > tr > td {
  padding: 25px 0 25px 0;
}
@media screen and (max-width: 767px) {
  .basketContainer > .table > tbody > tr > td {
    padding: 25px 0;
    display: inline-block;
    width: auto;
    border: none;
  }
}
.basketContainer > .table > tbody > tr > td h4 {
  font-family: 'SourceSansPro-Black', sans-serif;
  text-transform: uppercase;
  color: #383556;
  font-size: 20px;
  letter-spacing: 2px;
  border: none !important;
}
@media screen and (max-width: 767px) {
  .basketContainer > .table > tbody > tr > td h4 {
    font-size: 16px;
  }
}
.basketContainer > .table > tbody > tr > td h4 a {
  font-family: 'SourceSansPro-Black', sans-serif;
  text-transform: uppercase;
  color: #383556;
  font-size: 20px;
  letter-spacing: 2px;
  border: none !important;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .basketContainer > .table > tbody > tr > td h4 a {
    font-size: 16px;
  }
}
.basketContainer > .table > tbody > tr td.price {
  font-family: 'SourceSansPro-Black', sans-serif;
  text-transform: uppercase;
  color: #383556;
  font-size: 20px;
  letter-spacing: 2px;
  border: none !important;
}
@media screen and (max-width: 767px) {
  .basketContainer > .table > tbody > tr td.price {
    float: right;
  }
}
.basketContainer > .table > tbody > tr td .tdLabel {
  font-family: 'SourceSansPro-Black', sans-serif;
  text-transform: uppercase;
  color: #383556;
  font-size: 20px;
  letter-spacing: 2px;
  border: none !important;
}
.basketContainer > .table .showRoomDetailBtn {
  font-family: 'SourceSerifPro-It', sans-serif;
  font-size: 20px;
  text-decoration: none;
  color: #383556;
}
.basketContainer > .table .showRoomDetailBtn i {
  margin-right: 5px;
}
.basketContainer > .table .showRoomDetailBtn:hover {
  color: #6f90a8;
}
.basketContainer > .table .showRoomDetailBtn:hover i:before {
  color: #6f90a8;
}
.basketContainer > .table .roomDetailContainer {
  padding-top: 30px;
  display: none;
}
.basketContainer > .table .roomDetailContainer td {
  border-top: none;
}
.basketContainer > .table .pricePanelMobile {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.6rem;
}
.basketContainer > .table .pricePanelMobile.marginTop {
  margin-top: 10px;
}
.basketContainer > .table .pricePanelMobile.noMarginBottom {
  margin-bottom: 0;
}
.basketContainer > .table .fa {
  color: #383556;
}
.basketContainer .additionalServicesNotBookable {
  font-family: 'SourceSerifPro-It', sans-serif;
  color: #383556;
  font-size: 20px;
  border-bottom: 2px solid #6f90a8;
  padding-bottom: 30px;
}
.basketContainer .basketBtns {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-content: center;
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .basketContainer .basketBtns {
    justify-content: center;
    flex-direction: column;
    align-content: center;
    text-align: center;
  }
  .basketContainer .basketBtns div {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .basketContainer .basketBtns {
    display: block;
  }
  .basketContainer .basketBtns div {
    margin-bottom: 30px;
  }
}
.basketContainer .basketBtns a {
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  color: #383556;
  text-transform: uppercase;
  text-decoration: none;
}
.basketContainer .basketBtns a:hover {
  color: #6f90a8;
}
.basketContainer .basketBtns .bookRoom a {
  background: #ffffff;
  border: 2px solid #383556;
  padding: 10px 20px;
}
.basketContainer .basketBtns .bookRoom a:hover {
  background: #383556;
  border: 2px solid #383556;
  color: #ffffff;
}
.basketContainer .basketBtns .booking a {
  background: #ffffff;
  border: 2px solid #383556;
  padding: 10px 20px;
}
.basketContainer .basketBtns .booking a:hover {
  background: #383556;
  border: 2px solid #383556;
  color: #ffffff;
}
.basketContainer .basketBtns .totalPrice {
  display: block;
  margin-top: -30px;
}
@media screen and (max-width: 1023px) {
  .basketContainer .basketBtns .totalPrice {
    margin-top: 0;
  }
}
.basketContainer .basketBtns .totalPrice .totalPriceText {
  display: block;
  text-align: right;
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #383556;
}
.basketContainer .basketBtns .totalPrice .total {
  display: block;
  text-align: right;
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 38px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6f90a8;
}
@media screen and (max-width: 1023px) {
  .basketContainer .basketBtns .totalPrice .total {
    font-size: 28px;
  }
}
.basketContainer .basketBtns .totalPrice .taxInfo {
  display: block;
  text-align: right;
  font-family: 'SourceSerifPro-Regular', sans-serif;
  font-size: 12px;
  color: #383556;
}
@media screen and (max-width: 1750px) {
  .basketContainer .basketBtns {
    display: flex;
  }
  .basketContainer .basketBtns a {
    font-size: 16px;
  }
  .basketContainer .basketBtns .totalPrice .total {
    font-size: 28px;
  }
}
.basketContainer .icon-plus:before {
  font-weight: 700 !important;
}
.basketContainer i.icon.icon-delete {
  font-size: 18px;
}
.basketContainer .updateIcons {
  width: 200px;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .basketContainer .updateIcons {
    text-align: left;
    width: 130px;
  }
}
@media screen and (max-width: 1200px) {
  .basketContainer .roomDesk tbody tr td {
    display: block;
    width: 100%;
    border: none;
  }
  .basketContainer .roomDesk tbody tr td.roomPrice {
    display: inline-block;
    width: auto;
    float: right;
  }
  .basketContainer .roomDesk tbody tr td.roomIcos {
    display: inline-block;
    width: auto;
    float: left;
    position: relative;
    top: 2px;
  }
}
.basketContainer .roomDesk .roomTopPrice {
  margin-bottom: 0;
}
.basketContainer .roomPrice {
  width: 150px;
}
.basketContainer a i {
  margin-right: 10px;
}
.basketContainer .showRoomDetailBtn {
  font-family: 'SourceSerifPro-It', sans-serif;
  font-size: 20px;
  text-decoration: none;
  color: #383556;
}
.basketContainer .showRoomDetailBtn:hover {
  color: #6f90a8;
}
.bookingContainer {
  margin-top: 45px;
  margin-bottom: 45px;
}
.bookingContainer img {
  width: 100%;
}
.bookingContainer .pipeline {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .bookingContainer .pipeline {
    flex-direction: column;
  }
}
.bookingContainer .pipeline li {
  position: relative;
  padding-left: 0 !important;
  font-family: 'SourceSansPro-Black', sans-serif !important;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .bookingContainer .pipeline li {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.bookingContainer .pipeline li.active {
  border-bottom: 2px solid #383556;
  padding-bottom: 5px;
}
.bookingContainer .pipeline li a {
  font-family: 'SourceSansPro-Black', sans-serif !important;
  font-size: 20px;
  letter-spacing: 2px;
}
.bookingContainer .pipeline i {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .bookingContainer .pipeline i {
    display: none;
  }
}
.bookingContainer .imageContainer {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 0;
}
.bookingContainer .bookingWrapper {
  margin-bottom: 60px;
}
.bookingContainer .bookingWrapperHeader {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #6f90a8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .bookingContainer .bookingWrapperHeader {
    display: none;
  }
}
.bookingContainer .bookingWrapperHeader span {
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #6f90a8;
  letter-spacing: 2px;
}
.bookingContainer .bookingWrapperBody .content {
  margin-bottom: 60px;
}
.bookingContainer .bookingWrapperBody .bookingWrapperTopRow h4 {
  font-family: 'SourceSerifPro-Regular', sans-serif;
  color: #383556;
  font-size: 38px;
  border: none !important;
  text-decoration: none;
}
.bookingContainer .bookingWrapperBody .bookingWrapperTopRow h4 a {
  font-family: 'SourceSerifPro-Regular', sans-serif;
  color: #383556;
  font-size: 38px;
  border: none !important;
  text-decoration: none;
}
.bookingContainer .bookingWrapperBody .bookingWrapperTopRow .arrivalDay {
  font-family: 'SourceSansPro-Black', sans-serif;
  text-transform: uppercase;
  color: #383556;
  font-size: 14px;
  letter-spacing: 2px;
  border: none !important;
  text-decoration: none;
}
.bookingContainer .bookingWrapperBody .bookingWrapperTopRow .topPrice {
  font-family: 'SourceSansPro-Black', sans-serif;
  text-transform: uppercase;
  color: #383556;
  font-size: 20px;
  letter-spacing: 2px;
  border: none !important;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .bookingContainer .bookingWrapperBody .bookingWrapperTopRow .topPrice {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.bookingContainer .bookingWrapperBody .bookingWrapperTopRow .topClose {
  margin-right: 15px;
  position: relative;
  display: inline-block;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .bookingContainer .bookingWrapperBody .bookingWrapperTopRow .topClose {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.bookingContainer .linkStyle {
  font-family: 'SourceSerifPro-It', sans-serif;
  font-size: 20px;
  text-decoration: none;
  color: #383556;
}
@media screen and (max-width: 767px) {
  .bookingContainer .linkStyle {
    display: block;
  }
}
.bookingContainer .linkStyle:hover {
  color: #6f90a8;
}
.bookingContainer .linkStyle:after {
  content: "|";
}
@media screen and (max-width: 767px) {
  .bookingContainer .linkStyle:after {
    content: "";
  }
}
.bookingContainer .linkStyle:last-of-type:after {
  content: "";
}
.bookingContainer .moreInformationContainer,
.bookingContainer .roomDetailContainer {
  display: none;
  margin-top: 30px;
}
.bookingContainer .moreInformationContainer .showRoomDetailBtn,
.bookingContainer .roomDetailContainer .showRoomDetailBtn {
  font-family: 'SourceSerifPro-It', sans-serif;
  font-size: 20px;
  text-decoration: none;
  color: #383556;
}
.bookingContainer .moreInformationContainer .showRoomDetailBtn:hover,
.bookingContainer .roomDetailContainer .showRoomDetailBtn:hover {
  color: #6f90a8;
}
.bookingContainer .moreInformationContainer h4,
.bookingContainer .roomDetailContainer h4 {
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  text-transform: uppercase;
}
.bookingContainer .moreInformationContainer {
  display: none;
}
.bookingContainer .moreInformationContainer .showRoomDetailBtn {
  font-family: 'SourceSerifPro-It', sans-serif;
  font-size: 20px;
  text-decoration: none;
  color: #383556;
}
.bookingContainer .moreInformationContainer .showRoomDetailBtn:hover {
  color: #6f90a8;
}
@media screen and (min-width: 1200px) {
  .bookingContainer .samera-occupancies form {
    height: 80px !important;
  }
}
.bookingContainer .samera-occupancies form .help-block {
  position: absolute;
  visibility: hidden;
  color: #DF5B5A;
  font-family: 'SourceSerifPro-It', sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 1550px) and (min-width: 1100px) {
  .bookingContainer .samera-occupancies form .help-block {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1100px) {
  .bookingContainer .samera-occupancies form .help-block {
    position: relative;
    top: -15px;
    left: 0;
  }
}
.bookingContainer .samera-occupancies form .help-block.active {
  visibility: visible;
}
.bookingContainer .samera-occupancies .birthdayContainer {
  position: relative;
}
.bookingContainer .samera-occupancies .globalErrorsContainer {
  display: none;
  list-style-type: none;
  background: #ffffff;
  border: 3px solid #df5b5a;
  margin-bottom: 60px;
}
.bookingContainer .samera-occupancies .globalErrorsContainer li {
  color: #DF5B5A;
  font-family: 'SourceSerifPro-It', sans-serif;
  font-size: 16px;
}
.bookingContainer .samera-occupancies .babyContainer {
  margin-top: 10px;
}
.bookingContainer .samera-occupancies .babyContainer span.select2-selection__arrow b {
  border: none !important;
  background: none;
  top: 0;
  font-size: 10px;
  right: 0;
}
.bookingContainer .samera-occupancies .babyContainer span.select2-selection__arrow b:after {
  font-family: 'familux' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  color: #383556;
}
.bookingContainer .samera-occupancies .babyContainer .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
  font-family: 'familux' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  color: #383556;
}
.bookingContainer .samera-occupancies .babyContainer .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: 'SourceSerifPro-It', sans-serif;
}
.bookingContainer .samera-occupancies select,
.bookingContainer .samera-occupancies input,
.bookingContainer .samera-occupancies .select2-selection {
  outline: none;
  border: 0;
  border-bottom: 2px solid #383556;
  font-size: 20px;
  color: #383556;
  font-family: 'SourceSerifPro-It', sans-serif;
  width: 100%;
  background: transparent;
  padding: 0;
  box-shadow: none;
  border-color: #383556 !important;
  border-radius: 0;
}
@media screen and (max-width: 1200px) {
  .bookingContainer .samera-occupancies select,
  .bookingContainer .samera-occupancies input,
  .bookingContainer .samera-occupancies .select2-selection {
    margin-bottom: 15px;
    border-radius: 0;
  }
}
@media screen and (max-width: 1023px) {
  .bookingContainer .samera-occupancies .select2-container {
    width: 100% !important;
  }
}
.bookingContainer .samera-occupancies select {
  -webkit-appearance: none;
}
.bookingContainer .samera-occupancies input[type="checkbox"] {
  width: auto;
}
.bookingContainer .samera-occupancies ::-webkit-input-placeholder {
  color: #383556;
}
.bookingContainer .samera-occupancies ::-moz-placeholder {
  color: #383556;
}
.bookingContainer .samera-occupancies :-ms-input-placeholder {
  color: #383556;
}
.bookingContainer .samera-occupancies :-moz-placeholder {
  color: #383556;
}
.bookingContainer .samera-occupancies .formLabel {
  float: left;
  width: 95px;
  border-bottom: 2px solid #383556;
  font-size: 20px;
  color: #383556;
  font-family: 'SourceSerifPro-It', sans-serif;
  line-height: 30px;
  margin: 0;
  font-weight: normal;
  opacity: 1;
  padding: 15px 0;
}
.bookingContainer .samera-occupancies .form-control:focus {
  box-shadow: none;
  border-color: #6f90a8 !important;
}
.bookingContainer .samera-occupancies label {
  margin-top: 5px;
  font-size: 20px;
  font-family: 'SourceSansPro-Regular', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #383556 !important;
}
@media screen and (max-width: 1200px) {
  .bookingContainer .samera-occupancies label {
    margin-top: 20px;
  }
}
.bookingContainer .bookFurtherRooms {
  margin-bottom: 60px;
  display: inline-block;
}
.bookingContainer .promocodeContainer {
  margin-bottom: 60px;
  display: block;
  position: relative;
}
.bookingContainer .promocodeContainer input {
  background: transparent;
  border-bottom: 2px solid #383556;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  color: #383556;
  outline: none;
  font-family: 'SourceSerifPro-It', sans-serif;
  font-size: 20px;
  padding: 15px 0;
  border-radius: 0;
}
.bookingContainer .promocodeContainer input::placeholder {
  color: #383556;
  font-family: 'SourceSerifPro-It', sans-serif;
  font-size: 20px;
}
.bookingContainer .promocodeContainer input:focus {
  outline: none;
  box-shadow: none;
}
.bookingContainer .promocodeContainer button {
  position: absolute;
  right: 10px;
  background: transparent;
  border: none;
  color: #383556;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  bottom: 20px;
  padding: 0;
}
.bookingContainer .promocodeContainer button:hover {
  color: #6f90a8;
  transition: all .3s;
}
.bookingContainer h2 {
  color: #383556;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  text-transform: uppercase;
  border-top: 2px solid #6f90a8;
  padding-top: 25px;
  margin-bottom: 25px;
}
.bookingContainer .amenitiesContainer .item {
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .bookingContainer .amenitiesContainer .item {
    font-size: 14px;
    display: flex;
  }
}
.bookingContainer .amenitiesContainer .item .price {
  color: #383556;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .bookingContainer .amenitiesContainer .item .price {
    margin-top: 15px;
  }
}
.bookingContainer .amenitiesContainer .item .quantity {
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .bookingContainer .amenitiesContainer .item .quantity {
    text-align: left;
    margin-top: 15px;
  }
}
.bookingContainer .amenitiesContainer .item .quantity a {
  margin-right: 5px;
}
.bookingContainer .amenitiesContainer .item a {
  margin-right: 5px;
}
.bookingContainer .icon-plus:before {
  font-weight: 700 !important;
}
.bookingContainer i.icon.icon-delete {
  font-size: 18px;
}
.bookingContainer input[type=radio] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.bookingContainer input[type=radio] + label:before {
  font-family: "form";
  display: inline-block;
}
.bookingContainer input[type=radio] + label:before {
  content: "\e113";
  color: #383556;
  margin-right: 15px;
}
.bookingContainer input[type=radio]:checked + label:before {
  content: "\e114";
  color: #383556;
  margin-right: 15px;
}
.bookingContainer .radio {
  margin-bottom: 15px;
  position: relative;
}
.bookingContainer .radio label {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .bookingContainer .radio label {
    font-size: 14px;
  }
}
.bookingContainer .totalPrice {
  display: block;
  border-top: 2px solid #6f90a8;
  margin-top: 25px;
  padding-top: 25px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .bookingContainer .totalPrice {
    margin-top: 0;
  }
}
.bookingContainer .totalPrice .totalPriceText {
  display: block;
  text-align: right;
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #383556;
}
.bookingContainer .totalPrice .deposit {
  display: block;
  text-align: right;
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #383556;
}
.bookingContainer .totalPrice .total {
  display: block;
  text-align: right;
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 38px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6f90a8;
}
@media screen and (max-width: 1023px) {
  .bookingContainer .totalPrice .total {
    font-size: 28px;
  }
}
.bookingContainer .totalPrice .taxInfo {
  display: block;
  text-align: right;
  font-family: 'SourceSerifPro-Regular', sans-serif;
  font-size: 12px;
  color: #383556;
}
.bookingContainer .globalErrorsContainer {
  display: none;
  list-style-type: none;
  background: #ffffff;
  border: 3px solid #df5b5a;
  margin-bottom: 60px;
  margin-top: 60px;
}
.bookingContainer .globalErrorsContainer li {
  color: #DF5B5A;
  font-family: 'SourceSerifPro-It', sans-serif;
  font-size: 16px;
}
.bookingContainer #booking {
  font-size: 20px;
  margin-top: 30px;
}
.bookingContainer #booking input[type=checkbox] + label:before {
  font-family: "form";
  display: inline-block;
}
.bookingContainer #booking h3,
.bookingContainer #booking h4 {
  font-size: 20px;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #383556;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bookingContainer #booking h3.travelData,
  .bookingContainer #booking h4.travelData {
    margin-top: 30px;
  }
}
.bookingContainer #booking .btnMhOrange {
  margin-top: 15px;
  font-size: 20px;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #383556 !important;
  width: auto;
  outline: none;
  text-decoration: none;
  background: #ffffff;
  border: 2px solid #383556;
  padding: 10px 30px;
}
.bookingContainer #booking .btnMhOrange:hover {
  background: #383556;
  color: #ffffff !important;
}
.bookingContainer #booking input[type=checkbox] + label:before {
  margin-right: 15px;
}
.bookingContainer #booking input[type=checkbox]:checked + label:before {
  margin-right: 15px;
}
.bookingContainer #booking .checkbox {
  margin-top: 60px;
  position: relative;
}
.bookingContainer #booking .checkbox .acceptAgb a {
  position: relative;
  z-index: 1001;
  text-decoration: none;
}
.bookingContainer #booking .checkbox .acceptAgb a:hover {
  color: #6f90a8;
}
.bookingContainer #booking h2,
.bookingContainer #booking h4 {
  font-size: 20px;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #383556;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bookingContainer #booking h2.travelData,
  .bookingContainer #booking h4.travelData {
    margin-top: 30px;
  }
}
.bookingContainer #booking select,
.bookingContainer #booking input {
  outline: none;
  border: 0;
  border-bottom: 2px solid #383556;
  font-size: 20px;
  color: #383556;
  font-family: 'SourceSerifPro-It', sans-serif;
  width: 100%;
  background: transparent;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .bookingContainer #booking select,
  .bookingContainer #booking input {
    margin-bottom: 30px;
  }
}
.bookingContainer #booking select {
  -webkit-appearance: none;
}
.bookingContainer #booking input[type="checkbox"] {
  width: auto;
}
.bookingContainer #booking ::-webkit-input-placeholder {
  color: #383556;
}
.bookingContainer #booking ::-moz-placeholder {
  color: #383556;
}
.bookingContainer #booking :-ms-input-placeholder {
  color: #383556;
}
.bookingContainer #booking :-moz-placeholder {
  color: #383556;
}
.bookingContainer #booking .formLabel {
  float: left;
  width: 95px;
  border-bottom: 2px solid #383556;
  font-size: 20px;
  color: #383556;
  font-family: 'SourceSerifPro-It', sans-serif;
  line-height: 30px;
  margin: 0;
  font-weight: normal;
  opacity: 1;
  padding: 15px 0;
}
.bookingContainer #booking .form-control:focus {
  box-shadow: none;
  border-color: #6f90a8;
}
.bookingContainer #booking .floated {
  float: left;
  width: calc(100% - 95px);
}
.bookingContainer #booking .message {
  height: 280px;
  margin-top: 32px;
  outline: none !important;
  box-shadow: none;
  border: 2px solid #383556;
  font-size: 20px;
  color: #383556;
  font-family: 'SourceSerifPro-It', sans-serif;
  width: 100%;
  background: transparent;
  padding: 15px;
}
@media screen and (min-width: 1200px) {
  .bookingContainer #booking .message {
    border-top-left-radius: 255px 5px;
    border-top-right-radius: 5px 225px;
    border-bottom-right-radius: 225px 5px;
    border-bottom-left-radius: 5px 225px;
  }
}
.bookingContainer #booking :global(.form-group) {
  position: relative;
}
li.select2-results__option {
  font-size: 16px;
  color: #383556;
  font-family: 'SourceSerifPro-It', sans-serif !important;
}
li.select2-results__option span {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #383556;
  font-family: 'SourceSerifPro-It', sans-serif !important;
}
li.select2-results__option span img {
  margin-right: 5px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #6f90a8;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] span {
  color: #ffffff;
}
.promoCodeError,
.promoCodeSuccess {
  display: none;
  position: absolute;
  top: calc(110%);
  width: 100%;
  border: 2px solid #df5b5a;
  padding: 10px;
  font-size: 15px;
}
.promoCodeError.active,
.promoCodeSuccess.active {
  display: block;
}
.promoCodeSuccess {
  border: 2px solid #9e9f21;
}
.checkBookingContainer {
  margin-top: 45px;
}
.checkBookingContainer .globalErrorsContainer {
  display: none;
  list-style-type: none;
}
.checkBookingContainer h2 {
  margin: 0;
  font-family: 'SourceSerifPro-Bold', sans-serif;
  font-size: 2.6rem;
}
.checkBookingContainer .content ul {
  padding-left: 15px;
}
.checkBookingContainer .content table td {
  padding: 10px 0 0;
  border: 0;
}
.checkBookingContainer .content strong,
.checkBookingContainer .content b {
  font-family: 'SourceSerifPro-Regular', sans-serif;
  font-weight: normal;
}
.checkBookingContainer .content h4,
.checkBookingContainer .content h4 > a {
  font-family: 'SourceSerifPro-Bold', sans-serif;
  font-size: 1.8rem;
  color: #383556;
  margin-top: 0;
}
@media (max-width: 767px) {
  .checkBookingContainer .content h4,
  .checkBookingContainer .content h4 > a {
    font-size: 1.6rem;
  }
}
.checkBookingContainer .pipeline {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .checkBookingContainer .pipeline {
    flex-direction: column;
  }
}
.checkBookingContainer .pipeline li {
  position: relative;
  padding-left: 0 !important;
  font-family: 'SourceSansPro-Black', sans-serif !important;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .checkBookingContainer .pipeline li {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.checkBookingContainer .pipeline li.active {
  border-bottom: 2px solid #383556;
  padding-bottom: 5px;
}
.checkBookingContainer .pipeline li a {
  font-family: 'SourceSansPro-Black', sans-serif !important;
  font-size: 20px;
  letter-spacing: 2px;
  text-decoration: none;
}
.checkBookingContainer .pipeline i {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .checkBookingContainer .pipeline i {
    display: none;
  }
}
.checkBookingContainer .totalPrice {
  display: block;
  border-top: 2px solid #6f90a8;
  margin-top: 25px;
  padding-top: 25px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .checkBookingContainer .totalPrice {
    margin-top: 0;
  }
}
.checkBookingContainer .totalPrice .totalPriceText {
  display: block;
  text-align: right;
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #383556;
}
.checkBookingContainer .totalPrice .deposit {
  display: block;
  text-align: right;
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #383556;
}
.checkBookingContainer .totalPrice .total {
  display: block;
  text-align: right;
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 38px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6f90a8;
}
@media screen and (max-width: 1023px) {
  .checkBookingContainer .totalPrice .total {
    font-size: 28px;
  }
}
.checkBookingContainer .totalPrice .taxInfo {
  display: block;
  text-align: right;
  font-family: 'SourceSerifPro-Regular', sans-serif;
  font-size: 12px;
  color: #383556;
}
.checkBookingContainer .paymentPanel {
  margin-bottom: 45px;
}
.checkBookingContainer .paymentPanel a:not(.btnAR) {
  color: #383556;
  text-decoration: underline;
}
.checkBookingContainer .paymentPanel a:not(.btnAR):hover {
  text-decoration: none;
}
.checkBookingContainer .buttonGroup,
.checkBookingContainer .depositPanel,
.checkBookingContainer .adressPanel {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .checkBookingContainer .adressPanel {
    margin-bottom: 30px;
  }
}
.checkBookingContainer .adressPanel .headline {
  display: inline-block;
  margin-bottom: 10px;
}
.checkBookingContainer .adressPanel b {
  font-family: 'SourceSansPro-Black', sans-serif;
  text-transform: uppercase;
  color: #383556;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 25px;
  border: none !important;
}
@media (max-width: 767px) {
  .checkBookingContainer .adressPanel b {
    font-size: 1.6rem;
  }
}
.checkBookingContainer .checkbox {
  margin-top: 60px;
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}
.checkBookingContainer .checkbox .acceptAgb {
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-size: 20px;
}
.checkBookingContainer .checkbox .acceptAgb a {
  position: relative;
  z-index: 1001;
  text-decoration: underline;
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-size: 20px;
  color: #383556;
}
.checkBookingContainer .checkbox .acceptAgb a:hover {
  color: #6f90a8;
}
.checkBookingContainer .buttonGroup .btn-bordeblue {
  margin-top: 10px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .checkBookingContainer .buttonGroup .btn-bordeblue {
    margin-left: 0;
  }
}
.checkBookingContainer > .table {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
}
.checkBookingContainer > .table > thead {
  width: 100%;
  display: table;
  border-bottom: 2px solid #6f90a8;
}
@media screen and (max-width: 1024px) {
  .checkBookingContainer > .table > thead {
    display: none;
  }
}
.checkBookingContainer > .table > thead > tr > th {
  font-family: 'SourceSansPro-Black', sans-serif;
  text-transform: uppercase;
  color: #6f90a8;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 25px;
  border: none !important;
  padding: 0 0 25px 0;
}
.checkBookingContainer > .table > tbody {
  width: 100%;
  display: table;
}
.checkBookingContainer > .table > tbody > tr {
  border-bottom: 2px solid #6f90a8;
  margin-bottom: 25px;
}
.checkBookingContainer > .table > tbody > tr:last-of-type {
  border-bottom: none;
}
.checkBookingContainer > .table > tbody > tr > td {
  padding: 25px 0 25px 0;
}
@media screen and (max-width: 767px) {
  .checkBookingContainer > .table > tbody > tr > td {
    padding: 25px 0;
    display: inline-block;
    width: auto;
    border: none;
  }
}
.checkBookingContainer > .table > tbody > tr > td h4 {
  font-family: 'SourceSansPro-Black', sans-serif;
  text-transform: uppercase;
  color: #383556;
  font-size: 20px;
  letter-spacing: 2px;
  border: none !important;
}
@media screen and (max-width: 767px) {
  .checkBookingContainer > .table > tbody > tr > td h4 {
    font-size: 16px;
  }
}
.checkBookingContainer > .table > tbody > tr > td h4 a {
  font-family: 'SourceSansPro-Black', sans-serif;
  text-transform: uppercase;
  color: #383556;
  font-size: 20px;
  letter-spacing: 2px;
  border: none !important;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .checkBookingContainer > .table > tbody > tr > td h4 a {
    font-size: 16px;
  }
}
.checkBookingContainer > .table > tbody > tr td.price {
  font-family: 'SourceSansPro-Black', sans-serif;
  text-transform: uppercase;
  color: #383556;
  font-size: 20px;
  letter-spacing: 2px;
  border: none !important;
}
@media screen and (max-width: 767px) {
  .checkBookingContainer > .table > tbody > tr td.price {
    float: right;
  }
}
.checkBookingContainer > .table .price {
  font-size: 1.9rem;
}
.checkBookingContainer > .table .showRoomDetailBtn {
  font-size: 1.2rem;
}
.checkBookingContainer > .table .roomDetailContainer {
  padding-top: 30px;
  display: none;
}
.checkBookingContainer > .table .roomDetailContainer td {
  border-top: none;
}
.checkBookingContainer > .table .pricePanelMobile {
  margin-bottom: 15px;
  margin-top: 30px;
  font-size: 1.6rem;
}
.checkBookingContainer > .table .pricePanelMobile.marginTop {
  margin-top: 10px;
}
.checkBookingContainer > .table .pricePanelMobile.noMarginBottom {
  margin-bottom: 0;
}
.checkBookingContainer > .table .fa {
  color: #383556;
}
.checkBookingContainer .linkStyle {
  font-size: 1.2rem;
}
.checkBookingContainer .linkStyle,
.checkBookingContainer .linkStyle:focus {
  color: #383556;
}
.checkBookingContainer .linkStyle.marginTop {
  display: inline-block;
  margin-top: 10px;
}
.checkBookingContainer .moreInformationContainer {
  display: none;
  margin-top: 24px;
}
.newDefaultBtn {
  background: #ffffff;
  width: auto;
  height: 55px;
  text-align: center;
  font-family: 'SourceSansPro-Black', sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  padding: 10px 20px;
  color: #383556;
  text-transform: uppercase;
  transition: all .3s;
  border: 2px solid #383556 !important;
  display: inline-block;
}
@media screen and (max-width: 1750px) {
  .newDefaultBtn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .newDefaultBtn {
    width: 100%;
    margin: 30px 0 60px;
  }
}
.newDefaultBtn:hover {
  background: #383556;
  color: #ffffff;
}
.lastMinuteListContainer a,
.lastMinuteListContainer a:hover,
.lastMinuteListContainer a:focus {
  text-decoration: none !important;
}
.lastMinuteListContainer .imageWrapper {
  position: relative;
}
.lastMinuteListContainer .imageWrapper .image {
  position: relative;
  height: 380px;
  width: 100%;
}
.lastMinuteListContainer .imageWrapper .image img {
  height: 380px;
  object-fit: cover;
}
.lastMinuteListContainer .imageWrapper .overlay {
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  transition: all .3s;
}
.lastMinuteListContainer .imageWrapper .more {
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 20px;
  color: #383556;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  position: absolute;
  padding: 35px;
  transition: all .3s;
  background: #ffffff;
}
.lastMinuteListContainer .content {
  text-align: left;
  font-family: 'SourceSerifPro-Regular', sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #383556;
  margin-bottom: 110px;
}
.lastMinuteListContainer .content .stayRanges {
  display: block;
  text-align: center;
}
.lastMinuteListContainer .content .stayRanges span {
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 16px;
  color: #383556;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.lastMinuteListContainer .content .duration {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.lastMinuteListContainer .content .duration span {
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 20px;
  color: #383556;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.lastMinuteListContainer .content ul li {
  text-align: left;
  font-family: 'SourceSerifPro-Regular', sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #383556;
}
.lastMinuteListContainer .content .description {
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 20px;
  color: #383556;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.lastMinuteListContainer h4 {
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 20px;
  color: #383556;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 45px;
}
.lastMinuteListContainer .buttonContainer {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-direction: row;
  border-top: 2px solid #383556;
  padding-top: 30px;
}
.lastMinuteListContainer .buttonContainer .book {
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  color: #383556;
  text-transform: uppercase;
}
.lastMinuteListContainer .buttonContainer .book:hover {
  transition: all .3s;
  color: #383556;
}
.lastMinuteListContainer .item {
  display: block;
}
.lastMinuteListContainer .item:hover .overlay {
  opacity: 1;
}
.offer-list a,
.offer-list a:hover,
.offer-list a:focus {
  text-decoration: none !important;
}
.offer-list .imageWrapper {
  position: relative;
}
.offer-list .imageWrapper .image {
  position: relative;
  height: 380px;
}
.offer-list .imageWrapper .image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.offer-list .imageWrapper .overlay {
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
}
.offer-list .imageWrapper .more {
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 20px;
  color: #383556;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  position: absolute;
  padding: 35px;
  transition: all .3s;
  background: #ffffff;
}
.offer-list .content {
  text-align: left;
  font-family: 'SourceSerifPro-Regular', sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #383556;
  margin-bottom: 110px;
}
.offer-list .content .stayRanges {
  display: block;
  text-align: center;
}
.offer-list .content .stayRanges span {
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 16px;
  color: #383556;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.offer-list .content .duration {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.offer-list .content .duration span {
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 20px;
  color: #383556;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.offer-list .content ul li {
  text-align: left;
  font-family: 'SourceSerifPro-Regular', sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #383556;
}
.offer-list h4 {
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 20px;
  color: #383556;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 45px;
}
.offer-list h4.roomCategory {
  margin-top: 0 !important;
}
.offer-list .buttonContainer {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-direction: row;
  border-top: 2px solid #383556;
  padding-top: 30px;
}
.offer-list .buttonContainer .more {
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  color: #383556;
  text-transform: uppercase;
}
.offer-list .buttonContainer .more:hover {
  color: #383556;
}
.offer-list .buttonContainer .book {
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  color: #383556;
  text-transform: uppercase;
}
.offer-list .buttonContainer .book:hover {
  color: #383556;
}
.offer-list .item {
  display: block;
}
.offer-list .item:hover .overlay {
  opacity: 1;
}
.sameraRegularInquiryContainer input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.sameraRegularInquiryContainer input[type=checkbox] + label:before {
  font-family: 'familux-bs3' !important;
  display: inline-block;
}
.sameraRegularInquiryContainer input[type=checkbox] + label:before {
  content: "\e906";
  margin-right: 15px;
}
.sameraRegularInquiryContainer input[type=checkbox]:checked + label:before {
  content: "\e907";
  margin-right: 15px;
}
.sameraRegularInquiryContainer .checkbox {
  position: relative;
  display: inline-block;
}
.sameraRegularInquiryContainer .checkbox .accept-additional-service {
  font-family: 'SourceSerifPro-Regular', sans-serif;
  font-size: 20px;
}
.sameraRegularInquiryContainer .checkbox .accept-additional-service a {
  position: relative;
  z-index: 1001;
  text-decoration: underline;
  font-family: 'SourceSerifPro-Regular', sans-serif;
  font-size: 20px;
  color: #383556;
}
.sameraRegularInquiryContainer .checkbox .accept-additional-service a:hover {
  color: #df5b5a;
}
.additional-service-col img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  margin-left: 16px;
}


@import url("https://p.typekit.net/p.css?s=1&k=cvo0kgv&ht=tk&f=37783&a=8705966&app=typekit&e=css");
.familuxBorder {
  position: absolute;
  z-index: 1;
}
.familuxBorderLR {
  width: 5px;
  height: 100%;
  top: 0;
  right: -1px;
  background-repeat: repeat-y;
  background-size: 100%;
}
.familuxBorderLR.thin {
  width: 10px;
}
.familuxBorderTB {
  width: 100%;
  height: 5px;
  background-repeat: repeat-x;
  background-size: auto;
}
.familuxBorderTB.thin {
  height: 9px;
  left: 0;
}
.familuxBorderLRO {
  width: 5px;
  height: 100%;
  top: 0;
  background-repeat: repeat-y;
  background-size: 100%;
}
.familuxBorderTBO {
  width: 100%;
  background-repeat: repeat-x;
  background-size: 100%;
  height: 5px;
  left: 0;
}
.familuxBorderLROW {
  width: 5px;
  height: 100%;
  top: 0;
  background-repeat: repeat-y;
  background-size: 100%;
}
.familuxBorderTBOW {
  width: 100%;
  background-repeat: repeat-x;
  background-size: auto;
  height: 5px;
  left: 0;
}
.isDesktopDiv,
.isMobileDiv {
  width: 100%;
  display: block;
}
html,
body {
  overflow-x: hidden;
}
/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * viktorie:
 *   - http://typekit.com/eulas/00000000000000003b9b14e0
 *
 * © 2009-2019 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2019-11-27 10:59:43 UTC"}*/
@font-face {
  font-family: "viktorie";
  src: url("https://use.typekit.net/af/19e730/00000000000000003b9b14e0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/19e730/00000000000000003b9b14e0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/19e730/00000000000000003b9b14e0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "SourceSerifPro-Regular";
  src: url("../fonts/SourceSerifPro-Regular.eot");
  src: url("../fonts/SourceSerifPro-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/SourceSerifPro-Regular.otf") format("opentype"), /* Open Type Font */ url("../fonts/SourceSerifPro-Regular.svg") format("svg"), /* Legacy iOS */ url("../fonts/SourceSerifPro-Regular.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/SourceSerifPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: "SourceSerifPro-It";
  src: url("../fonts/SourceSerifPro-It.eot");
  src: url("../fonts/SourceSerifPro-It.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/SourceSerifPro-It.otf") format("opentype"), /* Open Type Font */ url("../fonts/SourceSerifPro-It.svg") format("svg"), /* Legacy iOS */ url("../fonts/SourceSerifPro-It.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/SourceSerifPro-It.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: "SourceSerifPro-Bold";
  src: url("../fonts/SourceSerifPro-Bold.eot");
  src: url("../fonts/SourceSerifPro-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/SourceSerifPro-Bold.otf") format("opentype"), /* Open Type Font */ url("../fonts/SourceSerifPro-Bold.svg") format("svg"), /* Legacy iOS */ url("../fonts/SourceSerifPro-Bold.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/SourceSerifPro-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("../fonts/SourceSansPro-Regular.eot");
  src: url("../fonts/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/SourceSansPro-Regular.otf") format("opentype"), /* Open Type Font */ url("../fonts/SourceSansPro-Regular.svg") format("svg"), /* Legacy iOS */ url("../fonts/SourceSansPro-Regular.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: "SourceSansPro-Black";
  src: url("../fonts/SourceSansPro-Black.eot");
  src: url("../fonts/SourceSansPro-Black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/SourceSansPro-Black.otf") format("opentype"), /* Open Type Font */ url("../fonts/SourceSansPro-Black.svg") format("svg"), /* Legacy iOS */ url("../fonts/SourceSansPro-Black.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/SourceSansPro-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: 'familux';
  src: url('../fonts/familux.eot?q5img7');
  src: url('../fonts/familux.eot?q5img7#iefix') format('embedded-opentype'), url('../fonts/familux.ttf?q5img7') format('truetype'), url('../fonts/familux.woff?q5img7') format('woff'), url('../fonts/familux.svg?q5img7#familux') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'familux-bs3';
  src: url('../fonts/familux-bs3.eot?q5img7');
  src: url('../fonts/familux-bs3.eot?q5img7#iefix') format('embedded-opentype'), url('../fonts/familux-bs3.ttf?q5img7') format('truetype'), url('../fonts/familux-bs3.woff?q5img7') format('woff'), url('../fonts/familux-bs3.svg?q5img7#familux') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  font-family: 'familux' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-childcare:before {
  content: "\e91a";
  color: #383556;
}
.icon-baby:before {
  content: "\e902";
  color: #383556;
}
.icon-golf:before {
  content: "\e903";
  color: #383556;
}
.icon-swimming:before {
  content: "\e904";
  color: #383556;
}
.icon-kids:before {
  content: "\e905";
  color: #383556;
}
.icon-ski:before {
  content: "\e906";
  color: #383556;
}
.icon-fitness:before {
  content: "\e907";
  color: #383556;
}
.icon-icon-themen:before {
  content: "\e908";
  color: #383556;
}
.icon-hike:before {
  content: "\e909";
  color: #383556;
}
.icon-wine:before {
  content: "\e90a";
  color: #383556;
}
.icon-wellness:before {
  content: "\e90b";
  color: #383556;
}
.icon-arrow-down:before {
  content: "\e90c";
  color: #383556;
}
.icon-arrow-down-prim:before {
  content: "\e90d";
  color: #383556;
}
.icon-arrow-right-prim:before {
  content: "\e90e";
  color: #383556;
}
.icon-arrow-up:before {
  content: "\e90f";
  color: #383556;
}
.icon-close:before {
  content: "\e910";
  color: #383556;
}
.icon-chat:before {
  content: "\e911";
  color: #383556;
}
.icon-check:before {
  content: "\e912";
  color: #383556;
}
.icon-facebook:before {
  content: "\e913";
  color: #383556;
}
.icon-logo-noclaim:before {
  content: "\e914";
  color: #383556;
}
.icon-instagram:before {
  content: "\e915";
  color: #383556;
}
.icon-menu:before {
  content: "\e916";
  color: #383556;
}
.icon-dash:before {
  content: "\e900";
  color: #383556;
}
.icon-play:before {
  content: "\e917";
  color: #383556;
}
.icon-youtube:before {
  content: "\e918";
  color: #383556;
}
.icon-logo-claim:before {
  content: "\e919";
  color: #383556;
}
.icon-calim:before {
  content: "\e901";
  color: #383556;
}
.icon-minus:before {
  content: "";
  width: 24px;
  height: 3px;
  background: #ffffff;
  display: block;
  margin: 10px auto;
  border-radius: 5px;
}
.icon-screen:before {
  content: "\e111";
  color: #383556;
}
.icon-exit:before {
  content: "\e112";
  color: #383556;
}
.icon-play-prim:before {
  content: "\e113";
  color: #383556;
}
.icon-pause:before {
  content: "\e114";
  color: #383556;
}
.icon-left-slider:before {
  content: "\e115";
}
.icon-right-slider:before {
  content: "\e116";
}
.icon-single-w-child:before {
  content: "\e91b";
  color: #383556;
}
.icon-volume:before {
  content: "\e922";
}
.icon-mute:before {
  content: "\e923";
}
/*BS3*/
.bs3-fullscreen:before {
  content: "\e111";
  color: #383556;
}
.bs3-360:before {
  content: "\e900";
  color: #383556;
}
.bs3-all-inclusive:before {
  content: "\e901";
  color: #383556;
}
.bs3-arrow-down:before {
  content: "\e902";
  color: #383556;
}
.bs3-arrow-up:before {
  content: "\e903";
  color: #383556;
}
.bs3-calender:before {
  content: "\e904";
  color: #383556;
}
.bs3-close:before {
  content: "\e905";
  color: #383556;
}
.bs3-check-empty:before {
  content: "\e906";
  color: #383556;
}
.bs3-check:before {
  content: "\e907";
  color: #383556;
}
.Familux_Icon_Chip_Cancel:before {
  content: "\e908";
  color: #383556;
}
.bs3-down:before {
  content: "\e909";
  color: #383556;
}
.bs3-info:before {
  content: "\e90a";
  color: #383556;
}
.bs3-filter:before {
  content: "\e90b";
  color: #383556;
}
.bs3-layout:before {
  content: "\e90c";
  color: #383556;
}
.bs3-minus:before {
  content: "\e90d";
  color: #383556;
}
.bs3-bed:before {
  content: "\e90e";
  color: #383556;
}
.bs3-persons:before {
  content: "\e90f";
  color: #383556;
}
.bs3-plus:before {
  content: "\e910";
  color: #383556;
}
.bs3-star:before {
  content: "\e911";
  color: #383556;
}
.bs3-slider-left:before {
  content: "\e115";
  color: #383556;
}
.bs3-slider-right:before {
  content: "\e116";
  color: #383556;
}
.bs3-right:before {
  content: "\e91d";
  color: #383556;
}
.bs3-left:before {
  content: "\e91e";
}
.bs3-left:before {
  content: "\e91e";
}
@media screen and (min-width: 1400px) and (max-width: 1800px) and (min-height: 820px) {
  header .menuOverlay .menuSection {
    justify-content: center;
  }
  .threeTileBox .contentArea .threeTileBoxText {
    padding: 0 100px;
  }
  .blogBox .contentArea .blogBoxText {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1600px) {
  .threeTileBox .contentArea .threeTileBoxText {
    padding: 0 80px 0 30px;
  }
  .blogBox .contentArea .blogBoxText {
    padding: 0 80px 0 30px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1800px) and (max-height: 820px) {
  header .menuOverlay .menuSection {
    justify-content: flex-end;
  }
  .threeTileBox .contentArea .threeTileBoxText {
    padding: 0 100px;
  }
  .blogBox .contentArea .blogBoxText {
    padding: 0 100px;
  }
  .offerHeaderImage {
    height: 500px;
    margin-bottom: 120px;
  }
  .offerHeaderImage .priceBadge {
    width: 150px;
    height: 150px;
    bottom: -75px;
  }
  .offerHeaderImage .priceBadge:before {
    width: 190px;
    height: 190px;
  }
  .offerHeaderImage .priceBadge span.priceFrom {
    font-size: 16px;
  }
  .offerHeaderImage .priceBadge span.price {
    font-size: 22px;
  }
  .headerBreakerImage {
    height: 500px;
    margin-bottom: 120px;
  }
  .headerBreakerImage .priceBadge {
    width: 150px;
    height: 150px;
    bottom: -75px;
  }
  .headerBreakerImage .priceBadge:before {
    width: 172px;
    height: 172px;
    left: -12px;
    top: -12px;
  }
  .headerBreakerImage .priceBadge .price {
    font-size: 22px;
  }
  .threeTileBox .threeTileBoxImg {
    height: 425px;
  }
  .mindstreamThreeTileGallery {
    margin-bottom: 30px;
  }
  .mindstreamThreeTileGallery .mSlideImage {
    width: 100%;
    height: 425px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1800px) and (min-height: 820px) {
  header .menuOverlay .menuSection {
    justify-content: center;
  }
  .threeTileBox .threeTileBoxImg {
    height: 425px;
  }
  .mindstreamThreeTileGallery {
    margin-bottom: 30px;
  }
  .mindstreamThreeTileGallery .mSlideImage {
    width: 100%;
    height: 425px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1800px) {
  header .menuOverlay .menuSection {
    display: flex;
    justify-content: normal;
    flex-direction: column;
    width: 100%;
    height: 100vh;
  }
  header .menuOverlay .menuSection .firstCat li a {
    font-size: 18px;
    line-height: 21px;
  }
  header .menuOverlay .menuSection .secondCat {
    margin-top: 0;
  }
  header .menuOverlay .menuSection .secondCat li a {
    font-size: 18px;
    line-height: 21px;
  }
  .mindstreamVideoWrapper #mindstreamVideoPoster .mindstreamVideoTitle {
    top: 25vh;
  }
  .threeTileBox .threeTileBoxImg {
    height: 378px;
  }
  .mindstreamThreeTileGallery {
    margin-bottom: 30px;
  }
  .mindstreamThreeTileGallery .mSlideImage {
    width: 100%;
    height: 378px;
  }
}
@media screen and (max-width: 1650px) and (min-width: 1200px) {
  .mindstreamVideoWrapper .priceBadge {
    width: 150px;
    height: 150px;
  }
  .mindstreamVideoWrapper .priceBadge:before {
    width: 172px;
    height: 172px;
    left: -12px;
    top: -12px;
  }
  .mindstreamVideoWrapper .priceBadge .price {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .mindstreamVideoWrapper .priceBadge .price i {
    top: 7px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .mindstreamVideoWrapper .priceBadge {
    width: 165px;
    height: 165px;
  }
  .mindstreamVideoWrapper .priceBadge:before {
    width: 188px;
    height: 188px;
    left: -12px;
    top: -12px;
  }
  .mindstreamVideoWrapper .priceBadge .price {
    font-size: 12px;
    padding: 5px;
  }
  .mindstreamVideoWrapper .priceBadge .price i {
    top: 7px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.videoIsVisible {
    overflow-y: scroll;
  }
  body.videoIsVisible header {
    opacity: 1;
    z-index: 101;
  }
  body.videoIsVisible .mindstreamVideoWrapper {
    height: 40vh;
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .paddingRemoveMobile {
    padding: 0;
  }
  .mindstreamVideoWrapper #mindstreamVideoPoster .scrollDown {
    bottom: 20px;
  }
  .mindstreamVideoWrapper {
    margin-top: 80px;
    margin-bottom: 120px;
    min-height: 50vh;
    height: 50vh;
  }
  .mindstreamVideoWrapper .priceBadge {
    width: 135px;
    height: 135px;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mindstreamVideoWrapper .priceBadge:before {
    width: 155px;
    height: 155px;
    left: -11px;
    top: -11px;
  }
  .mindstreamVideoWrapper .priceBadge .price {
    font-size: 8px;
    line-height: 14px;
    padding: 5px;
  }
  .mindstreamVideoWrapper .priceBadge .price i {
    top: 7px;
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .mindstreamVideoWrapper #mindstreamVideoPoster .scrollDown {
    bottom: 20px;
  }
  .mindstreamVideoWrapper .priceBadge {
    width: 115px;
    height: 115px;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mindstreamVideoWrapper .priceBadge:before {
    width: 135px;
    height: 135px;
    left: -10px;
    top: -10px;
  }
  .mindstreamVideoWrapper .priceBadge .price {
    font-size: 7px !important;
    line-height: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .xl-order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .xl-order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .threeTileBox .contentArea .threeTileBoxText {
    padding: 0 50px;
  }
  .resortFeatureAccordion {
    padding: 50px 50px 100px;
  }
  .resortFeatureAccordion h2 {
    font-size: 50px;
  }
  .resortFeatureAccordion .resortFeatures {
    margin-bottom: 20px;
  }
  .resortFeatureAccordion .resortFeatures .resortFeature .resortFeatureBtn {
    text-align: center;
    padding-left: 0;
    font-size: 20px;
  }
  .resortFeatureAccordion .resortFeatures .resortFeature .resortFeatureBtn:before {
    position: relative;
    left: -15px;
    bottom: 3px;
  }
  .resortFeatureAccordion .resortFeatures .resortFeatureContent .featureText {
    font-size: 16px;
    text-align: center;
  }
  .resortFeatureAccordion .resortFeatures .resortFeatureContent .resortHotelName {
    font-size: 16px;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'SourceSansPro-Black', sans-serif;
  }
  .resortFeatureAccordion .resortFeatures .resortFeatureContent .featureContent {
    padding: 10px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1024px) {
  .holidayPlanerWrapper .holidayPlanerHeader .holidayPlanerSearch a {
    top: 65px;
    font-size: 16px;
  }
  header.isFixed .headerItems .headerLogo img,
  header .subSite .headerItems .headerLogo img {
    height: 10px;
    width: 100%;
  }
  header .headerItems .headerLogo {
    width: 70% !important;
  }
  header .headerItems .headerBurger {
    width: 15%;
  }
  header .headerItems .headerMeta {
    width: 15%;
    text-align: center;
    right: 0;
  }
  header .headerItems .headerMeta .headerLangauge {
    display: none !important;
  }
  header .headerItems .headerMeta .headerClubLogin {
    display: none !important;
  }
  header .headerItems .headerMeta .headerBookNow a {
    font-family: 'SourceSansPro-Black', sans-serif;
    word-spacing: 100vw;
  }
  header .menuOverlay .menuSection .secondCat {
    margin-top: 0;
  }
  .bigImageHighlightBox .contentArea {
    background: #ffffff;
    padding: 45px 60px;
  }
  .holidayPlanerWrapper .holidayPlanerHeader {
    height: 100px;
  }
  .holidayPlanerWrapper .holidayPlanerHeader img.holidyPlaner {
    height: 10px;
  }
  .holidayPlanerWrapper .holidayPlanerMonths {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .holidayPlanerWrapper .holidayPlanerMonths span {
    width: 16%;
    margin-bottom: 30px;
    display: inline-block;
  }
  .holidayPlanerWrapper .holidayPlanerContent {
    overflow: scroll;
    height: 100%;
    padding-bottom: 180px;
    margin-top: 15%;
  }
  .holidayPlanerWrapper .holidayPlanerContent .holidayPlanerTiles {
    display: block;
    height: 80px;
    padding: 5px;
    text-align: left;
  }
  .holidayPlanerWrapper .holidayPlanerContent .holidayPlanerTiles i {
    display: inline-block;
  }
  .holidayPlanerWrapper .holidayPlanerContent .holidayPlanerTiles span {
    display: inline-block;
  }
  .mindstreamVideoWrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: calc(100vh - 30px);
  }
  .mindstreamVideoWrapper #mindstreamVideoPoster .mindstreamVideoTitle {
    top: 20vh;
  }
  .blogBox .contentArea .blogBoxText {
    padding: 0;
  }
  .mindstreamThreeTileGallery {
    margin-bottom: 30px;
  }
  .mindstreamThreeTileGallery .mSlideImage {
    width: 100%;
    height: 256px;
  }
  .threeTileBox .threeTileBoxImg {
    height: 256px;
  }
  .threeTileBox .threeTileBoxTextBox ul li {
    font-size: 16px;
  }
  .threeTileBox .threeTileBoxTextBox ul li:before {
    font-size: 18px;
    top: 0;
  }
  .threeTileBox .contentArea .threeTileBoxText {
    padding: 0;
  }
  .bigImageHeadlineText,
  .blogBox {
    margin-bottom: 15px;
  }
  .imageBoxWithTitle .imageBox {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer:before {
    height: 1px;
  }
  .holidayPlanerWrapper .holidayPlanerHeader .holidayPlanerSearch a {
    padding: 10px 25px;
  }
  .featureResortContent {
    width: 100%;
  }
  .resortFeatureAccordion {
    padding: 50px 15px;
  }
  .resortFeatureAccordion h2 {
    font-size: 50px;
  }
  .resortFeatureAccordion .resortFeatures {
    margin-bottom: 20px;
  }
  .resortFeatureAccordion .resortFeatures .resortFeature .resortFeatureBtn {
    padding-left: 30px;
    padding-bottom: 15px;
    font-size: 20px;
  }
  .resortFeatureAccordion .resortFeatures .resortFeature .resortFeatureBtn:before {
    position: relative;
    left: -25px;
    bottom: 2px;
  }
  .resortFeatureAccordion .resortFeatures .resortFeatureContent .featureText {
    font-size: 16px;
    padding: 15px;
    text-align: center;
  }
  .resortFeatureAccordion .resortFeatures .resortFeatureContent .featureResort {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    align-items: center;
    flex-direction: row;
  }
  .resortFeatureAccordion .resortFeatures .resortFeatureContent .featureResort .resortHotelName {
    font-size: 16px;
    text-align: left;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'SourceSansPro-Black', sans-serif;
  }
  .resortFeatureAccordion .resortFeatures .resortFeatureContent .featureResort .featureContent {
    padding: 10px;
  }
  .resortFeatureAccordion .resortFeatures .resortFeatureContent .row:last-of-type .featureResortContent::after {
    display: none;
  }
  .resortFeatureAccordion .resortFeatures .resortFeatureContent .featureResortContent::after {
    content: "";
    height: 3px;
    display: block;
    width: 90%;
    margin: 15px auto;
    background: white;
  }
}
@media screen and (max-width: 1200px) {
  .resortFeatureAccordion .resortFeatures .resortFeatureContent .featureContent {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .resortFeatureAccordion .resortFeatures .resortFeatureContent .featureContent span {
    font-size: 14px;
  }
  .imageBoxWithTitle .imageBox .imageBoxContent p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .mindstreamGalleryWrapper {
    height: auto;
    display: block;
  }
  .mindstreamGalleryWrapper h2 {
    font-size: 55px;
  }
  .mindstreamGalleryWrapper .mSlideImage {
    height: 50vh;
    overflow: hidden;
  }
  .mindstreamVideoWrapper #video-controls #close {
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: 1;
  }
  .holidayPlanerWrapper .holidayPlanerHeader .holidayPlanerSearch a {
    top: 65px;
    font-size: 16px;
  }
  main.noHeader {
    padding-top: 120px;
  }
  .textBox * {
    font-size: 16px;
    line-height: 28px;
  }
  header.isFixed:after,
  header .subSite:after {
    bottom: -0.5px;
  }
  header.isFixed:before,
  header .subSite:before,
  header.isFixed:after,
  header .subSite:after {
    height: 0.5px;
  }
  header .headerItems {
    align-items: center;
  }
  header .headerItems .headerLogo {
    margin-top: 0;
    width: 100%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
  }
  header .headerItems .headerLogo img {
    width: 180px !important;
  }
  header .headerItems .headerLogo .headerLogoIco {
    font-size: 50px;
  }
  header .headerItems .headerBurger {
    top: unset;
    left: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    text-align: center;
    z-index: 1;
  }
  header .headerItems .headerBurger .headerBurgerIco {
    left: 0;
    top: 0;
  }
  header .headerItems .headerMeta {
    top: unset !important;
    right: 0;
    width: 65px;
    position: absolute;
    text-align: center;
    z-index: 1;
  }
  header .headerItems .headerMeta .headerLangauge {
    display: none !important;
  }
  header .headerItems .headerMeta .headerClubLogin {
    display: none !important;
  }
  header .headerItems .headerMeta .headerBookNow a {
    font-family: 'SourceSansPro-Black', sans-serif;
    word-spacing: 100vw;
    display: flex;
    text-align: center;
    font-size: 11px !important;
  }
  header.navIsOpen.isFixed .headerItems {
    align-items: center;
  }
  header.navIsOpen.isFixed .headerItems .headerLogo {
    margin-top: 15px;
    width: 100%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
  }
  header.navIsOpen.isFixed .headerItems .headerLogo img {
    width: 200px !important;
  }
  header.navIsOpen.isFixed .headerItems .headerLogo .headerLogoIco {
    font-size: 50px;
  }
  header.navIsOpen.isFixed .headerItems .headerBurger {
    top: unset;
    left: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    text-align: center;
    z-index: 1;
  }
  header.navIsOpen.isFixed .headerItems .headerBurger .headerBurgerIco {
    left: 0;
    top: 0;
  }
  header.navIsOpen.isFixed .headerItems .headerMeta {
    top: unset !important;
    right: 0;
    width: 65px;
    position: absolute;
    text-align: center;
    z-index: 1;
  }
  header.navIsOpen.isFixed .headerItems .headerMeta .headerLangauge {
    display: none !important;
  }
  header.navIsOpen.isFixed .headerItems .headerMeta .headerClubLogin {
    display: none !important;
  }
  header.navIsOpen.isFixed .headerItems .headerMeta .headerBookNow a {
    font-family: 'SourceSansPro-Black', sans-serif;
    word-spacing: 100vw;
  }
  header.navIsOpen .headerItems {
    align-items: center;
  }
  header.navIsOpen .headerItems .headerLogo {
    margin-top: 15px;
    width: 100%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
  }
  header.navIsOpen .headerItems .headerLogo img {
    width: 200px !important;
  }
  header.navIsOpen .headerItems .headerLogo .headerLogoIco {
    font-size: 55px;
  }
  header.navIsOpen .headerItems .headerBurger {
    top: unset;
    left: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    text-align: center;
    z-index: 1;
  }
  header.navIsOpen .headerItems .headerBurger .headerBurgerIco {
    left: 0;
    top: 0;
  }
  header.navIsOpen .headerItems .headerMeta {
    top: unset !important;
    right: 0;
    width: 50px;
    position: absolute;
    text-align: center;
    z-index: 1;
  }
  header.navIsOpen .headerItems .headerMeta .headerLangauge {
    display: none !important;
  }
  header.navIsOpen .headerItems .headerMeta .headerClubLogin {
    display: none !important;
  }
  header.navIsOpen .headerItems .headerMeta .headerBookNow a {
    font-family: 'SourceSansPro-Black', sans-serif;
    word-spacing: 100vw;
  }
  header .menuOverlay .menuSection {
    width: 100%;
    height: 100vh;
    padding-top: 140px;
  }
  header .menuOverlay .menuSection .firstCat li a {
    font-size: 16px;
    line-height: 24px;
  }
  header .menuOverlay .menuSection .secondCat li a {
    font-size: 16px;
    line-height: 24px;
  }
  .mindstreamVideoWrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: calc(100vh - 30px);
  }
  .mindstreamVideoWrapper #mindstreamVideoPoster .mindstreamVideoTitle {
    top: 20vh;
    font-size: 55px;
    line-height: 60px;
  }
  .bigImageHeadlineTextMobile {
    margin-bottom: 60px;
  }
  .bigImageHeadlineTextMobile .bigImageHeadlineTextImg {
    width: 100%;
    position: relative;
    margin-bottom: 12px;
    min-height: calc(50vh - 12px);
  }
  .bigImageHeadlineTextMobile .contentArea h2 {
    color: #383556;
    line-height: 48px;
    letter-spacing: 1.62px;
  }
  .bigImageHeadlineTextMobile .contentArea p {
    color: #383556;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.4px;
  }
  .bigImageHeadlineTextMobile .contentArea a {
    font-size: 20px;
    font-family: 'SourceSansPro-Black', sans-serif;
    color: #383556;
    float: right;
    text-transform: uppercase;
  }
  .bigImageHeadlineTextMobile .contentArea a i {
    margin-left: 25px;
    font-size: 20px;
  }
  .bigImageHeadlineTextMobile .contentArea a i:before {
    color: #383556;
  }
  .bigImageHighlightBox {
    background: #383556;
    background-image: unset !important;
    box-shadow: none !important;
    display: block;
    height: 100%;
    padding: 25px;
  }
  .bigImageHighlightBox .familuxBorderT,
  .bigImageHighlightBox .familuxBorderB {
    left: 0;
  }
  .bigImageHighlightBox .contentArea {
    background: unset;
    padding: 0;
  }
  .bigImageHighlightBox .contentArea h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
  }
  .bigImageHighlightBox .contentArea .contentAreaBorder {
    background: #ffffff;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .bigImageHighlightBox .contentArea p {
    font-size: 16px;
    color: #ffffff;
  }
  .bigImageHighlightBox .contentArea a {
    color: #ffffff;
  }
  .bigImageHighlightBox .contentArea .familuxBorderBOW,
  .bigImageHighlightBox .contentArea .familuxBorderROW,
  .bigImageHighlightBox .contentArea .familuxBorderTOW,
  .bigImageHighlightBox .contentArea .familuxBorderLOW {
    display: none;
  }
  h2.newsletterHeadline {
    font-size: 50px;
    margin-top: 30px;
  }
  .newsletterWrapper {
    margin: 50px 0 100px;
    display: block;
  }
  .imageBoxWithTitle .imageBox .imageBoxContent {
    width: 240px;
    height: 240px;
  }
  .imageBoxWithTitle .imageBox .imageBoxContent p {
    font-size: 16px;
  }
  .blogBox .blogBoxImg {
    width: 100%;
    min-height: 50vh;
    height: 50vh;
  }
  .blogBox .contentArea .blogBoxText {
    padding: 0;
  }
  .blogBox .contentArea .blogBoxText h2 {
    margin-top: 15px;
  }
  footer {
    text-align: center;
  }
  footer .footerNewsletter {
    text-align: left;
    margin-top: 50px;
  }
  footer .fotoerServiceCat li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
    opacity: .8;
    text-transform: uppercase;
  }
  footer .fotoerServiceCat li a {
    font-size: 10px;
  }
  .mindstreamThreeTileGallery {
    margin-bottom: 30px;
  }
  .mindstreamThreeTileGallery .mSlideImage {
    width: 100%;
    height: 350px;
  }
  .threeTileBox .threeTileBoxImg {
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
  }
  .threeTileBox .contentArea {
    display: block;
    height: auto;
  }
  .threeTileBox .contentArea .threeTileBoxText {
    padding: 0;
    margin-bottom: 30px;
  }
  .threeTileBox .threeTileBoxTextBox {
    padding: 30px;
    font-size: 12px;
    margin-top: 15px;
    display: block;
    margin-bottom: 30px;
  }
  .threeTileBox .threeTileBoxTextBox ul li {
    font-size: 12px;
  }
  .threeTileBox .threeTileBoxTextBox ul li:before {
    font-size: 18px;
  }
  .holidayPlanerWrapper {
    overflow: scroll;
  }
  .holidayPlanerWrapper .holidayPlanerHeader {
    height: 80px;
  }
  .holidayPlanerWrapper .holidayPlanerHeader img.holidyPlaner {
    height: 10px;
    top: 35px;
  }
  .holidayPlanerWrapper .holidayPlanerHeader .closeHolidayPlaner {
    left: 24px;
    top: 20px;
  }
  .holidayPlanerWrapper .holidayPlanerContent {
    height: 100%;
    padding-bottom: 80px;
    margin-top: 35%;
  }
  .holidayPlanerWrapper .holidayPlanerContent .headline {
    font-size: 48px;
  }
  .holidayPlanerWrapper .holidayPlanerContent .holidayPlanerTiles {
    display: block;
    height: 80px;
    padding: 20px;
    text-align: left;
  }
  .holidayPlanerWrapper .holidayPlanerContent .holidayPlanerTiles span {
    display: inline-block;
  }
  .holidayPlanerWrapper .holidayPlanerMonths {
    display: block;
    margin-bottom: 30px;
  }
  .holidayPlanerWrapper .holidayPlanerMonths span {
    width: 24%;
    display: inline-block;
    margin-bottom: 20px;
  }
  .blogHeadline {
    text-align: left;
    display: block;
  }
  .blogHeadline h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .offerBox .offerBoxContent {
    height: 100%;
    padding: 0 25px;
  }
  .offerBox .offerBoxContent span.offerBoxHeadline {
    font-size: 40px;
  }
  .offerBox .offerBoxContent span.offerBoxHeadlineHotel {
    font-size: 28px;
  }
  .offerBox .offerBoxContent span.offerBoxNights {
    font-size: 16px;
  }
  .offerBox .offerBoxContent span.offerBoxDuration {
    font-size: 12px;
  }
  .offerBox .offerBoxContent p {
    font-size: 16px;
  }
  .offerBox .offerBoxContent span.offerBoxPriceFrom {
    font-size: 20px;
  }
  .offerBox .offerBoxContent .offerBoxOfferIt a {
    font-size: 16px;
  }
  .offerBox .offerBoxImg {
    height: 350px;
    margin-top: 12px;
  }
  .headerBreakerImageHeadlines h2.headerBreakerImageHeadlineTop {
    color: #383556;
    font-family: 'Viktorie', sans-serif;
    font-size: 50px;
    text-align: center;
  }
  .headerBreakerImageHeadlines h2.headerBreakerImageHeadlineBottom {
    color: #383556;
    text-align: center;
  }
  .offerHeaderImageHeadlines h2.offerHeaderImageHeadlineTop {
    color: #383556;
    font-family: 'Viktorie', sans-serif;
    font-size: 50px;
    text-align: center;
  }
  .offerHeaderImageHeadlines h2.offerHeaderImageHeadlineBottom {
    color: #383556;
    text-align: center;
  }
  .offerHeaderImage {
    height: 350px;
  }
  .offerHeaderImage .priceBadge {
    width: 100px;
    height: 100px;
    bottom: -50px;
    margin-left: -50px;
    left: 50%;
  }
  .offerHeaderImage .priceBadge:before {
    width: 120px;
    height: 120px;
    left: -10px;
    top: -10px;
  }
  .offerHeaderImage .priceBadge span.priceFrom {
    font-size: 12px;
  }
  .offerHeaderImage .priceBadge span.price {
    font-size: 16px;
  }
  .headerBreakerImage {
    height: 350px;
  }
  .headerBreakerImage .priceBadge {
    width: 100px;
    height: 100px;
    bottom: -50px;
    margin-left: -50px;
    left: 50%;
  }
  .headerBreakerImage .priceBadge:before {
    width: 120px;
    height: 120px;
    left: -10px;
    top: -10px;
  }
  .headerBreakerImage .priceBadge .price {
    font-size: 16px;
  }
  .offerCards .offerCard {
    padding: 20px;
    margin-bottom: 30px;
  }
  .offerCards .offerCard span.offerCardContent {
    font-size: 20px;
  }
  .offerCards .offerCardBook a {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .resortFeatureAccordion .resortFeatures .resortFeatureContent .featureContent {
    width: 120px;
  }
  .bigImageHeadlineTextMobile .bigImageHeadlineTextImg {
    min-height: 35vh;
  }
  .mindstreamVideoWrapper #video-controls #custom-seekbar {
    bottom: 30px;
  }
  .mindstreamVideoWrapper #video-controls #pause {
    bottom: 50px;
  }
  .mindstreamVideoWrapper #video-controls #play {
    bottom: 50px;
  }
  .mindstreamVideoWrapper #mindstreamVideoPoster .scrollDown {
    bottom: 20px;
  }
  .mindstreamVideoWrapper {
    margin-top: 80px;
    margin-bottom: 120px;
    min-height: 40vh;
    height: 40vh;
    transition: all .3s;
  }
  .mindstreamVideoWrapper #video-controls #playVideo {
    width: 60px;
    height: 60px;
  }
  .mindstreamVideoWrapper #video-controls #playVideo i:before {
    font-size: 60px;
  }
  .mindstreamVideoWrapper #video-controls #playVideo:hover .fillAnim {
    width: 60px;
  }
  .mindstreamVideoWrapper #mindstreamVideoPoster .mindstreamVideoTitle {
    top: 5vh;
    font-size: 36px;
    line-height: 65px;
    display: block;
  }
  .mindstreamVideoWrapper #mindstreamVideoPoster .scrollDown {
    display: none;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .mindstreamVideoWrapper {
    height: 70vh;
  }
  body.videoIsVisible .mindstreamVideoWrapper {
    height: 70vh;
  }
}
@media screen and (max-width: 320px) {
  .mindstreamVideoWrapper #mindstreamVideoPoster .scrollDown {
    bottom: 20px;
  }
  .resortFeatureAccordion .resortFeatures .resortFeature .resortFeatureBtn {
    padding-left: 30px;
    padding-bottom: 15px;
    font-size: 16px;
  }
  .resortFeatureAccordion .resortFeatures .resortFeatureContent .featureContent {
    width: 90px;
  }
  .resortFeatureAccordion .resortFeatures .resortFeatureContent .featureContent span {
    font-size: 10px;
  }
}
@media screen and (max-width: 320px) {
  header .headerItems .headerMeta .headerBookNow a {
    font-size: 12px !important;
  }
  header .headerItems .headerLogo img {
    width: 150px !important;
  }
}


/**
* A stylesheet for use with Bootstrap 3.x
* @author: Dan Grossman http://www.dangrossman.info/
* @copyright: Copyright (c) 2012-2015 Dan Grossman. All rights reserved.
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
* @website: https://www.improvely.com/
*/

/* Container Appearance */

.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
  width:278px;
}

.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}

.daterangepicker.openscenter:before {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker.openscenter:after {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}

.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}

.daterangepicker.dropup{
  margin-top: -5px;
}
.daterangepicker.dropup:before{
  top: initial;
  bottom:-7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after{
  top: initial;
  bottom:-6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
}

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none;
}

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}

.daterangepicker.show-calendar .calendar {
  display: block;
}

.daterangepicker .calendar.single .calendar-table {
  border: none;
}

/* Calendars */

.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}

.daterangepicker .calendar-table {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}

.daterangepicker table {
  width: 100%;
  margin: 0;
}

.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  color: #999;
  background: #fff;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background: #eee;
}

.daterangepicker td.in-range {
  background: #ebf4f8;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: #3071a9;
  color: #fff;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}

.daterangepicker th.month {
  width: auto;
}

/* Text Input Above Each Calendar */

.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}

.daterangepicker .input-mini.active {
  border: 1px solid #357ebd;
}

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}

.daterangepicker .daterangepicker_input {
  position: relative;
}

/* Time Picker */

.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* Predefined Ranges */

.daterangepicker .ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  border-radius: 5px;
  cursor: pointer;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker{
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 160px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges,
  .daterangepicker.single .calendar{
    float:left;
  }

  .daterangepicker .calendar.right {
    margin-left: 0;
  }

  .daterangepicker .left .daterangepicker_input {
    padding-right: 12px;
  }

  .daterangepicker .calendar.left .calendar-table {
    padding-right: 12px;
  }

  .daterangepicker .ranges,
  .daterangepicker .calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
    float: left;
  }
  .daterangepicker .calendar.left {
    clear: none;
  }
}


