.tabs-module{max-width:1260px;margin:0 auto;padding:0 5%;background:rgba(255,255,255,0.8)}.tabs-module-mobile-select{position:relative;background:rgba(255,255,255,0.5)}.tabs-module-select{position:relative;display:block;width:100%;max-width:650px;padding:5px;font-size:1.1rem;appearance:none;background:transparent;border:solid 2px #e9b247;border-radius:6px;cursor:pointer}.tabs-module-select:focus{outline:0}.tabs-module-select-arrow{content:'';position:absolute;top:12px;right:8px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #e9b247}@media screen and (min-width:800px){.tabs-module-mobile-select{display:none}}.tabs-module-tabs{display:none;justify-content:center}@media screen and (min-width:800px){.tabs-module-tabs{display:flex}}.tabs-module-tab{display:flex;flex-direction:column;justify-content:space-between;width:30%;margin:2%;padding:20px;border:solid 3px #e8b248;border-radius:8px;background:white;box-shadow:0 15px 25px -10px rgba(0,0,0,.3);cursor:pointer}.tabs-module-tab:hover{background:#fff3dd}.tabs-module-tab.active{background:#ffe5b3}.tabs-module-title{margin:0 0 8px}.tabs-module-title-rich-text{color:#5f5f5f}.tabs-module-mobile-title-extra{margin:10px 0 0}.tabs-module-content-pane{display:none;margin:20px 0 0;padding:10px 2% 0}.tabs-module-content-pane.open{display:block}.tabs-module-mobile-title-extra-item{display:none}.tabs-module-mobile-title-extra-item.open{display:block}.tabs-module-cta{display:flex;justify-content:center}.tabs-module-content{padding:10px 2%}