@keyframes rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.questions{position:relative;display:flex}@media (max-width:767px){.questions{flex-direction:column}}.questions__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;mix-blend-mode:difference;transform:translate3d(0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.questions__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:.34}.questions h2{color:var(--wsc-color-white);font-family:Athelas;font-size:2.5rem;font-weight:700;line-height:3rem;letter-spacing:-.025rem}@media (max-width:1025px){.questions h2{font-size:2rem;line-height:2.5rem}}.questions__content{display:flex;gap:1.44rem}.questions__content img{width:2.5rem;height:1.7rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:relative;top:1rem}@media (max-width:1025px){.questions__content img{width:2rem;height:1.3rem;top:.5rem}}.questions__text{max-width:25rem}@media (max-width:767px){.questions__text{max-width:100%}}.questions__text *{color:var(--wsc-color-white);font-family:"DM Sans";font-size:1.5rem;font-weight:400;line-height:2.1875rem}@media (max-width:1025px){.questions__text *{font-size:1.25rem;line-height:1.875rem}}.questions__text a{text-decoration:underline}.questions__text em{font-style:italic}.questions__text strong{font-weight:700}.questions__left,.questions__right{display:flex;flex-direction:column;gap:2rem;flex:0 0 50%;padding:5.75rem 12rem}@media (max-width:1025px){.questions__left,.questions__right{padding:3rem 4rem}}@media (max-width:767px){.questions__left,.questions__right{padding:3rem 2rem}}.questions__left{background:#16322d}.questions__right{background:#5fa0af}