.expandable{width:100%}.expandable h2{color:#2b2f2e;font-family:Open Sans,sans-serif;font-size:16px;margin-bottom:30px}.expandable_section{margin-bottom:10px}.expandable_wrapper{display:grid;gap:30px;grid-template-columns:1fr 1fr}.expandable_description{font-family:Open Sans,sans-serif;font-size:18px;font-weight:300;margin-bottom:30px;max-width:610px}.expandable_section_title{align-items:center;display:flex;font-size:18px;justify-content:space-between;padding:22px 30px;text-align:left}.expandable_section_description{max-height:0;overflow:hidden;transition:max-height .2s ease-out}.expandable_section_description p{font-family:Open Sans,sans-serif;padding:16px 32px}.expandable_button{align-items:center;border:none;display:flex;font-family:Open Sans,sans-serif;font-size:20px;font-weight:600;gap:10px;justify-content:space-between;outline:none;padding:15px 20px;text-align:left;transition:all .3s linear;width:100%}.expandable_button:hover{filter:brightness(.95)}.expandable-button-active{font-weight:600}.expandable-button-icon{align-items:center;color:inherit;display:inline-flex;justify-content:center}.expandable-button-icon svg{fill:currentColor;height:22px;margin-top:5px;width:22px}.expandable-button-title{flex:1}.expandable_button.show-expandable-icon:after{content:"+";font-size:32px;opacity:.6;transition:all .35s;width:20px}.expandable_button.show-expandable-icon.expandable-button-active:after{content:"-"}@media (max-width:768px){.expandable_wrapper{display:block}.expandable_section{max-width:unset}.expandable_button{font-size:18px}}