

#pluginAppObj_6_228 {
    width: 100%;
}

/*
*   Declaring variables
*/
#vertical_timeline_pluginAppObj_6_228 {
    --date-font-family: "Arial Black";
    --date-font-size: 24px;
    --date-font-weight: bold;
    --date-font-style: normal;
    --date-font-color: rgba(230, 53, 45, 255);
    --date-top: 35px;

    --title-font-family: "Arial Black";
    --title-font-size: 22px;
    --title-font-weight: bold;
    --title-font-style: normal;
    --title-font-color: rgba(1, 109, 182, 255);

    --descr-font-family: "Quicksand";
    --descr-font-size: 18px;
    --descr-font-weight: bold;
    --descr-font-style: italic;
    --descr-font-color: rgba(0, 0, 0, 255);

    --btn-font-family: "Quicksand";
    --btn-font-size: 14px;
    --btn-font-weight: normal;
    --btn-font-style: normal;
    --btn-font-color: rgba(255, 255, 255, 255);
    --btn-bg-color: rgba(1, 109, 182, 1);
    --btn-padding:15px 15px 15px 15px;

    --line-color: rgba(1, 109, 182, 1);
    --placeholder-color: rgba(230, 53, 45, 1);
    --content-bg-color: rgba(243, 243, 243, 1);
    --box-shadow-color: rgba(243, 243, 243, 1);

    --margin-bottom: 30px;
    --margin-bottom-responsive: 42px;

    --space-around-placeholder: 25px;
}

#vertical_timeline_pluginAppObj_6_228.timeline {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

#vertical_timeline_pluginAppObj_6_228.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    inset-inline-start: calc(50% - 4px);
    height: 100%;
    width: 4px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: var(--line-color);
}

#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
    margin-bottom: var(--margin-bottom);
    width: 100%;
    opacity: 1;
    transform: none;
    visibility: visible;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block:last-child {
    margin-bottom: 0px;
}

#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.hidden {
    opacity: 0;
    visibility: hidden;
}

#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.visible {
    opacity: 1;
    transform: none;
    visibility: visible;
}

#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.show .timeline_content_wrapper {
    animation: fromLeft 0.7s ease-out forwards;
    animation-iteration-count: 1;
}

#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.show:nth-child(even) .timeline_content_wrapper {
    animation: fromRight 0.7s ease-out forwards;
    animation-iteration-count: 1;
}


@keyframes fromLeft
{ 
    from {left: -20px; opacity: 0;}
    to {left: 0px; opacity: 1;}
}

@keyframes fromRight
{ 
    from {right: -20px; opacity: 0;}
    to {right: 0px; opacity: 1;}
}

#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block:nth-child(even) {
    flex-direction: row-reverse;
}

#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container {
    order: 0;
    position: relative;
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    width: calc(50% + var(--space-around-placeholder));
}

#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_date {
    order: 1;
    max-width: calc(50% - var(--space-around-placeholder));
    font-family: var(--date-font-family);
    font-size: var(--date-font-size);
    font-weight: var(--date-font-weight);
    font-style: var(--date-font-style);
    color: var(--date-font-color);
}

#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_placeholder {
    flex-shrink: 0;
    background-color: var(--placeholder-color);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    order: 1;
    inset-inline-start: var(--space-around-placeholder);
    position: relative;
}


#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block:nth-child(even) .timeline_container {
    flex-direction: row-reverse;
}

#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block:nth-child(even) .timeline_container .timeline_placeholder {
    inset-inline-start: unset;
    inset-inline-end: var(--space-around-placeholder);
}

#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_content_wrapper {
    position: relative;
    width: calc(100% - 60px);
    flex-grow: 0;
    order: 0;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    background-color: var(--content-bg-color);
    	box-shadow: 0px 1px 5px 0px rgba(243, 243, 243, 1);

}

#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_content_wrapper:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: calc(50% - 15px);
    inset-inline-start: 100%;
    inset-inline-end: unset;
    margin-inline-start: -24px;
    margin-inline-end: unset;
    transform: rotate(45deg);
    background-color: var(--content-bg-color);
    	box-shadow: 0px 1px 5px 0px rgba(243, 243, 243, 1);

}

#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block:nth-child(even) .timeline_content_wrapper:before {
    margin-inline-end: -24px;
    inset-inline-end: 100%;
    margin-inline-start: unset;
    inset-inline-start: unset;
}


#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.only_date .timeline_content_wrapper {
    background-color: unset;
    box-shadow: none;
}
  
#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.only_date .timeline_content_wrapper:before {
    visibility: hidden;
    background-color: unset;
    box-shadow: none;
}

#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.only_date .timeline_date {
    display: block;
}
  
#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.only_date .timeline_container .timeline_content_wrapper .timeline_content {
    display: none;
    background-color: unset;
}

#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_content {
    position: relative;
    padding: 15px;
    background-color: var(--content-bg-color);
}

#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_content .timeline_content_footer {
    width: 100%;
    text-align: right;
}

#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_content a.button {
    display: inline-block;
    text-align: center;
    padding: 15px; ;
    background-color: var(--btn-bg-color);
    text-decoration: none;
    font-family: var(--btn-font-family);
    font-size: var(--btn-font-size);
    font-weight: var(--btn-font-weight);
    font-style: var(--btn-font-style);
    color: var(--btn-font-color);
    border-radius: 30px; ;
}

#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_content h1 {
    margin: 0px;
    font-family: var(--title-font-family);
    font-size: var(--title-font-size);
    font-weight: var(--title-font-weight);
    font-style: var(--title-font-style);
    color: var(--title-font-color);
    word-wrap: break-word;
}

#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_content p {
    font-family: var(--descr-font-family);
    font-size: var(--descr-font-size);
    font-weight: var(--descr-font-weight);
    font-style: var(--descr-font-style);
    color: var(--descr-font-color);
    line-height: 1.5em;
}

#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_content h1+p {
    margin-top: 10px;
}

#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_content h1+.timeline_content_footer,
#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_content p+.timeline_content_footer {
    margin-top: 15px;
}

@media screen and (min-width: 1600px) and (max-width: 1919.9px) {
	#vertical_timeline_pluginAppObj_6_228.timeline:before {
		left: 10px;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block {
		flex-direction: row-reverse;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom:var(--margin-bottom-responsive);
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container {
		width:100%;
		flex-direction: row-reverse;
		order: 1;
		display: flex;
		clear: both;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_content_wrapper {
		width: calc(100% - 38px);
		left: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_content_wrapper:before {
		margin-inline-end: -24px;
		right: 100%;
		left: unset;
		margin-inline-start: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_placeholder {
		left: -18px;
		right: unset;
		position: relative;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block:nth-child(even) .timeline_container .timeline_placeholder {
		right: 18px;
		left: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.only_date .timeline_container .timeline_content_wrapper .timeline_content {
		display: block;
		padding: 0px;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.only_date .timeline_date {
		display: none;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_date {
		order:0;
		position:relative;
		width: calc(100% - 38px);
		max-width: unset;
		margin-bottom: calc(5px + 0.5px);
		text-align:left;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block:nth-child(even) .timeline_content .timeline_content_footer {
		text-align:right;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.show .timeline_content_wrapper {
		animation: fromRight 0.7s ease-out forwards;
		animation-iteration-count: 1;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.show:nth-child(even) .timeline_content_wrapper {
		animation: fromRight 0.7s ease-out forwards;
		animation-iteration-count: 1;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1599.9px) {
	#vertical_timeline_pluginAppObj_6_228.timeline:before {
		left: 10px;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block {
		flex-direction: row-reverse;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom:var(--margin-bottom-responsive);
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container {
		width:100%;
		flex-direction: row-reverse;
		order: 1;
		display: flex;
		clear: both;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_content_wrapper {
		width: calc(100% - 38px);
		left: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_content_wrapper:before {
		margin-inline-end: -24px;
		right: 100%;
		left: unset;
		margin-inline-start: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_placeholder {
		left: -18px;
		right: unset;
		position: relative;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block:nth-child(even) .timeline_container .timeline_placeholder {
		right: 18px;
		left: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.only_date .timeline_container .timeline_content_wrapper .timeline_content {
		display: block;
		padding: 0px;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.only_date .timeline_date {
		display: none;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_date {
		order:0;
		position:relative;
		width: calc(100% - 38px);
		max-width: unset;
		margin-bottom: calc(5px + 0.5px);
		text-align:left;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block:nth-child(even) .timeline_content .timeline_content_footer {
		text-align:right;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.show .timeline_content_wrapper {
		animation: fromRight 0.7s ease-out forwards;
		animation-iteration-count: 1;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.show:nth-child(even) .timeline_content_wrapper {
		animation: fromRight 0.7s ease-out forwards;
		animation-iteration-count: 1;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279.9px) {
	#vertical_timeline_pluginAppObj_6_228.timeline:before {
		left: 10px;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block {
		flex-direction: row-reverse;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom:var(--margin-bottom-responsive);
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container {
		width:100%;
		flex-direction: row-reverse;
		order: 1;
		display: flex;
		clear: both;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_content_wrapper {
		width: calc(100% - 38px);
		left: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_content_wrapper:before {
		margin-inline-end: -24px;
		right: 100%;
		left: unset;
		margin-inline-start: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_placeholder {
		left: -18px;
		right: unset;
		position: relative;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block:nth-child(even) .timeline_container .timeline_placeholder {
		right: 18px;
		left: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.only_date .timeline_container .timeline_content_wrapper .timeline_content {
		display: block;
		padding: 0px;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.only_date .timeline_date {
		display: none;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_date {
		order:0;
		position:relative;
		width: calc(100% - 38px);
		max-width: unset;
		margin-bottom: calc(5px + 0.5px);
		text-align:left;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block:nth-child(even) .timeline_content .timeline_content_footer {
		text-align:right;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.show .timeline_content_wrapper {
		animation: fromRight 0.7s ease-out forwards;
		animation-iteration-count: 1;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.show:nth-child(even) .timeline_content_wrapper {
		animation: fromRight 0.7s ease-out forwards;
		animation-iteration-count: 1;
	}
}

@media screen and (min-width: 600px) and (max-width: 799.9px) {
	#vertical_timeline_pluginAppObj_6_228.timeline:before {
		left: 10px;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block {
		flex-direction: row-reverse;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom:var(--margin-bottom-responsive);
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container {
		width:100%;
		flex-direction: row-reverse;
		order: 1;
		display: flex;
		clear: both;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_content_wrapper {
		width: calc(100% - 38px);
		left: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_content_wrapper:before {
		margin-inline-end: -24px;
		right: 100%;
		left: unset;
		margin-inline-start: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_placeholder {
		left: -18px;
		right: unset;
		position: relative;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block:nth-child(even) .timeline_container .timeline_placeholder {
		right: 18px;
		left: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.only_date .timeline_container .timeline_content_wrapper .timeline_content {
		display: block;
		padding: 0px;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.only_date .timeline_date {
		display: none;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_date {
		order:0;
		position:relative;
		width: calc(100% - 38px);
		max-width: unset;
		margin-bottom: calc(5px + 0.5px);
		text-align:left;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block:nth-child(even) .timeline_content .timeline_content_footer {
		text-align:right;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.show .timeline_content_wrapper {
		animation: fromRight 0.7s ease-out forwards;
		animation-iteration-count: 1;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.show:nth-child(even) .timeline_content_wrapper {
		animation: fromRight 0.7s ease-out forwards;
		animation-iteration-count: 1;
	}
}

@media screen and (min-width: 480px) and (max-width: 599.9px) {
	#vertical_timeline_pluginAppObj_6_228.timeline:before {
		left: 10px;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block {
		flex-direction: row-reverse;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom:var(--margin-bottom-responsive);
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container {
		width:100%;
		flex-direction: row-reverse;
		order: 1;
		display: flex;
		clear: both;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_content_wrapper {
		width: calc(100% - 38px);
		left: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_content_wrapper:before {
		margin-inline-end: -24px;
		right: 100%;
		left: unset;
		margin-inline-start: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_placeholder {
		left: -18px;
		right: unset;
		position: relative;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block:nth-child(even) .timeline_container .timeline_placeholder {
		right: 18px;
		left: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.only_date .timeline_container .timeline_content_wrapper .timeline_content {
		display: block;
		padding: 0px;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.only_date .timeline_date {
		display: none;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_date {
		order:0;
		position:relative;
		width: calc(100% - 38px);
		max-width: unset;
		margin-bottom: calc(5px + 0.5px);
		text-align:left;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block:nth-child(even) .timeline_content .timeline_content_footer {
		text-align:right;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.show .timeline_content_wrapper {
		animation: fromRight 0.7s ease-out forwards;
		animation-iteration-count: 1;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.show:nth-child(even) .timeline_content_wrapper {
		animation: fromRight 0.7s ease-out forwards;
		animation-iteration-count: 1;
	}
}

@media screen and (min-width: 400px) and (max-width: 479.9px) {
	#vertical_timeline_pluginAppObj_6_228.timeline:before {
		left: 10px;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block {
		flex-direction: row-reverse;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom:var(--margin-bottom-responsive);
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container {
		width:100%;
		flex-direction: row-reverse;
		order: 1;
		display: flex;
		clear: both;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_content_wrapper {
		width: calc(100% - 38px);
		left: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_content_wrapper:before {
		margin-inline-end: -24px;
		right: 100%;
		left: unset;
		margin-inline-start: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_placeholder {
		left: -18px;
		right: unset;
		position: relative;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block:nth-child(even) .timeline_container .timeline_placeholder {
		right: 18px;
		left: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.only_date .timeline_container .timeline_content_wrapper .timeline_content {
		display: block;
		padding: 0px;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.only_date .timeline_date {
		display: none;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_date {
		order:0;
		position:relative;
		width: calc(100% - 38px);
		max-width: unset;
		margin-bottom: calc(5px + 0.5px);
		text-align:left;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block:nth-child(even) .timeline_content .timeline_content_footer {
		text-align:right;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.show .timeline_content_wrapper {
		animation: fromRight 0.7s ease-out forwards;
		animation-iteration-count: 1;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.show:nth-child(even) .timeline_content_wrapper {
		animation: fromRight 0.7s ease-out forwards;
		animation-iteration-count: 1;
	}
}

@media screen and (min-width: 320px) and (max-width: 399.9px) {
	#vertical_timeline_pluginAppObj_6_228.timeline:before {
		left: 10px;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block {
		flex-direction: row-reverse;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom:var(--margin-bottom-responsive);
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container {
		width:100%;
		flex-direction: row-reverse;
		order: 1;
		display: flex;
		clear: both;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_content_wrapper {
		width: calc(100% - 38px);
		left: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_content_wrapper:before {
		margin-inline-end: -24px;
		right: 100%;
		left: unset;
		margin-inline-start: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_placeholder {
		left: -18px;
		right: unset;
		position: relative;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block:nth-child(even) .timeline_container .timeline_placeholder {
		right: 18px;
		left: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.only_date .timeline_container .timeline_content_wrapper .timeline_content {
		display: block;
		padding: 0px;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.only_date .timeline_date {
		display: none;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_date {
		order:0;
		position:relative;
		width: calc(100% - 38px);
		max-width: unset;
		margin-bottom: calc(5px + 0.5px);
		text-align:left;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block:nth-child(even) .timeline_content .timeline_content_footer {
		text-align:right;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.show .timeline_content_wrapper {
		animation: fromRight 0.7s ease-out forwards;
		animation-iteration-count: 1;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.show:nth-child(even) .timeline_content_wrapper {
		animation: fromRight 0.7s ease-out forwards;
		animation-iteration-count: 1;
	}
}

@media screen and (max-width: 319.9px) {
	#vertical_timeline_pluginAppObj_6_228.timeline:before {
		left: 10px;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block {
		flex-direction: row-reverse;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom:var(--margin-bottom-responsive);
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container {
		width:100%;
		flex-direction: row-reverse;
		order: 1;
		display: flex;
		clear: both;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_content_wrapper {
		width: calc(100% - 38px);
		left: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_content_wrapper:before {
		margin-inline-end: -24px;
		right: 100%;
		left: unset;
		margin-inline-start: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_container .timeline_placeholder {
		left: -18px;
		right: unset;
		position: relative;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block:nth-child(even) .timeline_container .timeline_placeholder {
		right: 18px;
		left: unset;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.only_date .timeline_container .timeline_content_wrapper .timeline_content {
		display: block;
		padding: 0px;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.only_date .timeline_date {
		display: none;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block .timeline_date {
		order:0;
		position:relative;
		width: calc(100% - 38px);
		max-width: unset;
		margin-bottom: calc(5px + 0.5px);
		text-align:left;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block:nth-child(even) .timeline_content .timeline_content_footer {
		text-align:right;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.show .timeline_content_wrapper {
		animation: fromRight 0.7s ease-out forwards;
		animation-iteration-count: 1;
	}

	#vertical_timeline_pluginAppObj_6_228.timeline .timeline_block.show:nth-child(even) .timeline_content_wrapper {
		animation: fromRight 0.7s ease-out forwards;
		animation-iteration-count: 1;
	}
}

