<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
  Additional css for history element
  **/
.history-elements {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.history-elements .history-content {
    margin: 0 0 60px 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
}

.history-elements .history-content * {
    box-sizing: border-box;
}

.history-elements .history-content .history-left {
    width: 40%;
    position: relative;
    text-align: center;
}

.history-elements .history-content .history-right {
    width: 60%;
    padding-left: 30px;
    padding-top: 40px;
}

.history-elements .history-content .history-title-endpoint-wrapper {
    position: relative;
    display: inline-block;
}

.history-elements .history-content .endpoint {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 10px;
    height: 10px;
    left: -18px;
    top: 50%;
    display: block;
}

.history-elements .history-content .wpb_single_image {
    max-width: calc(100% - 30px);
    margin: 0 auto;
}

.history-elements .history-content .history-icon {
    vertical-align: top;
    line-height: 60px;
    font-size: 26px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 60px;
    width: 60px;
}

.history-elements .history-content .history-title {
    color: #222;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 140%;
    display: inline-block;
}

.history-elements .history-content .history-subtitle {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #888;
    font-weight: 400;
}

.history-elements .history-content .history-text {
    font-size: 16px;
    line-height: 140%;
    margin: 14px 0 60px;
}

.history-elements .history-content .startpoint {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 3;
}

.history-elements .history-content .startpoint .fa.vtcore {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    vertical-align: middle;
}

.history-elements &gt; *:last-child .startpoint {
    display: none !important;
}

/**
  Align to the left
  **/
.history-elements.history-direction-alternate &gt; *:nth-child(even) .history-content,
.history-elements.history-direction-alternate &gt; .history-content:nth-child(even) {
    text-align: right;
    justify-content: flex-end;
    margin-left: 60px;
}

.history-elements.history-direction-alternate &gt; *:nth-child(even) .history-content .history-left,
.history-elements.history-direction-alternate &gt; .history-content:nth-child(even) .history-left {
    order: 1;
}

.history-elements.history-direction-alternate &gt; *:nth-child(even) .history-content .history-right,
.history-elements.history-direction-alternate &gt; .history-content:nth-child(even) .history-right {
    order: 0;
    padding-left: 0;
    padding-right: 30px;
}

.history-elements.history-direction-alternate &gt; *:nth-child(even) .history-content .startpoint,
.history-elements.history-direction-alternate &gt; .history-content:nth-child(even) .startpoint {
    left: calc(50% + 55px);
}

/**
  Align to the right
  **/
.history-elements.history-direction-alternate &gt; *:nth-child(odd) .history-content,
.history-elements.history-direction-alternate &gt; .history-content:nth-child(odd) {
    margin-right: 60px;
}

.history-elements.history-direction-alternate &gt; *:nth-child(odd) .history-content .endpoint,
.history-elements.history-direction-alternate &gt; .history-content:nth-child(odd) .endpoint {
    left: auto;
    right: -18px;
}

.history-elements.history-direction-alternate &gt; *:nth-child(odd) .history-content .startpoint,
.history-elements.history-direction-alternate &gt; .history-content:nth-child(odd) .startpoint {
    left: calc(50% - 75px);
}


/**
  Align to center
  **/
.history-elements.history-direction-center .history-content {
    flex-direction: column;
    margin-bottom: 120px;
    text-align: center;
}

.history-elements.history-direction-center .history-title-endpoint-wrapper,
.history-elements.history-direction-center .history-left,
.history-elements.history-direction-center .history-right {
    position: static;
    width: 100%;
}

.history-elements.history-direction-center .history-right {
    width: 80%;
}

.history-elements.history-direction-center .history-left {
    margin-bottom: 60px;
    width: calc( 100% - 400px);
    margin-left: auto;
    margin-right: auto;
}

.history-elements.history-direction-center &gt; .history-content:nth-child(even) .history-right,
.history-elements.history-direction-center &gt; *:nth-child(even) .history-content .history-right {
    margin-left: auto;
    text-align: left;
}

.history-elements.history-direction-center &gt; .history-content:nth-child(odd) .history-right,
.history-elements.history-direction-center &gt; *:nth-child(odd) .history-content .history-right {
    margin-right: auto;
    text-align: right;
}

.history-elements.history-direction-center &gt; *:nth-child(even) .history-content .startpoint,
.history-elements.history-direction-center &gt; .history-content:nth-child(even) .startpoint {
    left: 60px;
    right: auto;
    bottom: 100px;
}

.history-elements.history-direction-center &gt; *:nth-child(odd) .history-content .startpoint,
.history-elements.history-direction-center &gt; .history-content:nth-child(odd) .startpoint {
    right: 60px;
    left: auto;
    bottom: 100px;
}
.history-elements.history-direction-center &gt; *:nth-child(even) .history-content .endpoint,
.history-elements.history-direction-center &gt; .history-content:nth-child(even) .endpoint {
    top: 20px;
    left: auto;
    right: 200px;
}

.history-elements.history-direction-center &gt; *:nth-child(odd) .history-content .endpoint,
.history-elements.history-direction-center &gt; .history-content:nth-child(odd) .endpoint {
    top: 20px;
    left: 200px;
    right: auto;
}

.historyline-simple .history-content {
    margin-bottom: 120px;
}

.historyline-simple &gt; * {
    box-sizing: border-box;
}

@media (max-width: 768px) {

    .history-elements .history-content {
        flex-direction: column !important;
        margin: 0 !important;
    }

    .history-elements .history-right,
    .history-elements .history-left {
        width: 100% !important;
        text-align: left !important;
        position: static !important;
        order: 0 !important;
    }

    .history-elements .history-left {
        text-align: center !important;
    }

    .history-elements .history-right {
        padding: 40px 10px 100px !important;
    }

    .history-elements .startpoint {
        left: 0 !important;
        right: auto !important;
        top: auto !important;
        bottom: 40px !important;
    }

    .history-elements .endpoint {
        display: none !important;
    }

    .historyline-simple .history-icon {
        float: left;
    }

    .historyline-simple .endpoint {
        float: left;
        margin-left: -30% !important;
        display: block !important;
        margin-top: -100px !important;
    }
}</pre></body></html>