:root{
    --orange: #e64e26;
    --black: #1b202b;
    --grey: #DDDDDF;
    --white: #f5f5f6;
}

.fixed_tagline_tassica {
    position: fixed; 
    top: 50%; 
    left: -120px; 
    z-index: -1; 
    transform: rotate(270deg) scaleY(1); 
    text-transform: uppercase; color: #fff; 
    font-size: 14px;
}
html {
    scroll-behavior: smooth;
}

body{
    background-color:var(--black);
    color:var(--white);
    scroll-behavior: smooth;

}


.flex_wrap {
    display: flex;
    flex-direction: row
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .flex_wrap {
        flex-direction:column
    }
}

@media only screen and (max-width: 768px) {
    .flex_wrap {
        flex-direction:column
    }
}

.flex_start {
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .flex_start {
        flex-direction:column
    }
}

@media only screen and (max-width: 768px) {
    .flex_start {
        flex-direction:column
    }
}

.flex_end {
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .flex_end {
        flex-direction:column
    }
}

@media only screen and (max-width: 768px) {
    .flex_end {
        flex-direction:column
    }
}

.flex_center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .flex_center {
        flex-direction:column
    }
}

@media only screen and (max-width: 768px) {
    .flex_center {
        flex-direction:column
    }
}

.flex_between {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .flex_between {
        flex-direction:column
    }
}

@media only screen and (max-width: 768px) {
    .flex_between {
        flex-direction:column
    }
}

.flex_evenly {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .flex_evenly {
        flex-direction:column
    }
}

@media only screen and (max-width: 768px) {
    .flex_evenly {
        flex-direction:column
    }
}

.header{
    background-color: var(--black);
}

.header.header_sticky{
    background-color: var(--black);
    color: var(--white);
}

.header.header_sticky .header_tasicca{
    background-color: var(--white);
    color: var(--black);
    padding:4px 0px;
}

.header.header_sticky .header_tasicca .tasicca_text{
    fill: var(--black);
}

.header.header_sticky .header_toggle_text{
    color: var(--white);
}

.header.header_sticky .header_logo .logo_text{
    fill: var(--white);
}
.header_logo svg {
    height:26px;
}
.header.header_sticky .header_toggle_hamburger span:after, .header.header_sticky .header_toggle_hamburger span:before, .header.header_sticky .header_toggle_hamburger span{
    background: var(--white);
}

.title_section{
    color: var(--white);
}

.works_inner .title_section{
    color: var(--black);
}

.video_section{
    position: relative;
  height:83.5vh;
}

.video_section .container video{
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

.video_section .container_full video{
    width: 100%;
    height: 80vh;
}


.video_section .container.upload{
    overflow: hidden;
    height:100%;
}

.video_section .container.upload video {
    
    width: 100%;
   height:100%;
    object-fit: cover;

   
}

.video_section .container_full.upload {
    overflow: hidden;
    height:100%;
}

.video_section .container_full.upload video {
    width: 100%;
    object-fit: cover;
}

.video_section .container video{
    width: 100%;
    height: 70vh;
}

.video_section .container_full video{
    width: 100%;
    height:100%;
   
}

.simple_text_section {
    position: relative;
    padding: 78px 0 103px;
}

.simple_text_section .container_inner h3{
    max-width: 70%;
    margin-bottom: 20px;
}

.simple_text_section .container_inner p{
    max-width: 70%;
    margin-bottom: 20px;
    color: var(--white);
}

.timeline_section{
    position: relative;
    padding: 53px 0 103px    
}

.timeline_wrapper{
    display: flex;
}

.timeline_wrapper .animated_section{
    width: 700px;
}

.timeline_wrapper .text_section{
    width: 1200px;
    margin-top: 100px;
}

.timeline_wrapper .text_section h2{
    font-size: 120px;
    line-height: 110px;
    color: var(--black);
    margin-bottom: 0px;
    font-weight: normal;
    text-shadow: -1px -1px 0 var(--orange), 1px -1px 0 var(--orange), -1px 1px 0 var(--orange), 1px 1px 0 var(--orange);
    z-index: 1;
    position: relative;
}


.timeline_wrapper .text_section .white_box{
    background-color: var(--white);
    padding: 50px 70px;
    width: 500px;
    margin-left: 200px;
    border-radius: 5px;
    margin-bottom: 130px;
    margin-top: -25px;
    z-index: 2;
    position: relative;
}

.timeline_wrapper .text_section .white_box h4{
    margin-bottom: 20px;
}

.timeline_wrapper .text_section .white_box h3{
    color: var(--black);
    margin-bottom: 20px;
}

.timeline_wrapper .text_section .white_box p{
    color: var(--black);
    margin-bottom: 20px;
}

.animate_wrapper{
    border-top: 1px solid var(--orange);
    border-left: 1px solid var(--orange);
    border-right: 1px solid var(--orange);
    margin: 0 40px 0 65px;
    height: calc(100% + 100px);
    position: relative;
}

.animate_wrapper .under_layer{
    position: absolute;
    top: 0;
}

.animate_wrapper .over_layer{
    position: absolute;
    top: 0;
    height: 0;
    overflow: hidden;
}

.animate_wrapper .over_layer path {
    transition: stroke-dashoffset 1000ms ease;
  }

  .animate_wrapper::after{
    content: "";
    height: 100px;
    width: 104%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(27,32,43,1) 16%, rgba(208,13,13,0) 100%);
    position: absolute;
    bottom: 0;
    left: -2%;
} 
/*
.animate_wrapper .start_point{
    position: relative;
    top: 90px;
    left: 40px;
} 

.animate_wrapper .start_point::before{
    content: "";
    background-color: var(--orange);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 4px;
}*/

.item_wrapper{
    position: relative;
}

.progress_dot::before{
    content: "";
    background-color: var(--orange);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.bg_white{
    background-color: var(--white);
}

/* product page */

.product_header{
    margin-bottom: 50px;
}

.product_header .container .text{
    margin-top: 100px;
    flex: 1;
    max-width: 944px;
    margin-right: 40px;
}

.nav {
    margin-bottom: 50px;
}

.nav .left_nav, .nav .right_nav{
    padding: 15px 60px 15px 40px;
    display: flex;
}

.nav .left_nav li, .nav .right_nav li{
}

.nav .left_nav li a, .nav .right_nav li a{
    color: var(--black);
}

.nav .left_nav li a.link{
    padding:12px 7px 11px 34px;
}

.nav .right_nav li a.link{
    padding:12px 34px 11px 7px;
}

.nav a.link span.plus::before, .nav a.link span.plus::after{
    background-color: var(--black);
}

.overview .flex_wrap{
    gap: 100px;
}


.overview .left_col{
    min-width: 504px;
}

.overview .right_col p{
    margin-bottom: 20px;
}

.overview .right_col ul li{
	list-style-image: url('data:image/svg+xml,<svg transform="scale(0.5) translate(0, 10)" transform-origin="center" xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><g id="Group_10133" data-name="Group 10133" transform="translate(-974 -1008)"><g id="Ellipse_112" data-name="Ellipse 112" transform="translate(974 1008)" fill="none" stroke="%23e64e26" stroke-width="2"><circle cx="11" cy="11" r="11" stroke="none"/><circle cx="11" cy="11" r="10" fill="none"/></g><path id="Path_22411" data-name="Path 22411" d="M9292.068,12243.6l2.461,2.628,1.283-1.282,5.842-5.843" transform="translate(-8311.83 -11223.629)" fill="none" stroke="%23e64e26" stroke-width="2"/></g></svg>');/* Use translate(X, Y) to position the SVG up, down, left, and right */
    margin-left: 25px;
}
.overview .right_col ul li::marker{
	font-size: 1.5em;
	line-height: 0.1em;
}

.overview .image_wrap{
    margin-top: 100px;
}



.overview .image_wrap img:first-child{
    width: 40%;
}

.overview .image_wrap img:last-child{
    margin-top: 100px;
    width: 60%;
}

/* make the fixed tagline sit over top */
/* removed to  */
.about_section {
    z-index: 0;
    
}

.about_section.bg_white{
    background-color: var(--black);
}

.about_section.bg_white .title_section{
    color: var(--white);
}

.cta_block{
    background-color: var(--white);
}

.cta_block .cta_description .title_section{
    color: var(--black);
}

.cta_block .cta_description .typical_text p{
    color: var(--black);
}

.typical_content .typical_text h1, .typical_content .typical_text h2, .typical_content .typical_text h3, .typical_content .typical_text h4, .typical_content .typical_text h5, .typical_content .typical_text h6, .typical_content .typical_text p{
    color: var(--white);
    font-weight: 100;
}

.top_section.bg_white{
    background-color: var(--black);
    
}

.top_section h1 {
    @media(min-width: 1200px) {
        font-weight: 300 !important;
        max-width: 86%;
        font-size: 90px;
        line-height: 82px;
    }
}

.breadcrumbs{
    color: var(--orange);
}

.explore_section.bg_white{
    background-color: var(--black);
    position:relative;
    z-index: 2;
}

.explore_link_item.dark .explore_link_inner{
    background-color: var(--white);    
}

.explore_link_item.dark .explore_link_name{
    color: var(--black);
}

.explore_link_item.dark .explore_link_arrow svg{
    stroke: var(--black);
}

.discuss_description .title_section{
    color: var(--black);
}

.contact_request_inner{
    background-color: var(--white);
}

.contact_request_inner .title_section.white{
    color: var(--black);
}

.content_about.mb{
    background-color: var(--black);
    padding: 70px 0 0 0;
    /* make side tagline sit above section */
    z-index: -1;
    position: relative;
}

.top_section.bg_white{
    background-color: var(--black);
}

.our_services .title_section{
    color: var(--black);
}

.our_service_name {
    font-size: 28px;
    font-weight: 600;
}

.our_service_arrow svg{
    stroke: var(--black);
}

.our_services_inner.bg_gray{
    background-color: var(--white);
}

.our_service_img{
    background-color: var(--grey);
}

.content_about {
    background-color: #fff;
}
.content_about .title_section{
    color: var(--black);
}

.line_section .line_space_top{
    background-color: var(--black);
}

.line_section .line_trigger_info{
    background-color: var(--white);
    padding: 50px;
    max-width: 650px;
    z-index: 2;
    margin-top: 105px;
    position: relative;
}

.line_trigger_item{
    padding-left: 130px;
    margin-bottom: 100px;
    width: 50%;
}

.line_trigger_item{
    display: block;
}

.line_content_right{
    margin-left: 0;
    width: 1000px;
}

.line_triggers{
    position: relative;
    /* margin-left: 520px; */
}

.item_wrap{
    display: flex;
    /* position: absolute;
    margin-left: -590px; */
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.image_wrap{
    width: 35%;
    padding: 10px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #707070;
}

.item_wrap:last-child .image_wrap{
    border-bottom: 0px solid #707070;
}


.image_wrap:before{
    content: "";
    height: 100%;
    width: 1px;
    background-color: #e64e26;
    position: absolute;
    left: 0;
}

.image_wrap:after{
    content: "";
    height: 100%;
    width: 1px;
    background-color: #e64e26;
    position: absolute;
    right: 0;
}


.image_wrap .left_image{
}

.image_wrap .right_image{
}

.line_trigger_item:before{
    left:-62.52%;
}

.line_content:before{
    background-image: none;
}

.line_content_right {
    margin-left: 0;
    width: 100%;
}

.line_border {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    padding-top: 19px;
    margin-left: 19%;
}

.background_text{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.background_text h3{
    /* color: var(--orange);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px; */
    color: var(--black);
    text-shadow:
    1px 1px 0 var(--orange),
    -1px 1px 0 var(--orange),
    -1px -1px 0 var(--orange),
    1px -1px 0  var(--orange);
    font-size: 120px;
}

.cta_section{
    padding-bottom: 100px;
}

.top_section.bg_white.products .top_description{
    min-height: 75px;
}

.top_section.bg_white.products .top_wrap .top_left{
    padding: 0px 30px 140px 0;
    width: 70%;
}

.top_section.bg_white.products .top_wrap .top_left .typical_text{
    max-width: 1000px;
}

.our_services{
    padding-bottom: 100px;
}

.top_media.single_product_thumb{
    margin-top: -100px;
}

.top_media.single_product_thumb .top_video{
    text-align: center;

}

.service_intro .typical_text p {
    color: var(--white);
}

.service_intro .title_category{
    margin-bottom: 12px;
}

.service_intro .typical_text ul li {
    margin-bottom: 5px;
    padding-left: 35px;
    color: var(--white);
}

.service_intro .typical_text ul li:before {
    content: "";
    height: 22px;
    width: 22px;
    background-size: cover;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><g id="Group_10134" data-name="Group 10134" transform="translate(-974 -1008)"><g id="Ellipse_112" data-name="Ellipse 112" transform="translate(974 1008)" fill="none" stroke="%23e64e26" stroke-width="2"><circle cx="11" cy="11" r="11" stroke="none"/><circle cx="11" cy="11" r="10" fill="none"/></g><path id="Path_22411" data-name="Path 22411" d="M9292.068,12243.6l2.461,2.628,1.283-1.282,5.842-5.843" transform="translate(-8311.83 -11223.629)" fill="none" stroke="%23e64e26" stroke-width="2"/></g></svg>');
}

.service_intro .images_column{
    flex-direction: row;
    width:100%;
}

.faq{
    border-bottom: 1px solid var(--orange);
    padding-bottom: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.faq .trigger_item_name{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.faq .trigger_item_name:after{
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.987" height="9.246" viewBox="0 0 15.987 9.246"><path id="Path_22415" data-name="Path 22415" d="M9287.064,12239.1l7.465,7.125,1.283-1.282,5.842-5.843" transform="translate(-9286.374 -12238.376)" fill="none" stroke="%23e64e26" stroke-width="2"/></svg>');
    height: 10px;
    width: 20px;
    margin-top: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.faq .typical_text{
    max-height: 0;
    overflow: hidden;
    transition: all .3s
}

.faq.active .typical_text{
    max-height: 10000px;
    overflow: hidden;
    transition: all .3s
}

@media screen and (max-width: 767px){

    .simple_text_section {
        padding: 53px 0;
    }    

    .simple_text_section .container_inner h3{
        max-width: 90%;
    }
    
    .simple_text_section .container_inner p{
        max-width: 90%;
    }    

    .our_service_img img {
        width: 50%;
        margin: 0 25%;
    }

    .top_media {
        padding-left: 0px;
    }

    .line_triggers {
        position: relative;
        margin-left: 0px;
    }

    .background_text h3 {
        text-shadow: 0.5px 0.5px 0 var(--orange), -0.5px 0.5px 0 var(--orange), -0.5px -0.5px 0 var(--orange), 0.5px -0.5px 0 var(--orange);
        font-size: 50px;
    }

    .line_section .line_trigger_info {
        margin-top: 55px;
    }

    .line_content_right {
        width: 100%;
    }

    .explore_link_inner {
        flex-direction: row;
    }

    .line_trigger_item {
        padding-left: 0px;
    }

    .explore_link_inner {
        min-height: 135px;
    }

    .explore_link_bottom{
        margin-top: 0;
    }

    .top_section.bg_white.products .top_wrap .top_left {
        width: 90%;
        padding: 0px 30px 50px 0;
    }

    .nav .left_nav li a.link {
        padding: 12px 7px 11px 4px;
    }

    .link .plus {
        margin-left: 6px;
        margin-right: 10px;
    }

    .nav .left_nav, .nav .right_nav {
        padding: 15px 20px 15px 20px;
    }    

    .service_intro .container .description_row_right .typical_text{
        opacity: 1;
        transform: none;
    }
}
.simple_text_section .container_inner h3 {
    margin-bottom: 40px;
}



/* font amends */
h2 {
    font-weight: 300 !important;
    letter-spacing: 1px !important;
}
h1 {
    font-weight: 300 !important;
    max-width: 86%;
    font-size: 90px;
    line-height: 82px;
}
.top_left .typical_text p{
    font-weight:200 !important;
}
.description_row_right {
 font-weight:300;
}
.trigger_item_name{
    font-weight:600;
}

.our_services_wrap{
    flex-wrap:wrap;
}
.our_service_item{
    margin-bottom:80px;
}

.container_inner{
    position:relative
}

.product_btn{
    position: absolute;
    right:140px;
    top:0px;
}

.header_tasicca svg {
    display: block;
    height: 22px;
}

.contact_request_field input, .contact_request_field textarea {
    border: solid 1px;
}

.btn.product_btn {
	display: none;
}