.trajectory .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;
}

.trajectory .slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.trajectory .slick-list:focus
{
    outline: none;
}

.trajectory .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.trajectory .slick-slider .slick-track,
.trajectory .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);
}

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.trajectory .slick-track:before,
.trajectory .slick-track:after
{
    display: table;

    content: '';
}

.trajectory .slick-track:after
{
    clear: both;
}

.trajectory .slick-loading .slick-track
{
    visibility: hidden;
}

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

    height: 100%;
    min-height: 1px;
    align-items: center;
    justify-content: center;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

.trajectory .slick-slide img
{
    display: block;
}

.trajectory .slick-slide.slick-loading img
{
    display: none;
}

.trajectory .slick-slide.dragging img
{
    pointer-events: none;
}

.trajectory .slick-initialized .slick-slide
{
    display: flex;
}

.trajectory .slick-loading .slick-slide
{
    visibility: hidden;
}

.trajectory .slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.trajectory .slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */

.trajectory .slick-prev,
.trajectory .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;
    z-index:100;
    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;
}
@media only screen and (max-width: 720px) {
    .trajectory .slick-prev,
    .trajectory .slick-next
    {
        display: none !important;
    }
}

.trajectory .slick-prev:hover,
.trajectory .slick-prev:focus,
.trajectory .slick-next:hover,
.trajectory .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}

.trajectory .slick-prev:hover:before,
.trajectory .slick-prev:focus:before,
.trajectory .slick-next:hover:before,
.trajectory .slick-next:focus:before
{
    opacity: 1;
}

.trajectory .slick-prev.slick-disabled:before,
.trajectory .slick-next.slick-disabled:before
{
    opacity: .25;
}

.trajectory .slick-prev:before,
.trajectory .slick-next:before
{
    font-family: 'Linearicons';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    font-weight: bold;
    color: #D61016;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.trajectory .slick-prev
{
    left: -45px;
}

[dir='rtl'] .slick-prev
{
    right: -45px;
    left: auto;
}

.trajectory .slick-prev:before
{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background-image: url(images/carrot-white-left.svg);
    background-size: contain;
    left:0px;
    right: 0px;
    background-repeat: no-repeat;
}

[dir='rtl'] .slick-prev:before
{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background-image: url(images/carrot-white-left.svg);
    background-size: contain;
    left:0px;
    right: 0px;
    background-repeat: no-repeat;
}

.trajectory .slick-next
{
    right: -35px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -35px;
}

.trajectory .slick-next:before
{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background-image: url(images/carrot-white-right.svg);
    background-size: contain;
    left:0px;
    right: 0px;
    background-repeat: no-repeat;
}
[dir='rtl'] .slick-next:before
{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background-image: url(images/carrot-white-right.svg);
    background-size: contain;
    left:0px;
    right: 0px;
    background-repeat: no-repeat;
}

.trajectory .slick-dots {
    display: none !important;
}

.trajectory ul {
    margin-left: 0px;
    padding-left: 0px;
}

.trajectory ul li {
    list-style: none;
    position: relative;
    padding-left: 0px;
    margin-bottom: 10px;
}

.trajectory ul li svg {
    margin-right: 7px;
}

.trajectory .usp-before::before {
    display: block;
    content: ' ';
    background-image: url(../../../images/arrow-purple-right.svg);
    background-size: 14px 14px;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 0px;
    top: 3px;
}

.bs-wizard {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}

.bs-wizard i {
    font-size: 20px;
}

.bs-wizard .bs-wizard-step {
	position: relative;
    cursor: pointer;
    margin-top: 20px;
    width: 100%;
}

.bs-wizard .bs-wizard-step .bs-wizard-stepnum {
    margin-bottom: 35px;
    position: relative;
}

.bs-wizard .bs-wizard-step .bs-wizard-info {
    padding-top: 35px;
}

.bs-wizard .bs-wizard-step .bs-wizard-info h4 {
    font-size: 13px;
}

.bs-wizard .bs-wizard-step.active .bs-wizard-dot{
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    background-color: #ffffff;
    top: 12px;
    left: calc(50% - 3px);
    margin-top: 0;
    margin-left: 0px;
    border-radius: 50%;
    cursor: default;
    z-index: 9;
}

.bs-wizard .bs-wizard-step.active .bs-wizard-dot:after {
    content:'';
    position: absolute;
    left:-7px;
    top:-7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.bs-wizard .bs-wizard-step:hover .bs-wizard-dot:after {
    content:'';
    position: absolute;
    left:-7px;
    top:-7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.bs-wizard .bs-wizard-step .bs-wizard-dot {
	position: absolute;
    width: 10px;
    height: 10px;
	display: block;
    top: 12px;
    left: calc(50% - 3px);
	margin-top: 0;
	margin-left: 0px;
	border-radius: 50%;
	cursor: default;
    z-index: 9;
    border: 2px solid #ffffff;
}

.bs-wizard .bs-wizard-step:hover .bs-wizard-dot {
	position: absolute;
    width: 10px;
    height: 10px;
	display: block;
    background-color: #ffffff;
    top: 12px;
    left: calc(50% - 3px);
	margin-top: 0;
	margin-left: 0px;
	border-radius: 50%;
	cursor: default;
    z-index: 9;
}

.bs-wizard-line:before {
	content: "";
	z-index: 9;
	position: absolute;
	-webkit-transition: width 1s ease-in-out;
	-moz-transition: width 1s ease-in-out;
	-o-transition: width 1s ease-in-out;
	transition: width 1s ease-in-out;
}

.bs-wizard-line {
    background: #ffffff;
    position: absolute;
    left: -42%;
    top: 17px;
    z-index: 1;
    height: 2px;
    width: 85%;
}

.active .bs-wizard-line:before {
    width: 100%;
    height: 2px;
}

.steps-lists-big .bg-grey {
    background-color:#f6f6f6;
}

.step-information {
    padding:60px 50px 10px;
}

.step-title-container {
    font-weight: bold;
    padding-top: 11.2px;
}

.progress-steps {
    padding: 10px 0px 60px;
}

.bs-wizard-info{
    position: relative;
}

.bs-wizard-info .step-title{
    position: absolute;
    top: 20px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    color: #ffffff !important;
}

.bs-wizard-step.current .bs-wizard-info .step-title, .bs-wizard-step.current .bs-wizard-info .step-year{
    opacity: 100%;
}

@media(max-width: 1200px){
    .step-information:nth-child(2){
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .progress-steps{
        overflow-x: scroll;
    }

    .step-title{
        white-space: nowrap;
    }

    .bs-wizard-step{
        min-width: 220px;
    }
}

.trajectory .slide .title {
    text-align: center;
}

.trajectory .slide .sub_title {
    text-align: center;
}

@media only screen and (min-width: 1190px) {
    .trajectory .usp-content {
        display: flex;
    }
}