@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600&family=Rethink+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap";.fh-hero-section{--fh-font-primary: "Rethink Sans", -apple-system, BlinkMacSystemFont, sans-serif;--fh-font-handwriting: "Caveat", cursive;--hero-bg-color: #f8f9fa;--hero-card-bg: #ffffff;--hero-teal-color: #279989;--hero-teal-dark: #1d7a6d;--hero-badge-bg: #ff6b35;--hero-badge-text: #071a34;--hero-heading-color: #071a34;--hero-subheading-color: #071a34;--hero-stat-text: #ffffff;--hero-border-radius: 24px;--fh-ease-out: cubic-bezier(.16, 1, .3, 1);--fh-ease-bounce: cubic-bezier(.34, 1.56, .64, 1)}.fh-hero-section{font-family:var(--fh-font-primary);background-color:var(--hero-bg-color);padding:var(--hero-padding-top, 40px) 0 var(--hero-padding-bottom, 0);margin-top:var(--hero-margin-top);margin-bottom:var(--hero-margin-bottom);overflow:hidden}.fh-hero-section *,.fh-hero-section *:before,.fh-hero-section *:after{box-sizing:border-box}.fh-wrapper{width:100%;margin:0 auto}.fh-play-overlay{display:none!important}.fh-container{background-color:var(--hero-card-bg);border-radius:var(--hero-border-radius);border:1px solid #0003;overflow:hidden;position:relative;box-shadow:0 4px 20px #0000001a}.fh-container.has-bg-image{background-size:cover;background-position:center;background-repeat:no-repeat}.fh-content{position:relative;padding-top:40px}.fh-grid-pattern{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:1000px;height:320px;background-image:linear-gradient(rgba(180,180,180,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(180,180,180,.25) 1px,transparent 1px);background-size:55px 55px;mask-image:radial-gradient(ellipse 65% 100% at 50% 0%,rgba(0,0,0,1) 0%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 65% 100% at 50% 0%,rgba(0,0,0,1) 0%,transparent 70%);pointer-events:none;z-index:0}.fh-text-content{text-align:center;padding:0 20px;position:relative;z-index:1}.fh-badge{display:inline-flex;align-items:center;background:var(--hero-card-bg);border:1px solid rgba(0,0,0,.1);border-radius:50px;padding:4px;margin-bottom:5px;gap:0;opacity:0;transform:translateY(-25px);transition:opacity .6s var(--fh-ease-out),transform .6s var(--fh-ease-out)}.fh-badge.is-animated{opacity:1;transform:translateY(0)}.fh-badge__fire{background:var(--hero-badge-bg);color:#fff;padding:4px 9px;border-radius:50px;font-size:14px;font-weight:600;line-height:1.5;white-space:nowrap}.fh-badge__text{font-size:var(--hero-badge-size, 14px);font-weight:600;color:var(--hero-badge-text);padding:0 18px;line-height:1.5;white-space:nowrap}.fh-heading{font-size:var(--hero-heading-size, 56px);font-weight:700;color:var(--hero-heading-color);margin:0 0 5px;line-height:1.15;letter-spacing:-.02em}.fh-heading__word{display:inline-block;opacity:0;filter:blur(8px);transform:translateY(20px);transition:opacity .5s var(--fh-ease-out),filter .5s var(--fh-ease-out),transform .5s var(--fh-ease-out);transition-delay:calc(var(--word-index, 0) * .08s + .1s)}.fh-heading.is-animated .fh-heading__word{opacity:1;filter:blur(0);transform:translateY(0)}.fh-subheading{font-size:var(--hero-subheading-size, 16px);color:var(--hero-subheading-color);font-weight:400;line-height:1.6;max-width:700px;margin:0 auto 30px}.fh-subheading__word{display:inline-block;opacity:0;filter:blur(4px);transform:translateY(10px);transition:opacity .4s var(--fh-ease-out),filter .4s var(--fh-ease-out),transform .4s var(--fh-ease-out);transition-delay:calc(var(--word-index, 0) * .04s + .5s)}.fh-subheading.is-animated .fh-subheading__word{opacity:1;filter:blur(0);transform:translateY(0)}.fh-visual{position:relative;display:flex;justify-content:center;align-items:flex-end;padding:0 20px;min-height:240px}.fh-annotation{position:absolute;top:0;right:calc(50% - 200px);display:flex;align-items:center;gap:6px;font-family:var(--fh-font-handwriting);font-size:16px;color:var(--hero-heading-color);transform:rotate(5deg);z-index:10;opacity:0;transition:opacity .6s var(--fh-ease-out) 1.2s,transform .6s var(--fh-ease-out) 1.2s}.fh-annotation.is-animated{opacity:1}.fh-annotation__arrow{width:22px;height:18px;transform:rotate(-10deg);animation:arrowBounce 2s ease-in-out infinite 1.8s}@keyframes arrowBounce{0%,to{transform:rotate(-10deg) translate(0)}50%{transform:rotate(-10deg) translate(-4px)}}.fh-annotation__text{font-weight:400}.fh-hero-image{position:relative;z-index:5;cursor:pointer;transform:scale(.85) rotate(4deg);opacity:0;transition:transform .8s var(--fh-ease-bounce),opacity .8s var(--fh-ease-out);transition-delay:.6s}.fh-hero-image.is-animated{transform:scale(1) rotate(4deg);opacity:1}.fh-hero-image:hover{transform:scale(1.03) rotate(3deg)}.fh-hero-image__img,.fh-hero-image__svg{width:241px;height:auto;display:block;filter:drop-shadow(0 25px 50px rgba(0,0,0,.18))}.fh-hero-image__img{transform-origin:center;animation:zoomRotate 2s ease-in-out infinite alternate;will-change:transform}@keyframes zoomRotate{0%{transform:scale(.96) rotate(-1deg)}50%{transform:scale(1.02) rotate(.5deg)}to{transform:scale(1.06) rotate(1deg)}}.fh-play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-55%);width:64px;height:64px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:.75;transition:all .35s var(--fh-ease-out);box-shadow:0 8px 30px #00000026}.fh-hero-image:hover .fh-play-overlay{opacity:1;transform:translate(-50%,-55%) scale(1.12);box-shadow:0 12px 40px #0003}.fh-play-overlay__icon{width:26px;height:26px;color:var(--hero-teal-color);margin-left:3px}.fh-coin{animation:floatCoin 3s ease-in-out infinite}.fh-coin--1{animation-delay:0s}.fh-coin--2{animation-delay:.5s}.fh-coin--3{animation-delay:1s}@keyframes floatCoin{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.fh-bills{animation:billsFloat 4s ease-in-out infinite}@keyframes billsFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-5px) rotate(1deg)}}.fh-play-circle{animation:playPulse 2s ease-in-out infinite}@keyframes playPulse{0%,to{opacity:1}50%{opacity:.8}}.fh-teal-section{background-color:var(--teal_section_color);position:relative;padding:26px 20px;overflow:hidden}.fh-shine{position:absolute;top:-120px;left:-250px;width:120px;height:450px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.08) 50%,transparent 100%);transform:rotate(12deg);animation:shineSlide 5s ease-in-out infinite;pointer-events:none;display:block}@keyframes shineSlide{0%{left:-250px;opacity:0}15%{opacity:.08}85%{opacity:.08}to{left:calc(100% + 250px);opacity:0}}.fh-stats{display:flex;justify-content:center;flex-wrap:wrap;gap:14px;position:relative;z-index:5}.fh-stat{display:flex;align-items:center;gap:8px;width:208px;height:min-content;background:#0000001a;border:1px solid #ffffff80;border-radius:6px;padding:8px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;transform:translateY(25px);transition:opacity .5s var(--fh-ease-out),transform .5s var(--fh-ease-out),background .3s ease;transition-delay:calc(var(--stat-index, 0) * .1s + 1.4s)}.fh-stat.is-animated{opacity:1;transform:translateY(0)}.fh-stat:hover{background:#ffffff2e}.fh-stat__icon{width:24px;height:24px;flex-shrink:0;color:var(--hero-stat-text)}.fh-stat__icon svg{width:100%;height:100%;display:block}.fh-stat__content{display:flex;flex-direction:column;gap:3px}.fh-stat__label{font-size:var(--hero-stat-label-size, 12px);color:var(--hero-stat-text);opacity:.9;text-transform:capitalize;line-height:1.4;font-weight:400}.fh-stat__value{font-size:var(--hero-stat-value-size, 14px);font-weight:600;color:var(--hero-stat-text);text-transform:capitalize;line-height:1.4}.fh-stats--slider .fh-stats__slider{width:100%}.fh-stats__pagination{display:none;justify-content:center;gap:8px;margin-top:20px}.fh-stats__pagination .swiper-pagination-bullet{width:8px;height:8px;background:#fff6;opacity:1;border-radius:50%;transition:all .3s ease}.fh-stats__pagination .swiper-pagination-bullet-active{background:#fff;width:24px;border-radius:4px}.fh-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.fh-modal.is-open{opacity:1;visibility:visible}.fh-modal__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000eb;cursor:pointer}.fh-modal__container{position:relative;width:100%;max-width:960px;transform:scale(.85) translateY(30px);transition:transform .4s var(--fh-ease-bounce)}.fh-modal.is-open .fh-modal__container{transform:scale(1) translateY(0)}.fh-modal__close{position:absolute;top:-55px;right:0;width:44px;height:44px;background:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--hero-heading-color);transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 20px #0003;padding:0}.fh-modal__close:hover{transform:scale(1.1) rotate(90deg)}.fh-modal__video{position:relative;width:100%;border-radius:16px;overflow:hidden;background:#000}.fh-modal__video-wrapper{position:relative;width:100%;padding-bottom:56.25%;height:0}.fh-modal__video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media screen and (max-width: 991px){.fh-container{border-radius:calc(var(--hero-border-radius) * .85)}.fh-heading{font-size:var(--hero-heading-size-tablet, 44px)}.fh-annotation{right:calc(50% - 170px);font-size:15px}.fh-hero-image__img,.fh-hero-image__svg{width:241px}.fh-play-overlay{width:56px;height:56px}.fh-stats{gap:10px}.fh-stat{padding:12px 18px;gap:12px}}@media screen and (max-width: 767px){.fh-hero-section{padding:var(--hero-padding-top-mobile, 20px) 0 var(--hero-padding-bottom-mobile, 0);margin-top:var(--hero-margin-top-mobile, 20px);margin-bottom:var(--hero-margin-bottom-mobile, 20px)}.fh-wrapper{padding:0 12px}.fh-container{border-radius:18px}.fh-content{padding-top:28px}.fh-grid-pattern{height:220px;background-size:45px 45px}.fh-text-content{padding:0 15px}.fh-badge{margin-bottom:18px;padding:4px;flex-wrap:wrap;justify-content:center;gap:0}.fh-badge__fire{padding:5px 12px;font-size:12px}.fh-badge__text{padding:4px 12px;font-size:12px}.fh-heading{font-size:var(--hero-heading-size-mobile, 32px);margin-bottom:12px}.fh-subheading{font-size:var(--hero-subheading-size-mobile, 14px);margin-bottom:20px;padding:0 10px}.fh-visual{min-height:200px;padding:0 15px}.fh-annotation{display:none}.fh-hero-image__img,.fh-hero-image__svg{width:220px}.fh-play-overlay{width:52px;height:52px}.fh-play-overlay__icon{width:22px;height:22px}.fh-teal-section{padding:65px 15px 35px;margin-top:-45px}.fh-teal-section:before{top:-65px;height:130px}.fh-stats--slider .fh-stats{display:block}.fh-stats--slider .fh-stats__pagination{display:flex}.fh-stat{min-width:200px;padding:12px 16px;width:47%}.fh-stat__icon{width:22px;height:22px}.fh-modal__close{top:-48px;width:40px;height:40px}}@media screen and (max-width: 480px){.fh-container{border-radius:14px}.fh-heading{font-size:calc(var(--hero-heading-size-mobile, 32px) * .88)}.fh-subheading{font-size:calc(var(--hero-subheading-size-mobile, 14px) * .95)}.fh-hero-image__img,.fh-hero-image__svg{width:180px}.fh-play-overlay{width:46px;height:46px}.fh-teal-section{padding:55px 10px 30px}.fh-stat{padding:10px 14px;gap:10px;min-width:170px;border-radius:10px}.fh-stat__icon{width:20px;height:20px}.fh-stat__label{font-size:11px}.fh-stat__value{font-size:10px}}@media screen and (min-width: 1400px){.fh-hero-image__img,.fh-hero-image__svg{width:241px}.fh-play-overlay{width:72px;height:72px}.fh-play-overlay__icon{width:30px;height:30px}.fh-stats{gap:18px}.fh-stat{padding:8px;border-radius:6px}.fh-stat__icon{width:24px;height:24px}}@media (prefers-reduced-motion: reduce){.fh-badge,.fh-heading__word,.fh-subheading__word,.fh-annotation,.fh-hero-image,.fh-stat,.fh-shine,.fh-coin,.fh-bills,.fh-play-circle,.fh-annotation__arrow{animation:none!important;transition:none!important;opacity:1!important;filter:none!important;transform:none!important}.fh-hero-image{transform:rotate(4deg)!important}.fh-annotation{transform:rotate(5deg)!important}.fh-modal__container{transition:none!important}}@media print{.fh-hero-section{background:#fff!important}.fh-modal,.fh-shine,.fh-play-overlay,.fh-annotation{display:none!important}.fh-teal-section{background:#279989!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/freelancing-hero.css.map */
