.royal-timeline-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    direction: ltr !important;
}
.royal-timeline-block,
.royal-timeline-icon-box {
    position: relative;
    z-index: 1;
}
.royal-timeline-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #34485d;
    will-change: transform;
}
.royal-timeline-block.royal-timeline-scroll-tree .royal-timeline-icon {
    background-color: #e2498a;
}
.royal-timeline-icon i {
    color: #fff;
}
.royal-timeline-icon svg {
    width: auto;
    height: 0.9em;
}
.royal-timeline-icon-box-vertical-align-top .royal-timeline-icon {
    position: relative;
}
.royal-timeline-icon-box-vertical-align-center .royal-timeline-icon {
    position: relative;
    top: 50%;
    margin-top: -30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.royal-timeline-icon-box-vertical-align-bottom .royal-timeline-block:last-child .royal-timeline-icon,
.royal-timeline-icon-box-vertical-align-center .royal-timeline-block:last-child .royal-timeline-icon {
    margin-top: 0;
}
.royal-timeline-icon-box-vertical-align-center .royal-timeline-content.arrow::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.royal-timeline-icon-box-vertical-align-bottom .royal-timeline-icon {
    position: relative;
    top: 100%;
    margin-top: -60px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.royal-timeline-icon-box-vertical-align-bottom .royal-timeline-content.arrow::before {
    top: auto;
    bottom: 16px;
}
.royal-timeline-tree {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -5;
    overflow: hidden;
    width: 1px;
    height: 100%;
    background: #34485d;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.royal-timeline-tree-inner {
    display: block;
    width: 1px;
    height: 0;
    background-color: #e2498a;
}
.royal-timeline-title {
    font-size: 24px;
}
.royal-timeline-images {
    display: block;
}
.royal-timeline-images img {
    margin-right: 10px;
    margin-bottom: 3px;
}
.royal-timeline-content {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 60px;
    padding: 20px;
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 5px;
    will-change: transform;
}
.royal-timeline-block:last-child .royal-timeline-content {
    margin-bottom: 0;
}
.royal-timeline-content.arrow::before {
    position: absolute;
    top: 16px;
    left: 100%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #dedede;
    content: "";
}
.royal-timeline-date-desktop {
    display: block;
}
.royal-timeline-date-tablet {
    display: none;
}
.royal-timeline-date-desktop.royal-timeline-date {
    position: absolute;
    top: 50%;
    left: calc(100% + 30px);
    width: 100px;
    color: #818d98;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.royal-timeline-button,
.royal-timeline-date-desktop.royal-timeline-date .date,
.royal-timeline-date-desktop.royal-timeline-date .time,
.royal-timeline-date-tablet.royal-timeline-date .date,
.royal-timeline-date-tablet.royal-timeline-date .time {
    display: inline-block;
}
.royal-timeline-button {
    padding: 12px 20px;
    border-radius: 40px;
    background-color: #34485d;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.royal-timeline-button:hover {
    background-color: #e2498a;
    color: #fff;
}
.royal-timeline-align-center .royal-timeline-icon-box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 30px;
}
.royal-timeline-align-center .royal-timeline-block:nth-child(even) .royal-timeline-icon-box {
    margin-right: 30px;
    margin-left: 0;
}
.royal-timeline-align-center .royal-timeline-content {
    width: calc(50% - 54px);
}
.royal-timeline-align-center .royal-timeline-block:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.royal-timeline-align-center .royal-timeline-block:nth-child(even) .royal-timeline-date-desktop.royal-timeline-date {
    right: calc(100% + 30px);
    left: auto;
    text-align: right;
}
.royal-timeline-align-center .royal-timeline-block:nth-child(even) .royal-timeline-content.arrow::before {
    right: 100%;
    left: auto;
    border: 8px solid transparent;
    border-right-color: #dedede;
}
.royal-timeline-align-left .royal-timeline-icon-box {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-right: 30px;
    margin-left: 110px;
}
.royal-timeline-align-left .royal-timeline-date-desktop.royal-timeline-date {
    right: calc(100% + 30px);
    left: auto;
    text-align: right;
}
.royal-timeline-align-left .royal-timeline-block .royal-timeline-content {
    width: calc(100% - 188px);
}
.royal-timeline-align-left .royal-timeline-content.arrow::before {
    right: 100%;
    left: auto;
    border: 8px solid transparent;
    border-right-color: #dedede;
}
.royal-timeline-align-right .royal-timeline-block {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.royal-timeline-align-right .royal-timeline-icon-box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 110px;
    margin-left: 30px;
}
.royal-timeline-align-right .royal-timeline-date-desktop.royal-timeline-date {
    right: auto;
    left: calc(100% + 30px);
    text-align: left;
}
.royal-timeline-align-right .royal-timeline-block .royal-timeline-content {
    width: calc(100% - 188px);
}
.royal-timeline-align-right .royal-timeline-content.arrow::before {
    right: auto;
    left: 100%;
    border: 8px solid transparent;
    border-left-color: #dedede;
}
@media (max-width: 1024px) {
    .royal-timeline-align-center .royal-timeline-block,
    .royal-timeline-align-center .royal-timeline-block:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .royal-timeline-align-center .royal-timeline-block:nth-child(even) .royal-timeline-icon-box,
    .royal-timeline-align-center .royal-timeline-icon-box,
    .royal-timeline-align-left .royal-timeline-icon-box,
    .royal-timeline-align-right .royal-timeline-icon-box {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-right: 30px;
        margin-left: 0;
    }
    .royal-timeline-align-center .royal-timeline-block:nth-child(even) .royal-timeline-icon,
    .royal-timeline-align-center .royal-timeline-icon,
    .royal-timeline-align-left .royal-timeline-icon,
    .royal-timeline-align-right .royal-timeline-icon {
        width: 40px;
        height: 40px;
    }
    .royal-timeline-align-center .royal-timeline-block:nth-child(even) .royal-timeline-date-desktop.royal-timeline-date,
    .royal-timeline-align-center .royal-timeline-date-desktop.royal-timeline-date,
    .royal-timeline-align-left .royal-timeline-date-desktop.royal-timeline-date,
    .royal-timeline-align-right .royal-timeline-date-desktop.royal-timeline-date {
        right: 120%;
        left: auto;
        text-align: left;
    }
    .royal-timeline-align-center .royal-timeline-block:nth-child(even) .royal-timeline-content,
    .royal-timeline-align-center .royal-timeline-content,
    .royal-timeline-align-left .royal-timeline-block .royal-timeline-content,
    .royal-timeline-align-right .royal-timeline-block .royal-timeline-content {
        width: calc(100% - 75px);
    }
    .royal-timeline-align-center .royal-timeline-block:nth-child(even) .royal-timeline-content.arrow::before,
    .royal-timeline-align-center .royal-timeline-content.arrow::before,
    .royal-timeline-align-left .royal-timeline-content.arrow::before,
    .royal-timeline-align-right .royal-timeline-content.arrow::before {
        top: 12px;
        right: 100%;
        left: auto;
        border: 8px solid transparent;
        border-right-color: #dedede;
    }
    .royal-timeline-icon-box-vertical-align-center .royal-timeline-block:nth-child(even) .royal-timeline-content.arrow::before,
    .royal-timeline-icon-box-vertical-align-center .royal-timeline-content.arrow::before {
        top: 50%;
    }
    .royal-timeline-icon-box-vertical-align-bottom .royal-timeline-block:nth-child(even) .royal-timeline-content.arrow::before,
    .royal-timeline-icon-box-vertical-align-bottom .royal-timeline-content.arrow::before {
        top: auto;
        bottom: 16px;
    }
    .royal-timeline-date-desktop {
        display: none;
    }
    .royal-timeline-date-tablet {
        display: block;
    }
}
@media (max-width: 767px) {
    .royal-timeline-date-desktop {
        display: none;
    }
    .royal-timeline-date-tablet {
        display: block;
    }
}
