ul.tabs{border-radius:8px;justify-content:center;list-style:none;margin:0 auto 50px;padding:0;width:95%}ul.tabs,ul.tabs li{align-items:center;display:flex}ul.tabs li{align-self:stretch;background-color:#fff;border-bottom:1px solid #dedede;border-left:1px solid #dedede;border-top:1px solid #dedede;color:#999;cursor:pointer;flex:1 0 0;flex-direction:column;float:left;font-size:16px;gap:10px;margin:0;overflow:hidden;padding:12px 34px;position:relative}.tab_last{border-right:1px solid #dedede}ul.tabs li.active,ul.tabs li:hover{background:#b90000;color:#fff;font-weight:700}ul.tabs li:first-of-type{border-bottom-left-radius:8px;border-top-left-radius:8px}ul.tabs li:last-of-type{border-bottom-right-radius:8px;border-top-right-radius:8px}.tab_container{overflow:auto}.tab_content{align-items:center;flex-direction:column}.tab_accordion_heading{display:none}.tab_content-bottom{align-items:center;display:flex;justify-content:space-between}.tab-content-bottom-left img,.tab-content-bottom-right img{max-width:95%!important}.tab-content-bottom-right{display:flex;justify-content:flex-end}.tab_content-top p{font-size:20px}.tab_content-top{margin-bottom:30px;max-width:75%}.tab-content-bottom-left{line-height:1}@media screen and (max-width:900px){ul.tabs{display:none}.tab_content{grid-template-columns:1fr}.tab_accordion_heading{background-color:#fff;border:1px solid #dedede;border-radius:8px;color:#b90000;cursor:pointer;display:block;font-size:16px;padding:8px;-webkit-touch-callout:none;margin:0 0 20px;text-align:center;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.acc_active{background:#b90000;color:#fff}.tab_content-bottom,.tab_content-top{margin-bottom:30px}}