<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.seakeeper-timeline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: calc(100vh - 100px);
    background: #fff;
    position: relative;
    overflow: hidden
}

@media (max-width:900px) {
    .seakeeper-timeline {
        height: calc(100vh - 59px)
    }
}

.timeline-content {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

@media (max-width:1024px) {
    .timeline-content {
        bottom: 5px
    }
}

.timeline-content .time-period {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 1em;
    background: #fff;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

@media (max-width:1024px) {
    .timeline-content .time-period {
        padding-bottom: 90px
    }
}

.timeline-content .time-period.active-content {
    opacity: 1;
    z-index: 10
}

.timeline-content .time-period.previous-content {
    opacity: 1;
    z-index: 9
}

.sizing-chart-component .timeline-content .time-period .white-colors .sizing-sub-title,
.sizing-chart-component .timeline-content .time-period.white-colors .sizing-sub-title,
.timeline-content .time-period .white-colors .sizing-chart-component .sizing-sub-title,
.timeline-content .time-period .white-colors h1,
.timeline-content .time-period .white-colors p,
.timeline-content .time-period.white-colors .sizing-chart-component .sizing-sub-title,
.timeline-content .time-period.white-colors h1,
.timeline-content .time-period.white-colors p {
    color: #fff
}

.sizing-chart-component .timeline-content .time-period .sizing-sub-title,
.timeline-content .time-period .sizing-chart-component .sizing-sub-title,
.timeline-content .time-period h1,
.timeline-content .time-period p {
    padding: 0 1em;
    text-align: center
}

.sizing-chart-component .timeline-content .time-period .sizing-sub-title,
.timeline-content .time-period .sizing-chart-component .sizing-sub-title,
.timeline-content .time-period h1 {
    margin: 50px 0 15px
}

@media (max-width:900px) {

    .sizing-chart-component .timeline-content .time-period .sizing-sub-title,
    .timeline-content .time-period .sizing-chart-component .sizing-sub-title,
    .timeline-content .time-period h1 {
        margin-top: 30px;
        font-size: 24px
    }
}

.timeline-content .time-period p {
    max-width: 500px;
    margin: 0 auto 10px;
    font-size: 18px;
    color: #373C42
}

@media (max-width:900px) {
    .timeline-content .time-period p {
        font-size: 16px
    }
}

.timeline-content .time-period img {
    max-width: 80%;
    max-height: 60%;
    margin: auto
}

.timeline-content .time-period .sup-header {
    margin-top: 50px;
    font-size: 1.125em;
    font-weight: 400;
    color: #111
}

@media (max-width:900px) {
    .timeline-content .time-period .sup-header {
        margin-top: 30px
    }
}

.sizing-chart-component .timeline-content .time-period .sup-header+.sizing-sub-title,
.timeline-content .time-period .sizing-chart-component .sup-header+.sizing-sub-title,
.timeline-content .time-period .sup-header+h1 {
    margin-top: 0
}

.timeline-content .bx-viewport,
.timeline-content .bx-wrapper,
.timeline-content .slider {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.timeline-content .bx-viewport .slide-content,
.timeline-content .bx-wrapper .slide-content,
.timeline-content .slider .slide-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.timeline-content .bx-controls {
    max-width: none;
    border: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto
}

.timeline-content .bx-controls .bx-pager-link {
    border: 1px solid #00A7E1
}

.timeline-content .bx-pager {
    z-index: 2;
    position: relative
}

.timeline-content .bx-controls-direction {
    display: none;
    width: calc(100vw - 290px);
    position: absolute;
    top: calc(-50vh + 90px);
    bottom: 0;
    left: 27px;
    margin: auto
}

.timeline-nav-wrapper,
.timeline-nav-wrapper-horizontal {
    width: 200px;
    height: 100%;
    position: relative;
    z-index: 200
}

@media (max-width:900px) {

    .timeline-nav-wrapper,
    .timeline-nav-wrapper-horizontal {
        width: 70px
    }
}

.timeline-nav-wrapper-horizontal::after,
.timeline-nav-wrapper-horizontal::before,
.timeline-nav-wrapper::after,
.timeline-nav-wrapper::before {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    z-index: 300;
    pointer-events: none
}

.timeline-nav-wrapper-horizontal::before,
.timeline-nav-wrapper::before {
    top: 0;
    background: -webkit-linear-gradient(90deg, rgba(3, 29, 64, 0)-10%, #031d40 100%);
    background: linear-gradient(0deg, rgba(3, 29, 64, 0)-10%, #031d40 100%)
}

.timeline-nav-wrapper-horizontal::after,
.timeline-nav-wrapper::after {
    bottom: 0;
    background: -webkit-linear-gradient(270deg, rgba(3, 29, 64, 0)-10%, #031d40 100%);
    background: linear-gradient(180deg, rgba(3, 29, 64, 0)-10%, #031d40 100%)
}



@media (max-width:1024px) {
    .timeline-nav-wrapper {
        display: none
    }
}

.timeline-nav-wrapper-horizontal {
    display: none;
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 5px;
    left: 0
}

@media (max-width:1024px) {
    .timeline-nav-wrapper-horizontal {
        display: block
    }
}

.timeline-nav-wrapper-horizontal::before {
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(180deg, rgba(3, 29, 64, 0)-10%, #031d40 100%);
    background: linear-gradient(-90deg, rgba(3, 29, 64, 0)-10%, #031d40 100%)
}

.timeline-nav-wrapper-horizontal::after {
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(0deg, rgba(3, 29, 64, 0)-10%, #031d40 100%);
    background: linear-gradient(90deg, rgba(3, 29, 64, 0)-10%, #031d40 100%);
    right: 0;
    left: auto
}

.timeline-nav-wrapper-horizontal .timeline-nav {
    width: 100%;
    overflow-y: hidden
}

.timeline-nav-wrapper-horizontal .year-list {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 70px;
    overflow: hidden
}

.timeline-nav-wrapper-horizontal .year-list.starting-position {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.timeline-nav-wrapper-horizontal .year-list .year {
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    height: 70px;
    font-size: 30px
}

.timeline-nav-wrapper-horizontal .year-selector {
    width: 100px;
    height: 80px;
    left: 0;
    right: 0;
    bottom: -5px;
    top: auto;
    margin: auto
}

.timeline-nav-wrapper-horizontal .year-selector .year-list {
    margin-top: 5px
}

.timeline-nav-wrapper-horizontal .year-selector .year-list.starting-position {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.timeline-nav {
    width: 220px;
    height: 100%;
    background: #033563;
    position: relative;
    z-index: 200;
    overflow: auto
}

@media (max-width:900px) {
    .timeline-nav {
        width: 95px
    }
}

.timeline-nav::-webkit-scrollbar {
    width: 15px
}

.timeline-nav.lock-nav {
    overflow: hidden;
    padding-right: 15px
}

.year-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 2s;
    transition: transform 2s
}

.year-list.no-transition {
    -webkit-transition: none;
    transition: none
}

.year-list.starting-position {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.year-list.starting-position .year:first-child::before {
    opacity: 0
}

.year-list .year {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 220px;
    height: 80px;
    font-size: 42px;
    color: #fff;
    cursor: pointer
}

@media (max-width:900px) {
    .year-list .year {
        width: 90px;
        height: 50px;
        font-size: 18px
    }
}

.year-list .year:first-child::before {
    height: 50px;
    position: absolute;
    margin-top: -90px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    line-height: 36px;
    background: url(../images/timeline/Down-Arrow.svg) center bottom no-repeat;
    opacity: 1;
    -webkit-transition: opacity .5s 2.1s;
    transition: opacity .5s 2.1s
}

@media (max-width:900px) {
    .year-list .year:first-child::before {
        width: 80px;
        height: 60px;
        margin-top: -70px;
        font-size: 12px;
        line-height: 1.2;
        text-align: center
    }
}

.year-selector {
    width: 225px;
    height: 80px;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .15);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    z-index: 999;
    margin: auto;
    background: #00A7E1;
    -webkit-transition: background .5s;
    transition: background .5s;
    overflow: hidden;
    pointer-events: none
}

@media (max-width:900px) {
    .year-selector {
        width: 80px;
        height: 50px;
        margin-left: 10px
    }
}

.year-selector .year-list.starting-position {
    -webkit-transform: translateY(calc(-100% - (50vh - 90px)));
    -ms-transform: translateY(calc(-100% - (50vh - 90px)));
    transform: translateY(calc(-100% - (50vh - 90px)))
}

.year-selector .year {
    color: #fff;
    -webkit-transition: color .5s;
    transition: color .5s
}

@media (max-width:900px) {
    .year-selector .year {
        width: 75px
    }
}

.timeline-arrows {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 300px);
    height: 40px;
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    pointer-events: none
}

@media (max-width:1024px) {
    .timeline-arrows {
        width: calc(100% - 20px);
        left: 10px
    }
}

.timeline-arrows.white .timeline-next {
    background-image: url(../images/timeline/Next-Arrow-White.svg)
}

.timeline-arrows.white .timeline-prev {
    background-image: url(../images/timeline/Previous-Arrow-White.svg)
}

.timeline-arrows .timeline-next,
.timeline-arrows .timeline-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: background .5s;
    transition: background .5s;
    pointer-events: auto
}

@media (max-width:900px) {

    .timeline-arrows .timeline-next,
    .timeline-arrows .timeline-prev {
        background-color: rgba(0, 0, 0, .5)
    }
}

.timeline-arrows .timeline-next {
    background-image: url(../images/timeline/Next-Arrow-Light-Blue.svg)
}

.timeline-arrows .timeline-prev {
    background-image: url(../images/timeline/Previous-Arrow-Light-Blue.svg)
}





</pre></body></html>