.tab-content .tabs{display:grid;gap:16px}.tab-content .tab{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:2px;background-color:var(--color-background-section-alternate);padding:10px;border-radius:8px 8px 0 0;cursor:pointer;transition:color .6s ease,background-color .6s ease}.tab-content .tab.mobile{display:none}.tab-content .tab.active{color:var(--color-text-white-light);background-color:var(--color-tab-active);cursor:default}.tab-content .content{display:none;flex-flow:row nowrap;padding:40px;border:1px solid var(--color-background-section-alternate)}.tab-content .content.active{display:flex}.tab-content .content .image,.tab-content .content .rich-text{flex:1}.tab-content .content .image{margin-left:40px}@media screen and (max-width:1040px){.tab-content .tabs{display:none}.tab-content .tab.mobile{display:flex;margin-top:20px;border-radius:8px}.tab-content .tab.mobile.active{border-radius:8px 8px 0 0;cursor:pointer}.tab-content .tab.mobile:first-of-type{margin-top:0}}@media screen and (max-width:767px){.tab-content .content{flex-flow:column nowrap}.tab-content .content .image{margin-left:0;margin-top:20px}}