.tabs{display:flex;flex-grow:3;flex-wrap:wrap;list-style:none;max-width:100%;position:relative}.tab__radio{display:none}.tab__radio:checked:first-of-type~.tab__content:first-of-type,.tab__radio:checked:nth-of-type(2)~.tab__content:nth-of-type(2),.tab__radio:checked:nth-of-type(3)~.tab__content:nth-of-type(3),.tab__radio:checked:nth-of-type(4)~.tab__content:nth-of-type(4),.tab__radio:checked:nth-of-type(5)~.tab__content:nth-of-type(5),.tab__radio:checked:nth-of-type(6)~.tab__content:nth-of-type(6){opacity:1;position:relative;text-shadow:0 0 0;top:0;-webkit-transform:translateY(0);transform:translateY(0);transition:opacity .5s ease-in,-webkit-transform .8s ease;transition:opacity .5s ease-in,transform .8s ease;transition:opacity .5s ease-in,transform .8s ease,-webkit-transform .8s ease;z-index:100}.tab__radio:first-of-type:not(:last-of-type)+label{border-bottom-right-radius:0;border-top-right-radius:0}.tab__radio:not(:first-of-type,:last-of-type)+label{border-radius:0}.tab__radio:last-of-type:not(:first-of-type)+label{border-bottom-left-radius:0;border-top-left-radius:0}.tab__radio:checked+label{cursor:default}.tab__radio:checked+label:after{background-color:#ffcd00;bottom:-11px;content:"";height:5px;left:0;position:absolute;width:100%}.tab__label{color:#fff;cursor:pointer;display:block;flex-grow:3;font-family:Playfair Display,sans-serif;font-size:2rem;font-weight:900;line-height:2rem;position:relative;text-align:center;transition:background-color .3s ease,box-shadow .3s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width:47.99em){.tab__label{font-size:1.5rem}}@media (max-width:33.99em){.tab__label{font-size:1rem}}@media (max-width:47.99em){.tab__label{line-height:1.5rem}}.tab__label:before{background-color:#fff;bottom:-9px;content:"";height:1px;left:0;position:absolute;width:100%}.tab__label:hover{opacity:.9}.tab__content{color:#fff;font-size:1.5rem;font-weight:300;left:0;line-height:2.25rem;opacity:0;padding-left:12px;padding-right:12px;padding-top:64px;position:absolute;-webkit-transform:translateY(-3px);transform:translateY(-3px);width:100%;z-index:-1}@media (max-width:33.99em){.tab__content{padding-top:48px}}@media (max-width:47.99em){.tab__content{font-size:1rem;line-height:1.5rem}}

/*# sourceMappingURL=tabs.css.map*/