.content-carousel{--controls-button-size: 54px;box-sizing:border-box;width:calc(100% + 2 * var(--section-padding-h));margin:0 calc(-1 * var(--section-padding-h));display:grid;contain:content}.content-carousel .slides{position:relative;display:flex;flex-flow:row nowrap;scroll-behavior:smooth;scroll-snap-type:x mandatory;overflow:scroll clip;scrollbar-width:none;padding:0;margin:0}.content-carousel .slides::-webkit-scrollbar{display:none}.content-carousel .slide{flex:0 0 100%;scroll-snap-align:start;display:grid;margin-bottom:0}.content-carousel .slide .image{position:relative}.content-carousel .slide:focus-visible{outline:none}.content-carousel .sbs-content :where(h2,h3,h4,h5,h6),.content-carousel .slide .titles :where(h2,h3,h4,h5,h6){font-family:var(--heading-font-family);font-weight:400;line-height:3.6rem;letter-spacing:-.056rem}.content-carousel .sbs-content p,.content-carousel .slide .content{font-family:var(--body-font-family);font-size:1.6rem;line-height:1.5}.content-carousel .slide .image,.content-carousel .slide .titles,.content-carousel .slide .content{grid-column:1}.content-carousel .slide .titles img{max-width:50px}.content-carousel .slide .image p{margin:0}.content-carousel .slide .image img,.content-carousel .slide .image video{display:block;width:100%;height:auto;object-fit:cover}.content-carousel .slide .image video{object-fit:contain}.content-carousel .sbs-content>div>:first-child,.content-carousel .slide>div>:first-child{margin-top:0}.content-carousel .slide>div>:last-child{margin-bottom:0}.content-carousel .indicators{grid-row:2;margin-top:1.2rem;z-index:1}.content-carousel .indicators ol{display:flex;justify-content:center;gap:1.4rem;margin:0 auto;padding:0;list-style:none}.content-carousel .indicators li{box-sizing:border-box;display:block;width:8px;height:8px;margin:0;border-radius:50%;border:1px solid var(--text-color)}.content-carousel .indicators li.active{background-color:var(--text-color)}.content-carousel .indicators li.control{display:none}.content-carousel .indicators li span{border:0;clip-path:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.content-carousel .indicators button{display:block;width:100%;height:100%}.content-carousel-container:not(.bg-none) .content-carousel .indicators li:not(.active){border-color:var(--dark-color)}.content-carousel-container:not(.bg-none) .content-carousel .indicators li:not(.active,.control) button{background:var(--dark-color)}@media(max-width:768px){.content-carousel-wrapper{overflow:hidden}.content-carousel-wrapper .content-carousel.info .slides{scroll-padding-left:initial}.content-carousel-wrapper .content-carousel.info .slide .content ul{padding-left:4rem}}@media(min-width:600px){.content-carousel .controls button{position:relative;box-sizing:border-box;width:var(--controls-button-size);height:var(--controls-button-size);border:1px solid var(--dark-color);border-radius:50%;display:grid;place-items:center;z-index:1}.content-carousel .controls button:after{display:block;content:"";width:27px;height:24px;background-color:var(--dark-color);mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='25'%20fill='none'%3e%3cpath%20stroke='%2356585A'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2.78'%20d='m15.5%205.315-7%207.5%207%207.5'/%3e%3c/svg%3e")}.content-carousel .controls button:last-child:after{width:22px;mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%3e%3cpath%20stroke='%2356585A'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2.78'%20d='m8.5%204.5%207%207.5-7%207.5'/%3e%3c/svg%3e")}.content-carousel.ontop-controls{position:relative}.content-carousel.ontop-controls .controls button{position:absolute;top:calc(50% - var(--controls-button-size) / 2);left:40px;background-color:var(--background-color);border:0;box-shadow:0 4px 9px #0000007f}.content-carousel.ontop-controls .controls button:last-child{left:auto;right:40px}.content-carousel.ontop-controls .slides.first-slide~.controls button:first-child{display:none}.content-carousel.ontop-controls .slides.last-slide~.controls button:last-child{display:none}}@media(min-width:900px){.content-carousel-container{position:relative;z-index:0}.content-carousel .indicators li.control{display:block;border:none;border-radius:unset;width:12px;height:12px;position:relative;top:-2px}.content-carousel .indicators li.control button{background-color:var(--text-color);mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='25'%20fill='none'%3e%3cpath%20stroke='%2356585A'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2.78'%20d='m15.5%205.315-7%207.5%207%207.5'/%3e%3c/svg%3e");mask-size:cover}.content-carousel .indicators li.control button:focus-visible{background-color:var(--link-color)}.content-carousel .indicators li.control.next button{mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%3e%3cpath%20stroke='%2356585A'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2.78'%20d='m8.5%204.5%207%207.5-7%207.5'/%3e%3c/svg%3e")}}
