.abc{width:100%;background-image:linear-gradient(var(--abc-g-angle, 135deg),var(--abc-g1, #ff7a59),var(--abc-g2, #e85a3c));color:var(--abc-text, #ffffff);padding:var(--abc-pad-y, 10px) 16px;overflow:hidden;box-sizing:border-box}.abc *,.abc *:before,.abc *:after{box-sizing:border-box}.abc__track{position:relative;width:100%;height:calc(var(--abc-fs-m, 14px) * 1.45)}@media(min-width:750px){.abc__track{height:calc(var(--abc-fs-d, 15px) * 1.45)}}.abc__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:8px;text-align:center;line-height:1.45;font-size:var(--abc-fs-m, 14px);font-weight:600;letter-spacing:.01em;opacity:0;transform:translateY(20px);will-change:opacity,transform}@media(min-width:750px){.abc__slide{font-size:var(--abc-fs-d, 15px)}}.abc__emoji,.abc__text{display:inline-block}.abc__text :where(p){margin:0}.abc__text :where(strong,b){font-weight:700}@keyframes abc-cycle-3{0%{opacity:0;transform:translateY(20px)}4%{opacity:0;transform:translateY(20px)}8%{opacity:1;transform:translateY(0)}27%{opacity:1;transform:translateY(0)}33%{opacity:0;transform:translateY(-20px)}to{opacity:0;transform:translateY(-20px)}}@keyframes abc-cycle-2{0%{opacity:0;transform:translateY(20px)}6%{opacity:0;transform:translateY(20px)}12%{opacity:1;transform:translateY(0)}42%{opacity:1;transform:translateY(0)}50%{opacity:0;transform:translateY(-20px)}to{opacity:0;transform:translateY(-20px)}}@keyframes abc-cycle-1{0%,to{opacity:1;transform:translateY(0)}}.abc--count-3 .abc__slide{animation:abc-cycle-3 var(--abc-cycle, 12s) infinite}.abc--count-3 .abc__slide:nth-child(1){animation-delay:0s}.abc--count-3 .abc__slide:nth-child(2){animation-delay:calc(var(--abc-cycle, 12s) / 3)}.abc--count-3 .abc__slide:nth-child(3){animation-delay:calc(var(--abc-cycle, 12s) * 2 / 3)}.abc--count-2 .abc__slide{animation:abc-cycle-2 var(--abc-cycle, 12s) infinite}.abc--count-2 .abc__slide:nth-child(1){animation-delay:0s}.abc--count-2 .abc__slide:nth-child(2){animation-delay:calc(var(--abc-cycle, 12s) / 2)}.abc--count-1 .abc__slide{animation:abc-cycle-1 1s forwards}@media(prefers-reduced-motion:reduce){.abc__slide{animation:none!important;opacity:1;transform:none}.abc--count-3 .abc__slide:nth-child(n+2),.abc--count-2 .abc__slide:nth-child(n+2){display:none}}.ptb-sec{background:var(--ptb-sec-bg);padding-top:var(--ptb-sec-pt);padding-bottom:var(--ptb-sec-pb);width:100%;box-sizing:border-box}.ptb-sec__inner{max-width:var(--ptb-sec-max);margin:0 auto;padding:0 20px;box-sizing:border-box}.cs{background:var(--cs-bg);color:var(--cs-text);padding-top:var(--cs-pad-top);padding-bottom:var(--cs-pad-bottom);width:100%;box-sizing:border-box}.cs *,.cs *:before,.cs *:after{box-sizing:border-box}.cs__inner{max-width:var(--cs-max-width);margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:var(--cs-gap)}.cs__review{display:grid;grid-template-columns:1fr;gap:20px;align-items:start}.cs__meta{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;text-align:center}.cs .cs__avatar-wrap{position:relative;width:var(--cs-avatar-m, 72px);height:var(--cs-avatar-m, 72px);min-width:var(--cs-avatar-m, 72px);min-height:var(--cs-avatar-m, 72px);flex:0 0 auto;border-radius:50%;overflow:hidden;background:#eee;display:block}.cs .cs__avatar-wrap .cs__avatar,.cs .cs__avatar-wrap>img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important;margin:0!important;padding:0!important;border-radius:0!important}.cs__avatar-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:#eee;display:block}.cs__name{font-weight:800;font-size:var(--cs-name-m, 17px);line-height:1.2;margin:0;color:var(--cs-name-color)}.cs__stars{display:inline-flex;gap:2px;color:var(--cs-star-color)}.cs__star{width:16px;height:16px}.cs__verified{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--cs-muted)}.cs__verified-icon{width:16px;height:16px;color:var(--cs-verified-color);flex:0 0 auto}.cs__content{text-align:center}.cs h3.cs__headline,.cs .cs__headline{font-family:Georgia,Times New Roman,Times,serif!important;font-weight:700!important;font-size:var(--cs-headline-m, 22px);line-height:1.2;letter-spacing:-.01em;margin:0 0 16px;color:var(--cs-headline-color)!important}.cs__body{font-style:italic;font-size:var(--cs-body-m, 15px);line-height:1.6;color:var(--cs-text);margin:0}.cs__body :where(p){margin:0 0 1em}.cs__body :where(p:last-child){margin-bottom:0}.cs__body :where(strong,b){font-weight:700;font-style:italic}.cs__body :where(em,i){font-style:italic}.cs__btn-wrap{display:flex;justify-content:var(--btn-align, center);width:100%;margin-top:8px}.cs__btn-wrap[style*=stretch] .cs__btn{width:100%}.cs__btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--cs-btn-bg);color:var(--cs-btn-text);text-decoration:none;font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:15px;padding:18px 28px;border-radius:4px;border:0;cursor:pointer;transition:transform .12s ease,filter .12s ease;min-height:56px}.cs__btn:hover{filter:brightness(.92);transform:translateY(-1px)}.cs__btn:focus-visible{outline:2px solid currentColor;outline-offset:3px}.cs__btn-arrow{width:18px;height:18px;flex:0 0 auto}@media(min-width:750px){.cs__inner{padding:0 32px}.cs__review{grid-template-columns:minmax(180px,240px) minmax(0,1fr);gap:40px;align-items:start}.cs__content{text-align:left}.cs h3.cs__headline,.cs .cs__headline{text-align:left;font-size:var(--cs-headline-d, 28px)}.cs__body{text-align:left;font-size:var(--cs-body-d, 16px)}.cs__name{font-size:var(--cs-name-d, 18px)}.cs .cs__avatar-wrap{width:var(--cs-avatar-d, 100px);height:var(--cs-avatar-d, 100px);min-width:var(--cs-avatar-d, 100px);min-height:var(--cs-avatar-d, 100px)}.cs__btn{min-width:320px}}@media(prefers-reduced-motion:reduce){.cs__btn{transition:none}.cs__btn:hover{transform:none}}.fc{background:var(--fc-bg);color:var(--fc-text);padding-top:var(--fc-pad-top);padding-bottom:var(--fc-pad-bottom);width:100%;box-sizing:border-box}.fc *,.fc *:before,.fc *:after{box-sizing:border-box}.fc__inner{max-width:var(--fc-max-width);margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr;gap:var(--fc-gap)}.fc__card{position:relative;background:var(--fc-card-bg);border:var(--fc-border-width) solid var(--fc-border-color);border-radius:var(--fc-border-radius);padding:calc(var(--fc-card-pad) + 8px) var(--fc-card-pad) var(--fc-card-pad);margin-top:14px}.fc .fc__tag{position:absolute;top:-14px;left:16px;background:var(--fc-tag-bg)!important;color:var(--fc-tag-text)!important;font-size:var(--fc-tag-m, 12px);font-weight:700;line-height:1.2;padding:8px 14px;border-radius:4px;letter-spacing:.02em;z-index:2;max-width:calc(100% - 32px);display:inline-block;white-space:normal}.fc__body{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center}.fc--image-left .fc__body{grid-template-columns:auto minmax(0,1fr)}.fc--image-left .fc__text{order:2}.fc--image-left .fc__media{order:1}.fc__text{min-width:0}.fc h3.fc__title,.fc .fc__title{font-weight:800!important;font-size:var(--fc-title-m, 17px);line-height:1.25;margin:0 0 10px!important;color:var(--fc-title-color)!important}.fc__desc{font-size:var(--fc-body-m, 14px);line-height:1.5;color:var(--fc-body-color);margin:0}.fc__desc :where(p){margin:0 0 .5em}.fc__desc :where(p:last-child){margin-bottom:0}.fc__desc :where(strong,b){font-weight:700}.fc .fc__media{position:relative;width:var(--fc-img-size-m, 110px);height:var(--fc-img-size-m, 110px);min-width:var(--fc-img-size-m, 110px);min-height:var(--fc-img-size-m, 110px);flex:0 0 auto;overflow:hidden;display:block}.fc .fc__media .fc__img,.fc .fc__media>img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important;margin:0!important;padding:0!important}.fc__img-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:#f0f0f0;display:block}@media(min-width:750px){.fc__inner{grid-template-columns:repeat(var(--fc-cols-d, 3),minmax(0,1fr));gap:var(--fc-gap)}.fc h3.fc__title,.fc .fc__title{font-size:var(--fc-title-d, 18px)}.fc__desc{font-size:var(--fc-body-d, 14px)}.fc .fc__tag{font-size:var(--fc-tag-d, 13px)}.fc .fc__media{width:var(--fc-img-size-d, 140px);height:var(--fc-img-size-d, 140px);min-width:var(--fc-img-size-d, 140px);min-height:var(--fc-img-size-d, 140px)}}.fti{background-color:var(--fti-bg);background-size:var(--fti-bg-size, auto);background-repeat:var(--fti-bg-repeat, repeat);background-position:var(--fti-bg-pos, center);color:var(--fti-text);padding-top:var(--fti-pad-top);padding-bottom:var(--fti-pad-bottom);width:100%;box-sizing:border-box}.fti *,.fti *:before,.fti *:after{box-sizing:border-box}.fti__inner{max-width:var(--fti-max-width);margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr;gap:var(--fti-gap);align-items:center}.fti__content{min-width:0}.fti h2.fti__title,.fti .fti__title{font-family:Georgia,Times New Roman,Times,serif!important;font-weight:700!important;font-size:var(--fti-title-m, 30px);line-height:1.1;letter-spacing:-.01em;margin:0 0 20px!important;color:var(--fti-title)!important}.fti .fti__title-main{color:var(--fti-title)}.fti .fti__accent{display:block;color:var(--fti-accent)}.fti--accent-gradient .fti__accent{background-image:linear-gradient(var(--fti-g-angle, 90deg),var(--fti-g1),var(--fti-g2));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.fti__body{font-size:var(--fti-body-m, 15px);line-height:1.6;color:var(--fti-text);margin:0}.fti__body :where(p){margin:0 0 1em}.fti__body :where(p:last-child){margin-bottom:0}.fti__body :where(strong,b){font-weight:700}.fti__btn-wrap{margin-top:24px}.fti .fti__btn{display:inline-flex;align-items:center;justify-content:center;background:var(--fti-btn-bg)!important;color:var(--fti-btn-text)!important;text-decoration:none;font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:15px;padding:16px 30px;border-radius:4px;transition:transform .12s ease,filter .12s ease}.fti__btn:hover{filter:brightness(.92);transform:translateY(-1px)}.fti__btn:focus-visible{outline:2px solid currentColor;outline-offset:3px}.fti__media-col{display:flex;justify-content:center}.fti .fti__media{width:100%;max-width:var(--fti-img-max, 460px);aspect-ratio:var(--fti-aspect, 3 / 4);background:var(--fti-img-bg);overflow:hidden!important;line-height:0;isolation:isolate}.fti.fti--shape-pill .fti__media,.fti.fti--shape-pill .fti__media .fti__img,.fti.fti--shape-pill .fti__media>img{border-radius:999px!important}.fti.fti--shape-oval .fti__media,.fti.fti--shape-oval .fti__media .fti__img,.fti.fti--shape-oval .fti__media>img{border-radius:50%!important}.fti.fti--shape-arch .fti__media,.fti.fti--shape-arch .fti__media .fti__img,.fti.fti--shape-arch .fti__media>img{border-radius:999px 999px 0 0!important}.fti.fti--shape-rounded .fti__media,.fti.fti--shape-rounded .fti__media .fti__img,.fti.fti--shape-rounded .fti__media>img{border-radius:var(--fti-img-radius, 16px)!important}.fti .fti__media .fti__img,.fti .fti__media>img{width:100%!important;height:100%!important;max-width:100%!important;display:block!important}.fti--fit-cover .fti__media .fti__img,.fti--fit-cover .fti__media>img{object-fit:cover!important}.fti--fit-contain .fti__media .fti__img,.fti--fit-contain .fti__media>img{object-fit:contain!important}.fti__img--placeholder svg{width:100%;height:100%}.fti--imgm-top .fti__media-col{order:1}.fti--imgm-top .fti__content,.fti--imgm-bottom .fti__media-col{order:2}.fti--imgm-bottom .fti__content{order:1}@media(min-width:750px){.fti h2.fti__title,.fti .fti__title{font-size:var(--fti-title-d, 44px);margin-bottom:24px!important}.fti__body{font-size:var(--fti-body-d, 16px)}}@media(min-width:990px){.fti__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--fti-gap)}.fti--img-right .fti__content{order:1!important}.fti--img-right .fti__media-col,.fti--img-left .fti__content{order:2!important}.fti--img-left .fti__media-col{order:1!important}}@media(prefers-reduced-motion:reduce){.fti__btn{transition:none}.fti__btn:hover{transform:none}}.pr{background:var(--pr-bg);color:var(--pr-text);padding-top:var(--pr-pad-top);padding-bottom:var(--pr-pad-bottom);width:100%;box-sizing:border-box}.pr *,.pr *:before,.pr *:after{box-sizing:border-box}.pr__inner{max-width:var(--pr-max-width);margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center}.pr__badge-wrap{display:flex;justify-content:center;margin-bottom:14px}.pr .pr__badge{display:inline-block;background:var(--pr-badge-bg)!important;color:var(--pr-badge-text)!important;font-size:var(--pr-badge-m, 12px);font-weight:700;line-height:1.2;padding:8px 18px;border-radius:999px;letter-spacing:.02em;text-align:center}.pr h2.pr__title,.pr .pr__title{font-family:Georgia,Times New Roman,Times,serif!important;font-weight:700!important;font-size:var(--pr-title-m, 22px);line-height:1.2;letter-spacing:-.005em;margin:0 0 32px!important;color:var(--pr-title)!important;text-align:center}.pr__steps{list-style:none;margin:0;padding:0;width:100%;display:flex;flex-direction:column;gap:var(--pr-gap)}.pr__step{position:relative;display:flex;flex-direction:column;align-items:center}.pr__step-inner{display:grid;grid-template-columns:1fr;gap:16px;align-items:center;width:100%;max-width:100%}.pr__media{width:var(--pr-img-w-m, 260px);max-width:100%;margin:0 auto;transform:rotate(calc(var(--pr-rotation, 3deg) * -1));transition:transform .3s ease}.pr__step:nth-child(2n) .pr__media{transform:rotate(var(--pr-rotation, 3deg))}.pr .pr__media .pr__img,.pr .pr__media>img{display:block!important;width:100%!important;height:auto!important;max-width:100%!important;border:var(--pr-border-width) solid var(--pr-border-color);border-radius:var(--pr-border-radius);object-fit:cover}.pr__img-placeholder{display:block;width:100%;aspect-ratio:4 / 3;background:#f0f0f0;border:var(--pr-border-width) solid var(--pr-border-color);border-radius:var(--pr-border-radius)}.pr__text{font-size:var(--pr-body-m, 14px);line-height:1.5;color:var(--pr-text);margin:0;text-align:center;max-width:320px}.pr__arrow{width:80px;height:60px;color:var(--pr-arrow-color);margin:8px 0;transform:rotate(20deg)}.pr__step:nth-child(2n) .pr__arrow{transform:rotate(-20deg) scaleX(-1)}.pr__arrow svg{width:100%;height:100%;display:block}.pr__btn-wrap{display:flex;justify-content:var(--btn-align, center);width:100%;margin-top:32px}.pr__btn-wrap[style*=stretch] .pr__btn{width:100%}.pr .pr__btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--pr-btn-bg)!important;color:var(--pr-btn-text)!important;text-decoration:none;font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:15px;padding:16px 28px;border-radius:4px;border:0;cursor:pointer;transition:transform .12s ease,filter .12s ease;min-height:52px}.pr__btn:hover{filter:brightness(.92);transform:translateY(-1px)}.pr__btn:focus-visible{outline:2px solid currentColor;outline-offset:3px}.pr__btn-arrow{width:18px;height:18px;flex:0 0 auto}.pr--animate .pr__step{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1);transition-delay:calc((var(--step-index, 1) - 1) * .12s)}.pr--animate .pr__step.is-visible{opacity:1;transform:translateY(0)}@media(min-width:750px){.pr .pr__badge{font-size:var(--pr-badge-d, 13px);padding:10px 22px}.pr h2.pr__title,.pr .pr__title{font-size:var(--pr-title-d, 32px);margin-bottom:48px!important}.pr__text{font-size:var(--pr-body-d, 16px)}.pr__step-inner{grid-template-columns:1fr 1fr;gap:48px;align-items:center}.pr__step:nth-child(odd) .pr__media{order:1;justify-self:end}.pr__step:nth-child(odd) .pr__text{order:2;text-align:left;justify-self:start}.pr__step:nth-child(2n) .pr__media{order:2;justify-self:start}.pr__step:nth-child(2n) .pr__text{order:1;text-align:left;justify-self:end}.pr__media{width:var(--pr-img-w-d, 380px);margin:0}.pr__arrow{width:120px;height:80px;align-self:center}}@media(prefers-reduced-motion:reduce){.pr--animate .pr__step,.pr__media,.pr__btn{transition:none!important}.pr--animate .pr__step{opacity:1;transform:none}.pr__btn:hover{transform:none}}.st{background-color:var(--st-bg);background-size:var(--st-bg-size, auto);background-repeat:var(--st-bg-repeat, repeat);background-position:var(--st-bg-pos, center);color:var(--st-text);padding-top:var(--st-pad-top);padding-bottom:var(--st-pad-bottom);width:100%;box-sizing:border-box}.st *,.st *:before,.st *:after{box-sizing:border-box}.st__inner{max-width:var(--st-max-width);margin:0 auto;padding:0 20px}.st h2.st__title,.st .st__title{font-family:Georgia,Times New Roman,Times,serif!important;font-weight:700!important;font-size:var(--st-title-m, 26px);line-height:1.15;letter-spacing:-.01em;margin:0 0 28px!important;color:var(--st-title)!important;text-align:center}.st__subtitle{max-width:720px;margin:0 auto 36px;text-align:center;font-size:var(--st-sub-m, 15px);line-height:1.55;color:var(--st-text)}.st__subtitle :where(p){margin:0 0 .6em}.st__subtitle :where(p:last-child){margin-bottom:0}.st__subtitle :where(strong,b){font-weight:700}.st .st__title-main{color:var(--st-title)}.st .st__accent{color:var(--st-accent)}.st--gradient .st__accent,.st--gradient .st__num{background-image:linear-gradient(var(--st-g-angle, 90deg),var(--st-g1),var(--st-g2));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.st__grid{display:grid;grid-template-columns:1fr;gap:var(--st-gap);align-items:center}.st__media-col{display:flex;justify-content:center}.st .st__media{width:100%;max-width:var(--st-img-max, 480px);background:var(--st-img-bg);overflow:hidden;line-height:0}.st--imgbg-transparent .st__media{background:transparent!important}.st.st--shape-rounded .st__media{border-radius:var(--st-img-radius, 12px)}.st.st--shape-pill .st__media{border-radius:999px}.st.st--shape-oval .st__media{border-radius:50%}.st.st--shape-square .st__media{border-radius:0}.st .st__media .st__img,.st .st__media>img{width:100%!important;height:auto!important;max-width:100%!important;display:block!important}.st__img--placeholder svg{width:100%;height:auto}.st__stats{display:flex;flex-direction:column;gap:var(--st-stats-gap, 28px);min-width:0}.st__stat{display:grid;grid-template-columns:auto minmax(0,1fr);gap:4px 18px;align-items:start}.st .st__num{grid-row:1;grid-column:1;font-family:Georgia,Times New Roman,Times,serif!important;font-weight:700!important;font-size:var(--st-num-m, 28px);line-height:1.05;color:var(--st-accent);white-space:nowrap}.st__desc{grid-row:1;grid-column:2;font-size:var(--st-desc-m, 14px);line-height:1.45;color:var(--st-text);margin:0}.st__desc :where(p){margin:0}.st__desc :where(strong,b){font-weight:700}.st__bar{grid-row:2;grid-column:1 / -1;margin-top:10px;width:100%;height:var(--st-bar-h, 10px);background:var(--st-track, #d6d6d6);border-radius:var(--st-bar-radius, 999px);overflow:hidden}.st .st__bar-fill{height:100%;background:var(--st-fill, #e0531f)!important;border-radius:var(--st-bar-radius, 999px)}.st__cta{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:40px;text-align:center}.st .st__btn{display:inline-flex;align-items:center;justify-content:center;background:var(--st-btn-bg)!important;color:var(--st-btn-text)!important;text-decoration:none;font-weight:700;letter-spacing:.04em;font-size:16px;padding:18px 36px;border-radius:4px;transition:transform .12s ease,filter .12s ease}.st__btn:hover{filter:brightness(.92);transform:translateY(-1px)}.st__btn:focus-visible{outline:2px solid currentColor;outline-offset:3px}.st__cta-sub{margin:0;font-size:13px;color:var(--st-sub-color, #777777)}.st--imgm-top .st__media-col{order:1}.st--imgm-top .st__stats,.st--imgm-bottom .st__media-col{order:2}.st--imgm-bottom .st__stats{order:1}@media(min-width:750px){.st h2.st__title,.st .st__title{font-size:var(--st-title-d, 34px);margin-bottom:24px!important}.st__subtitle{font-size:var(--st-sub-d, 17px);margin-bottom:44px}.st .st__num{font-size:var(--st-num-d, 34px)}.st__desc{font-size:var(--st-desc-d, 15px)}}@media(min-width:990px){.st__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--st-gap);align-items:center}.st--img-left .st__media-col{order:1!important}.st--img-left .st__stats,.st--img-right .st__media-col{order:2!important}.st--img-right .st__stats{order:1!important}}@media(prefers-reduced-motion:reduce){.st--animate .st__bar-fill{transition:none;width:var(--fill, 0%)}.st__btn{transition:none}.st__btn:hover{transform:none}}.th{background:var(--th-bg);color:var(--th-text);padding-top:var(--th-pad-top);padding-bottom:var(--th-pad-bottom);width:100%;box-sizing:border-box}.th *,.th *:before,.th *:after{box-sizing:border-box}.th__inner{max-width:var(--th-max-width);margin:0 auto;padding:0;display:grid;grid-template-columns:1fr;gap:24px;align-items:center}.th__content{display:flex;flex-direction:column;gap:20px;min-width:0;padding:0 20px}.th__media{width:100%;overflow:hidden;line-height:0}.th--mobile-top .th__media{order:1}.th--mobile-top .th__content,.th--mobile-bottom .th__media{order:2}.th--mobile-bottom .th__content{order:1}.th__img{display:block;width:100%;height:auto;object-fit:cover;aspect-ratio:4 / 3}.th__img--placeholder svg{width:100%;height:auto}.th__quote{font-family:Georgia,Times New Roman,Times,serif;font-weight:700;font-size:var(--quote-size-m, 32px);line-height:1.15;letter-spacing:-.01em;margin:0;color:var(--th-text);text-align:var(--quote-align, center)}.th__body{font-size:var(--body-size-m, 15px);line-height:1.55;color:var(--th-text);margin:0;text-align:var(--body-align, center)}.th__body :where(p){margin:0 0 .75em}.th__body :where(p:last-child){margin-bottom:0}.th__body :where(strong,b){font-weight:700}.th__btn-wrap{display:flex;justify-content:var(--btn-align, stretch);width:100%}.th__btn-wrap[style*=stretch] .th__btn{width:100%}.th__btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--th-btn-bg);color:var(--th-btn-text);text-decoration:none;font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:15px;padding:18px 28px;border-radius:4px;border:0;cursor:pointer;transition:transform .12s ease,filter .12s ease;min-height:56px}.th__btn:hover{filter:brightness(.92);transform:translateY(-1px)}.th__btn:focus-visible{outline:2px solid currentColor;outline-offset:3px}.th__btn-arrow{width:18px;height:18px;flex:0 0 auto}.th__social{display:flex;flex-direction:column;align-items:var(--social-align, center);gap:8px;text-align:var(--social-align, center)}.th__social[style*=flex-start]{text-align:left}.th__social[style*=flex-end]{text-align:right}.th__stars{display:inline-flex;gap:4px;color:#111}.th__star{width:18px;height:18px}.th__reviews,.th__proof{margin:0;font-size:14px;font-weight:600;color:var(--th-text);letter-spacing:.02em}.th__proof{color:var(--th-muted)}.th .th__logos{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:10px;width:100%}.th .th__logo{flex:1 1 0!important;min-width:0!important;max-width:120px;height:28px;display:flex!important;align-items:center;justify-content:center;margin:0;padding:0}.th .th__logo a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;line-height:0}.th .th__logo-img{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain;opacity:.85;filter:grayscale(100%);transition:opacity .15s ease,filter .15s ease}.th .th__logo a:hover .th__logo-img,.th .th__logo a:focus-visible .th__logo-img{opacity:1;filter:grayscale(0%)}@media(min-width:750px){.th__inner{padding:0 32px;gap:32px}.th__content{padding:0}.th__media{border-radius:8px}.th .th__logos{gap:18px}.th .th__logo{height:32px}}@media(min-width:990px){.th__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:56px}.th__content{gap:28px}.th--image-right .th__content{order:1!important}.th--image-right .th__media,.th--image-left .th__content{order:2!important}.th--image-left .th__media{order:1!important}.th__img{aspect-ratio:1 / 1}.th__quote{font-size:var(--quote-size-d, 48px)}.th__body{font-size:var(--body-size-d, 17px)}}@media(prefers-reduced-motion:reduce){.th__btn,.th__logo-img{transition:none}.th__btn:hover{transform:none}}.tl{background:var(--tl-bg);color:var(--tl-body);padding-top:var(--tl-pad-top);padding-bottom:var(--tl-pad-bottom);width:100%;box-sizing:border-box}.tl *,.tl *:before,.tl *:after{box-sizing:border-box}.tl__inner{max-width:var(--tl-max-width);margin:0 auto;padding:0 20px}.tl h2.tl__title,.tl .tl__title{font-weight:800!important;font-size:var(--tl-title-m, 26px);line-height:1.15;letter-spacing:-.01em;margin:0 0 24px!important;color:var(--tl-title)!important;text-align:center}.tl .tl__title-accent{color:var(--tl-accent)!important;font-weight:800}.tl__grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}.tl__items-wrap{min-width:0}.tl__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--tl-gap)}.tl__item{display:grid;grid-template-columns:var(--tl-tag-w-m, 80px) minmax(0,1fr);gap:14px;align-items:start}.tl .tl__tag{display:inline-flex!important;align-items:center;justify-content:center;background:var(--tl-tag-bg)!important;color:var(--tl-tag-text)!important;font-size:var(--tl-tag-m, 12px);font-weight:700;line-height:1.2;padding:8px 10px;border-radius:4px;letter-spacing:.02em;text-align:center;width:100%;min-height:32px;white-space:normal}.tl__desc{font-size:var(--tl-body-m, 15px);line-height:1.5;color:var(--tl-body);margin:0;padding-top:4px}.tl__desc :where(p){margin:0 0 .5em}.tl__desc :where(p:last-child){margin-bottom:0}.tl__desc :where(strong,b){font-weight:700}.tl__desc :where(em,i){font-style:italic}.tl__media{width:100%;overflow:hidden;border-radius:8px;line-height:0}.tl .tl__media .tl__img,.tl .tl__media>img{display:block!important;width:100%!important;height:auto!important;max-width:100%!important;object-fit:cover!important}.tl__img--placeholder svg{width:100%;height:auto}.tl--mobile-top .tl__media{order:1}.tl--mobile-top .tl__items-wrap,.tl--mobile-bottom .tl__media{order:2}.tl--mobile-bottom .tl__items-wrap{order:1}@media(min-width:750px){.tl h2.tl__title,.tl .tl__title{font-size:var(--tl-title-d, 36px);margin-bottom:40px!important}.tl__desc{font-size:var(--tl-body-d, 16px)}.tl .tl__tag{font-size:var(--tl-tag-d, 13px);padding:10px 12px}.tl__item{grid-template-columns:var(--tl-tag-w-d, 96px) minmax(0,1fr);gap:20px}}@media(min-width:990px){.tl__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:center}.tl--image-right .tl__items-wrap{order:1!important}.tl--image-right .tl__media,.tl--image-left .tl__items-wrap{order:2!important}.tl--image-left .tl__media{order:1!important}}.ptb{display:flex;flex-direction:column;gap:var(--ptb-gap, 20px);margin-top:var(--ptb-mt, 16px);margin-bottom:var(--ptb-mb, 0px);width:100%;box-sizing:border-box}.ptb *,.ptb *:before,.ptb *:after{box-sizing:border-box}.ptb__row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:start}.ptb .ptb__icon{display:inline-flex;align-items:center;justify-content:center;width:var(--ptb-icon-size, 36px);height:var(--ptb-icon-size, 36px);flex:0 0 auto;color:var(--ptb-icon, #111111);overflow:hidden}.ptb .ptb__icon svg{width:100%;height:100%;display:block}.ptb .ptb__icon .ptb__icon-img,.ptb .ptb__icon>img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;display:block!important}.ptb__content{min-width:0}.ptb .ptb__title{font-weight:700!important;font-size:var(--ptb-title-size, 16px);line-height:1.25;margin:0 0 4px!important;color:var(--ptb-title, #111111)!important}.ptb .ptb__text{font-size:var(--ptb-text-size, 14px);line-height:1.5;margin:0!important;color:var(--ptb-text, #555555)!important}
/*# sourceMappingURL=/cdn/shop/t/26/compiled_assets/styles.css.map */
