<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">nav.navbar {
    margin-bottom: 0px;
}

nav.navbar ul.navbar-left  {
    height: 50px;
}

.header-experiment-1005 fieldset:first-of-type {
    margin-top: 0;
}

.TES1005.navbar.navbar-bottom {
    width: auto;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%,#3c6f99), color-stop(50%,#e3f3fd));
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 16px;
    margin-top: 0px;
    min-height: 32px;
    height: 32px;
    border: 0;
}

.TES1005.navbar.navbar-bottom .booking-breadcrumbs {
    box-sizing: border-box;
    margin: 0;
    overflow: hidden;
    padding: 0;
    border: none;
    background-color: transparent;
    counter-reset: my-counter;
    position: relative;
}

.TES1005.navbar.navbar-bottom ol.booking-breadcrumbs li.active {
    color: #fff;
    background-color: #3c6f99;
}

.TES1005.navbar.navbar-bottom .booking-breadcrumbs li {
    width: 25%;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.5px;
    text-align: center;
    box-sizing: border-box;
    background-color: #3c6f99;
    color: #FFFFFF;
    margin: 0px;
    padding: 8px 0px;
    height: 32px;
}

.TES1005.navbar.navbar-bottom .booking-breadcrumbs li.active svg{
    opacity: 0;
}

.TES1005.navbar.navbar-bottom .booking-breadcrumbs li.active ~ li svg{
    opacity: 0;
}

.TES1005.navbar.navbar-bottom ol.TES1937 li {
    width: 20%;
}

.TES1005.navbar.navbar-bottom ol.booking-breadcrumbs li::before {
    text-align: center;
    content: counter(my-counter)'. ';
    counter-increment: my-counter;
    border: none;
    border-radius: 0%;
    background-color: transparent;
    display: inline;
    position: relative;
    left: 0;
    top: -3px;
}

.TES1005.navbar.navbar-bottom ol.booking-breadcrumbs li.active::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 3;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 32px solid #3c6f99;
    margin-top: -32px;
}

.TES1005.navbar.navbar-bottom ol.booking-breadcrumbs li::after {
    border: none;
    border-radius: 0%;
    background-color: transparent;
    content: '';
}

.TES1005.navbar.navbar-bottom ol.booking-breadcrumbs::before {
    border: none;
    height: 0%;
    left: 0%;
    top: 0;
}

.TES1005.navbar.navbar-bottom ol.booking-breadcrumbs li.active ~ li {
    background-color: #e3f3fd;
    color: #000000;
}

.TES1005.navbar.navbar-bottom .booking-breadcrumbs svg{
    width: 16px;
    height: 16px;
    position: relative;
    left: 8px;
    top: 1px;
}

.TES1005.navbar.navbar-bottom .booking-breadcrumbs .tick-block-icon-background{
    fill: #FFFFFF;
}

.TES1005.navbar.navbar-bottom .booking-breadcrumbs .tick-block-icon-tick{
    fill: #3c6f99;
}

.TES1005.navbar.navbar-bottom ol.booking-breadcrumbs li span{
    top: -3px;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .TES1005.navbar.navbar-bottom ol.booking-breadcrumbs li.active::after {
        left: 95%;
    }
}
</pre></body></html>