@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");.tabs-container{background-color:#000;display:flex;flex-direction:column;font-family:Montserrat,sans-serif;font-weight:300;gap:10px;text-decoration:none}.tab-input{display:none}.tab-labels{background-color:#fff;display:flex;flex-wrap:wrap;gap:50px;justify-content:center;margin-bottom:20px;padding:20px}.tab-label{align-items:center;background-color:#000;border:2px solid transparent;border-radius:4px;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:27px;font-weight:400;height:175px;padding:10px 20px;position:relative;text-align:center;text-transform:uppercase;transition:background-color .5s ease,border-color .5s ease}.tab-label img{height:auto;margin-bottom:8px;width:100px}.tab-label:hover{background-color:#585858}input[type=radio]:checked+.tab-label{background-color:#585858;border-color:#585858;color:#fff}.tab-labels label:not(:last-child){margin-right:20px}.tab-content-wrapper{margin:0 auto;width:75%}.tab-content{color:#fff;display:none;padding:20px}.content-img img{max-width:250px}#tab1:checked~.tab-content-wrapper #content1,#tab2:checked~.tab-content-wrapper #content2,#tab3:checked~.tab-content-wrapper #content3{display:block}.grid.grid-top{display:grid;gap:10px;grid-template-columns:1fr}.grid.grid-bottom{display:grid;gap:20px;grid-template-columns:1fr 1fr}.column-1,.column-2{display:flex;flex-direction:column;gap:10px}@media (max-width:768px){.grid.grid-bottom{grid-template-columns:1fr}.column-1,.column-2{width:100%}}.grid.grid-tab2{display:grid;gap:10px;grid-template-columns:1fr}.grid.grid-tab3{display:grid;gap:50px;grid-template-columns:1fr 1fr}.image-box{display:flex;grid-column:1/2;justify-content:center}.image-box img{height:auto;width:100%}.half img{width:50%}.grid-right{display:grid;gap:10px;grid-template-columns:1fr;width:80%}.grid-right .box{padding:10px;text-align:center}.grid.grid-tab3 .full{grid-column:span 2}.grid.grid-tab3 .box:nth-child(n+2){grid-row:span 1}.box{padding:5px;text-align:center}.title{font-size:48px;font-weight:700}.subtitle{font-size:30px;font-weight:700}.hs-responsive-embed-iframe{max-height:600px}.no-padding{padding:0}.item-text{font-weight:400!important;padding:0 0 20px}@media screen and (max-width:768px){.tab-labels{flex-direction:column;gap:5px}.grid.grid-bottom,.grid.grid-tab2,.grid.grid-tab3{grid-template-columns:1fr}.box{padding:10px}}@media screen and (max-width:480px){.box{padding:8px}.hs-responsive-embed-iframe{max-height:400px}.tab-labels{flex-direction:column;gap:3px}.subtitle{font-size:24px}.grid.grid-bottom,.grid.grid-tab2,.grid.grid-tab3,.grid.grid-top{grid-template-columns:1fr}}