*,:after,:before{box-sizing:border-box}.hs-fc-wrap{align-items:center;background:var(--fc-bg,#f5f5f5);display:flex;justify-content:center;padding:0}.hs-fc{cursor:pointer;height:var(--fc-h,520px);max-width:100%;perspective:1200px;width:var(--fc-w,380px)}.hs-fc-inner{height:100%;position:relative;transform-style:preserve-3d;transition:transform .72s cubic-bezier(.4,0,.2,1);width:100%}.hs-fc.is-flipped .hs-fc-inner{transform:rotateY(180deg)}.hs-fc-face{backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:var(--fc-rad,20px);clip-path:inset(0 round var(--fc-rad,20px));color:#fff;display:flex;flex-direction:column;inset:0;position:absolute}.hs-fc-face--back{transform:rotateY(180deg)}.hs-fc-face--front{pointer-events:auto}.hs-fc-face--back,.hs-fc.is-flipped .hs-fc-face--front{pointer-events:none}.hs-fc.is-flipped .hs-fc-face--back{pointer-events:auto}.hs-fc--dk{color:#1a1a1a}.hs-fc--dk .hs-fc-badge{background:rgba(0,0,0,.1);border-color:rgba(0,0,0,.15);color:#1a1a1a}.hs-fc-bg{background-position:50%;background-size:cover}.hs-fc-bg,.hs-fc-vid{inset:0;position:absolute;z-index:0}.hs-fc-vid{height:100%;object-fit:cover;width:100%}.hs-fc-content{display:flex;flex:1;flex-direction:column;justify-content:flex-start;padding:calc(var(--fc-pad, 24px) + 44px) var(--fc-pad,24px) var(--fc-pad,24px);position:relative;z-index:3}.hs-fc-content h1,.hs-fc-content h2,.hs-fc-content h3,.hs-fc-content h4,.hs-fc-content h5,.hs-fc-content h6,.hs-fc-content ol,.hs-fc-content p,.hs-fc-content ul{color:inherit;margin:0 0 .6em}.hs-fc-content :last-child{margin-bottom:0}.hs-fc-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--fc-arrow-bg,hsla(0,0%,100%,.18));border:none;border-radius:50%;color:var(--fc-arrow,#fff);cursor:pointer;display:flex;height:40px;justify-content:center;line-height:1;padding:0;pointer-events:none;position:absolute;right:16px;top:16px;width:40px;z-index:10}.hs-fc-btn svg{display:block;transform:rotate(-45deg)}.hs-fc-face--back .hs-fc-btn svg{transform:rotate(135deg)}.hs-fc-badge{-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.35);border-radius:999px;box-shadow:0 2px 12px rgba(0,0,0,.12);color:inherit;font-size:.875rem;left:40px;line-height:1.4;max-width:calc(100% - 40px);padding:10px 18px;pointer-events:none;position:absolute;z-index:10}.hs-fc-badge--bottom{bottom:40px}.hs-fc-badge--top{top:40px}@media (max-width:480px){.hs-fc{width:100%}}