/*@charset "UTF-8";*/
/*!* Left in for compability reasons *!*/
/*!* MIXINS *!*/
/*.accordion {*/
/*  background: #000;*/
/*  color: #fff;*/
/*  cursor: pointer;*/
/*  padding: 18px;*/
/*  padding-left: 35px;*/
/*  width: 100%;*/
/*  border: 1px solid #5c5c5c;*/
/*  border-bottom: unset;*/
/*  border-top: unset;*/
/*  border-radius: 0;*/
/*  text-align: left;*/
/*  outline: none;*/
/*  transition: 0.4s;*/
/*  position: relative;*/
/*  transition: background 1.5s ease;*/
/*}*/
/*.accordion:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  height: 4px;*/
/*  width: calc(100% + 0px);*/
/*  bottom: -1px;*/
/*  left: 0px;*/
/*  background: linear-gradient(230deg, #61B9E6 0%, #B4C833 100%);*/
/*}*/
/*.active, .accordion:hover {*/
/*  background-color: #ccc;*/
/*  background: linear-gradient(230deg, #61B9E6 0%, #B4C833 100%);*/
/*  border-color: transparent;*/
/*  transition: background 1.5s ease;*/
/*}*/
/*.accordion:after {*/
/*  content: "+";*/
/*  color: #fff;*/
/*  font-weight: bold;*/
/*  float: right;*/
/*  margin-left: 5px;*/
/*}*/
/*.active:after {*/
/*  content: "−";*/
/*}*/
/*.panel {*/
/*  padding: 0 18px;*/
/*  background-color: white;*/
/*  max-height: 0;*/
/*  overflow: hidden;*/
/*  transition: max-height 0.2s ease-out;*/
/*}*/
/*.panel p {*/
/*  color: #000;*/
/*  padding-top: 35px;*/
/*  padding-bottom: 35px;*/
/*}*/
/*.accordion_head .accordion_icon img {*/
/*  height: 50px;*/
/*  width: 50px;*/
/*}*/
/*.accordion_head .subheadline {*/
/*  margin-bottom: 35px;*/
/*}*/
/*.accordion_footer {*/
/*  margin-top: 65px;*/
/*}*/
