.technical-faq-page{padding-bottom:60px;background:#f5f7f9}.technical-faq{max-width:800px;margin:0 auto;padding:0 10px}.technical-faq__title{text-align:center;font-size:2rem;margin-bottom:30px;color:#1e1e1e}.technical-faq__wrapper{margin:5px;border:1px solid hsla(0,0%,82%,.2)}.technical-faq__header{text-transform:uppercase;color:#000;width:100%;padding:15px;text-align:left;background:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s ease;border:none;border-bottom:1px solid hsla(0,0%,82%,.2);font-family:Söhne,Arial,sans-serif;font-size:16px;font-weight:400;border-radius:10px}.technical-faq__header:hover{background-color:#ccc}.technical-faq__header--active{border-bottom:none}.technical-faq__toggle-symbol{width:20px;height:20px;border:2px solid #525252;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;font-weight:600;transition:background-color .3s ease;padding:12px}.technical-faq__header:hover .technical-faq__toggle-symbol{background-color:#ccc}.technical-faq__content{color:#1e1e1e;max-height:0;overflow:hidden;padding:0 15px;background:#f7f7f7;transition:max-height .8s ease,padding .8s ease}.technical-faq__content--open{max-height:615px;padding:15px}.technical-faq__table{width:100%;border-collapse:collapse}.technical-faq__table td{padding:8px}.technical-faq__table-description{font-family:Söhne,Arial,sans-serif;font-size:14px;font-weight:400;color:#1e1e1e}.technical-faq__table-description:first-child{font-weight:700}@media(max-width:768px){.technical-faq{padding:0}}