<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
  
    height:auto;
    margin: 0;
    padding: 0;
    font-family:"Folio-ExtraBold";
}

body {
    background: linear-gradient(180deg, #E6FFBE 6.25%, #918EFF 33.33%, #D27CF0 54.69%, #FFEF64 80.73%, #A5F98F 100%);
    width:100vw;
    height: auto;
    background-repeat: no-repeat;
    
}
.tl_item_1{
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 100px;
}

.tl_item_1_centro{
    display: flex;
   

}
.tl_item_1_centro img{
    width: 600px;
    height: auto;
    margin-top: 100px;

}
.tl_group_name {
    height: 100%;
    color: #FFF;
    font-size: 20px;
    margin-left: 60px;
    margin-top: 300px;
}
.tl_item_1_centro{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.tl_vertical-text{
    writing-mode: vertical-lr;
    font-size: 50px;
    color: #FFB69F;
    font-size: 30px;
    display: flex;
    justify-content: flex-start;
    margin-top: 300px;
    padding-right: 40px;

}


/*Popup, scrollen und exit Icon */

.button_popup{
  position: fixed;
 bottom: 10px;
}
.buttons{
width: 100vw;
display: flex;
justify-content: flex-end;
align-items: flex-end;
margin-bottom: 30px;
padding-right: 30px;
}
.buttons a{

    width: 200px;
    height: 70px;
}

.button_text{
    padding: 0, 40px, 0, 40px;
    background: #FFA6AB;
    width:200px;
    height: 70px;

}
.button-arrow{
    background: #FFA6AB;
    width:200px;
    height: 70px;
    margin-left: 25px;
    margin-right: 25px;
}
.button-exit{
    padding: 0, 40px, 0, 40px;
    background: #FFA6AB;
    width:200px;
    height: 70px;
}



/*pop up*/
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
  }

.overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
    margin: 80px auto;
    padding: 20px;
    background: #fff;
    
    width: 50%;
    height: 80%;
    position: relative;
    transition: all 5s ease-in-out;
  }
  .popup .close {
    display: flex;
  justify-content: flex-end;
    transition: all 200ms;
    font-size: 70px;
    font-weight: bold;
    text-decoration: none;
    color: #777777;
  }
  .popup_button-exit{
   
    background: #FFA6AB;
    width: 70px;
    height: 70px;

  }
  .popup .content {
    width: 90%;
    margin-left: 20px;
    margin-top: 20px;
    height: 75%;
    max-height: 100%;
    overflow: auto;
  }
  .content p{
    font-size: 19px;
    line-height: 1.5;
    color: #797979;

  }

  .description_container{
    position: fixed;
    top: 100px;
    left: 36%;

}
.button_description{
    background-color: #FFA6AB;
    width: 90px;
    height: 90px;
    border-color: #fff;
    border-style: solid;
    border-width: 3px;
    
}</pre></body></html>