.breadcrumbs-description-section{background-color:#fff;padding:40px 0;font-family:var(--outfit),sans-serif}.breadcrumbs-description-section .breadcrumb-container{display:flex;align-items:center;gap:0;margin-bottom:24px;font-size:14px;font-weight:400;color:#3d4152}@media(max-width:480px){.breadcrumbs-description-section .breadcrumb-container{font-size:8px}}.breadcrumbs-description-section .breadcrumb-container .breadcrumb-item{cursor:pointer;transition:color .3s ease;display:flex;align-items:center;text-transform:capitalize}.breadcrumbs-description-section .breadcrumb-container .breadcrumb-item+.breadcrumb-item:before{content:"";display:block;width:5px;height:5px;background-color:#959595;border-radius:50%;margin:0 1rem}.breadcrumbs-description-section .breadcrumb-container .breadcrumb-item+.breadcrumb-item.active:before{background-color:#ff6737}.breadcrumbs-description-section .breadcrumb-container .breadcrumb-item:hover{color:#ff6737}.breadcrumbs-description-section .breadcrumb-container .breadcrumb-item.active{color:#959595;font-weight:500;pointer-events:none}@media(max-width:480px){.breadcrumbs-description-section .breadcrumb-container .breadcrumb-item.active{font-size:8px}}.breadcrumbs-description-section .content-box{position:relative;background-color:#fff7f2;padding:30px;border-radius:14px}.breadcrumbs-description-section .content-box .left-accent{position:absolute;left:0;top:20px;width:5px;height:100px;background-color:#ff6737;border-radius:0 10px 10px 0}@media(max-width:425px){.breadcrumbs-description-section .content-box .left-accent{height:150px}}.breadcrumbs-description-section .content-box .description-wrapper{position:relative}.breadcrumbs-description-section .content-box .description-wrapper .description-content{font-size:15px;font-weight:300;color:#333;overflow:hidden;transition:max-height .5s cubic-bezier(.4,0,.2,1);max-height:90px;line-height:1.2}.breadcrumbs-description-section .content-box .description-wrapper .description-content.expanded{max-height:-moz-max-content;max-height:max-content}.breadcrumbs-description-section .content-box .description-wrapper .description-content.expanded::-webkit-scrollbar{width:6px}.breadcrumbs-description-section .content-box .description-wrapper .description-content.expanded::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.breadcrumbs-description-section .content-box .description-wrapper .description-content.expanded::-webkit-scrollbar-thumb{background:rgba(61,65,82,.2);border-radius:10px}.breadcrumbs-description-section .content-box .description-wrapper .description-content p{margin-bottom:16px}.breadcrumbs-description-section .content-box .description-wrapper .description-content p:last-child{margin-bottom:0}.breadcrumbs-description-section .content-box .description-wrapper .description-content ol,.breadcrumbs-description-section .content-box .description-wrapper .description-content ul{margin:16px 0;padding-left:24px;list-style:disc inside}.breadcrumbs-description-section .content-box .description-wrapper .description-content ol li,.breadcrumbs-description-section .content-box .description-wrapper .description-content ul li{margin-bottom:12px;line-height:1.6;color:#333;display:list-item}.breadcrumbs-description-section .content-box .description-wrapper .description-content ol li strong,.breadcrumbs-description-section .content-box .description-wrapper .description-content ul li strong{font-weight:600;color:#333}.breadcrumbs-description-section .content-box .description-wrapper .description-content ol li:last-child,.breadcrumbs-description-section .content-box .description-wrapper .description-content ul li:last-child{margin-bottom:0}.breadcrumbs-description-section .content-box .description-wrapper:not(.is-expanded):after{content:"";position:absolute;bottom:0;left:0;width:100%;height:40px;background:linear-gradient(transparent,#FFF7F2);pointer-events:none}.breadcrumbs-description-section .content-box .toggle-button{position:absolute;bottom:20px;right:55px;background:none;border:none;color:#ff6737;font-family:var(--outfit),sans-serif;font-size:16px;font-weight:400;cursor:pointer;padding:0;display:flex;align-items:center;gap:4px;transition:opacity .3s ease}.breadcrumbs-description-section .content-box .toggle-button:hover{opacity:.8}.breadcrumbs-description-section .content-box .toggle-button .icon{display:inline-block;transition:transform .3s ease}.breadcrumbs-description-section .content-box .toggle-button .icon.rotated{transform:rotate(180deg)}@media(max-width:768px){.breadcrumbs-description-section{padding:30px 0}.breadcrumbs-description-section .breadcrumb-container{margin-bottom:16px}.breadcrumbs-description-section .content-box{padding:20px}.breadcrumbs-description-section .content-box .description-content{font-size:14px;max-height:120px}.breadcrumbs-description-section .content-box .description-content.expanded{max-height:400px}}