.dropdown{background:transparent;border:1px solid rgba(242,99,71,.2);border-radius:5px;margin-bottom:16px;position:relative}.dropdown--header{margin-bottom:36px;padding-bottom:24px;position:relative;text-align:center}.dropdown--header:after{background:#f26347;bottom:0;content:"";height:2px;left:calc(50% - 25px);position:absolute;width:50px}.dropdown__title-wrap{margin-bottom:0}.dropdown:has(>.dropdown__title-wrap .active){border:1px solid #f26347}.dropdown__title__carrot{height:10px;position:relative;transition:all .3s ease-in-out!important;width:auto;z-index:2}.dropdown__title:after{background:rgba(242,99,71,.1);border-radius:50%;content:"";height:32px;position:absolute;right:25px;top:calc(50% - 16px);width:32px}.dropdown__title-wrap .active .dropdown__title__carrot{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.dropdown__title{align-items:center;background:none;border:none;display:flex;flex-direction:row;height:100%;justify-content:space-between;padding:20px 32px;width:100%}.dropdown__title:active,.dropdown__title:focus,.dropdown__title:hover{background:none}.dropdown__title__header:after{background:url();height:30px;position:absolute;right:0;width:30px}.dropdown__content{display:none;padding:0 32px 32px}.dropdown__title__header{color:#3b3b3b;margin-bottom:4px;padding-right:40px;text-align:left}.dropdown__content__paragraph{margin-bottom:0;margin-top:8px}@media screen and (max-width:550px){.dropdown__title{padding:20px}.dropdown__content{padding:0 20px 20px}.dropdown__title:after{right:13px}}