﻿/* For mobile phones: */


h2.timeline {
        box-sizing: border-box;
        color: rgb(35, 35, 35);
        font-family: "Rubik", sans-serif;
        font-size: 48px;
        font-style: normal;
        font-weight: 300;
        line-height: 57.6px;
        margin-bottom: 8px;
        margin-top: 0px;
        overflow-wrap: break-word;
        padding-bottom: 16px;
        text-align: center;
        word-break: break-word;
}
h3.timeline {
        box-sizing: border-box;
        color: rgb(118, 118, 118);
        font-family: "Rubik", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 31.2px;
        margin-bottom: 8px;
        margin-top: 0px;
        overflow-wrap: break-word;
        padding-bottom: 48px;
        text-align: center;
        word-break: break-word;
    }

h4.timeline_title {
	box-sizing: border-box;
	color: rgb(35, 35, 35);
	font-family: "Rubik", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 8px;
	margin-top: 0px;
	overflow-wrap: break-word;
	padding-bottom: 16px;
	text-align: left;
	word-break: break-word;
}
p.timeline_text{
	box-sizing: border-box;
	color: rgb(35, 35, 35);
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0px;
	margin-top: 0px;
	overflow-wrap: break-word;
	text-align: left;
	word-break: break-word;
}
section.timeline {
    background-color: rgb(255, 255, 255);
    background-position: 50% 50%;
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    color: rgb(35, 35, 35);
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    overflow-wrap: break-word;
    padding-bottom: 90px;
    padding-top: 90px;
    position: relative;
    text-align: left;
    margin-top:-120px;
}
div.timeline_container {
    box-sizing: border-box;
    color: rgb(35, 35, 35);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-left: 0px;
    margin-right: 0px;
    overflow-wrap: break-word;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-align: center;
    width: 100%;
}
div.timelines_container {
    box-sizing: border-box;
    color: rgb(35, 35, 35);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: none;
    overflow-wrap: break-word;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-align: center;
    width: 100%;
}

span.iconsBackground {
    background-color: rgb(239, 239, 239);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    box-sizing: border-box;
    color: rgb(35, 35, 35);
    display: block;
    height: 60px;
    left: 24px;
    line-height: 30px;
    margin-left: -30px;
    margin-top: -30px;
    overflow-wrap: break-word;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 60px;
    z-index: 3;
}
span.iconsPicture {
    box-sizing: border-box;
    color: rgb(35, 35, 35);
    display: block;
    font-size: 35px;
    font-style: normal;
    font-variant: normal;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-weight: 400;
    left: 13px;
    line-height: 35px;
    overflow-wrap: break-word;
    position: absolute;
    text-align: center;
    text-transform: none;
    top: 13px;
    word-break: break-word;
    z-index: 3;
}

div.timeline_row_reverse {
    box-sizing: border-box;
    color: rgb(35, 35, 35);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
    overflow-wrap: break-word;
    position: relative;
    text-align: center;
    
}
div.timeline_row {
    box-sizing: border-box;
    color: rgb(35, 35, 35);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
    overflow-wrap: break-word;
    position: relative;
    text-align: center;
    
}
div.timeline-text-content-right {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(239, 239, 239);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    box-sizing: border-box;
    color: rgb(35, 35, 35);
    margin-left: 30px;
    margin-right: 0px;
    overflow-wrap: break-word;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    text-align: center;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
}
div.timeline-text-content-left {
     background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(239, 239, 239);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    box-sizing: border-box;
    color: rgb(35, 35, 35);
    margin-left: 30px;
    margin-right: 0px;
    overflow-wrap: break-word;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    text-align: center;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
}
div.timeline_wraper_right{
	margin-top: 0px;
	margin-bottom: 0px;
        margin-left: 25px;
	border-left:2px solid rgb(239, 239, 239);
	padding-left:0px;
	padding-right:0px;
	padding-bottom:50px;
	width:95%;
}
div.timeline_wraper_left{
	margin-top: 0px;
	margin-bottom: 0px;
        margin-left: 25px;
	border-left:2px solid rgb(239, 239, 239);
	padding-left:0px;
	padding-right:0px;
        padding-bottom:50px;
	width:95%;
}



@media only screen and (min-width: 900px) {
    /* For tablets: */
h2.timeline {
        box-sizing: border-box;
        color: rgb(35, 35, 35);
        font-family: "Rubik", sans-serif;
        font-size: 48px;
        font-style: normal;
        font-weight: 300;
        line-height: 57.6px;
        margin-bottom: 8px;
        margin-top: 0px;
        overflow-wrap: break-word;
        padding-bottom: 16px;
        text-align: center;
        word-break: break-word;
}
h3.timeline {
        box-sizing: border-box;
        color: rgb(118, 118, 118);
        font-family: "Rubik", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 31.2px;
        margin-bottom: 8px;
        margin-top: 0px;
        overflow-wrap: break-word;
        padding-bottom: 48px;
        text-align: center;
        word-break: break-word;
        width: 95%;
    }

h4.timeline_title {
	box-sizing: border-box;
	color: rgb(35, 35, 35);
	font-family: "Rubik", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 8px;
	margin-top: 0px;
	overflow-wrap: break-word;
	padding-bottom: 16px;
	text-align: left;
	word-break: break-word;
}
p.timeline_text{
	box-sizing: border-box;
	color: rgb(35, 35, 35);
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0px;
	margin-top: 0px;
	overflow-wrap: break-word;
	text-align: left;
	word-break: break-word;
}

section.timeline {
        background-color: rgb(255, 255, 255);
        background-position: 50% 50%;
        background-position-x: 50%;
        background-position-y: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        box-sizing: border-box;
        color: rgb(35, 35, 35);
        display: block;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        overflow-wrap: break-word;
        padding-bottom: 90px;
        padding-top: 90px;
        position: relative;
        text-align: left;
        margin-top:-120px;
    }
    div.timeline_container {
        box-sizing: border-box;
        color: rgb(35, 35, 35);
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-left: auto;
        margin-right: auto;
        overflow-wrap: break-word;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        text-align: center;
        width: 1100px;
    }
    div.timelines_container {
        box-sizing: border-box;
        color: rgb(35, 35, 35);
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-left: 0px;
        margin-right: 0px;
        max-width: 1140px;
        overflow-wrap: break-word;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        text-align: center;
        width: 100%;
    }
div.timeline_row_reverse {
        box-sizing: border-box;
        color: rgb(35, 35, 35);
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-left: +15px;
        margin-right: +15px;
        margin-bottom: 0px;
        margin-top: 0px;
        overflow-wrap: break-word;
        position: relative;
        text-align: center;
        word-break: break-word;
    }
div.timeline_row {
        box-sizing: border-box;
        color: rgb(35, 35, 35);
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
        margin-top: 0px;
        overflow-wrap: break-word;
        position: relative;
        text-align: center;
        word-break: break-word;
    }
div.timeline_wraper_left{
	border-right:2px solid #353535;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:0px;
	padding-right:0px;
}
div.timeline_wraper_right{
	margin-top: 0px;
	margin-bottom: 0px;
	border-left:2px solid rgb(239, 239, 239);
	padding-left:0px;
	padding-right:0px;
}

    span.iconsBackground {
        background-color: rgb(239, 239, 239);
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        box-sizing: border-box;
        color: rgb(35, 35, 35);
        display: block;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        height: 60px;
      
        line-height: 30px;
    
        overflow-wrap: break-word;
        position: absolute;
        text-align: center;
        top: 0px;
        width: 60px;
        left:50%;
        word-break: break-word;
        z-index: 3;
    }
    span.iconsPicture {
        box-sizing: border-box;
        color: rgb(35, 35, 35);
        display: block;
        font-size: 35px;
        font-style: normal;
        font-variant: normal;
        font-variant-alternates: normal;
        font-variant-caps: normal;
        font-variant-east-asian: normal;
        font-variant-ligatures: normal;
        font-variant-numeric: normal;
        font-variant-position: normal;
        font-weight: 400;
        left: 13px;
        line-height: 35px;
        overflow-wrap: break-word;
        position: absolute;
        text-align: center;
        text-transform: none;
        top: 13px;
        word-break: break-word;
        z-index: 3;
    }

    div.timeline-text-content-right {
   
        background-attachment: scroll;
        background-clip: border-box;
        background-color: rgb(239, 239, 239);
        background-image: none;
        background-origin: padding-box;
        background-position: 0% 0%;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
        box-sizing: border-box;
        color: rgb(35, 35, 35);
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        
        overflow-wrap: break-word;
        padding-bottom: 32px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 32px;
        text-align: left;
        transition-delay: 0s;
        transition-duration: 0.4s;
        transition-property: all;
        transition-timing-function: ease;
        word-break: break-word;
        margin-left: 32px;
        margin-right: 0px;
    }
    div.timeline-text-content-left {

        background-attachment: scroll;
        background-clip: border-box;
        background-color: rgb(239, 239, 239);
        background-image: none;
        background-origin: padding-box;
        background-position: 0% 0%;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
        box-sizing: border-box;
        color: rgb(35, 35, 35);
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-left: 0px;
        margin-right: 32px;
        overflow-wrap: break-word;
        padding-bottom: 32px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 32px;
        text-align: left;
        transition-delay: 0s;
        transition-duration: 0.4s;
        transition-property: all;
        transition-timing-function: ease;
        word-break: break-word;
    }

}

@media only screen and (min-width: 1100px) {
    /* For desktop: */

h2.timeline {
        box-sizing: border-box;
        color: rgb(35, 35, 35);
        font-family: "Rubik", sans-serif;
        font-size: 48px;
        font-style: normal;
        font-weight: 300;
        line-height: 57.6px;
        margin-bottom: 8px;
        margin-top: 0px;
        overflow-wrap: break-word;
        padding-bottom: 16px;
        text-align: center;
        word-break: break-word;
}
h3.timeline {
        box-sizing: border-box;
        color: rgb(118, 118, 118);
        font-family: "Rubik", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 31.2px;
        margin-bottom: 8px;
        margin-top: 0px;
        overflow-wrap: break-word;
        padding-bottom: 48px;
        text-align: center;
        word-break: break-word;
    }

h4.timeline_title {
	box-sizing: border-box;
	color: rgb(35, 35, 35);
	font-family: "Rubik", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 8px;
	margin-top: 0px;
	overflow-wrap: break-word;
	padding-bottom: 16px;
	text-align: left;
	word-break: break-word;
}
p.timeline_text{
	box-sizing: border-box;
	color: rgb(35, 35, 35);
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0px;
	margin-top: 0px;
	overflow-wrap: break-word;
	text-align: left;
	word-break: break-word;
}

section.timeline {
        background-color: rgb(255, 255, 255);
        background-position: 50% 50%;
        background-position-x: 50%;
        background-position-y: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        box-sizing: border-box;
        color: rgb(35, 35, 35);
        display: block;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        overflow-wrap: break-word;
        padding-bottom: 90px;
        padding-top: 90px;
        position: relative;
        text-align: left;
        margin-top:-120px;
    }
    div.timeline_container {
        box-sizing: border-box;
        color: rgb(35, 35, 35);
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-left: auto;
        margin-right: auto;
        overflow-wrap: break-word;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        text-align: center;
        width: 1100px;
    }
    div.timelines_container {
        box-sizing: border-box;
        color: rgb(35, 35, 35);
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-left: 0px;
        margin-right: 0px;
        max-width: 1140px;
        overflow-wrap: break-word;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        text-align: center;
        width: 100%;
    }
div.timeline_row_reverse {
        box-sizing: border-box;
        color: rgb(35, 35, 35);
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-left: +15px;
        margin-right: +15px;
        margin-bottom: 0px;
        margin-top: 0px;
        overflow-wrap: break-word;
        position: relative;
        text-align: center;
        word-break: break-word;
    }
div.timeline_row {
        box-sizing: border-box;
        color: rgb(35, 35, 35);
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
        margin-top: 0px;
        overflow-wrap: break-word;
        position: relative;
        text-align: center;
        word-break: break-word;
    }
div.timeline_wraper_left{
        margin-top: 0px;
	margin-bottom: 0px;
        margin-left: 0px;
	border-right:2px solid rgb(239, 239, 239);
        border-left:none;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:50px;
	width:50%;
}
div.timeline_wraper_right{
	margin-top: 0px;
	margin-bottom: 0px;
	border-left:2px solid rgb(239, 239, 239);
        border-right:none;
	padding-left:0px;
	padding-right:0px;
        width:50%;
}

    span.iconsBackground {
        background-color: rgb(239, 239, 239);
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        box-sizing: border-box;
        color: rgb(35, 35, 35);
        display: block;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        height: 60px;
      
        line-height: 30px;
    
        overflow-wrap: break-word;
        position: absolute;
        text-align: center;
        top: 0px;
        width: 60px;
        left:50%;
        word-break: break-word;
        z-index: 3;
    }
    span.iconsPicture {
        box-sizing: border-box;
        color: rgb(35, 35, 35);
        display: block;
        font-size: 35px;
        font-style: normal;
        font-variant: normal;
        font-variant-alternates: normal;
        font-variant-caps: normal;
        font-variant-east-asian: normal;
        font-variant-ligatures: normal;
        font-variant-numeric: normal;
        font-variant-position: normal;
        font-weight: 400;
        left: 13px;
        line-height: 35px;
        overflow-wrap: break-word;
        position: absolute;
        text-align: center;
        text-transform: none;
        top: 13px;
        word-break: break-word;
        z-index: 3;
    }

    div.timeline-text-content-right {
   
        background-attachment: scroll;
        background-clip: border-box;
        background-color: rgb(239, 239, 239);
        background-image: none;
        background-origin: padding-box;
        background-position: 0% 0%;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
        box-sizing: border-box;
        color: rgb(35, 35, 35);
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        
        overflow-wrap: break-word;
        padding-bottom: 32px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 32px;
        text-align: left;
        transition-delay: 0s;
        transition-duration: 0.4s;
        transition-property: all;
        transition-timing-function: ease;
        word-break: break-word;
        margin-left: 32px;
        margin-right: 0px;
    }
    div.timeline-text-content-left {

        background-attachment: scroll;
        background-clip: border-box;
        background-color: rgb(239, 239, 239);
        background-image: none;
        background-origin: padding-box;
        background-position: 0% 0%;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
        box-sizing: border-box;
        color: rgb(35, 35, 35);
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-left: 0px;
        margin-right: 32px;
        overflow-wrap: break-word;
        padding-bottom: 32px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 32px;
        text-align: left;
        transition-delay: 0s;
        transition-duration: 0.4s;
        transition-property: all;
        transition-timing-function: ease;
        word-break: break-word;
    }


}







