.table-of-contents{min-height:95px;position:relative}.table-of-contents .table-of-contents__wrapper{border-radius:10px;z-index:3}@media (max-width: 1440px){.table-of-contents .table-of-contents__wrapper{position:relative!important}}.table-of-contents header{align-items:center;background:var(--secondary-color1, #020101);border-radius:20px;display:flex;justify-content:space-between;padding:23px;transition:border-radius .2s ease-in-out}.table-of-contents header h3{-webkit-font-smoothing:antialiased;color:#fff;font-size:clamp(1rem,.7573rem + 1.0356vw,2rem);margin:0 0 0 12px}.table-of-contents header .button{border-radius:15px;background-color:#fff;font:400 16px/1.3 var(--font-body-family);align-items:center;border:0;cursor:pointer;display:inline-flex;justify-content:space-between;padding:7px 10px 4px 25px;vertical-align:middle;width:120px}.table-of-contents header .button span{color:rgb(var(--color-foreground));font:400 16px/1.3 var(--font-body-family)}.table-of-contents header .button svg{border-radius:50%;display:inline-block;position:relative;transform:rotate(180deg);transition:transform .2s ease-in;top:-1px;right:5px}.table-of-contents header .button svg path{fill:var(--primary-color1, #002d72)}.table-of-contents header .button.active svg{transform:rotate(0)}.table-of-contents .table-of-contents__body{background-color:#f3f5f6;max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}.table-of-contents .table-of-contents__body.active{border-radius:0 0 20px 20px;max-height:500px;overflow-y:auto}.table-of-contents.active header{border-radius:20px 20px 0 0}.table-of-contents{margin-block:45px}.table-of-contents .table-of-contents__wrapper{top:0;transition:top .3s ease-in-out}.table-of-contents.sticky{position:static}.table-of-contents.sticky .table-of-contents__wrapper{border-radius:16px;left:calc(885px + (100% - 885px)/2);overflow-y:auto;position:fixed;top:180px;width:350px}.table-of-contents.sticky .table-of-contents__wrapper .table-of-contents__header{display:none}.article__content{transform:unset!important}@media screen and (max-width: 1599px){.table-of-contents.sticky .table-of-contents__wrapper{left:calc(720px + (100% - 720px)/2)}}@media screen and (max-width: 1500px){.table-of-contents.sticky .table-of-contents__wrapper{display:none}}.table-of-contents.sticky .table-of-contents__wrapper header{padding:20px 10px 20px 20px}.table-of-contents.sticky .table-of-contents__wrapper header h3{font-size:1.8rem;margin:0}.table-of-contents.sticky .table-of-contents__wrapper .table-of-contents__list{padding:5px 20px}.table-of-contents.sticky .table-of-contents__wrapper .table-of-contents__list-item a{position:relative;font-size:16px;padding:10px 0 10px 36px}.table-of-contents.sticky .table-of-contents__wrapper .table-of-contents__list-item a:after{position:absolute;inset-block-start:50%;inset-inline-start:0;transform:translateY(-50%);width:25px;height:25px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='26' viewBox='0 0 25 26' fill='none'%3E%3Cpath d='M5.35714 19.1859C2.28214 15.6352 2.28214 10.3648 5.35714 6.8141C6.74525 5.21125 8.63212 4.12187 10.7143 3.72115C15.3268 2.83348 19.8911 5.46866 21.4286 9.90705C22.1226 11.9106 22.1226 14.0894 21.4286 16.0929C19.8911 20.5313 15.3268 23.1665 10.7143 22.2788C8.63212 21.8781 6.74525 20.7887 5.35714 19.1859Z' fill='%23020101'/%3E%3Cpath d='M11.166 9.88501L14.1333 12.8523L11.166 15.8196' stroke='%23F44321' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");content:"";background-repeat:no-repeat;background-size:contain;transition:all .2s ease-in-out}.table-of-contents.sticky .table-of-contents__wrapper .table-of-contents__list-item:hover a:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M5.35714 18.6859C2.28214 15.1352 2.28214 9.86482 5.35714 6.3141C6.74525 4.71125 8.63212 3.62187 10.7143 3.22115C15.3268 2.33348 19.8911 4.96866 21.4286 9.40705C22.1226 11.4106 22.1226 13.5894 21.4286 15.5929C19.8911 20.0313 15.3268 22.6665 10.7143 21.7788C8.63212 21.3781 6.74525 20.2887 5.35714 18.6859Z' fill='%23F44321'/%3E%3Cpath d='M11.166 9.38513L14.1333 12.3524L11.166 15.3197' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.table-of-contents.sticky .button{padding:5px 8px 5px 15px;width:93px}.table-of-contents .table-of-contents__list{padding:5px 35px;margin:0;list-style:none}.table-of-contents .table-of-contents__list .table-of-contents__list-item>a{border-bottom:1px solid rgba(28,50,43,.15);position:relative}.table-of-contents .table-of-contents__list .table-of-contents__list-item:last-child a{border-bottom:0}.table-of-contents .table-of-contents__list .table-of-contents__list-item a{-webkit-font-smoothing:antialiased;color:var(--secondary-color1, #020101);cursor:pointer;display:block;font-size:20px;font-weight:700;padding-block:15px;position:relative;text-decoration:none;z-index:2;transition:color .2s ease-in-out}.table-of-contents .table-of-contents__list .table-of-contents__list-item a:hover{color:var(--accent)}.table-of-contents__header button:after,.table-of-contents__header button:hover:after{box-shadow:unset!important}.table-of-contents__header button{min-height:unset}@media screen and (max-width: 576px){.table-of-contents header{padding:20px 10px}.table-of-contents header h3{font-size:15px;margin:0}.table-of-contents .table-of-contents__list{padding:5px 10px}.table-of-contents .table-of-contents__list .table-of-contents__list-item a{font:600 16px var(--primary-font)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/table-of-contents.css.map */
