/**handles:indy-reassurance-widget-css**/
.indy-reassurance-widget{border-radius:24px;background:var(--background-dark,#222c36);box-shadow:0 2px 16px 0 rgba(237,207,166,.18);color:#fff;padding:56px 24px}.indy-reassurance-widget .indy-heading-center{margin-top:0}.indy-reassurance-widget .indy-heading-center .title-h2{color:#fff}.indy-reassurance-widget .main-wrapper{margin-top:32px;display:flex;flex-direction:column;gap:16px}.indy-reassurance-widget .main-wrapper .item{border-radius:16px;padding:0 12px;display:flex;gap:16px;align-items:center}.indy-reassurance-widget .main-wrapper .item .img-wrapper{width:48px;height:48px;flex-shrink:0}.indy-reassurance-widget .main-wrapper .item .title{font-size:20px;font-style:normal;font-weight:600;line-height:32px;letter-spacing:-.32px}.indy-reassurance-widget .main-wrapper .item .text{font-size:16px;line-height:24px;margin-top:8px;margin-bottom:0}@media (min-width:768px){.indy-reassurance-widget{padding:56px 48px}.indy-reassurance-widget .main-wrapper{margin-top:72px;flex-direction:row;gap:32px;justify-content:center}.indy-reassurance-widget .main-wrapper .item{flex-direction:column;max-width:204.8px!important}.indy-reassurance-widget .main-wrapper .item .content-wrapper{text-align:center}}