
  .t668__opened .t668__lines {
    -moz-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
   }
   .t668__lines svg {
    display: none;
}
   .t668__lines::after {
    content: " ";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    background-image: url(https://static.tildacdn.com/tild3931-6364-4263-b736-316531353437/Right_2.svg);
    background-size: 100%;
}

.t668__accordion {
    width: 100% !important;
    margin: 5px;
    border: 1px solid #BB9952;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0)
    -webkit-transition: all ease-in-out .25s;
    transition: all cubic-bezier(0.68, -0.55, 0.27, 1.55) .3s;

}