.tab-grid{padding:64px 0}.tab-grid__heading{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:800px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto 32px;text-align:center}.tab-grid__outline{font-size:16px;line-height:24px;font-weight:600;margin-bottom:8px}.tab-grid__title{font-size:32px;font-weight:600;line-height:48px}.tab-grid__desc{font-size:16px;line-height:24px;margin-top:16px}.tab-grid__action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.tab-grid__grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;row-gap:40px;justify-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}@media screen and (max-width: 1199px){.tab-grid__grid{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 991px){.tab-grid__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 575px){.tab-grid__grid{grid-template-columns:repeat(1, 1fr)}}.tab-grid__tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:4px;margin:0 auto 32px;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;background-color:#f1f5f9;padding:4px;border-radius:999px}.tab-grid__tab{-webkit-box-flex:0;-ms-flex:0 0 max-content;flex:0 0 max-content;padding:8px 20px;border:none;background-color:rgba(0,0,0,0);color:#272b32;font-size:16px;cursor:pointer;border-radius:999px;-webkit-transition:all .3s ease;transition:all .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;will-change:background-color,color,font-weight;width:-webkit-max-content;width:-moz-max-content;width:max-content}.tab-grid__tab:hover{background-color:#1d2125;color:#fff;font-weight:600}.tab-grid__tab.active{background-color:#1d2125;color:#fff;font-weight:600}.tab-grid__tab-content{display:none}.tab-grid__tab-content.active{display:block}.tab-grid__tab-content.two_col .tab-grid__grid{grid-template-columns:repeat(2, 1fr)}.tab-grid__tab-content.four_col .tab-grid__grid{grid-template-columns:repeat(4, 1fr)}@media screen and (max-width: 1199px){.tab-grid__tab-content.four_col .tab-grid__grid{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 991px){.tab-grid__tab-content .tab-grid__grid{grid-template-columns:repeat(2, 1fr)}.tab-grid__tab-content.four_col .tab-grid__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 575px){.tab-grid__tab-content .tab-grid__grid{grid-template-columns:repeat(1, 1fr)}}.tab-grid__card{display:grid;grid-template-rows:auto 1fr auto;gap:12px;-webkit-box-align:start;-ms-flex-align:start;align-items:start;width:100%;height:auto;min-height:0}.tab-grid__card-img,.tab-grid__card-info,.tab-grid__card-footer,.tab-grid__card-title,.tab-grid__card-desc,.tab-grid__card-subtitle{width:100%}.tab-grid__card-img{padding:18px 17px;background-color:#f2fbff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}.tab-grid__card-img img{display:block;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.tab-grid__card-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;min-height:0}.tab-grid__card-title{font-size:20px;line-height:28px;color:#232933;font-weight:600;margin:0}.tab-grid__card-desc{font-size:16px;line-height:24px;margin:0}.tab-grid__card-subtitle{font-size:16px;line-height:24px;font-weight:600;margin:0}.tab-grid__card-footer{padding:12px 0;border-top:1px solid #dcdfe4;font-size:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px}.tab-grid__card-footer .label-tag,.tab-grid__card-footer .tags{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}.tab-grid__card-footer .tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.tab-grid__card-footer .tags .badge{background:#f0f1f3;padding:2px 4px;border-radius:999px;font-size:10px;line-height:12px;font-weight:600;margin:0}.tab-grid__modal{display:none;position:fixed;width:100vw;height:100vh;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;left:0;z-index:997}.tab-grid__modal-backdrop{position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.8);z-index:998}.tab-grid__modal-content{max-width:640px;width:100%;background:#fff;border-radius:6px;height:-webkit-max-content;height:-moz-max-content;height:max-content;max-height:95vh;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:999;position:relative}.tab-grid__modal-close{position:absolute;top:12px;right:12px;z-index:1000;background:rgba(0,0,0,0);border:none;width:20px;height:20px;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0}.tab-grid__modal-header{padding:12px 12px 12px 16px}.tab-grid__modal-body{height:calc(100% - 139px);overflow-y:auto}.tab-grid__modal-title{font-size:14px;line-height:20px;font-weight:600;margin:0}.tab-grid__modal-image{padding:40px 38px;background-color:#f2fbff}.tab-grid__modal-content-slot{padding:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.tab-grid__modal-text,.tab-grid__modal-list-slot{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}.tab-grid__modal-list-title{margin-bottom:8px}.tab-grid__modal-list li{padding-left:32px;position:relative;margin-bottom:8px}.tab-grid__modal-list li:last-child{margin-bottom:0}.tab-grid__modal-list li::before{content:"";position:absolute;left:0;top:0;width:20px;height:20px;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3LjI2MDIgNC40NTAyOUMxNy41NjM4IDQuNzMyMDcgMTcuNTgxNSA1LjIwNjYxIDE3LjI5OTcgNS41MTAyMUw4LjAxODQ3IDE1LjUxMDJDNy44ODA0MSAxNS42NTkgNy42ODc5NSAxNS43NDU0IDcuNDg1MDUgMTUuNzQ5OEM3LjI4MjE1IDE1Ljc1NDIgNy4wODYxMiAxNS42NzYyIDYuOTQxNzIgMTUuNTMzNkwyLjcyMjk3IDExLjM2N0MyLjQyODI3IDExLjA3NTkgMi40MjUzMiAxMC42MDEgMi43MTYzOSAxMC4zMDYzQzMuMDA3NDUgMTAuMDExNiAzLjQ4MjMyIDEwLjAwODcgMy43NzcwMyAxMC4yOTk3TDcuNDQ1MzMgMTMuOTIyN0wxNi4yMDAzIDQuNDg5OEMxNi40ODIxIDQuMTg2MiAxNi45NTY2IDQuMTY4NTEgMTcuMjYwMiA0LjQ1MDI5WiIgZmlsbD0iIzIzQTA2QiIvPjwvc3ZnPgo=");background-size:contain;background-repeat:no-repeat;background-position:center}.tab-grid__modal-subtitle{font-weight:600}.tab-grid__modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;padding:24px;border-top:1px solid #dcdfe4;position:sticky;bottom:0;left:0;background:#fff}@media screen and (max-width: 600px){.tab-grid__modal-footer{-ms-flex-wrap:wrap;flex-wrap:wrap}}.tab-grid__modal-tags .label-tag{margin-bottom:6px}.tab-grid__modal-tags .label-tag,.tab-grid__modal-tags .tags{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}.tab-grid__modal-tags .tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.tab-grid__modal-tags .tags .badge{background:#f0f1f3;padding:2px 4px;border-radius:999px;font-size:10px;line-height:12px;font-weight:600;margin:0}@media screen and (max-width: 600px){.tab-grid__modal-tags{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}}.tab-grid__modal-buttons-slot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}@media screen and (max-width: 600px){.tab-grid__modal-buttons-slot{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}}.tab-grid__modal.active{display:block}/*# sourceMappingURL=tab-grid.min.css.map */