.theme--light.v-data-table tbody tr.v-data-table__selected{background:#f5f5f5}.theme--light.v-data-table .v-row-group__header,.theme--light.v-data-table .v-row-group__summary{background:#eee}.theme--light.v-data-table .v-data-footer{border-top:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table .v-data-table__empty-wrapper{color:rgba(0,0,0,.38)}.theme--dark.v-data-table tbody tr.v-data-table__selected{background:#505050}.theme--dark.v-data-table .v-row-group__header,.theme--dark.v-data-table .v-row-group__summary{background:#616161}.theme--dark.v-data-table .v-data-footer{border-top:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table .v-data-table__empty-wrapper{color:hsla(0,0%,100%,.5)}.v-data-table{border-radius:4px}.v-data-table--mobile>.v-data-table__wrapper tbody{display:flex;flex-direction:column}.v-data-table>.v-data-table__wrapper tbody tr.v-data-table__expanded{border-bottom:0}.v-data-table>.v-data-table__wrapper tbody tr.v-data-table__expanded__content{box-shadow:inset 0 4px 8px -5px rgba(50,50,50,.75),inset 0 -4px 8px -5px rgba(50,50,50,.75)}.v-data-table>.v-data-table__wrapper tbody tr:first-child:hover td:first-child{border-top-left-radius:4px}.v-data-table>.v-data-table__wrapper tbody tr:first-child:hover td:last-child{border-top-right-radius:4px}.v-data-table>.v-data-table__wrapper tbody tr:last-child:hover td:first-child{border-bottom-left-radius:4px}.v-data-table>.v-data-table__wrapper tbody tr:last-child:hover td:last-child{border-bottom-right-radius:4px}.v-data-table>.v-data-table__wrapper .v-data-table__mobile-table-row{display:initial}.v-data-table>.v-data-table__wrapper .v-data-table__mobile-row{height:auto;min-height:48px}.v-data-table__empty-wrapper{text-align:center}.v-data-table__mobile-row{align-items:center;display:flex;justify-content:space-between}.v-data-table__mobile-row__header{font-weight:600}.v-application--is-ltr .v-data-table__mobile-row__header{padding-right:16px}.v-application--is-rtl .v-data-table__mobile-row__header{padding-left:16px}.v-application--is-ltr .v-data-table__mobile-row__cell{text-align:right}.v-application--is-rtl .v-data-table__mobile-row__cell{text-align:left}.v-row-group__header td,.v-row-group__summary td{height:35px}.v-data-table__expand-icon{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.v-data-table__expand-icon--active{transform:rotate(-180deg)}.v-data-footer{display:flex;flex-wrap:wrap;align-items:center;font-size:.75rem;padding:0 8px}.v-data-footer .v-btn{color:inherit}.v-application--is-ltr .v-data-footer__icons-before .v-btn:last-child{margin-right:7px}.v-application--is-ltr .v-data-footer__icons-after .v-btn:first-child,.v-application--is-rtl .v-data-footer__icons-before .v-btn:last-child{margin-left:7px}.v-application--is-rtl .v-data-footer__icons-after .v-btn:first-child{margin-right:7px}.v-data-footer__pagination{display:block;text-align:center}.v-application--is-ltr .v-data-footer__pagination{margin:0 32px 0 24px}.v-application--is-rtl .v-data-footer__pagination{margin:0 24px 0 32px}.v-data-footer__select{display:flex;align-items:center;flex:0 0 0;justify-content:flex-end;white-space:nowrap}.v-application--is-ltr .v-data-footer__select{margin-left:auto;margin-right:14px}.v-application--is-rtl .v-data-footer__select{margin-left:14px;margin-right:auto}.v-data-footer__select .v-select{flex:0 1 0;padding:0;position:static}.v-application--is-ltr .v-data-footer__select .v-select{margin:13px 0 13px 34px}.v-application--is-rtl .v-data-footer__select .v-select{margin:13px 34px 13px 0}.v-data-footer__select .v-select__selections{flex-wrap:nowrap}.v-data-footer__select .v-select__selections .v-select__selection--comma{font-size:.75rem}.theme--light.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon{color:rgba(0,0,0,.38)}.theme--light.v-data-table .v-data-table-header th.sortable.active,.theme--light.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon,.theme--light.v-data-table .v-data-table-header th.sortable:hover{color:rgba(0,0,0,.87)}.theme--light.v-data-table .v-data-table-header__sort-badge{background-color:rgba(0,0,0,.12);color:rgba(0,0,0,.87)}.theme--dark.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon{color:hsla(0,0%,100%,.5)}.theme--dark.v-data-table .v-data-table-header th.sortable.active,.theme--dark.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon,.theme--dark.v-data-table .v-data-table-header th.sortable:hover{color:#fff}.theme--dark.v-data-table .v-data-table-header__sort-badge{background-color:hsla(0,0%,100%,.12);color:#fff}.v-data-table-header th.sortable{pointer-events:auto;cursor:pointer;outline:0}.v-data-table-header th.sortable .v-data-table-header__icon{line-height:.9}.v-data-table-header th.active .v-data-table-header__icon,.v-data-table-header th:hover .v-data-table-header__icon{transform:none;opacity:1}.v-data-table-header th.desc .v-data-table-header__icon{transform:rotate(-180deg)}.v-data-table-header__icon{display:inline-block;opacity:0;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-data-table-header__sort-badge{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:50%;min-width:18px;min-height:18px;height:18px;width:18px}.v-data-table-header-mobile th{height:auto}.v-data-table-header-mobile__wrapper{display:flex}.v-data-table-header-mobile__wrapper .v-select{margin-bottom:8px}.v-data-table-header-mobile__wrapper .v-select .v-chip{height:24px}.v-data-table-header-mobile__wrapper .v-select .v-chip__close.desc .v-icon{transform:rotate(-180deg)}.v-data-table-header-mobile__select{min-width:56px;display:flex;align-items:center;justify-content:center}@font-face{font-family:Inter;src:url(../fonts/Inter-VariableFont_slnt,wght.0c819cf9.ttf) format("truetype")}@font-face{font-family:JosefinSans;src:url(../fonts/JosefinSans-VariableFont_wght.821246b2.ttf) format("truetype");font-style:normal}@font-face{font-family:JosefinSans;src:url(../fonts/JosefinSans-Italic-VariableFont_wght.c232f827.ttf) format("truetype");font-style:italic}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{-webkit-line-clamp:3}.line-clamp-3,.line-clamp-4{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.line-clamp-4{-webkit-line-clamp:4}.line-clamp-5{-webkit-line-clamp:5}.line-clamp-5,.line-clamp-6{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.line-clamp-6{-webkit-line-clamp:6}.line-clamp-7{-webkit-line-clamp:7}.line-clamp-7,.line-clamp-8{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.line-clamp-8{-webkit-line-clamp:8}.line-clamp-9{-webkit-line-clamp:9}.line-clamp-9,.line-clamp-10{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.line-clamp-10{-webkit-line-clamp:10}.line-clamp-11{-webkit-line-clamp:11}.line-clamp-11,.line-clamp-12{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.line-clamp-12{-webkit-line-clamp:12}.line-clamp-13{-webkit-line-clamp:13}.line-clamp-13,.line-clamp-14{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.line-clamp-14{-webkit-line-clamp:14}.line-clamp-15{-webkit-line-clamp:15}.line-clamp-15,.line-clamp-16{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.line-clamp-16{-webkit-line-clamp:16}.z-index-n16{z-index:-16!important}.z-index-n15{z-index:-15!important}.z-index-n14{z-index:-14!important}.z-index-n13{z-index:-13!important}.z-index-n12{z-index:-12!important}.z-index-n11{z-index:-11!important}.z-index-n10{z-index:-10!important}.z-index-n9{z-index:-9!important}.z-index-n8{z-index:-8!important}.z-index-n7{z-index:-7!important}.z-index-n6{z-index:-6!important}.z-index-n5{z-index:-5!important}.z-index-n4{z-index:-4!important}.z-index-n3{z-index:-3!important}.z-index-n2{z-index:-2!important}.z-index-n1{z-index:-1!important}.z-index-0{z-index:0!important}.z-index-1{z-index:1!important}.z-index-2{z-index:2!important}.z-index-3{z-index:3!important}.z-index-4{z-index:4!important}.z-index-5{z-index:5!important}.z-index-6{z-index:6!important}.z-index-7{z-index:7!important}.z-index-8{z-index:8!important}.z-index-9{z-index:9!important}.z-index-10{z-index:10!important}.z-index-11{z-index:11!important}.z-index-12{z-index:12!important}.z-index-13{z-index:13!important}.z-index-14{z-index:14!important}.z-index-15{z-index:15!important}.z-index-16{z-index:16!important}.text-5xl-bold{font-weight:700!important}.text-5xl-bold,.text-5xl-semi{font-size:48px!important;line-height:58px!important}.text-5xl-semi{font-weight:600!important}.text-5xl-med{font-weight:500!important}.text-5xl-med,.text-5xl-reg{font-size:48px!important;line-height:58px!important}.text-5xl-reg{font-weight:400!important}.text-5xl-lig{font-weight:300!important}.text-5xl-ext,.text-5xl-lig{font-size:48px!important;line-height:58px!important}.text-5xl-ext{font-weight:200!important}.text-5xl-thin{font-size:48px!important;font-weight:100!important;line-height:58px!important}.text-4xl-bold{font-weight:700!important}.text-4xl-bold,.text-4xl-semi{font-size:36px!important;line-height:52px!important}.text-4xl-semi{font-weight:600!important}.text-4xl-med{font-weight:500!important}.text-4xl-med,.text-4xl-reg{font-size:36px!important;line-height:52px!important}.text-4xl-reg{font-weight:400!important}.text-4xl-lig{font-weight:300!important}.text-4xl-ext,.text-4xl-lig{font-size:36px!important;line-height:52px!important}.text-4xl-ext{font-weight:200!important}.text-4xl-thin{font-size:36px!important;font-weight:100!important;line-height:52px!important}.text-3xl-bold{font-weight:700!important}.text-3xl-bold,.text-3xl-semi{font-size:30px!important;line-height:45px!important}.text-3xl-semi{font-weight:600!important}.text-3xl-med{font-weight:500!important}.text-3xl-med,.text-3xl-reg{font-size:30px!important;line-height:45px!important}.text-3xl-reg{font-weight:400!important}.text-3xl-lig{font-weight:300!important}.text-3xl-ext,.text-3xl-lig{font-size:30px!important;line-height:45px!important}.text-3xl-ext{font-weight:200!important}.text-3xl-thin{font-size:30px!important;font-weight:100!important;line-height:45px!important}.text-2xl-bold{font-weight:700!important}.text-2xl-bold,.text-2xl-semi{font-size:24px!important;line-height:34px!important}.text-2xl-semi{font-weight:600!important}.text-2xl-med{font-weight:500!important}.text-2xl-med,.text-2xl-reg{font-size:24px!important;line-height:34px!important}.text-2xl-reg{font-weight:400!important}.text-2xl-lig{font-weight:300!important}.text-2xl-ext,.text-2xl-lig{font-size:24px!important;line-height:34px!important}.text-2xl-ext{font-weight:200!important}.text-2xl-thin{font-size:24px!important;font-weight:100!important;line-height:34px!important}.text-xl-bold{font-weight:700!important}.text-xl-bold,.text-xl-semi{font-size:20px!important;line-height:32px!important}.text-xl-semi{font-weight:600!important}.text-xl-med{font-weight:500!important}.text-xl-med,.text-xl-reg{font-size:20px!important;line-height:32px!important}.text-xl-reg{font-weight:400!important}.text-xl-lig{font-weight:300!important}.text-xl-ext,.text-xl-lig{font-size:20px!important;line-height:32px!important}.text-xl-ext{font-weight:200!important}.text-xl-thin{font-size:20px!important;font-weight:100!important;line-height:32px!important}.text-lg-bold{font-weight:700!important}.text-lg-bold,.text-lg-semi{font-size:18px!important;line-height:30px!important}.text-lg-semi{font-weight:600!important}.text-lg-med{font-weight:500!important}.text-lg-med,.text-lg-reg{font-size:18px!important;line-height:30px!important}.text-lg-reg{font-weight:400!important}.text-lg-lig{font-weight:300!important}.text-lg-ext,.text-lg-lig{font-size:18px!important;line-height:30px!important}.text-lg-ext{font-weight:200!important}.text-lg-thin{font-size:18px!important;font-weight:100!important;line-height:30px!important}.text-base-bold{font-weight:700!important}.text-base-bold,.text-base-semi{font-size:16px!important;line-height:24px!important}.text-base-semi{font-weight:600!important}.text-base-med{font-weight:500!important}.text-base-med,.text-base-reg{font-size:16px!important;line-height:24px!important}.text-base-reg{font-weight:400!important}.text-base-lig{font-weight:300!important}.text-base-ext,.text-base-lig{font-size:16px!important;line-height:24px!important}.text-base-ext{font-weight:200!important}.text-base-thin{font-size:16px!important;font-weight:100!important;line-height:24px!important}.text-sm-bold{font-weight:700!important}.text-sm-bold,.text-sm-semi{font-size:14px!important;line-height:20px!important}.text-sm-semi{font-weight:600!important}.text-sm-med{font-weight:500!important}.text-sm-med,.text-sm-reg{font-size:14px!important;line-height:20px!important}.text-sm-reg{font-weight:400!important}.text-sm-lig{font-weight:300!important}.text-sm-ext,.text-sm-lig{font-size:14px!important;line-height:20px!important}.text-sm-ext{font-weight:200!important}.text-sm-thin{font-size:14px!important;font-weight:100!important;line-height:20px!important}.text-xs-bold{font-weight:700!important}.text-xs-bold,.text-xs-semi{font-size:12px!important;line-height:16px!important}.text-xs-semi{font-weight:600!important}.text-xs-med{font-weight:500!important}.text-xs-med,.text-xs-reg{font-size:12px!important;line-height:16px!important}.text-xs-reg{font-weight:400!important}.text-xs-lig{font-weight:300!important}.text-xs-ext,.text-xs-lig{font-size:12px!important;line-height:16px!important}.text-xs-ext{font-weight:200!important}.text-xs-thin{font-size:12px!important;font-weight:100!important;line-height:16px!important}.text-2xs-bold{font-weight:700!important}.text-2xs-bold,.text-2xs-semi{font-size:10px!important;line-height:14px!important}.text-2xs-semi{font-weight:600!important}.text-2xs-med{font-weight:500!important}.text-2xs-med,.text-2xs-reg{font-size:10px!important;line-height:14px!important}.text-2xs-reg{font-weight:400!important}.text-2xs-lig{font-weight:300!important}.text-2xs-ext,.text-2xs-lig{font-size:10px!important;line-height:14px!important}.text-2xs-ext{font-weight:200!important}.text-2xs-thin{font-size:10px!important;font-weight:100!important;line-height:14px!important}@media (min-width:600px){.text-sm-5xl-bold{font-weight:700!important}.text-sm-5xl-bold,.text-sm-5xl-semi{font-size:48px!important;line-height:58px!important}.text-sm-5xl-semi{font-weight:600!important}.text-sm-5xl-med{font-weight:500!important}.text-sm-5xl-med,.text-sm-5xl-reg{font-size:48px!important;line-height:58px!important}.text-sm-5xl-reg{font-weight:400!important}.text-sm-5xl-lig{font-weight:300!important}.text-sm-5xl-ext,.text-sm-5xl-lig{font-size:48px!important;line-height:58px!important}.text-sm-5xl-ext{font-weight:200!important}.text-sm-5xl-thin{font-size:48px!important;font-weight:100!important;line-height:58px!important}.text-sm-4xl-bold{font-weight:700!important}.text-sm-4xl-bold,.text-sm-4xl-semi{font-size:36px!important;line-height:52px!important}.text-sm-4xl-semi{font-weight:600!important}.text-sm-4xl-med{font-weight:500!important}.text-sm-4xl-med,.text-sm-4xl-reg{font-size:36px!important;line-height:52px!important}.text-sm-4xl-reg{font-weight:400!important}.text-sm-4xl-lig{font-weight:300!important}.text-sm-4xl-ext,.text-sm-4xl-lig{font-size:36px!important;line-height:52px!important}.text-sm-4xl-ext{font-weight:200!important}.text-sm-4xl-thin{font-size:36px!important;font-weight:100!important;line-height:52px!important}.text-sm-3xl-bold{font-weight:700!important}.text-sm-3xl-bold,.text-sm-3xl-semi{font-size:30px!important;line-height:45px!important}.text-sm-3xl-semi{font-weight:600!important}.text-sm-3xl-med{font-weight:500!important}.text-sm-3xl-med,.text-sm-3xl-reg{font-size:30px!important;line-height:45px!important}.text-sm-3xl-reg{font-weight:400!important}.text-sm-3xl-lig{font-weight:300!important}.text-sm-3xl-ext,.text-sm-3xl-lig{font-size:30px!important;line-height:45px!important}.text-sm-3xl-ext{font-weight:200!important}.text-sm-3xl-thin{font-size:30px!important;font-weight:100!important;line-height:45px!important}.text-sm-2xl-bold{font-weight:700!important}.text-sm-2xl-bold,.text-sm-2xl-semi{font-size:24px!important;line-height:34px!important}.text-sm-2xl-semi{font-weight:600!important}.text-sm-2xl-med{font-weight:500!important}.text-sm-2xl-med,.text-sm-2xl-reg{font-size:24px!important;line-height:34px!important}.text-sm-2xl-reg{font-weight:400!important}.text-sm-2xl-lig{font-weight:300!important}.text-sm-2xl-ext,.text-sm-2xl-lig{font-size:24px!important;line-height:34px!important}.text-sm-2xl-ext{font-weight:200!important}.text-sm-2xl-thin{font-size:24px!important;font-weight:100!important;line-height:34px!important}.text-sm-xl-bold{font-weight:700!important}.text-sm-xl-bold,.text-sm-xl-semi{font-size:20px!important;line-height:32px!important}.text-sm-xl-semi{font-weight:600!important}.text-sm-xl-med{font-weight:500!important}.text-sm-xl-med,.text-sm-xl-reg{font-size:20px!important;line-height:32px!important}.text-sm-xl-reg{font-weight:400!important}.text-sm-xl-lig{font-weight:300!important}.text-sm-xl-ext,.text-sm-xl-lig{font-size:20px!important;line-height:32px!important}.text-sm-xl-ext{font-weight:200!important}.text-sm-xl-thin{font-size:20px!important;font-weight:100!important;line-height:32px!important}.text-sm-lg-bold{font-weight:700!important}.text-sm-lg-bold,.text-sm-lg-semi{font-size:18px!important;line-height:30px!important}.text-sm-lg-semi{font-weight:600!important}.text-sm-lg-med{font-weight:500!important}.text-sm-lg-med,.text-sm-lg-reg{font-size:18px!important;line-height:30px!important}.text-sm-lg-reg{font-weight:400!important}.text-sm-lg-lig{font-weight:300!important}.text-sm-lg-ext,.text-sm-lg-lig{font-size:18px!important;line-height:30px!important}.text-sm-lg-ext{font-weight:200!important}.text-sm-lg-thin{font-size:18px!important;font-weight:100!important;line-height:30px!important}.text-sm-base-bold{font-weight:700!important}.text-sm-base-bold,.text-sm-base-semi{font-size:16px!important;line-height:24px!important}.text-sm-base-semi{font-weight:600!important}.text-sm-base-med{font-weight:500!important}.text-sm-base-med,.text-sm-base-reg{font-size:16px!important;line-height:24px!important}.text-sm-base-reg{font-weight:400!important}.text-sm-base-lig{font-weight:300!important}.text-sm-base-ext,.text-sm-base-lig{font-size:16px!important;line-height:24px!important}.text-sm-base-ext{font-weight:200!important}.text-sm-base-thin{font-size:16px!important;font-weight:100!important;line-height:24px!important}.text-sm-sm-bold{font-weight:700!important}.text-sm-sm-bold,.text-sm-sm-semi{font-size:14px!important;line-height:20px!important}.text-sm-sm-semi{font-weight:600!important}.text-sm-sm-med{font-weight:500!important}.text-sm-sm-med,.text-sm-sm-reg{font-size:14px!important;line-height:20px!important}.text-sm-sm-reg{font-weight:400!important}.text-sm-sm-lig{font-weight:300!important}.text-sm-sm-ext,.text-sm-sm-lig{font-size:14px!important;line-height:20px!important}.text-sm-sm-ext{font-weight:200!important}.text-sm-sm-thin{font-size:14px!important;font-weight:100!important;line-height:20px!important}.text-sm-xs-bold{font-weight:700!important}.text-sm-xs-bold,.text-sm-xs-semi{font-size:12px!important;line-height:16px!important}.text-sm-xs-semi{font-weight:600!important}.text-sm-xs-med{font-weight:500!important}.text-sm-xs-med,.text-sm-xs-reg{font-size:12px!important;line-height:16px!important}.text-sm-xs-reg{font-weight:400!important}.text-sm-xs-lig{font-weight:300!important}.text-sm-xs-ext,.text-sm-xs-lig{font-size:12px!important;line-height:16px!important}.text-sm-xs-ext{font-weight:200!important}.text-sm-xs-thin{font-size:12px!important;font-weight:100!important;line-height:16px!important}.text-sm-2xs-bold{font-weight:700!important}.text-sm-2xs-bold,.text-sm-2xs-semi{font-size:10px!important;line-height:14px!important}.text-sm-2xs-semi{font-weight:600!important}.text-sm-2xs-med{font-weight:500!important}.text-sm-2xs-med,.text-sm-2xs-reg{font-size:10px!important;line-height:14px!important}.text-sm-2xs-reg{font-weight:400!important}.text-sm-2xs-lig{font-weight:300!important}.text-sm-2xs-ext,.text-sm-2xs-lig{font-size:10px!important;line-height:14px!important}.text-sm-2xs-ext{font-weight:200!important}.text-sm-2xs-thin{font-size:10px!important;font-weight:100!important;line-height:14px!important}}@media (min-width:960px){.text-md-5xl-bold{font-weight:700!important}.text-md-5xl-bold,.text-md-5xl-semi{font-size:48px!important;line-height:58px!important}.text-md-5xl-semi{font-weight:600!important}.text-md-5xl-med{font-weight:500!important}.text-md-5xl-med,.text-md-5xl-reg{font-size:48px!important;line-height:58px!important}.text-md-5xl-reg{font-weight:400!important}.text-md-5xl-lig{font-weight:300!important}.text-md-5xl-ext,.text-md-5xl-lig{font-size:48px!important;line-height:58px!important}.text-md-5xl-ext{font-weight:200!important}.text-md-5xl-thin{font-size:48px!important;font-weight:100!important;line-height:58px!important}.text-md-4xl-bold{font-weight:700!important}.text-md-4xl-bold,.text-md-4xl-semi{font-size:36px!important;line-height:52px!important}.text-md-4xl-semi{font-weight:600!important}.text-md-4xl-med{font-weight:500!important}.text-md-4xl-med,.text-md-4xl-reg{font-size:36px!important;line-height:52px!important}.text-md-4xl-reg{font-weight:400!important}.text-md-4xl-lig{font-weight:300!important}.text-md-4xl-ext,.text-md-4xl-lig{font-size:36px!important;line-height:52px!important}.text-md-4xl-ext{font-weight:200!important}.text-md-4xl-thin{font-size:36px!important;font-weight:100!important;line-height:52px!important}.text-md-3xl-bold{font-weight:700!important}.text-md-3xl-bold,.text-md-3xl-semi{font-size:30px!important;line-height:45px!important}.text-md-3xl-semi{font-weight:600!important}.text-md-3xl-med{font-weight:500!important}.text-md-3xl-med,.text-md-3xl-reg{font-size:30px!important;line-height:45px!important}.text-md-3xl-reg{font-weight:400!important}.text-md-3xl-lig{font-weight:300!important}.text-md-3xl-ext,.text-md-3xl-lig{font-size:30px!important;line-height:45px!important}.text-md-3xl-ext{font-weight:200!important}.text-md-3xl-thin{font-size:30px!important;font-weight:100!important;line-height:45px!important}.text-md-2xl-bold{font-weight:700!important}.text-md-2xl-bold,.text-md-2xl-semi{font-size:24px!important;line-height:34px!important}.text-md-2xl-semi{font-weight:600!important}.text-md-2xl-med{font-weight:500!important}.text-md-2xl-med,.text-md-2xl-reg{font-size:24px!important;line-height:34px!important}.text-md-2xl-reg{font-weight:400!important}.text-md-2xl-lig{font-weight:300!important}.text-md-2xl-ext,.text-md-2xl-lig{font-size:24px!important;line-height:34px!important}.text-md-2xl-ext{font-weight:200!important}.text-md-2xl-thin{font-size:24px!important;font-weight:100!important;line-height:34px!important}.text-md-xl-bold{font-weight:700!important}.text-md-xl-bold,.text-md-xl-semi{font-size:20px!important;line-height:32px!important}.text-md-xl-semi{font-weight:600!important}.text-md-xl-med{font-weight:500!important}.text-md-xl-med,.text-md-xl-reg{font-size:20px!important;line-height:32px!important}.text-md-xl-reg{font-weight:400!important}.text-md-xl-lig{font-weight:300!important}.text-md-xl-ext,.text-md-xl-lig{font-size:20px!important;line-height:32px!important}.text-md-xl-ext{font-weight:200!important}.text-md-xl-thin{font-size:20px!important;font-weight:100!important;line-height:32px!important}.text-md-lg-bold{font-weight:700!important}.text-md-lg-bold,.text-md-lg-semi{font-size:18px!important;line-height:30px!important}.text-md-lg-semi{font-weight:600!important}.text-md-lg-med{font-weight:500!important}.text-md-lg-med,.text-md-lg-reg{font-size:18px!important;line-height:30px!important}.text-md-lg-reg{font-weight:400!important}.text-md-lg-lig{font-weight:300!important}.text-md-lg-ext,.text-md-lg-lig{font-size:18px!important;line-height:30px!important}.text-md-lg-ext{font-weight:200!important}.text-md-lg-thin{font-size:18px!important;font-weight:100!important;line-height:30px!important}.text-md-base-bold{font-weight:700!important}.text-md-base-bold,.text-md-base-semi{font-size:16px!important;line-height:24px!important}.text-md-base-semi{font-weight:600!important}.text-md-base-med{font-weight:500!important}.text-md-base-med,.text-md-base-reg{font-size:16px!important;line-height:24px!important}.text-md-base-reg{font-weight:400!important}.text-md-base-lig{font-weight:300!important}.text-md-base-ext,.text-md-base-lig{font-size:16px!important;line-height:24px!important}.text-md-base-ext{font-weight:200!important}.text-md-base-thin{font-size:16px!important;font-weight:100!important;line-height:24px!important}.text-md-sm-bold{font-weight:700!important}.text-md-sm-bold,.text-md-sm-semi{font-size:14px!important;line-height:20px!important}.text-md-sm-semi{font-weight:600!important}.text-md-sm-med{font-weight:500!important}.text-md-sm-med,.text-md-sm-reg{font-size:14px!important;line-height:20px!important}.text-md-sm-reg{font-weight:400!important}.text-md-sm-lig{font-weight:300!important}.text-md-sm-ext,.text-md-sm-lig{font-size:14px!important;line-height:20px!important}.text-md-sm-ext{font-weight:200!important}.text-md-sm-thin{font-size:14px!important;font-weight:100!important;line-height:20px!important}.text-md-xs-bold{font-weight:700!important}.text-md-xs-bold,.text-md-xs-semi{font-size:12px!important;line-height:16px!important}.text-md-xs-semi{font-weight:600!important}.text-md-xs-med{font-weight:500!important}.text-md-xs-med,.text-md-xs-reg{font-size:12px!important;line-height:16px!important}.text-md-xs-reg{font-weight:400!important}.text-md-xs-lig{font-weight:300!important}.text-md-xs-ext,.text-md-xs-lig{font-size:12px!important;line-height:16px!important}.text-md-xs-ext{font-weight:200!important}.text-md-xs-thin{font-size:12px!important;font-weight:100!important;line-height:16px!important}.text-md-2xs-bold{font-weight:700!important}.text-md-2xs-bold,.text-md-2xs-semi{font-size:10px!important;line-height:14px!important}.text-md-2xs-semi{font-weight:600!important}.text-md-2xs-med{font-weight:500!important}.text-md-2xs-med,.text-md-2xs-reg{font-size:10px!important;line-height:14px!important}.text-md-2xs-reg{font-weight:400!important}.text-md-2xs-lig{font-weight:300!important}.text-md-2xs-ext,.text-md-2xs-lig{font-size:10px!important;line-height:14px!important}.text-md-2xs-ext{font-weight:200!important}.text-md-2xs-thin{font-size:10px!important;font-weight:100!important;line-height:14px!important}}@media (min-width:1264px){.text-lg-5xl-bold{font-weight:700!important}.text-lg-5xl-bold,.text-lg-5xl-semi{font-size:48px!important;line-height:58px!important}.text-lg-5xl-semi{font-weight:600!important}.text-lg-5xl-med{font-weight:500!important}.text-lg-5xl-med,.text-lg-5xl-reg{font-size:48px!important;line-height:58px!important}.text-lg-5xl-reg{font-weight:400!important}.text-lg-5xl-lig{font-weight:300!important}.text-lg-5xl-ext,.text-lg-5xl-lig{font-size:48px!important;line-height:58px!important}.text-lg-5xl-ext{font-weight:200!important}.text-lg-5xl-thin{font-size:48px!important;font-weight:100!important;line-height:58px!important}.text-lg-4xl-bold{font-weight:700!important}.text-lg-4xl-bold,.text-lg-4xl-semi{font-size:36px!important;line-height:52px!important}.text-lg-4xl-semi{font-weight:600!important}.text-lg-4xl-med{font-weight:500!important}.text-lg-4xl-med,.text-lg-4xl-reg{font-size:36px!important;line-height:52px!important}.text-lg-4xl-reg{font-weight:400!important}.text-lg-4xl-lig{font-weight:300!important}.text-lg-4xl-ext,.text-lg-4xl-lig{font-size:36px!important;line-height:52px!important}.text-lg-4xl-ext{font-weight:200!important}.text-lg-4xl-thin{font-size:36px!important;font-weight:100!important;line-height:52px!important}.text-lg-3xl-bold{font-weight:700!important}.text-lg-3xl-bold,.text-lg-3xl-semi{font-size:30px!important;line-height:45px!important}.text-lg-3xl-semi{font-weight:600!important}.text-lg-3xl-med{font-weight:500!important}.text-lg-3xl-med,.text-lg-3xl-reg{font-size:30px!important;line-height:45px!important}.text-lg-3xl-reg{font-weight:400!important}.text-lg-3xl-lig{font-weight:300!important}.text-lg-3xl-ext,.text-lg-3xl-lig{font-size:30px!important;line-height:45px!important}.text-lg-3xl-ext{font-weight:200!important}.text-lg-3xl-thin{font-size:30px!important;font-weight:100!important;line-height:45px!important}.text-lg-2xl-bold{font-weight:700!important}.text-lg-2xl-bold,.text-lg-2xl-semi{font-size:24px!important;line-height:34px!important}.text-lg-2xl-semi{font-weight:600!important}.text-lg-2xl-med{font-weight:500!important}.text-lg-2xl-med,.text-lg-2xl-reg{font-size:24px!important;line-height:34px!important}.text-lg-2xl-reg{font-weight:400!important}.text-lg-2xl-lig{font-weight:300!important}.text-lg-2xl-ext,.text-lg-2xl-lig{font-size:24px!important;line-height:34px!important}.text-lg-2xl-ext{font-weight:200!important}.text-lg-2xl-thin{font-size:24px!important;font-weight:100!important;line-height:34px!important}.text-lg-xl-bold{font-weight:700!important}.text-lg-xl-bold,.text-lg-xl-semi{font-size:20px!important;line-height:32px!important}.text-lg-xl-semi{font-weight:600!important}.text-lg-xl-med{font-weight:500!important}.text-lg-xl-med,.text-lg-xl-reg{font-size:20px!important;line-height:32px!important}.text-lg-xl-reg{font-weight:400!important}.text-lg-xl-lig{font-weight:300!important}.text-lg-xl-ext,.text-lg-xl-lig{font-size:20px!important;line-height:32px!important}.text-lg-xl-ext{font-weight:200!important}.text-lg-xl-thin{font-size:20px!important;font-weight:100!important;line-height:32px!important}.text-lg-lg-bold{font-weight:700!important}.text-lg-lg-bold,.text-lg-lg-semi{font-size:18px!important;line-height:30px!important}.text-lg-lg-semi{font-weight:600!important}.text-lg-lg-med{font-weight:500!important}.text-lg-lg-med,.text-lg-lg-reg{font-size:18px!important;line-height:30px!important}.text-lg-lg-reg{font-weight:400!important}.text-lg-lg-lig{font-weight:300!important}.text-lg-lg-ext,.text-lg-lg-lig{font-size:18px!important;line-height:30px!important}.text-lg-lg-ext{font-weight:200!important}.text-lg-lg-thin{font-size:18px!important;font-weight:100!important;line-height:30px!important}.text-lg-base-bold{font-weight:700!important}.text-lg-base-bold,.text-lg-base-semi{font-size:16px!important;line-height:24px!important}.text-lg-base-semi{font-weight:600!important}.text-lg-base-med{font-weight:500!important}.text-lg-base-med,.text-lg-base-reg{font-size:16px!important;line-height:24px!important}.text-lg-base-reg{font-weight:400!important}.text-lg-base-lig{font-weight:300!important}.text-lg-base-ext,.text-lg-base-lig{font-size:16px!important;line-height:24px!important}.text-lg-base-ext{font-weight:200!important}.text-lg-base-thin{font-size:16px!important;font-weight:100!important;line-height:24px!important}.text-lg-sm-bold{font-weight:700!important}.text-lg-sm-bold,.text-lg-sm-semi{font-size:14px!important;line-height:20px!important}.text-lg-sm-semi{font-weight:600!important}.text-lg-sm-med{font-weight:500!important}.text-lg-sm-med,.text-lg-sm-reg{font-size:14px!important;line-height:20px!important}.text-lg-sm-reg{font-weight:400!important}.text-lg-sm-lig{font-weight:300!important}.text-lg-sm-ext,.text-lg-sm-lig{font-size:14px!important;line-height:20px!important}.text-lg-sm-ext{font-weight:200!important}.text-lg-sm-thin{font-size:14px!important;font-weight:100!important;line-height:20px!important}.text-lg-xs-bold{font-weight:700!important}.text-lg-xs-bold,.text-lg-xs-semi{font-size:12px!important;line-height:16px!important}.text-lg-xs-semi{font-weight:600!important}.text-lg-xs-med{font-weight:500!important}.text-lg-xs-med,.text-lg-xs-reg{font-size:12px!important;line-height:16px!important}.text-lg-xs-reg{font-weight:400!important}.text-lg-xs-lig{font-weight:300!important}.text-lg-xs-ext,.text-lg-xs-lig{font-size:12px!important;line-height:16px!important}.text-lg-xs-ext{font-weight:200!important}.text-lg-xs-thin{font-size:12px!important;font-weight:100!important;line-height:16px!important}.text-lg-2xs-bold{font-weight:700!important}.text-lg-2xs-bold,.text-lg-2xs-semi{font-size:10px!important;line-height:14px!important}.text-lg-2xs-semi{font-weight:600!important}.text-lg-2xs-med{font-weight:500!important}.text-lg-2xs-med,.text-lg-2xs-reg{font-size:10px!important;line-height:14px!important}.text-lg-2xs-reg{font-weight:400!important}.text-lg-2xs-lig{font-weight:300!important}.text-lg-2xs-ext,.text-lg-2xs-lig{font-size:10px!important;line-height:14px!important}.text-lg-2xs-ext{font-weight:200!important}.text-lg-2xs-thin{font-size:10px!important;font-weight:100!important;line-height:14px!important}}@media (min-width:1904px){.text-xl-5xl-bold{font-weight:700!important}.text-xl-5xl-bold,.text-xl-5xl-semi{font-size:48px!important;line-height:58px!important}.text-xl-5xl-semi{font-weight:600!important}.text-xl-5xl-med{font-weight:500!important}.text-xl-5xl-med,.text-xl-5xl-reg{font-size:48px!important;line-height:58px!important}.text-xl-5xl-reg{font-weight:400!important}.text-xl-5xl-lig{font-weight:300!important}.text-xl-5xl-ext,.text-xl-5xl-lig{font-size:48px!important;line-height:58px!important}.text-xl-5xl-ext{font-weight:200!important}.text-xl-5xl-thin{font-size:48px!important;font-weight:100!important;line-height:58px!important}.text-xl-4xl-bold{font-weight:700!important}.text-xl-4xl-bold,.text-xl-4xl-semi{font-size:36px!important;line-height:52px!important}.text-xl-4xl-semi{font-weight:600!important}.text-xl-4xl-med{font-weight:500!important}.text-xl-4xl-med,.text-xl-4xl-reg{font-size:36px!important;line-height:52px!important}.text-xl-4xl-reg{font-weight:400!important}.text-xl-4xl-lig{font-weight:300!important}.text-xl-4xl-ext,.text-xl-4xl-lig{font-size:36px!important;line-height:52px!important}.text-xl-4xl-ext{font-weight:200!important}.text-xl-4xl-thin{font-size:36px!important;font-weight:100!important;line-height:52px!important}.text-xl-3xl-bold{font-weight:700!important}.text-xl-3xl-bold,.text-xl-3xl-semi{font-size:30px!important;line-height:45px!important}.text-xl-3xl-semi{font-weight:600!important}.text-xl-3xl-med{font-weight:500!important}.text-xl-3xl-med,.text-xl-3xl-reg{font-size:30px!important;line-height:45px!important}.text-xl-3xl-reg{font-weight:400!important}.text-xl-3xl-lig{font-weight:300!important}.text-xl-3xl-ext,.text-xl-3xl-lig{font-size:30px!important;line-height:45px!important}.text-xl-3xl-ext{font-weight:200!important}.text-xl-3xl-thin{font-size:30px!important;font-weight:100!important;line-height:45px!important}.text-xl-2xl-bold{font-weight:700!important}.text-xl-2xl-bold,.text-xl-2xl-semi{font-size:24px!important;line-height:34px!important}.text-xl-2xl-semi{font-weight:600!important}.text-xl-2xl-med{font-weight:500!important}.text-xl-2xl-med,.text-xl-2xl-reg{font-size:24px!important;line-height:34px!important}.text-xl-2xl-reg{font-weight:400!important}.text-xl-2xl-lig{font-weight:300!important}.text-xl-2xl-ext,.text-xl-2xl-lig{font-size:24px!important;line-height:34px!important}.text-xl-2xl-ext{font-weight:200!important}.text-xl-2xl-thin{font-size:24px!important;font-weight:100!important;line-height:34px!important}.text-xl-xl-bold{font-weight:700!important}.text-xl-xl-bold,.text-xl-xl-semi{font-size:20px!important;line-height:32px!important}.text-xl-xl-semi{font-weight:600!important}.text-xl-xl-med{font-weight:500!important}.text-xl-xl-med,.text-xl-xl-reg{font-size:20px!important;line-height:32px!important}.text-xl-xl-reg{font-weight:400!important}.text-xl-xl-lig{font-weight:300!important}.text-xl-xl-ext,.text-xl-xl-lig{font-size:20px!important;line-height:32px!important}.text-xl-xl-ext{font-weight:200!important}.text-xl-xl-thin{font-size:20px!important;font-weight:100!important;line-height:32px!important}.text-xl-lg-bold{font-weight:700!important}.text-xl-lg-bold,.text-xl-lg-semi{font-size:18px!important;line-height:30px!important}.text-xl-lg-semi{font-weight:600!important}.text-xl-lg-med{font-weight:500!important}.text-xl-lg-med,.text-xl-lg-reg{font-size:18px!important;line-height:30px!important}.text-xl-lg-reg{font-weight:400!important}.text-xl-lg-lig{font-weight:300!important}.text-xl-lg-ext,.text-xl-lg-lig{font-size:18px!important;line-height:30px!important}.text-xl-lg-ext{font-weight:200!important}.text-xl-lg-thin{font-size:18px!important;font-weight:100!important;line-height:30px!important}.text-xl-base-bold{font-weight:700!important}.text-xl-base-bold,.text-xl-base-semi{font-size:16px!important;line-height:24px!important}.text-xl-base-semi{font-weight:600!important}.text-xl-base-med{font-weight:500!important}.text-xl-base-med,.text-xl-base-reg{font-size:16px!important;line-height:24px!important}.text-xl-base-reg{font-weight:400!important}.text-xl-base-lig{font-weight:300!important}.text-xl-base-ext,.text-xl-base-lig{font-size:16px!important;line-height:24px!important}.text-xl-base-ext{font-weight:200!important}.text-xl-base-thin{font-size:16px!important;font-weight:100!important;line-height:24px!important}.text-xl-sm-bold{font-weight:700!important}.text-xl-sm-bold,.text-xl-sm-semi{font-size:14px!important;line-height:20px!important}.text-xl-sm-semi{font-weight:600!important}.text-xl-sm-med{font-weight:500!important}.text-xl-sm-med,.text-xl-sm-reg{font-size:14px!important;line-height:20px!important}.text-xl-sm-reg{font-weight:400!important}.text-xl-sm-lig{font-weight:300!important}.text-xl-sm-ext,.text-xl-sm-lig{font-size:14px!important;line-height:20px!important}.text-xl-sm-ext{font-weight:200!important}.text-xl-sm-thin{font-size:14px!important;font-weight:100!important;line-height:20px!important}.text-xl-xs-bold{font-weight:700!important}.text-xl-xs-bold,.text-xl-xs-semi{font-size:12px!important;line-height:16px!important}.text-xl-xs-semi{font-weight:600!important}.text-xl-xs-med{font-weight:500!important}.text-xl-xs-med,.text-xl-xs-reg{font-size:12px!important;line-height:16px!important}.text-xl-xs-reg{font-weight:400!important}.text-xl-xs-lig{font-weight:300!important}.text-xl-xs-ext,.text-xl-xs-lig{font-size:12px!important;line-height:16px!important}.text-xl-xs-ext{font-weight:200!important}.text-xl-xs-thin{font-size:12px!important;font-weight:100!important;line-height:16px!important}.text-xl-2xs-bold{font-weight:700!important}.text-xl-2xs-bold,.text-xl-2xs-semi{font-size:10px!important;line-height:14px!important}.text-xl-2xs-semi{font-weight:600!important}.text-xl-2xs-med{font-weight:500!important}.text-xl-2xs-med,.text-xl-2xs-reg{font-size:10px!important;line-height:14px!important}.text-xl-2xs-reg{font-weight:400!important}.text-xl-2xs-lig{font-weight:300!important}.text-xl-2xs-ext,.text-xl-2xs-lig{font-size:10px!important;line-height:14px!important}.text-xl-2xs-ext{font-weight:200!important}.text-xl-2xs-thin{font-size:10px!important;font-weight:100!important;line-height:14px!important}}.gap-0{gap:0}.column-gap-0{flex-direction:column}.column-gap-0,.row-gap-0{display:flex;gap:0}.gap-1{gap:4px}.column-gap-1{flex-direction:column}.column-gap-1,.row-gap-1{display:flex;gap:4px}.gap-2{gap:8px}.column-gap-2{flex-direction:column}.column-gap-2,.row-gap-2{display:flex;gap:8px}.gap-3{gap:12px}.column-gap-3{flex-direction:column}.column-gap-3,.row-gap-3{display:flex;gap:12px}.gap-4{gap:16px}.column-gap-4{flex-direction:column}.column-gap-4,.row-gap-4{display:flex;gap:16px}.gap-5{gap:20px}.column-gap-5{flex-direction:column}.column-gap-5,.row-gap-5{display:flex;gap:20px}.gap-6{gap:24px}.column-gap-6{flex-direction:column}.column-gap-6,.row-gap-6{display:flex;gap:24px}.gap-7{gap:28px}.column-gap-7{flex-direction:column}.column-gap-7,.row-gap-7{display:flex;gap:28px}.gap-8{gap:32px}.column-gap-8{flex-direction:column}.column-gap-8,.row-gap-8{display:flex;gap:32px}.gap-9{gap:36px}.column-gap-9{flex-direction:column}.column-gap-9,.row-gap-9{display:flex;gap:36px}.gap-10{gap:40px}.column-gap-10{flex-direction:column}.column-gap-10,.row-gap-10{display:flex;gap:40px}.gap-11{gap:44px}.column-gap-11{flex-direction:column}.column-gap-11,.row-gap-11{display:flex;gap:44px}.gap-12{gap:48px}.column-gap-12{flex-direction:column}.column-gap-12,.row-gap-12{display:flex;gap:48px}.gap-13{gap:52px}.column-gap-13{flex-direction:column}.column-gap-13,.row-gap-13{display:flex;gap:52px}.gap-14{gap:56px}.column-gap-14{flex-direction:column}.column-gap-14,.row-gap-14{display:flex;gap:56px}.gap-15{gap:60px}.column-gap-15{flex-direction:column}.column-gap-15,.row-gap-15{display:flex;gap:60px}.gap-16{gap:64px}.column-gap-16{flex-direction:column}.column-gap-16,.row-gap-16{display:flex;gap:64px}.gap-17{gap:68px}.column-gap-17{flex-direction:column}.column-gap-17,.row-gap-17{display:flex;gap:68px}.gap-18{gap:72px}.column-gap-18{flex-direction:column}.column-gap-18,.row-gap-18{display:flex;gap:72px}.gap-19{gap:76px}.column-gap-19{flex-direction:column}.column-gap-19,.row-gap-19{display:flex;gap:76px}.gap-20{gap:80px}.column-gap-20{flex-direction:column}.column-gap-20,.row-gap-20{display:flex;gap:80px}@media (min-width:600px){.gap-sm-0{gap:0}.column-gap-sm-0{flex-direction:column}.column-gap-sm-0,.row-gap-sm-0{display:flex;gap:0}.gap-sm-1{gap:4px}.column-gap-sm-1{flex-direction:column}.column-gap-sm-1,.row-gap-sm-1{display:flex;gap:4px}.gap-sm-2{gap:8px}.column-gap-sm-2{flex-direction:column}.column-gap-sm-2,.row-gap-sm-2{display:flex;gap:8px}.gap-sm-3{gap:12px}.column-gap-sm-3{flex-direction:column}.column-gap-sm-3,.row-gap-sm-3{display:flex;gap:12px}.gap-sm-4{gap:16px}.column-gap-sm-4{flex-direction:column}.column-gap-sm-4,.row-gap-sm-4{display:flex;gap:16px}.gap-sm-5{gap:20px}.column-gap-sm-5{flex-direction:column}.column-gap-sm-5,.row-gap-sm-5{display:flex;gap:20px}.gap-sm-6{gap:24px}.column-gap-sm-6{flex-direction:column}.column-gap-sm-6,.row-gap-sm-6{display:flex;gap:24px}.gap-sm-7{gap:28px}.column-gap-sm-7{flex-direction:column}.column-gap-sm-7,.row-gap-sm-7{display:flex;gap:28px}.gap-sm-8{gap:32px}.column-gap-sm-8{flex-direction:column}.column-gap-sm-8,.row-gap-sm-8{display:flex;gap:32px}.gap-sm-9{gap:36px}.column-gap-sm-9{flex-direction:column}.column-gap-sm-9,.row-gap-sm-9{display:flex;gap:36px}.gap-sm-10{gap:40px}.column-gap-sm-10{flex-direction:column}.column-gap-sm-10,.row-gap-sm-10{display:flex;gap:40px}.gap-sm-11{gap:44px}.column-gap-sm-11{flex-direction:column}.column-gap-sm-11,.row-gap-sm-11{display:flex;gap:44px}.gap-sm-12{gap:48px}.column-gap-sm-12{flex-direction:column}.column-gap-sm-12,.row-gap-sm-12{display:flex;gap:48px}.gap-sm-13{gap:52px}.column-gap-sm-13{flex-direction:column}.column-gap-sm-13,.row-gap-sm-13{display:flex;gap:52px}.gap-sm-14{gap:56px}.column-gap-sm-14{flex-direction:column}.column-gap-sm-14,.row-gap-sm-14{display:flex;gap:56px}.gap-sm-15{gap:60px}.column-gap-sm-15{flex-direction:column}.column-gap-sm-15,.row-gap-sm-15{display:flex;gap:60px}.gap-sm-16{gap:64px}.column-gap-sm-16{flex-direction:column}.column-gap-sm-16,.row-gap-sm-16{display:flex;gap:64px}.gap-sm-17{gap:68px}.column-gap-sm-17{flex-direction:column}.column-gap-sm-17,.row-gap-sm-17{display:flex;gap:68px}.gap-sm-18{gap:72px}.column-gap-sm-18{flex-direction:column}.column-gap-sm-18,.row-gap-sm-18{display:flex;gap:72px}.gap-sm-19{gap:76px}.column-gap-sm-19{flex-direction:column}.column-gap-sm-19,.row-gap-sm-19{display:flex;gap:76px}.gap-sm-20{gap:80px}.column-gap-sm-20{flex-direction:column}.column-gap-sm-20,.row-gap-sm-20{display:flex;gap:80px}}@media (min-width:960px){.gap-md-0{gap:0}.column-gap-md-0{flex-direction:column}.column-gap-md-0,.row-gap-md-0{display:flex;gap:0}.gap-md-1{gap:4px}.column-gap-md-1{flex-direction:column}.column-gap-md-1,.row-gap-md-1{display:flex;gap:4px}.gap-md-2{gap:8px}.column-gap-md-2{flex-direction:column}.column-gap-md-2,.row-gap-md-2{display:flex;gap:8px}.gap-md-3{gap:12px}.column-gap-md-3{flex-direction:column}.column-gap-md-3,.row-gap-md-3{display:flex;gap:12px}.gap-md-4{gap:16px}.column-gap-md-4{flex-direction:column}.column-gap-md-4,.row-gap-md-4{display:flex;gap:16px}.gap-md-5{gap:20px}.column-gap-md-5{flex-direction:column}.column-gap-md-5,.row-gap-md-5{display:flex;gap:20px}.gap-md-6{gap:24px}.column-gap-md-6{flex-direction:column}.column-gap-md-6,.row-gap-md-6{display:flex;gap:24px}.gap-md-7{gap:28px}.column-gap-md-7{flex-direction:column}.column-gap-md-7,.row-gap-md-7{display:flex;gap:28px}.gap-md-8{gap:32px}.column-gap-md-8{flex-direction:column}.column-gap-md-8,.row-gap-md-8{display:flex;gap:32px}.gap-md-9{gap:36px}.column-gap-md-9{flex-direction:column}.column-gap-md-9,.row-gap-md-9{display:flex;gap:36px}.gap-md-10{gap:40px}.column-gap-md-10{flex-direction:column}.column-gap-md-10,.row-gap-md-10{display:flex;gap:40px}.gap-md-11{gap:44px}.column-gap-md-11{flex-direction:column}.column-gap-md-11,.row-gap-md-11{display:flex;gap:44px}.gap-md-12{gap:48px}.column-gap-md-12{flex-direction:column}.column-gap-md-12,.row-gap-md-12{display:flex;gap:48px}.gap-md-13{gap:52px}.column-gap-md-13{flex-direction:column}.column-gap-md-13,.row-gap-md-13{display:flex;gap:52px}.gap-md-14{gap:56px}.column-gap-md-14{flex-direction:column}.column-gap-md-14,.row-gap-md-14{display:flex;gap:56px}.gap-md-15{gap:60px}.column-gap-md-15{flex-direction:column}.column-gap-md-15,.row-gap-md-15{display:flex;gap:60px}.gap-md-16{gap:64px}.column-gap-md-16{flex-direction:column}.column-gap-md-16,.row-gap-md-16{display:flex;gap:64px}.gap-md-17{gap:68px}.column-gap-md-17{flex-direction:column}.column-gap-md-17,.row-gap-md-17{display:flex;gap:68px}.gap-md-18{gap:72px}.column-gap-md-18{flex-direction:column}.column-gap-md-18,.row-gap-md-18{display:flex;gap:72px}.gap-md-19{gap:76px}.column-gap-md-19{flex-direction:column}.column-gap-md-19,.row-gap-md-19{display:flex;gap:76px}.gap-md-20{gap:80px}.column-gap-md-20{flex-direction:column}.column-gap-md-20,.row-gap-md-20{display:flex;gap:80px}}@media (min-width:1264px){.gap-lg-0{gap:0}.column-gap-lg-0{flex-direction:column}.column-gap-lg-0,.row-gap-lg-0{display:flex;gap:0}.gap-lg-1{gap:4px}.column-gap-lg-1{flex-direction:column}.column-gap-lg-1,.row-gap-lg-1{display:flex;gap:4px}.gap-lg-2{gap:8px}.column-gap-lg-2{flex-direction:column}.column-gap-lg-2,.row-gap-lg-2{display:flex;gap:8px}.gap-lg-3{gap:12px}.column-gap-lg-3{flex-direction:column}.column-gap-lg-3,.row-gap-lg-3{display:flex;gap:12px}.gap-lg-4{gap:16px}.column-gap-lg-4{flex-direction:column}.column-gap-lg-4,.row-gap-lg-4{display:flex;gap:16px}.gap-lg-5{gap:20px}.column-gap-lg-5{flex-direction:column}.column-gap-lg-5,.row-gap-lg-5{display:flex;gap:20px}.gap-lg-6{gap:24px}.column-gap-lg-6{flex-direction:column}.column-gap-lg-6,.row-gap-lg-6{display:flex;gap:24px}.gap-lg-7{gap:28px}.column-gap-lg-7{flex-direction:column}.column-gap-lg-7,.row-gap-lg-7{display:flex;gap:28px}.gap-lg-8{gap:32px}.column-gap-lg-8{flex-direction:column}.column-gap-lg-8,.row-gap-lg-8{display:flex;gap:32px}.gap-lg-9{gap:36px}.column-gap-lg-9{flex-direction:column}.column-gap-lg-9,.row-gap-lg-9{display:flex;gap:36px}.gap-lg-10{gap:40px}.column-gap-lg-10{flex-direction:column}.column-gap-lg-10,.row-gap-lg-10{display:flex;gap:40px}.gap-lg-11{gap:44px}.column-gap-lg-11{flex-direction:column}.column-gap-lg-11,.row-gap-lg-11{display:flex;gap:44px}.gap-lg-12{gap:48px}.column-gap-lg-12{flex-direction:column}.column-gap-lg-12,.row-gap-lg-12{display:flex;gap:48px}.gap-lg-13{gap:52px}.column-gap-lg-13{flex-direction:column}.column-gap-lg-13,.row-gap-lg-13{display:flex;gap:52px}.gap-lg-14{gap:56px}.column-gap-lg-14{flex-direction:column}.column-gap-lg-14,.row-gap-lg-14{display:flex;gap:56px}.gap-lg-15{gap:60px}.column-gap-lg-15{flex-direction:column}.column-gap-lg-15,.row-gap-lg-15{display:flex;gap:60px}.gap-lg-16{gap:64px}.column-gap-lg-16{flex-direction:column}.column-gap-lg-16,.row-gap-lg-16{display:flex;gap:64px}.gap-lg-17{gap:68px}.column-gap-lg-17{flex-direction:column}.column-gap-lg-17,.row-gap-lg-17{display:flex;gap:68px}.gap-lg-18{gap:72px}.column-gap-lg-18{flex-direction:column}.column-gap-lg-18,.row-gap-lg-18{display:flex;gap:72px}.gap-lg-19{gap:76px}.column-gap-lg-19{flex-direction:column}.column-gap-lg-19,.row-gap-lg-19{display:flex;gap:76px}.gap-lg-20{gap:80px}.column-gap-lg-20{flex-direction:column}.column-gap-lg-20,.row-gap-lg-20{display:flex;gap:80px}}@media (min-width:1904px){.gap-xl-0{gap:0}.column-gap-xl-0{flex-direction:column}.column-gap-xl-0,.row-gap-xl-0{display:flex;gap:0}.gap-xl-1{gap:4px}.column-gap-xl-1{flex-direction:column}.column-gap-xl-1,.row-gap-xl-1{display:flex;gap:4px}.gap-xl-2{gap:8px}.column-gap-xl-2{flex-direction:column}.column-gap-xl-2,.row-gap-xl-2{display:flex;gap:8px}.gap-xl-3{gap:12px}.column-gap-xl-3{flex-direction:column}.column-gap-xl-3,.row-gap-xl-3{display:flex;gap:12px}.gap-xl-4{gap:16px}.column-gap-xl-4{flex-direction:column}.column-gap-xl-4,.row-gap-xl-4{display:flex;gap:16px}.gap-xl-5{gap:20px}.column-gap-xl-5{flex-direction:column}.column-gap-xl-5,.row-gap-xl-5{display:flex;gap:20px}.gap-xl-6{gap:24px}.column-gap-xl-6{flex-direction:column}.column-gap-xl-6,.row-gap-xl-6{display:flex;gap:24px}.gap-xl-7{gap:28px}.column-gap-xl-7{flex-direction:column}.column-gap-xl-7,.row-gap-xl-7{display:flex;gap:28px}.gap-xl-8{gap:32px}.column-gap-xl-8{flex-direction:column}.column-gap-xl-8,.row-gap-xl-8{display:flex;gap:32px}.gap-xl-9{gap:36px}.column-gap-xl-9{flex-direction:column}.column-gap-xl-9,.row-gap-xl-9{display:flex;gap:36px}.gap-xl-10{gap:40px}.column-gap-xl-10{flex-direction:column}.column-gap-xl-10,.row-gap-xl-10{display:flex;gap:40px}.gap-xl-11{gap:44px}.column-gap-xl-11{flex-direction:column}.column-gap-xl-11,.row-gap-xl-11{display:flex;gap:44px}.gap-xl-12{gap:48px}.column-gap-xl-12{flex-direction:column}.column-gap-xl-12,.row-gap-xl-12{display:flex;gap:48px}.gap-xl-13{gap:52px}.column-gap-xl-13{flex-direction:column}.column-gap-xl-13,.row-gap-xl-13{display:flex;gap:52px}.gap-xl-14{gap:56px}.column-gap-xl-14{flex-direction:column}.column-gap-xl-14,.row-gap-xl-14{display:flex;gap:56px}.gap-xl-15{gap:60px}.column-gap-xl-15{flex-direction:column}.column-gap-xl-15,.row-gap-xl-15{display:flex;gap:60px}.gap-xl-16{gap:64px}.column-gap-xl-16{flex-direction:column}.column-gap-xl-16,.row-gap-xl-16{display:flex;gap:64px}.gap-xl-17{gap:68px}.column-gap-xl-17{flex-direction:column}.column-gap-xl-17,.row-gap-xl-17{display:flex;gap:68px}.gap-xl-18{gap:72px}.column-gap-xl-18{flex-direction:column}.column-gap-xl-18,.row-gap-xl-18{display:flex;gap:72px}.gap-xl-19{gap:76px}.column-gap-xl-19{flex-direction:column}.column-gap-xl-19,.row-gap-xl-19{display:flex;gap:76px}.gap-xl-20{gap:80px}.column-gap-xl-20{flex-direction:column}.column-gap-xl-20,.row-gap-xl-20{display:flex;gap:80px}}.theme--light.v-data-table{background-color:#fff;color:rgba(0,0,0,.87)}.theme--light.v-data-table .v-data-table__divider{border-right:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table.v-data-table--fixed-header thead th{background:#fff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.12)}.theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr>th{color:rgba(0,0,0,.6)}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:last-child,.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:last-child,.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr:last-child>th{border-bottom:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr.active{background:#f5f5f5}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper){background:#eee}.theme--light.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th:not(.v-data-table__mobile-row){border-top:thin solid rgba(0,0,0,.12)}.theme--dark.v-data-table{background-color:#1e1e1e;color:#fff}.theme--dark.v-data-table .v-data-table__divider{border-right:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table.v-data-table--fixed-header thead th{background:#1e1e1e;box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.12)}.theme--dark.v-data-table>.v-data-table__wrapper>table>thead>tr>th{color:hsla(0,0%,100%,.7)}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:last-child,.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:last-child,.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>thead>tr:last-child>th{border-bottom:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr.active{background:#505050}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper){background:#616161}.theme--dark.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th:not(.v-data-table__mobile-row){border-top:thin solid hsla(0,0%,100%,.12)}.v-data-table{line-height:1.5;max-width:100%}.v-data-table>.v-data-table__wrapper>table{width:100%;border-spacing:0}.v-data-table>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table>.v-data-table__wrapper>table>thead>tr>td,.v-data-table>.v-data-table__wrapper>table>thead>tr>th{padding:0 16px;transition:height .2s cubic-bezier(.4,0,.6,1)}.v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table>.v-data-table__wrapper>table>thead>tr>th{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:.75rem;height:48px}.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>thead>tr>th{text-align:left}.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>thead>tr>th{text-align:right}.v-data-table>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table>.v-data-table__wrapper>table>thead>tr>td{font-size:.875rem;height:48px}.v-data-table__wrapper{overflow-x:auto;overflow-y:hidden}.v-data-table__progress{height:auto!important}.v-data-table__progress th{height:auto!important;border:none!important;padding:0;position:relative}.v-data-table--dense>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table--dense>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table--dense>.v-data-table__wrapper>table>thead>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>thead>tr>th{height:32px}.v-data-table--has-top>.v-data-table__wrapper>table>tbody>tr:first-child:hover>td:first-child{border-top-left-radius:0}.v-data-table--has-top>.v-data-table__wrapper>table>tbody>tr:first-child:hover>td:last-child{border-top-right-radius:0}.v-data-table--has-bottom>.v-data-table__wrapper>table>tbody>tr:last-child:hover>td:first-child{border-bottom-left-radius:0}.v-data-table--has-bottom>.v-data-table__wrapper>table>tbody>tr:last-child:hover>td:last-child{border-bottom-right-radius:0}.v-data-table--fixed-header>.v-data-table__wrapper,.v-data-table--fixed-height .v-data-table__wrapper{overflow-y:auto}.v-data-table--fixed-header>.v-data-table__wrapper>table>thead>tr>th{border-bottom:0!important;position:sticky;top:0;z-index:2}.v-data-table--fixed-header>.v-data-table__wrapper>table>thead>tr:nth-child(2)>th{top:48px}.v-application--is-ltr .v-data-table--fixed-header .v-data-footer{margin-right:17px}.v-application--is-rtl .v-data-table--fixed-header .v-data-footer{margin-left:17px}.v-data-table--fixed-header.v-data-table--dense>.v-data-table__wrapper>table>thead>tr:nth-child(2)>th{top:32px}